/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
  margin-bottom: 2.5rem; }
@media (max-width: 575px) {
  .ApColumn .title_block {
    padding: 0px !important; } }

.ApRow .title_block {
  color: var(--color-primary);
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-primary), Sans-serif; }
  .ApRow .title_block:before {
    content: "";
    background-repeat: repeat;
    bottom: -25px;
    width: 70px;
    position: absolute;
    display: inline-block;
    height: 6px; }
  @media (max-width: 991px) {
    .ApRow .title_block {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 575px) {
    .ApRow .title_block {
      font-size: 24px;
      line-height: 30px;
      padding: 0px 15px; } }
.ApRow .sub-title-widget {
  line-height: 26px;
  color: #666666;
  margin-bottom: 40px;
  text-align: center; }
  .ApRow .sub-title-widget.sub-title-ap-group {
    padding: 0px 15px; }

.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;
  width: 2.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 0.825rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }
  .alert ul {
    margin-bottom: 0px; }

/* 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 var(--color-primary); }
    .widget-tabs li.active a {
      color: var(--color-primary); }

.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: #AE8225;
    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 var(--second-color);
    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: 16px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: var(--color-primary); }
  .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 #AE8225;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img img {
  width: auto;
  height: auto; }
.widget-category_image .cate_content {
  display: flex;
  flex-direction: column;
  text-align: center; }
  .widget-category_image .cate_content:hover label {
    color: #3276b1;
    cursor: pointer; }
  .widget-category_image .cate_content .cate-name {
    font-size: 20px;
    font-family: var(--font-primary-bold),Sans-serif, serif;
    line-height: 36px; }
  .widget-category_image .cate_content .leo-qty {
    font-size: 12px;
    line-height: 36px;
    color: #999999;
    text-transform: uppercase;
    font-family: var(--font-primary-bold),Sans-serif, serif; }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin-bottom: 0; }
.latest-blogs .right-block {
  text-align: left; }
  .rtl .latest-blogs .right-block {
    text-align: right; }
.latest-blogs .blog-image-container {
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375rem; }
  .rtl .latest-blogs .blog-image-container {
    float: right; }
  .latest-blogs .blog-image-container img {
    border-radius: 25px; }
.latest-blogs .blog-title {
  font-size: 16px;
  line-height: 20px; }
.latest-blogs .blog-desc {
  padding-top: 0.9375rem;
  text-align: justify;
  line-height: 25px; }

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

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

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

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

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

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

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

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

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

/* COUNTER Widget */
.Apcounter {
  color: #FFFFFF; }
  .Apcounter ul li {
    text-align: center;
    margin-bottom: 20px; }
    .Apcounter ul li .numscroller {
      font-size: 36px;
      line-height: 50px;
      font-family: var(--font-primary), Sans-serif, serif; }
    .Apcounter ul li .counter_bottom {
      font-size: 18px; }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

.color-default {
  color: #AE8225 !important; }

#index {
  background-repeat: repeat;
  background-size: cover; }

.ApImage {
  position: relative; }
  .ApImage .image_description {
    position: absolute;
    z-index: 3; }

.col-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }
  .col-info i {
    margin-right: 7px;
    font-size: 20px;
    color: #000; }
    .rtl .col-info i {
      margin-left: 7px;
      margin-right: inherit; }
  .col-info a {
    font-size: 14px;
    font-family: var(--font-primary-regular), Sans-serif, serif; }
  .col-info .store-address a span {
    color: #FFFFFF; }
    .col-info .store-address a span:hover {
      color: #b2b2b2; }
    @media (max-width: 1200px) {
      .col-info .store-address a span {
        display: none; } }

/*_desktop_cart*/
#_desktop_cart {
  cursor: pointer; }
  #_desktop_cart .cart-preview .header {
    display: flex;
    align-items: flex-end; }
    #_desktop_cart .cart-preview .header a {
      display: flex;
      align-items: center; }
      #_desktop_cart .cart-preview .header a i {
        font-size: 0px;
        width: 25px;
        height: 24px;
      }
        @media (max-width: 1200px) {
          #_desktop_cart .cart-preview .header a i {
            margin-right: 0px; }
            .rtl #_desktop_cart .cart-preview .header a i {
              margin-left: 0px;
              margin-right: inherit; } }
        #_desktop_cart .cart-preview .header a i::after {
          content: "\f291";
          font-family: "Font Awesome 5 Pro";
          font-size: 20px; }
    #_desktop_cart .cart-preview .header span {
      font-size: 14px; }
      @media (max-width: 1200px) {
        #_desktop_cart .cart-preview .header span {
          display: none; } }
    #_desktop_cart .cart-preview .header span.cart-products-count {
      font-size: 12px;
      background-color: #000;
      color: #FFF;
      border-radius: 50%;
      padding: 0px 6px;
      font-family: var(--font-primary);
      margin-left: 5px; }
      .rtl #_desktop_cart .cart-preview .header span.cart-products-count {
        margin-right: 5px;
        margin-left: inherit; }
      @media (max-width: 1200px) {
        #_desktop_cart .cart-preview .header span.cart-products-count {
          display: block;
          margin-left: 0px; }
          .rtl #_desktop_cart .cart-preview .header span.cart-products-count {
            margin-right: 0px;
            margin-left: inherit; } }
  #_desktop_cart .leo-dropdown-cart {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  @media (min-width: 992px) {
    #_desktop_cart:hover .leo-dropdown-cart {
      visibility: visible;
      z-index: 999;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      margin-top: 1.875rem; } }

/*block group top*/
#leo_block_top .popup-title span {
  color: #FFFFFF; }
  @media (max-width: 1200px) {
    #leo_block_top .popup-title span {
      display: none; } }
#leo_block_top .popup-title i.material-icons {
  display: none; }

/*userinfo-selector*/
.userinfo-selector ul.popup-content li a {
  font-size: 13px; }

.userinfo-selector > a span {
  color: #FFFFFF; }
  @media (max-width: 1200px) {
    .userinfo-selector > a span {
      display: none; } }
.userinfo-selector > a:hover span {
  color: var(--color-primary); }
@media (max-width: 1200px) {
  .userinfo-selector > a i.material-icons {
    display: none; } }

/*Container-fluid*/
.container-fluid {
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 1199px) {
    .wrapper .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
    }

    .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }

.box-padding {
  padding: 120px 0px 80px 0px; }
  @media (max-width: 1200px) {
    .box-padding {
      padding: 80px 0px 60px 0px; } }
  @media (max-width: 991px) {
    .box-padding {
      padding: 40px 0px 10px 0px; } }
  @media (max-width: 575px) {
    .box-padding {
      padding: 30px 0px 0px 0px; } }
  .box-padding .title_block {
    margin: auto;
    margin-bottom: 40px; }
    .box-padding .title_block:before {
      left: 0;
      right: 0;
      margin: auto; }
  .box-padding .sub-title-widget {
    max-width: 565px;
    margin: auto;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .box-padding .sub-title-widget {
        padding: 0px 5px; } }

.box-padding-product {
  padding: 120px 0px 40px 0px; }
  @media (max-width: 1200px) {
    .box-padding-product {
      padding: 80px 0px 10px 0px; } }
  @media (max-width: 991px) {
    .box-padding-product {
      padding: 40px 0px 00px 0px; } }
  @media (max-width: 575px) {
    .box-padding-product {
      padding: 30px 0px 0px 0px; } }
  .box-padding-product .title_block {
    max-width: 570px;
    margin: auto;
    margin-bottom: 40px; }
    .box-padding-product .title_block:before {
      left: 0;
      right: 0;
      margin: auto; }
  .box-padding-product .sub-title-widget {
    max-width: 565px;
    margin: auto;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .box-padding-product .sub-title-widget {
        padding: 0px 5px; } }

.box-padding40 {
  padding: 40px 0px 20px 0px; }

.box-padding0 {
  padding: 0px; }

.box-padding-bottom {
  padding: 0 0px 80px 0px; }
  @media (max-width: 1200px) {
    .box-padding-bottom {
      padding: 0 0 60px 0; } }
  @media (max-width: 991px) {
    .box-padding-bottom {
      padding: 0px 0px 20px 0px; } }
  @media (max-width: 575px) {
    .box-padding-bottom {
      padding: 0px 0px 10px 0px; } }

.box-footer {
  padding: 40px 0px; }

.box-product-h5 {
  padding: 120px 0px 0px; }
  @media (max-width: 1200px) {
    .box-product-h5 {
      padding: 80px 0px 0px; } }
  @media (max-width: 991px) {
    .box-product-h5 {
      padding: 40px 0px 0px; } }
  @media (max-width: 575px) {
    .box-product-h5 {
      padding: 30px 0px 0px; } }
  .box-product-h5 .title_block {
    max-width: 570px;
    margin: auto;
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      .box-product-h5 .title_block {
        max-width: 400px; } }
    .box-product-h5 .title_block:before {
      left: 0;
      right: 0;
      margin: auto; }
  .box-product-h5 .sub-title-widget {
    max-width: 565px;
    margin: auto;
    margin-bottom: 40px; }
    @media (max-width: 575px) {
      .box-product-h5 .sub-title-widget {
        max-width: 400px; } }

.box-padding-footer {
  padding: 45px 0px; }

.dropdown-toggle::after {
  width: 20px;
  height: 20px;
  line-height: 16px;
  margin-left: 5px;
  content: '+';
  position: absolute;
  border: none;
  color: var(--second-color); }

.button-slide {
  line-height: 1;
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  background-color: var(--second-color); }
  .button-slide::after {
    content: "\f138";
    margin-left: 10px;
    font-size: 14px;
    transition: 0.5s ease-in;
    font-weight: bold;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button-slide::after {
      margin-right: 10px;
      margin-left: inherit; }
  .button-slide:hover {
    color: #000000; }
    .button-slide:hover::after {
      transition: 0.5s ease-in;
      font-size: 18px; }

.button3-slide {
  border-radius: 50px;
  line-height: 1;
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  background-color: #FFFFFF; }
  .button3-slide::after {
    content: "\f138";
    margin-left: 10px;
    font-size: 14px;
    transition: 0.5s ease-in;
    color: var(--second-color);
    font-weight: bold;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button3-slide::after {
      margin-right: 10px;
      margin-left: inherit; }
  .button3-slide:hover {
    color: #000000; }
    .button3-slide:hover::after {
      transition: 0.5s ease-in;
      font-size: 18px; }

.button1-slide {
  border-radius: 50px;
  line-height: 1;
  padding: 20px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  background-color: var(--second-color);
  font-family: var(--font-primary-bold), Sans-serif, serif;
  display: inline-block; }
  .button1-slide::after {
    content: "\f138";
    margin-left: 10px;
    font-size: 14px;
    transition: 0.5s ease-in;
    font-weight: bold;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button1-slide::after {
      margin-right: 10px;
      margin-left: inherit; }
  .button1-slide:hover {
    color: #000000; }
    .button1-slide:hover::after {
      transition: 0.5s ease-in;
      font-size: 18px; }

.button2-slide {
  border-radius: 50px;
  line-height: 1;
  padding: 20px 30px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-family: var(--font-primary), Sans-serif, serif;
  font-size: 12px;
  display: inline-block; }
  .button2-slide::after {
    content: "\f138";
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s ease-in;
    color: #AE8225;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button2-slide::after {
      margin-right: 10px;
      margin-left: inherit; }
  .button2-slide:hover {
    color: #000000; }
    .button2-slide:hover::after {
      transition: 0.5s ease-in;
      font-size: 18px; }

.text-center {
  text-align: center !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

/*Home 1*/
.box-service .box-different .banner_slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 991px) {
    .box-service .box-different .banner_slide {
      -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 .box-different .banner_slide > div {
    padding-left: 15px; }
    .rtl .box-service .box-different .banner_slide > div {
      padding-right: 15px;
      padding-left: inherit; }
    .box-service .box-different .banner_slide > div h4 {
      font-size: 24px;
      font-family: var(--font-primary-bold),Sans-serif, serif; }
    .box-service .box-different .banner_slide > div p {
      line-height: 26px;
      max-width: 245px; }
    .box-service .box-different .banner_slide > div strong {
      color: #000000;
      line-height: 26px; }

.box3-h1 .box-different .banner_slide {
  min-height: 130px; }
.box3-h1 .box-content {
  padding-top: 128px; }
  @media (max-width: 991px) {
    .box3-h1 .box-content {
      padding-top: 40px; } }
.box3-h1 .button-box3-h1 {
  text-align: center; }
  .box3-h1 .button-box3-h1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--font-primary), Sans-serif, serif; }
    @media (max-width: 575px) {
      .box3-h1 .button-box3-h1 p {
        display: inline-block;
        text-align: center; } }
  .box3-h1 .button-box3-h1 a {
    margin: 0px 5px;
    border-radius: 25px;
    padding: 15px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000000;
    -moz-box-shadow: 0 0 5px 0px #c1c1c1;
    -webkit-box-shadow: 0 0 5px 0px #c1c1c1;
    -o-box-shadow: 0 0 5px 0px #c1c1c1;
    -ms-box-shadow: 0 0 5px 0px #c1c1c1;
    box-shadow: 0 0 5px 0px #c1c1c1; }
    @media (max-width: 575px) {
      .box3-h1 .button-box3-h1 a {
        margin-bottom: 10px; }
        .box3-h1 .button-box3-h1 a:last-child {
          margin-bottom: 0px; } }

.box4-h1 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 991px) {
    .box4-h1 {
      display: inherit; } }
  .box4-h1 .box-right .title_block {
    text-align: left; }
    .rtl .box4-h1 .box-right .title_block {
      text-align: right; }
  .box4-h1 .box-right .sub-title-widget {
    text-align: left; }
    .rtl .box4-h1 .box-right .sub-title-widget {
      text-align: right; }
  .box4-h1 .box-choose-contact .block_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 575px) {
      .box4-h1 .box-choose-contact .block_content {
        display: inherit; } }
  .box4-h1 .box-choose-contact .desc-choose ul li {
    font-family: var(--font-primary), Sans-serif, serif;
    line-height: 40px;
    font-size: 16px;
    color: #000000; }
    .box4-h1 .box-choose-contact .desc-choose ul li::before {
      content: "\f00c";
      margin-right: 10px;
      background-color: #A3DD84;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      padding: 8px;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 11px; }
      .rtl .box4-h1 .box-choose-contact .desc-choose ul li::before {
        margin-left: 10px;
        margin-right: inherit; }
  .box4-h1 .box-choose-contact .contact-choose {
    max-width: 220px;
    font-family: var(--font-primary-bold),Sans-serif, serif; }
    .box4-h1 .box-choose-contact .contact-choose p {
      color: #000000; }
    .box4-h1 .box-choose-contact .contact-choose a {
      color: #D74E77; }
    .box4-h1 .box-choose-contact .contact-choose .button2-slide {
      color: #000000; }

.box5-h1 {
  max-width: 550px;
  margin: auto; }
  .box5-h1 .title_block {
    color: #FFFFFF; }
  .box5-h1 .sub-title-widget {
    color: #FFFFFF; }
  .box5-h1 .button1-slide {
    border-radius: 25px;
    padding: 15px 30px;
    cursor: pointer;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--font-primary), Sans-serif, serif;;
    display: inline-block; }
  .box5-h1 .box-foods .Apcounter ul li::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-control-icon1.png?v=1639537822);
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 13px; }
    .rtl .box5-h1 .box-foods .Apcounter ul li::before {
      right: 25px;
      left: auto; }
  .box5-h1 .box-home .Apcounter ul li::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-control-icon2.png?v=1639537822);
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 20px; }
    .rtl .box5-h1 .box-home .Apcounter ul li::before {
      right: 15px;
      left: auto; }

.box6-h1 .block {
  margin-bottom: 0px; }
.box6-h1 > div:nth-child(1) .block_content {
  margin-right: 95px;
  margin-left: auto;
  max-width: 540px;
  padding-top: 120px; }
  .rtl .box6-h1 > div:nth-child(1) .block_content {
    margin-left: 95px;
    margin-right: inherit; }
  .rtl .box6-h1 > div:nth-child(1) .block_content {
    margin-right: auto;
    margin-left: inherit; }
  @media (max-width: 1440px) {
    .box6-h1 > div:nth-child(1) .block_content {
      margin-right: 30px;
      padding-top: 50px;
      max-width: 100%;
      margin-left: 30px; }
      .rtl .box6-h1 > div:nth-child(1) .block_content {
        margin-left: 30px;
        margin-right: inherit; }
      .rtl .box6-h1 > div:nth-child(1) .block_content {
        margin-right: 30px;
        margin-left: inherit; }
      .box6-h1 > div:nth-child(1) .block_content .title_block {
        font-size: 30px;
        line-height: 35px; } }
  @media (max-width: 1200px) {
    .box6-h1 > div:nth-child(1) .block_content {
      padding-top: 30px; }
      .box6-h1 > div:nth-child(1) .block_content .title_block {
        font-size: 24px;
        line-height: 30px; } }
  .box6-h1 > div:nth-child(1) .block_content .title_block {
    text-align: left; }
    .rtl .box6-h1 > div:nth-child(1) .block_content .title_block {
      text-align: right; }
  .box6-h1 > div:nth-child(1) .block_content .sub-title-widget {
    text-align: left; }
    .rtl .box6-h1 > div:nth-child(1) .block_content .sub-title-widget {
      text-align: right; }
  .box6-h1 > div:nth-child(1) .block_content .text-banner {
    color: #000000;
    margin-bottom: 30px; }
  .box6-h1 > div:nth-child(1) .block_content .button-banner {
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: var(--font-primary), Sans-serif, serif;;
    border-radius: 25px; }
.box6-h1 > div:nth-child(4) .block_content {
  padding-left: 95px;
  max-width: 580px;
  padding-top: 120px; }
  .rtl .box6-h1 > div:nth-child(4) .block_content {
    padding-right: 95px;
    padding-left: inherit; }
  @media (max-width: 1440px) {
    .box6-h1 > div:nth-child(4) .block_content {
      padding-left: 30px;
      padding-top: 50px;
      max-width: 100%; }
      .rtl .box6-h1 > div:nth-child(4) .block_content {
        padding-right: 30px;
        padding-left: inherit; }
      .box6-h1 > div:nth-child(4) .block_content .title_block {
        font-size: 30px;
        line-height: 35px; } }
  @media (max-width: 1200px) {
    .box6-h1 > div:nth-child(4) .block_content {
      padding-top: 30px; }
      .box6-h1 > div:nth-child(4) .block_content .title_block {
        font-size: 24px;
        line-height: 30px; } }
  .box6-h1 > div:nth-child(4) .block_content .title_block {
    text-align: left; }
    .rtl .box6-h1 > div:nth-child(4) .block_content .title_block {
      text-align: right; }
  .box6-h1 > div:nth-child(4) .block_content .nutri-button {
    max-width: 250px; }
    .box6-h1 > div:nth-child(4) .block_content .nutri-button p {
      line-height: 26px;
      margin-bottom: 30px; }
    .box6-h1 > div:nth-child(4) .block_content .nutri-button .button-banner {
      background-color: #FFFFFF;
      font-size: 12px;
      padding: 15px 30px;
      text-transform: uppercase;
      font-family: var(--font-primary), Sans-serif, serif;;
      border-radius: 25px; }
  @media (max-width: 1440px) {
    .box6-h1 > div:nth-child(4) .block_content .nutri-list {
      padding-left: 50px; }
      .rtl .box6-h1 > div:nth-child(4) .block_content .nutri-list {
        padding-right: 50px;
        padding-left: inherit; } }
  @media (max-width: 1024px) {
    .box6-h1 > div:nth-child(4) .block_content .nutri-list {
      padding-left: 30px; }
      .rtl .box6-h1 > div:nth-child(4) .block_content .nutri-list {
        padding-right: 30px;
        padding-left: inherit; } }
  @media (max-width: 575px) {
    .box6-h1 > div:nth-child(4) .block_content .nutri-list {
      padding-left: 0px;
      padding-top: 40px; }
      .rtl .box6-h1 > div:nth-child(4) .block_content .nutri-list {
        padding-right: 0px;
        padding-left: inherit; } }
  .box6-h1 > div:nth-child(4) .block_content .nutri-list ul li {
    padding: 10px 0px;
    font-family: var(--font-primary), Sans-serif, serif;
    color: #000000; }
    .box6-h1 > div:nth-child(4) .block_content .nutri-list ul li::before {
      content: "\f00c";
      margin-right: 10px;
      background-color: #A3DD84;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      padding: 8px;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 11px; }
      .rtl .box6-h1 > div:nth-child(4) .block_content .nutri-list ul li::before {
        margin-left: 10px;
        margin-right: inherit; }
  .box6-h1 > div:nth-child(4) .block_content > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 1440px) {
      .box6-h1 > div:nth-child(4) .block_content > div {
        justify-content: inherit; } }
    @media (max-width: 575px) {
      .box6-h1 > div:nth-child(4) .block_content > div {
        display: inherit; } }

.box7-h1 .title_block::before {
  left: 0;
  right: 0;
  margin: auto; }
.box7-h1 .sub-title-widget {
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px; }

.box-video {
  position: relative; }
  .box-video .image_description {
    position: inherit; }
  .box-video .img-bg-video img {
    border-radius: 25px; }
  .box-video .box-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 586px;
    text-align: center; }
    .box-video .box-icon-play .block {
      margin-bottom: 0px; }
    .box-video .box-icon-play h4 {
      font-size: 48px;
      line-height: 50px;
      color: #FFFFFF;
      font-family: var(--font-primary), Sans-serif, serif;
      padding-top: 20px; }
      @media (max-width: 991px) {
        .box-video .box-icon-play h4 {
          font-size: 24px;
          line-height: 25px; } }

.box-video .video {
  display: none; }

.box9-h1 .box-left .title_block {
  text-align: left;
  max-width: 410px;
  margin-left: 0px;
  position: relative; }
  .rtl .box9-h1 .box-left .title_block {
    text-align: right; }
  .rtl .box9-h1 .box-left .title_block {
    margin-right: 0px;
    margin-left: inherit; }
  .box9-h1 .box-left .title_block::before {
    left: 0;
    right: inherit; }
    .rtl .box9-h1 .box-left .title_block::before {
      right: 0;
      left: auto; }
    .rtl .box9-h1 .box-left .title_block::before {
      left: inherit;
      right: auto; }
  .box9-h1 .box-left .title_block::after {
    content: '';
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    width: 110px;
    height: 66px; }
    .rtl .box9-h1 .box-left .title_block::after {
      right: -200px;
      left: auto; }
.box9-h1 .box-left .sub-title-widget {
  text-align: left;
  max-width: 410px;
  margin-left: 0px; }
  .rtl .box9-h1 .box-left .sub-title-widget {
    text-align: right; }
  .rtl .box9-h1 .box-left .sub-title-widget {
    margin-right: 0px;
    margin-left: inherit; }
.box9-h1 .box-left .team-img1 {
  text-align: right; }
  .rtl .box9-h1 .box-left .team-img1 {
    text-align: left; }
  @media (max-width: 991px) {
    .box9-h1 .box-left .team-img1 {
      text-align: left;
      top: 0px;
      padding: 40px 0px 0px; }
      .rtl .box9-h1 .box-left .team-img1 {
        text-align: right; }
      .box9-h1 .box-left .team-img1 img {
        transform: rotate(40deg); } }
.box9-h1 .box-left .button-img a span {
  background-color: #AE8225;
  border-radius: 25px;
  padding: 15px 30px;
  cursor: pointer;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-family: var(--font-primary), Sans-serif, serif;
  display: inline-block; }
  .box9-h1 .box-left .button-img a span::after {
    content: "\f138";
    margin-left: 10px;
    font-size: 14px;
    transition: 0.5s ease-in;
    font-weight: bold;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .box9-h1 .box-left .button-img a span::after {
      margin-right: 10px;
      margin-left: inherit; }
.box9-h1 .box-left .button-img a:hover span {
  text-decoration: none; }
  .box9-h1 .box-left .button-img a:hover span::after {
    transition: 0.5s ease-in;
    font-size: 17px; }
.box9-h1 .box-right img {
  position: relative; }
.box9-h1 .box-right .image_description {
  position: relative;
  margin-top: 15px;
  text-align: center; }
  .box9-h1 .box-right .image_description p {
    margin-bottom: 0px; }
  .box9-h1 .box-right .image_description strong {
    font-size: 20px;
    font-family: var(--font-primary-bold),Sans-serif, serif;
    white-space: nowrap;
    color: #000000;
    line-height: 40px; }

.box10-h1 {
  background-color: #FFFFFF !important;
  padding-bottom: 250px; }
  .box10-h1 .sub-title-widget {
    margin: 0px 15px; }
  .box10-h1 .owl-carousel .owl-item {
    padding: 20px 95px;
    position: relative; }
    @media (min-width: 992px) {
      .box10-h1 .owl-carousel .owl-item .item {
        content: '';
        background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-testi-img4.jpg?v=1635476144);
        background-size: cover;
        background-repeat: no-repeat; } }
    @media (min-width: 992px) {
      .box10-h1 .owl-carousel .owl-item.active::before {
        content: '';
        left: 15px;
        top: 30px;
        position: absolute;
        background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-testi-img5.png?v=1635476144);
        width: 80px;
        height: 60px; }
        .rtl .box10-h1 .owl-carousel .owl-item.active::before {
          right: 15px;
          left: auto; }
      .box10-h1 .owl-carousel .owl-item.active::after {
        content: '';
        right: 15px;
        bottom: 30px;
        position: absolute;
        background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-testi-img6.png?v=1635476144);
        width: 80px;
        height: 60px; }
        .rtl .box10-h1 .owl-carousel .owl-item.active::after {
          left: 15px;
          right: auto; }
      .box10-h1 .owl-carousel .owl-item.first {
        opacity: 0.3; }
        .box10-h1 .owl-carousel .owl-item.first::before {
          display: none; }
        .box10-h1 .owl-carousel .owl-item.first::after {
          display: none; }
      .box10-h1 .owl-carousel .owl-item.last {
        opacity: 0.3; }
        .box10-h1 .owl-carousel .owl-item.last::before {
          display: none; }
        .box10-h1 .owl-carousel .owl-item.last::after {
          display: none; } }
    @media (max-width: 991px) {
      .box10-h1 .owl-carousel .owl-item {
        padding: 20px 30px; } }
  .box10-h1 .block-carousel-container .left-block .block-carousel-image-container {
    display: flex;
    flex-direction: column;
    text-align: center; }
    .box10-h1 .block-carousel-container .left-block .block-carousel-image-container img {
      order: 1;
      margin: auto; }
    .box10-h1 .block-carousel-container .left-block .block-carousel-image-container .title {
      order: 3; }
      .box10-h1 .block-carousel-container .left-block .block-carousel-image-container .title strong {
        font-family: var(--font-primary-bold),Sans-serif, serif;
        font-size: 20px;
        line-height: 50px;
        color: #000000; }
    .box10-h1 .block-carousel-container .left-block .block-carousel-image-container .descript {
      order: 2;
      color: #000000;
      font-size: 20px;
      line-height: 36px;
      padding: 25px 0px;
      max-width: 410px;
      font-family: var(--font-primary), Sans-serif, serif;
      font-style: italic;
      margin: auto; }

.box11-h1 {
  border-radius: 15px;
  margin-top: -200px; }

.latest-blogs .blog-container {
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-bottom: 30px; }
.latest-blogs .left-block {
  overflow: hidden; }
.latest-blogs .right-block {
  padding: 20px 30px 40px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .latest-blogs .right-block {
      margin-bottom: 60px; } }
  .latest-blogs .right-block .blog-title {
    order: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 24px;
    line-height: 36px;
    font-family: var(--font-primary-bold),Sans-serif, serif; }
    .latest-blogs .right-block .blog-title a:hover {
      color: #AE8225; }
  .latest-blogs .right-block .blog-meta {
    order: 1;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .latest-blogs .right-block .blog-meta > span {
      margin-right: 5px;
      margin-bottom: 5px;
      font-size: 12px;
      font-family: var(--font-primary), Sans-serif, serif;
      border: 1px solid #EDEDED;
      padding: 5px 10px;
      border-radius: 25px; }
      .rtl .latest-blogs .right-block .blog-meta > span {
        margin-left: 5px;
        margin-right: inherit; }
    .latest-blogs .right-block .blog-meta .author {
      order: 2; }
      .latest-blogs .right-block .blog-meta .author::before {
        content: "\f007";
        font-size: 10px;
        color: #AE8225;
        font-family: "Font Awesome 5 Pro"; }
      .latest-blogs .right-block .blog-meta .author .icon-author {
        display: none; }
    .latest-blogs .right-block .blog-meta .cat {
      order: 1;
      background-color: #fff4cc;
      border: 0px;
      color: #000000; }
      .latest-blogs .right-block .blog-meta .cat .icon-list {
        display: none; }
      .latest-blogs .right-block .blog-meta .cat a:hover {
        color: #AE8225; }
    .latest-blogs .right-block .blog-meta .created {
      order: 3; }
      .latest-blogs .right-block .blog-meta .created::before {
        content: "\f073";
        font-size: 10px;
        color: #AE8225;
        font-family: "Font Awesome 5 Pro"; }
      .latest-blogs .right-block .blog-meta .created .icon-calendar {
        display: none; }
  .latest-blogs .right-block .blog-desc {
    order: 3;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .latest-blogs .right-block .read-more {
    order: 4;
    position: absolute;
    bottom: -20px; }
    .latest-blogs .right-block .read-more a {
      background-color: #AE8225;
      font-size: 12px;
      padding: 15px 30px;
      text-transform: uppercase;
      color: #000000;
      font-family: var(--font-primary), Sans-serif, serif;
      border-radius: 50px;
      display: flex;
      align-items: center; }
      .latest-blogs .right-block .read-more a::after {
        content: "\f138";
        margin-left: 10px;
        font-size: 14px;
        transition: 0.5s ease-in;
        font-weight: bold;
        font-family: "Font Awesome 5 Pro"; }
        .rtl .latest-blogs .right-block .read-more a::after {
          margin-right: 10px;
          margin-left: inherit; }
      .latest-blogs .right-block .read-more a:hover::after {
        transition: 0.5s ease-in;
        font-size: 17px; }

.box13-h1 {
  border-bottom: .1rem solid rgba(255,255,255,0.8); }
  @media (min-width: 1200px) {
    .box13-h1 {
      display: flex;
      align-items: center; } }
  .box13-h1 .sv-col .sv-content {
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      .box13-h1 .sv-col .sv-content {
        margin-bottom: 0px; } }
    .box13-h1 .sv-col .sv-content i {
      width: 25px;
      height: 25px;
      font-size: 24px;
      color: #AE8225;
      margin-right: 10px; }
      .rtl .box13-h1 .sv-col .sv-content i {
        margin-left: 10px;
        margin-right: inherit; }
    .box13-h1 .sv-col .sv-content .sv-text {
      text-align: left; }
      .rtl .box13-h1 .sv-col .sv-content .sv-text {
        text-align: right; }
      .box13-h1 .sv-col .sv-content .sv-text span {
        font-size: 14px;
        line-height: 24px;
        font-family: var(--font-primary-bold),Sans-serif, serif;
        color: #FFFFFF; }
      .box13-h1 .sv-col .sv-content .sv-text p {
        font-size: 13px;
        margin-bottom: 0px;
        color: #FFFFFF; }
        .box13-h1 .sv-col .sv-content .sv-text p a {
          color: #FFFFFF; }
          .box13-h1 .sv-col .sv-content .sv-text p a:hover {
            color: #AE8225; }
  @media (min-width: 992px) {
    .box13-h1 .sv-phone .block {
      margin-bottom: 0px; } }
  .box13-h1 .sv-phone .block_content p {
    margin-bottom: 0px; }
    .box13-h1 .sv-phone .block_content p a {
      color: #AE8225;
      font-size: 24px;
      line-height: 26px;
      font-family: var(--font-primary-bold),Sans-serif, serif; }
      @media (min-width: 1300px) {
        .box13-h1 .sv-phone .block_content p a {
          white-space: nowrap; } }
      @media (max-width: 1300px) and (min-width: 1200px) {
        .box13-h1 .sv-phone .block_content p a {
          font-size: 16px;
          white-space: nowrap; } }

.box14-h1 .desc-footer {
  max-width: 350px; }
  .box14-h1 .desc-footer .title-footer {
    font-family: var(--font-primary), Sans-serif, serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px; }
  .box14-h1 .desc-footer .text-footer {
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px; }
  .box14-h1 .desc-footer .sign-up {
    display: inline-block;
    border-radius: 25px;
    padding: 15px 30px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--font-primary), Sans-serif, serif;
    margin-bottom: 15px; }
    .box14-h1 .desc-footer .sign-up::after {
      content: "\f138";
      margin-left: 10px;
      font-size: 14px;
      transition: 0.5s ease-in;
      color: #AE8225;
      font-weight: bold;
      font-family: "Font Awesome 5 Pro"; }
      .rtl .box14-h1 .desc-footer .sign-up::after {
        margin-right: 10px;
        margin-left: inherit; }
    .box14-h1 .desc-footer .sign-up:hover::after {
      transition: 0.5s ease-in;
      font-size: 17px; }

/*HOME 2*/
.box4-h2 .sv-col {
  text-align: center; }
  .box4-h2 .sv-col .sv-text {
    max-width: 305px;
    margin: auto; }
    .box4-h2 .sv-col .sv-text strong {
      font-size: 24px;
      line-height: 32px;
      color: #000000;
      font-family: var(--font-primary-bold),Sans-serif, serif;
      max-width: 145px; }
    .box4-h2 .sv-col .sv-text p {
      margin-bottom: 0px;
      margin-top: 20px;
      line-height: 26px; }
.box4-h2 .title_block::after {
  content: '';
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 46px;
  height: 48px; }
.box4-h2 .sub-title-widget {
  position: relative; }
  .box4-h2 .sub-title-widget::after {
    content: '';
    position: absolute;
    bottom: 70%;
    transform: translateX(400%);
    background-repeat: no-repeat;
    width: 91px;
    height: 86px; }

.box5-h2 > div:nth-child(2) {
  padding: 50px 0px 100px 60px;
  max-width: 470px; }
  .rtl .box5-h2 > div:nth-child(2) {
    padding: 50px 60px 100px 0px; }
  @media (max-width: 991px) {
    .box5-h2 > div:nth-child(2) {
      padding: 0px 15px 0px 15px;
      left: 0%; }
      .rtl .box5-h2 > div:nth-child(2) {
        padding: 0px 15px 0px 15px; }
      .rtl .box5-h2 > div:nth-child(2) {
        right: 0%;
        left: auto; } }
  .box5-h2 > div:nth-child(2) .title_block {
    text-align: left; }
    .rtl .box5-h2 > div:nth-child(2) .title_block {
      text-align: right; }
    .box5-h2 > div:nth-child(2) .title_block::before {
      left: 0;
      right: inherit; }
      .rtl .box5-h2 > div:nth-child(2) .title_block::before {
        right: 0;
        left: auto; }
      .rtl .box5-h2 > div:nth-child(2) .title_block::before {
        left: inherit;
        right: auto; }
  .box5-h2 > div:nth-child(2) .sub-title-widget {
    text-align: left; }
    .rtl .box5-h2 > div:nth-child(2) .sub-title-widget {
      text-align: right; }
  .box5-h2 > div:nth-child(2) .belive-list ul li {
    padding: 10px 0px;
    font-family: var(--font-primary), Sans-serif, serif;
    color: #000000;
    display: flex;
    align-items: center; }
    .box5-h2 > div:nth-child(2) .belive-list ul li::before {
      content: "\f00c";
      margin-right: 10px;
      background-color: #A3DD84;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      padding: 8px;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 11px;
      width: 27px;
      height: 27px;
      line-height: 10px; }
      .rtl .box5-h2 > div:nth-child(2) .belive-list ul li::before {
        margin-left: 10px;
        margin-right: inherit; }

.box6-h2 .banner-left {
  padding-right: 120px;
  padding-left: 15px; }
  .rtl .box6-h2 .banner-left {
    padding-left: 120px;
    padding-right: inherit; }
  .rtl .box6-h2 .banner-left {
    padding-right: 15px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .box6-h2 .banner-left {
      padding-right: 15px; }
      .rtl .box6-h2 .banner-left {
        padding-left: 15px;
        padding-right: inherit; } }
  @media (min-width: 992px) {
    .box6-h2 .banner-left {
      position: relative; }
      .box6-h2 .banner-left::before {
        content: '';
        background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-icon-help-home2.png?v=1638149326);
        position: absolute;
        width: 161px;
        height: 484px;
        top: -120%;
        left: -354px;
        z-index: 0; }
        .rtl .box6-h2 .banner-left::before {
          right: -354px;
          left: auto; } }
  .box6-h2 .banner-left .title_block {
    text-align: left; }
    .rtl .box6-h2 .banner-left .title_block {
      text-align: right; }
    .box6-h2 .banner-left .title_block::before {
      left: 0;
      right: inherit; }
      .rtl .box6-h2 .banner-left .title_block::before {
        right: 0;
        left: auto; }
      .rtl .box6-h2 .banner-left .title_block::before {
        left: inherit;
        right: auto; }
  .box6-h2 .banner-left .sub-title-widget {
    text-align: left; }
    .rtl .box6-h2 .banner-left .sub-title-widget {
      text-align: right; }
  .box6-h2 .banner-left .help-button {
    max-width: 565px;
    margin: auto; }
    @media (max-width: 991px) {
      .box6-h2 .banner-left .help-button {
        margin-bottom: 30px; } }
    .box6-h2 .banner-left .help-button a span {
      background-color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      border-radius: 25px;
      font-family: var(--font-primary), Sans-serif, serif;
      color: #000000; }
      .box6-h2 .banner-left .help-button a span::after {
        content: "\f138";
        margin-left: 10px;
        font-size: 14px;
        transition: 0.5s ease-in;
        font-weight: bold;
        font-family: "Font Awesome 5 Pro";
        color: #AE8225; }
        .rtl .box6-h2 .banner-left .help-button a span::after {
          margin-right: 10px;
          margin-left: inherit; }
    .box6-h2 .banner-left .help-button a:hover span {
      text-decoration: none; }
      .box6-h2 .banner-left .help-button a:hover span::after {
        transition: 0.5s ease-in;
        font-size: 17px; }
@media (min-width: 992px) {
  .box6-h2 .banner-right {
    margin-top: -180px;
    position: relative; }
    .box6-h2 .banner-right::before {
      content: '';
      background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-icon1-help-home2.png?v=1638149326);
      position: absolute;
      width: 225px;
      height: 602px;
      top: -10%;
      right: -354px;
      z-index: 0; }
      .rtl .box6-h2 .banner-right::before {
        left: -354px;
        right: auto; } }

@media (min-width: 992px) {
  .rtl .box6-h2 .banner-right::before, .rtl .box6-h2 .banner-left::before {
    transform: rotateY(180deg); } }

.box7-h2 > div:nth-child(1) .block {
  margin-bottom: 0px; }
.box7-h2 > div:nth-child(2) .block {
  margin-bottom: 0px; }

@media (min-width: 768px) {
  .box9-h2 {
    margin-bottom: -100px; } }
.box9-h2 .sub-title-widget.sub-title-ap-group {
  margin-bottom: 45px; }
.box9-h2 .icon-box-h2 {
  position: relative; }
  @media (min-width: 1200px) {
    .box9-h2 .icon-box-h2 {
      padding-left: 75px;
      padding-top: 40px; }
      .rtl .box9-h2 .icon-box-h2 {
        padding-right: 75px;
        padding-left: inherit; } }
  .box9-h2 .icon-box-h2 .box-different .banner_slide > div p {
    max-width: 360px; }
  .box9-h2 .icon-box-h2::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-icon-icon-home2.png?v=1636428364);
    position: absolute;
    bottom: -50%;
    right: -60%;
    width: 283px;
    height: 519px; }
    .rtl .box9-h2 .icon-box-h2::before {
      left: -60%;
      right: auto; }
.box9-h2 .img-box-h2 img {
  margin-bottom: -210px; }
  @media (max-width: 767px) {
    .box9-h2 .img-box-h2 img {
      margin-bottom: 0px; } }

.box10-h2 {
  margin-top: 50px;
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    .box10-h2 {
      margin-top: 0px; } }
  .box10-h2 .owl-carousel .owl-item {
    position: relative; }
    .box10-h2 .owl-carousel .owl-item .item .block-carousel-container {
      max-width: 690px;
      margin: auto;
      text-align: center; }
      @media (min-width: 575px) {
        .box10-h2 .owl-carousel .owl-item .item .block-carousel-container {
          content: '';
          background-repeat: no-repeat;
          height: 363px;
          margin: auto;
          background-position: center; } }
      .box10-h2 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container {
        display: flex;
        flex-direction: column; }
        .box10-h2 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container img {
          order: 1;
          margin: auto; }
        .box10-h2 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .title {
          order: 3; }
          .box10-h2 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .title strong {
            font-size: 20px;
            line-height: 50px;
            color: #000000;
            font-family: var(--font-primary-bold),Sans-serif, serif; }
        .box10-h2 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .descript {
          order: 2;
          color: #000000;
          font-size: 20px;
          line-height: 36px;
          font-style: italic;
          padding: 20px 0px;
          font-family: var(--font-primary), Sans-serif, serif; }
    @media (min-width: 992px) {
      .box10-h2 .owl-carousel .owl-item.active::before {
        content: '';
        left: 25%;
        top: 30px;
        position: absolute;
        width: 80px;
        height: 60px; }
        .rtl .box10-h2 .owl-carousel .owl-item.active::before {
          right: 25%;
          left: auto; }
      .box10-h2 .owl-carousel .owl-item.active::after {
        content: '';
        right: 25%;
        bottom: 0px;
        position: absolute;
        width: 80px;
        height: 60px; }
        .rtl .box10-h2 .owl-carousel .owl-item.active::after {
          left: 25%;
          right: auto; } }

.box-blog .title_block {
  margin-bottom: 60px; }

.box-category .title_block {
  margin-bottom: 60px; }

.box12-h2 .sub-title-widget {
  color: #000000; }
.box12-h2 .button-box12-h2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-primary), Sans-serif, serif; }
  @media (max-width: 575px) {
    .box12-h2 .button-box12-h2 p {
      display: inherit;
      text-align: center; } }
.box12-h2 .button-box12-h2 a {
  margin: 0px 5px;
  border-radius: 25px;
  padding: 15px 30px;
  cursor: pointer;
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .box12-h2 .button-box12-h2 a {
      margin-bottom: 10px;
      display: inline-block; }
      .box12-h2 .button-box12-h2 a:last-child {
        margin-bottom: 0px; } }
.box12-h2 .button-box12-h2 .button1-slide {
  background-color: #000000;
  color: #FFFFFF; }
.box12-h2 .button-box12-h2 .button2-slide {
  background-color: #FFFFFF;
  color: #000000; }

/*HOME 3*/
.box3-h3::before {
  z-index: -2; }
.box3-h3 .banner-right {
  padding-left: 125px;
  position: relative; }
  .rtl .box3-h3 .banner-right {
    padding-right: 125px;
    padding-left: inherit; }
  @media (max-width: 1200px) {
    .box3-h3 .banner-right {
      padding-left: 30px;
      padding-right: 30px; }
      .rtl .box3-h3 .banner-right {
        padding-right: 30px;
        padding-left: inherit; }
      .rtl .box3-h3 .banner-right {
        padding-left: 30px;
        padding-right: inherit; } }
  .box3-h3 .banner-right .title_block {
    text-align: left;
    margin-left: 0px;
    margin-right: 20px; }
    .rtl .box3-h3 .banner-right .title_block {
      text-align: right; }
    .rtl .box3-h3 .banner-right .title_block {
      margin-right: 0px;
      margin-left: inherit; }
    .rtl .box3-h3 .banner-right .title_block {
      margin-left: 20px;
      margin-right: inherit; }
    .box3-h3 .banner-right .title_block::before {
      left: 0;
      right: inherit; }
      .rtl .box3-h3 .banner-right .title_block::before {
        right: 0;
        left: auto; }
      .rtl .box3-h3 .banner-right .title_block::before {
        left: inherit;
        right: auto; }
  .box3-h3 .banner-right .sub-title-widget {
    text-align: left;
    margin-left: 0px; }
    .rtl .box3-h3 .banner-right .sub-title-widget {
      text-align: right; }
    .rtl .box3-h3 .banner-right .sub-title-widget {
      margin-right: 0px;
      margin-left: inherit; }
  .box3-h3 .banner-right .box-different .banner_slide > div {
    max-width: 290px; }
  @media (min-width: 992px) {
    .box3-h3 .banner-right::before {
      content: "";
      width: 262px;
      height: 550px;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      position: absolute;
      z-index: -1; } }
@media (min-width: 992px) {
  .box3-h3 .banner-left .block {
    margin-bottom: 0px; } }

@media (min-width: 992px) {
  .box5-h3 .banner-right .block {
    margin-bottom: 0px; } }
.box5-h3 .banner-left {
  padding-right: 125px; }
  .rtl .box5-h3 .banner-left {
    padding-left: 125px;
    padding-right: inherit; }
  @media (max-width: 1200px) {
    .box5-h3 .banner-left {
      padding-right: 30px;
      padding-left: 30px; }
      .rtl .box5-h3 .banner-left {
        padding-left: 30px;
        padding-right: inherit; }
      .rtl .box5-h3 .banner-left {
        padding-right: 30px;
        padding-left: inherit; } }
  .box5-h3 .banner-left .title_block {
    text-align: left;
    margin-right: 0px;
    margin-left: auto; }
    .rtl .box5-h3 .banner-left .title_block {
      text-align: right; }
    .rtl .box5-h3 .banner-left .title_block {
      margin-left: 0px;
      margin-right: inherit; }
    .rtl .box5-h3 .banner-left .title_block {
      margin-right: auto;
      margin-left: inherit; }
    .box5-h3 .banner-left .title_block::before {
      left: 0;
      right: inherit; }
      .rtl .box5-h3 .banner-left .title_block::before {
        right: 0;
        left: auto; }
      .rtl .box5-h3 .banner-left .title_block::before {
        left: inherit;
        right: auto; }
  .box5-h3 .banner-left .sub-title-widget {
    text-align: left;
    margin-right: 0px;
    margin-left: auto; }
    .rtl .box5-h3 .banner-left .sub-title-widget {
      text-align: right; }
    .rtl .box5-h3 .banner-left .sub-title-widget {
      margin-left: 0px;
      margin-right: inherit; }
    .rtl .box5-h3 .banner-left .sub-title-widget {
      margin-right: auto;
      margin-left: inherit; }
  .box5-h3 .banner-left .sv-col {
    max-width: 570px;
    margin-right: 0px;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 30px; }
    .rtl .box5-h3 .banner-left .sv-col {
      margin-left: 0px;
      margin-right: inherit; }
    .rtl .box5-h3 .banner-left .sv-col {
      margin-right: auto;
      margin-left: inherit; }
    .box5-h3 .banner-left .sv-col span {
      background-color: #AE8225;
      font-size: 24px;
      color: #000000;
      padding: 20px 24px;
      border-radius: 50%;
      margin-right: 20px;
      font-family: var(--font-primary-bold),Sans-serif, serif; }
      .rtl .box5-h3 .banner-left .sv-col span {
        margin-left: 20px;
        margin-right: inherit; }
    .box5-h3 .banner-left .sv-col .sv-text strong {
      font-size: 24px;
      line-height: 32px;
      color: #000000;
      font-family: var(--font-primary-bold),Sans-serif, serif; }
    .box5-h3 .banner-left .sv-col .sv-text p {
      margin-top: 10px;
      margin-bottom: 0px;
      line-height: 26px; }

.box7-h3 {
  padding-bottom: 200px; }

.box .image_description {
  left: 60px;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 991px) and (min-width: 768px) {
    .box .image_description {
      left: 30px; } }
  @media (max-width: 480px) {
    .box .image_description {
      left: 15px; } }
  .box .image_description .title-banner {
    font-size: 48px;
    line-height: 50px;
    font-family: var(--font-primary), Sans-serif, serif; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box .image_description .title-banner {
        font-size: 35px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .box .image_description .title-banner {
        font-size: 26px;
        line-height: 30px; } }
  .box .image_description .text-banner {
    font-size: 20px;
    font-family: var(--font-primary-bold),Sans-serif, serif; }
    @media (max-width: 480px) {
      .box .image_description .text-banner {
        font-size: 16px; } }
  .box .image_description .button-banner {
    font-size: 12px;
    background-color: #FFFFFF;
    color: #000000;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 25px;
    font-family: var(--font-primary), Sans-serif, serif; }
    @media (max-width: 480px) {
      .box .image_description .button-banner {
        padding: 10px 20px;
        font-size: 10px; } }
  .box .image_description .margin-button {
    margin: 40px 0px; }
    @media (max-width: 480px) {
      .box .image_description .margin-button {
        margin: 20px 0px; } }
.box .banner-left .title-banner {
  color: #DB6C1C; }
.box .banner-left .text-banner {
  color: #000000; }
.box .banner-left .text1-banner {
  color: #000000;
  font-size: 12px; }
.box .banner-right .text-banner {
  color: #FFFFFF; }
.box .banner-right .text2-banner {
  color: #FFFFFF;
  font-size: 14px; }
@media (min-width: 768px) {
  .box .block {
    margin-bottom: 0px; } }

.box8-h3 {
  margin-top: -50%; }

.box9-h3 {
  margin-top: 0px; }

/*HOME 4*/
.box4-h4 .block_content .title-banner {
  font-size: 48px;
  line-height: 50px;
  color: #FFFFFF;
  max-width: 594px;
  font-family: var(--font-primary), Sans-serif, serif;
  margin: auto;
  text-align: center; }
  @media (max-width: 991px) {
    .box4-h4 .block_content .title-banner {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 575px) {
    .box4-h4 .block_content .title-banner {
      font-size: 24px;
      line-height: 30px; } }
.box4-h4 .block_content .text-banner {
  line-height: 26px;
  color: #FFFFFF;
  max-width: 424px;
  margin: auto;
  text-align: center;
  padding: 20px 0px 40px; }
.box4-h4 .block_content .box-button {
  display: flex;
  justify-content: center; }
.box4-h4 .block_content .button-banner {
  background-color: var(--second-color);
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #000000;
  border-radius: 25px;
  text-align: center;
  font-family: var(--font-primary), Sans-serif, serif; }

.box5-h4 .title_block::before {
  left: 0;
  right: 0;
  margin: auto; }
.box5-h4 .sub-title-widget {
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px; }

.box6-h4 .block_content .title-banner {
  font-size: 48px;
  line-height: 50px;
  color: #000000;
  max-width: 594px;
  font-family: var(--font-primary), Sans-serif, serif;
  margin: auto;
  text-align: center; }
  @media (max-width: 991px) {
    .box6-h4 .block_content .title-banner {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 575px) {
    .box6-h4 .block_content .title-banner {
      font-size: 24px;
      line-height: 30px; } }
.box6-h4 .block_content .text-banner {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  max-width: 424px;
  margin: auto;
  text-align: center;
  padding: 20px 0px 20px;
  font-family: var(--font-primary-bold),Sans-serif, serif; }
.box6-h4 .block_content .box-banner {
  display: flex;
  justify-content: center; }
.box6-h4 .block_content .button-banner {
  background-color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #000000;
  border-radius: 25px;
  text-align: center;
  font-family: var(--font-primary), Sans-serif, serif; }
.box6-h4 .block_content .text2-banner {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-family: var(--font-primary), Sans-serif, serif;
  text-align: center; }

.box8-h4 .owl-wrapper-outer .owl-wrapper {
  display: flex !important; }
.box8-h4 .block_carousel {
  margin-bottom: -25%; }
  .box8-h4 .block_carousel .owl-theme .owl-controls .owl-pagination {
    margin-top: 45px; }
.box8-h4 .owl-carousel .owl-item .item {
  height: 100%;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 25px; }
  .box8-h4 .owl-carousel .owl-item .item .block-carousel-container {
    text-align: center; }
    .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container {
      display: flex;
      flex-direction: column; }
      .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container img {
        order: 1;
        margin: auto; }
      .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .title {
        order: 3; }
        .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .title strong {
          font-size: 20px;
          line-height: 50px;
          color: #000000;
          font-family: var(--font-primary-bold),Sans-serif, serif; }
        .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .title span {
          line-height: 26px; }
      .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .descript {
        order: 2;
        color: #000000;
        font-family: var(--font-primary), Sans-serif, serif;
        font-style: italic;
        line-height: 30px;
        padding: 35px 0px 45px;
        position: relative;
        z-index: 1; }
        .box8-h4 .owl-carousel .owl-item .item .block-carousel-container .left-block .block-carousel-image-container .descript::before {
          content: '';
          background-image: url(https://cdn.shopify.com/s/files/1/0912/1746/files/leo-gopet-testi-img5.png?v=1635476144);
          background-repeat: no-repeat;
          margin: auto;
          position: absolute;
          bottom: 10px;
          top: auto;
          width: 80px;
          height: 60px;
          left: 0;
          right: 0;
          z-index: -1;
          background-position: center; }

.box9-h4 {
  margin-top: 30%; }

.box10-h4 .banner-right .title_block {
  max-width: 470px;
  text-align: left; }
  .rtl .box10-h4 .banner-right .title_block {
    text-align: right; }
  .box10-h4 .banner-right .title_block::before {
    margin-left: 0; }
    .rtl .box10-h4 .banner-right .title_block::before {
      margin-right: 0;
      margin-left: inherit; }
.box10-h4 .banner-right .sub-title-widget {
  max-width: 470px;
  text-align: left; }
  .rtl .box10-h4 .banner-right .sub-title-widget {
    text-align: right; }
.box10-h4 .banner-right .about-button {
  max-width: 470px;
  margin: auto; }
  .box10-h4 .banner-right .about-button a span {
    background-color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 25px;
    font-family: var(--font-primary), Sans-serif, serif;
    color: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .box10-h4 .banner-right .about-button a span::after {
      content: "\f138";
      margin-left: 10px;
      font-size: 14px;
      transition: 0.5s ease-in;
      font-weight: bold;
      font-family: "Font Awesome 5 Pro"; }
      .rtl .box10-h4 .banner-right .about-button a span::after {
        margin-right: 10px;
        margin-left: inherit; }
    .box10-h4 .banner-right .about-button a span:hover {
      color: #000000;
      text-decoration: none; }
      .box10-h4 .banner-right .about-button a span:hover::after {
        transition: 0.5s ease-in;
        font-size: 20px; }

.box11-h4 .block_newsletter {
  padding: 0px; }
  .box11-h4 .block_newsletter .title_block {
    color: #000000 !important; }

.box12-h4 {
  margin-top: 120px;
  display: inline-block;
  margin-bottom: -115px; }
  @media (max-width: 1200px) {
    .box12-h4 {
      margin-top: 80px;
      margin-bottom: -90px; } }
  @media (max-width: 991px) {
    .box12-h4 {
      margin-top: 40px;
      margin-bottom: 0px; }
      .box12-h4:first-child {
        padding-top: 0px; } }
  @media (max-width: 575px) {
    .box12-h4 {
      margin-top: 0px; } }

.box-service .sv-col {
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-service .sv-col > div {
    margin-left: 20px; }
    .rtl .box-service .sv-col > div {
      margin-right: 20px;
      margin-left: inherit; }
    .box-service .sv-col > div h4 {
      margin-bottom: 0px;
      line-height: 50px;
      font-family: var(--font-primary-bold),Sans-serif, serif;
      white-space: nowrap; }
    .box-service .sv-col > div p {
      margin-bottom: 0px;
      font-size: 14px;
      line-height: 24px; }

/*HOME 5*/
@media (max-width: 991px) {
  .box3-h5 {
    padding-top: 30px; } }
.box3-h5 .sv-col {
  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.05); }

@media (min-width: 992px) {
  .margin-top-a65 {
    margin-top: -65px; }
    .margin-top-a65 .block {
      margin-bottom: 20px; } }

.box4-h5 {
  background-color: #FFFFFF; }

.box5-h5 .box-deal-content {
  padding: 100px 0px 150px; }
  @media (max-width: 991px) {
    .box5-h5 .box-deal-content {
      padding: 50px 0px 80px; } }
  @media (max-width: 575px) {
    .box5-h5 .box-deal-content {
      padding: 30px 0px 50px; } }
  .box5-h5 .box-deal-content .ApCountdown {
    max-width: 470px;
    margin: auto;
    text-align: left; }
    .rtl .box5-h5 .box-deal-content .ApCountdown {
      text-align: right; }
    .box5-h5 .box-deal-content .ApCountdown .title-banner {
      font-size: 48px;
      line-height: 50px;
      color: #000000;
      font-family: var(--font-primary), Sans-serif, serif; }
      @media (max-width: 991px) {
        .box5-h5 .box-deal-content .ApCountdown .title-banner {
          font-size: 30px;
          line-height: 35px; } }
      @media (max-width: 575px) {
        .box5-h5 .box-deal-content .ApCountdown .title-banner {
          font-size: 24px;
          line-height: 30px; } }
    .box5-h5 .box-deal-content .ApCountdown .text-banner {
      font-size: 20px;
      line-height: 26px;
      color: #000000;
      font-family: var(--font-primary-bold),Sans-serif, serif; }
    .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time {
      align-items: center;
      border: 3px dashed var(--color-primary);
      border-radius: 25px;
      max-width: 350px; }
      @media (max-width: 575px) {
        .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time {
          max-width: 250px; } }
      .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li {
        padding: 20px;
        position: relative;
        display: inline-block; }
        @media (max-width: 575px) {
          .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li {
            padding: 15px; } }
        .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li b {
          font-size: 30px;
          color: #000000;
          font-family: var(--font-primary), Sans-serif, serif; }
          @media (max-width: 575px) {
            .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li b {
              font-size: 18px; } }
        .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li span {
          font-size: 12px;
          color: #000000;
          display: block;
          text-align: center; }
        .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li::after {
          content: ':';
          position: absolute;
          transform: translateY(-50%);
          top: 30%;
          right: 0px;
          font-weight: bold;
          font-size: 25px;
          color: #000000; }
        .box5-h5 .box-deal-content .ApCountdown ul.ap-countdown-time li:last-child::after {
          font-size: 0px; }
  .box5-h5 .box-deal-content .text1-banner {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-family: var(--font-primary), Sans-serif, serif;
    max-width: 470px;
    padding: 0px 15px;
    margin: auto;
    text-align: left; }
    .rtl .box5-h5 .box-deal-content .text1-banner {
      text-align: right; }

.box7-h5 .box-left {
  padding-right: 75px; }
  .rtl .box7-h5 .box-left {
    padding-left: 75px;
    padding-right: inherit; }
  .box7-h5 .box-left .title_block {
    text-align: left; }
    .rtl .box7-h5 .box-left .title_block {
      text-align: right; }
    .box7-h5 .box-left .title_block::before {
      left: 0;
      right: auto; }
      .rtl .box7-h5 .box-left .title_block::before {
        right: 0;
        left: auto; }
      .rtl .box7-h5 .box-left .title_block::before {
        left: auto;
        right: auto; }
  .box7-h5 .box-left .sub-title-widget {
    text-align: left; }
    .rtl .box7-h5 .box-left .sub-title-widget {
      text-align: right; }
  .box7-h5 .box-left .block_content .text-banner {
    color: #000000;
    line-height: 26px;
    font-family: var(--font-primary), Sans-serif, serif;
    margin-bottom: 30px; }
  .box7-h5 .box-left .block_content .button-banner {
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: var(--font-primary), Sans-serif, serif;
    border-radius: 25px; }
@media (max-width: 991px) {
  .box7-h5 .box-video .box-icon-play img {
    width: 80px !important; } }

.footer-copy-right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: 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;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .footer-copy-right {
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .footer-copy-right {
      display: inherit;
      text-align: center; } }
  .footer-copy-right .copy-left {
    font-size: 14px; }
    .footer-copy-right .copy-left a {
      font-size: 14px;
      color: #FFFFFF; }
      .footer-copy-right .copy-left a:hover {
        color: #AE8225; }

/*Blog stylesheet*/
.leo-block-sidebar .products-block ul.lists li.list-item {
  display: flex;
  align-items: center;
  padding-bottom: 30px; }
  .leo-block-sidebar .products-block ul.lists li.list-item .blog-image {
    width: 30%; }
    .leo-block-sidebar .products-block ul.lists li.list-item .blog-image img {
      border-radius: 50%;
      width: 80px;
      height: 80px; }
  .leo-block-sidebar .products-block ul.lists li.list-item .blog-content {
    width: 70%;
    padding-left: 25px; }
    .rtl .leo-block-sidebar .products-block ul.lists li.list-item .blog-content {
      padding-right: 25px;
      padding-left: inherit; }
    .leo-block-sidebar .products-block ul.lists li.list-item .blog-content span.info {
      display: none; }
    .leo-block-sidebar .products-block ul.lists li.list-item .blog-content .post-name a {
      font-size: 14px; }

.leo-blog-tags .block_content a {
  margin: 4px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px;
  border: 1px solid #eaeaea;
  color: #666;
  font-size: 12px;
  font-family: var(--font-primary), Sans-serif, serif; }
  .leo-blog-tags .block_content a:hover {
    background: #AE8225;
    color: #FFFFFF;
    border-color: #AE8225; }

/*breacrumd*/
.rtl .breadcrumb-full {
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: translateX(19%) !important;
  -moz-transform: translateX(19%) !important;
  -ms-transform: translateX(19%) !important;
  -o-transform: translateX(19%) !important;
  transform: translateX(19%) !important; }
  @media (max-width: 991px) {
    .rtl .breadcrumb-full {
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important; } }

/*Page Pricing*/
.box1-pricing .pricing-content .block_content {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 480px) {
    .box1-pricing .pricing-content .block_content {
      display: inherit; } }
.box1-pricing .pricing-content .price-pricing {
  margin-right: 30px;
  background-color: #AE8225;
  color: #000000;
  padding: 25px;
  border-radius: 50%;
  text-align: center;
  max-width: 110px; }
  .rtl .box1-pricing .pricing-content .price-pricing {
    margin-left: 30px;
    margin-right: inherit; }
  @media (max-width: 480px) {
    .box1-pricing .pricing-content .price-pricing {
      margin-bottom: 30px; } }
  .box1-pricing .pricing-content .price-pricing b {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--font-primary), Sans-serif, serif; }
  .box1-pricing .pricing-content .price-pricing span {
    font-size: 14px;
    line-height: 30px;
    font-family: var(--font-primary-regular), Sans-serif, serif; }
.box1-pricing .pricing-content .desc-pricing .title-pricing {
  font-size: 24px;
  font-family: var(--font-primary-bold), Sans-serif, serif; }
.box1-pricing .pricing-content .desc-pricing ul li {
  font-family: var(--font-primary-regular), Sans-serif, serif;
  line-height: 40px;
  font-size: 16px;
  color: #000000; }
  .box1-pricing .pricing-content .desc-pricing ul li::before {
    content: "\f058";
    margin-right: 10px;
    background-color: #A3DD84;
    border-radius: 50%; }
    .rtl .box1-pricing .pricing-content .desc-pricing ul li::before {
      margin-left: 10px;
      margin-right: inherit; }
.box1-pricing .pricing-content .desc-pricing .text-pricing {
  text-align: left; }
  .rtl .box1-pricing .pricing-content .desc-pricing .text-pricing {
    text-align: right; }
.box1-pricing .pricing-content .desc-pricing .margin-button {
  margin-top: 40px; }

/*Page FAQ*/
.box1-page-faq .left .title_block {
  text-align: left; }
  .rtl .box1-page-faq .left .title_block {
    text-align: right; }
  .box1-page-faq .left .title_block::before {
    left: 0;
    right: auto; }
    .rtl .box1-page-faq .left .title_block::before {
      right: 0;
      left: auto; }
    .rtl .box1-page-faq .left .title_block::before {
      left: auto;
      right: auto; }
.box1-page-faq .left ul li a {
  line-height: 40px; }
.box1-page-faq .right .title_block {
  text-align: left;
  max-width: 100%;
  font-size: 36px;
  line-height: 50px; }
  .rtl .box1-page-faq .right .title_block {
    text-align: right; }
  .box1-page-faq .right .title_block::before {
    display: none; }
.box1-page-faq .right .tab-direction-content {
  padding-bottom: 2.5rem;
  border-bottom: 3px dashed #AE8225; }
  .box1-page-faq .right .tab-direction-content:last-child {
    border-bottom: 0px; }
  .box1-page-faq .right .tab-direction-content .question-title h5 a {
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (max-width: 575px) {
      .box1-page-faq .right .tab-direction-content .question-title h5 a {
        font-size: 16px;
        line-height: 30px; } }
    .box1-page-faq .right .tab-direction-content .question-title h5 a::before {
      content: "\f138";
      padding-right: 25px;
      font-size: 20px;
      font-weight: bold;
      left: 0;
      color: #AE8225;
      font-family: "Font Awesome 5 Pro"; }
      .rtl .box1-page-faq .right .tab-direction-content .question-title h5 a::before {
        padding-left: 25px;
        padding-right: inherit; }
      .rtl .box1-page-faq .right .tab-direction-content .question-title h5 a::before {
        right: 0;
        left: auto; }
    .box1-page-faq .right .tab-direction-content .question-title h5 a.collapsed {
      color: #999999; }
      .box1-page-faq .right .tab-direction-content .question-title h5 a.collapsed::before {
        color: #999999; }
  .box1-page-faq .right .tab-direction-content .collapse .question-content {
    line-height: 26px;
    padding-bottom: 15px; }

/*my-account*/
#my-account .page-footer a {
  padding: 15px 30px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 13px; }

/*Product detail left*/
@media (min-width: 1200px) {
  .product-information {
    display: flex;
    align-items: flex-start;
    margin-top: 20px; }
    .product-information .products-accordion {
      width: 50%;
      margin-top: 0px;
      margin-bottom: 0px; }
      .product-information .products-accordion #product-description-short-1 {
        padding-top: 0px; }
    .product-information .product-actions {
      width: 50%; } }

/* Page about */
.box1-about .banner-right .about-button a span {
  background-color: #AE8225; }

.box2-about .block_carousel .block_content {
  background-color: #AE8225;
  padding: 45px 60px;
  border-radius: 50px; }
  .box2-about .block_carousel .block_content .owl-pagination {
    text-align: left; }
    .rtl .box2-about .block_carousel .block_content .owl-pagination {
      text-align: right; }
.box2-about .block_carousel .block-carousel-container .left-block .block-carousel-image-container .title {
  font-size: 24px;
  line-height: 50px;
  font-family: var(--font-primary), Sans-serif, serif;
  color: #000000;
  padding: 20px 0px 10px; }
.box2-about .block_carousel .block-carousel-container .left-block .block-carousel-image-container .sub-title {
  line-height: 26px;
  color: #000000; }

.box5-about {
  padding-bottom: 0px; }
  .box5-about .owl-carousel .owl-item {
    padding: 20px; }

.owl-theme .owl-buttons {
  display: none; }

#module-leofeature-productscompare .footer_link li {
  display: inline-block;
  margin-bottom: 10px; }
  #module-leofeature-productscompare .footer_link li a {
    display: flex;
    align-items: center; }
    #module-leofeature-productscompare .footer_link li a i {
      margin-right: 8px; }
      .rtl #module-leofeature-productscompare .footer_link li a i {
        margin-left: 8px;
        margin-right: inherit; }
#module-leofeature-productscompare .table-bordered tr td .leo-compare-review-dropdown button {
  font-size: 14px;
  text-transform: none;
  position: relative;
  padding: 10px 30px 10px 15px; }
  .rtl #module-leofeature-productscompare .table-bordered tr td .leo-compare-review-dropdown button {
    padding: 10px 15px 10px 30px; }
  #module-leofeature-productscompare .table-bordered tr td .leo-compare-review-dropdown button::after {
    right: 8px;
    border-bottom: 0px; }
    .rtl #module-leofeature-productscompare .table-bordered tr td .leo-compare-review-dropdown button::after {
      left: 8px;
      right: auto; }

.product-notification.position3 {
  left: 100px; }
  .rtl .product-notification.position3 {
    right: 100px;
    left: auto; }

.leo-smart.product-notification label {
  background-color: #AE8225;
  font-size: 14px; }

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