/***************************************************
  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 */
.ApRow .sub-title-widget {
  font-family: var(--font-family-septenary);
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ApRow .sub-title-widget::after {
    content: "\e900";
    font-family: "Nutritix Icons";
    margin-left: 9px;
    color: var(--theme-color-default);
    font-size: 18px; }
    .rtl .ApRow .sub-title-widget::after {
      margin-right: 9px;
      margin-left: inherit; }
    [dir] .ApRow .sub-title-widget::after {
      transform: rotateY(180deg); }
  @media (max-width: 575px) {
    .ApRow .sub-title-widget {
      font-size: 30px;
      line-height: 30px; } }

#wrapper {
  padding: 0;
  background: none;
  line-height: 1; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title,
.footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove,
  .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons,
  .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse,
.footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in,
      .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
    .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: 0; }

/* Css Accordion */
/* 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 #E8E8E8; }
  .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: #E8E8E8;
        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 #E8E8E8 #E8E8E8 #E8E8E8; }

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

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

.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: #999999;
    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 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: none; }
  .nav-tabs .nav-item {
    margin-left: 3px; }
    .rtl .nav-tabs .nav-item {
      margin-right: 3px;
      margin-left: inherit; }
  .nav-tabs .nav-link {
    padding: 1px 16px 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    
    color: #888888;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
    border: solid #FFFFFF;
    border-width: 1px 0; }
    .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
      color: #FFFFFF;
      border: solid #FFFFFF;
      border-width: 1px 0;
      background-color: transparent; }

.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 {
  text-align: center; }
  .box-show-more a {
    background: transparent;
    clear: both;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 30px;
    display: none;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #000000;
    margin-top: 30px;
    transition: 0.4s all; }
    .box-show-more a::after {
      content: "\f178";
      font-family: "Font Awesome 6 Pro";
      margin-left: 15px; }
      .rtl .box-show-more a::after {
        margin-right: 15px;
        margin-left: inherit; }
      [dir] .box-show-more a::after {
        content: "\f177"; }
    .box-show-more a:hover {
      background-color: var(--theme-color-default);
      border-color: var(--theme-color-default); }
    .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: inline-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 #E8E8E8; }
  .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 #E8E8E8;
  -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 #999999;
    -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 {
  transition: 0.4s all;
  padding-top: 15px;
  padding-bottom: 15px; }
  .manufacturers_block img:hover {
    transform: scale(1.2); }

/*
  Widget Category Image
*/
/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0; }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative; }
  .latest-blogs .blog-title a:hover {
    color: var(--theme-color-default); }
  .latest-blogs .blog-desc {
    margin: 0;
    color: #999999;
    font-size: 0.875rem;
    line-height: 28px;
    letter-spacing: 0.6px;
    min-height: 56px; }
  .latest-blogs .cat {
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 20px; }
    .rtl .latest-blogs .cat {
      margin-left: 20px;
      margin-right: inherit; }
    .latest-blogs .cat a {
      color: #000000; }
  .latest-blogs .author {
    font-size: 14px;
    color: #999999; }
    .latest-blogs .author span {
      color: #000000; }

/* 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: 2.5px;
  padding-right: 2.5px; }
  .instagram-block .owl-item .block-carousel-container {
    margin-bottom: 30px; }
.instagram-block a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%; }
  .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 a::before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    opacity: 0;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%) scale(0); }
    .rtl .instagram-block a::before {
      right: 50%;
      left: auto; }
  .instagram-block a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    z-index: 9;
    transition: 0.4s; }
  .instagram-block a:hover::before {
    animation: scaleLogo 0.4s ease-in forwards; }
  .instagram-block a:hover::after {
    opacity: 0.2; }
@keyframes scaleLogo {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1; } }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

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

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

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

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

.hidden,
.hide {
  display: none; }

.no-border {
  border: none !important; }

body {
  font-weight: 500; }

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
    width: auto; } }

.btn-primery {
  padding: 23px 40px;
  color: #999999;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #FFFFFF;
  line-height: 1;
  display: inline-flex;
  transition: 0.5s;
  position: relative;
  border: none; }
  .btn-primery span {
    display: block;
    width: 100%;
    height: 100%; }
    .btn-primery span::before, .btn-primery span::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      background: #FFFFFF;
      transition: all 0.3s ease; }
    .btn-primery span::before {
      width: 2px;
      height: 0%; }
    .btn-primery span::after {
      height: 2px;
      width: 0%; }
  .btn-primery i {
    margin-left: 10px; }
    .rtl .btn-primery i {
      margin-right: 10px;
      margin-left: inherit; }
  .btn-primery::before, .btn-primery::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    transition: all 0.3s ease; }
  .btn-primery::before {
    height: 0%;
    width: 2px; }
  .btn-primery:after {
    width: 0%;
    height: 2px; }
  .btn-primery:hover {
    background: var(--theme-color-default); }
    .btn-primery:hover::before {
      height: 100%; }
    .btn-primery:hover:after {
      width: 100%; }
    .btn-primery:hover span {
      color: #FFFFFF; }
      .btn-primery:hover span::before {
        height: 100%; }
      .btn-primery:hover span::after {
        width: 100%; }
    .btn-primery:hover i {
      color: #FFFFFF; }

.btn-page {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  
  padding: 17px 29px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #000;
  background-color: #fff;
  z-index: 1; }
  .btn-page:after {
    content: "\f061";
    display: block;
    font-family: "Font Awesome 6 Pro";
    margin-left: 8px; }
    .rtl .btn-page:after {
      margin-right: 8px;
      margin-left: inherit; }
    [dir="rtl"] .btn-page:after {
      content: "\f060"; }
  .btn-page:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn-page:hover::before {
      left: 0%;
      right: auto;
      width: 100%; }
  .btn-page::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    color: #FFFFFF;
    background-color: var(--theme-color-default);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 3px; }

.btn-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  
  display: inline-flex;
  align-items: center; }
  .btn-link:after {
    content: "\f061";
    display: block;
    font-family: "Font Awesome 6 Pro";
    margin-left: 8px; }
    .rtl .btn-link:after {
      margin-right: 8px;
      margin-left: inherit; }
    [dir="rtl"] .btn-link:after {
      content: "\f060"; }

#header {
  box-shadow: none; }

.leoproductsearch-loading {
  position: absolute;
  top: 25%;
  right: 20%;
  width: 20px;
  height: 20px;
  border: 2px solid #999999;
  border-left: 2px solid transparent; }
  .rtl .leoproductsearch-loading {
    left: 20%;
    right: auto; }

.ac_results {
  width: 100% !important;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
  padding: 0; }

.search-in-product .search-value-title {
  padding: 5px 15px;
  font-size: 0.75rem;
  color: #999999;
  background-color: rgba(153, 153, 153, 0.1); }
.search-in-product ul {
  max-height: 400px;
  overflow: auto;
  padding: 5px 0; }
  .search-in-product ul::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(153, 153, 153, 0.1); }
  .search-in-product ul::-webkit-scrollbar-thumb {
    background-color: rgba(25, 25, 25, 0.5);
    border-radius: 2px; }
  .search-in-product ul::-webkit-scrollbar-track {
    background-color: rgba(153, 153, 153, 0.1); }
  .search-in-product ul li {
    padding: 5px 15px; }
    .search-in-product ul li a {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
      .search-in-product ul li a .lps-result-img {
        width: 55px; }
      .search-in-product ul li a .lps-result-content {
        flex: 1; }
        .search-in-product ul li a .lps-result-content > div {
          font-size: 14px;
          line-height: 1.25; }
        .search-in-product ul li a .lps-result-content .lps-result-price {
          margin-top: 5px; }
.search-in-product .ac_over {
  background-color: var(--theme-color-default); }
  .search-in-product .ac_over a {
    color: #FFFFFF; }

.all-search-product {
  padding: 10px 15px;
  background-color: rgba(153, 153, 153, 0.1);
  text-align: center; }
  .all-search-product a {
    text-transform: uppercase;
    color: #999999;
    font-size: 0.75rem;
    transition: 0.4s; }
  .all-search-product:hover a {
    color: var(--theme-color-default); }

body:not(#index) .news-letter {
  border-top: 1px solid #000000; }
body:not(#index) #wrapper .breadcrumb-bg {
  margin: 0; }
  body:not(#index) #wrapper .breadcrumb-bg .title_block {
    font-size: 36px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.2;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px; }
    body:not(#index) #wrapper .breadcrumb-bg .title_block:before {
      content: "";
      background: #000000;
      display: inline-block;
      width: 55px;
      height: 1px; }
    body:not(#index) #wrapper .breadcrumb-bg .title_block:after {
      content: "";
      background: #000000;
      display: inline-block;
      width: 55px;
      height: 1px; }
  body:not(#index) #wrapper .breadcrumb-bg .sub-title-widget {
    font-size: 56px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    color: #999999;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 480px) {
      body:not(#index) #wrapper .breadcrumb-bg .sub-title-widget {
        font-size: 45px; } }
  body:not(#index) #wrapper .breadcrumb-bg .breadcrumb ol {
    text-align: left; }
    .rtl body:not(#index) #wrapper .breadcrumb-bg .breadcrumb ol {
      text-align: right; }
  body:not(#index) #wrapper .breadcrumb-bg .breadcrumb li a {
    
    font-weight: 400; }
  body:not(#index) #wrapper .breadcrumb-bg .breadcrumb li:first-child a {
    color: #999999; }
    body:not(#index) #wrapper .breadcrumb-bg .breadcrumb li:first-child a:hover {
      color: var(--theme-color-default); }
body:not(#index) #content-wrapper {
  margin-bottom: 50px; }
  body:not(#index) #content-wrapper .block-category {
    padding: 0;
    margin: 0;
    border: none; }
  body:not(#index) #content-wrapper #subcategories {
    border: none;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8; }
    body:not(#index) #content-wrapper #subcategories .subcategories-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-meta {
      padding: 20px 0;
      text-align: center; }
    body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-name {
      
      font-weight: 500; }
      body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-name:hover {
        color: var(--theme-color-default); }
    body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-image {
      overflow: hidden; }
      body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-image img {
        transition: 0.4s; }
    body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-description {
      line-height: 1.5;
      font-size: 0.875rem;
      color: #999999;
      font-weight: 400; }
  body:not(#index) #content-wrapper .products-selection {
    background-color: #FFFFFF; }
    @media (max-width: 767px) {
      body:not(#index) #content-wrapper .products-selection {
        padding: 15px 10px; } }
    body:not(#index) #content-wrapper .products-selection .total-products p {
      font-size: 0;
      margin: 0; }
    body:not(#index) #content-wrapper .products-selection .total-products .display > div.selected a {
      color: var(--theme-color-default); }
    body:not(#index) #content-wrapper .products-selection .sort-by {
      font-size: 0.875rem;
      color: #999999; }
    body:not(#index) #content-wrapper .products-selection .products-sort-order .select-title {
      background-color: transparent;
      color: #999999;
      padding-left: 20px;
      font-weight: 400; }
      .rtl body:not(#index) #content-wrapper .products-selection .products-sort-order .select-title {
        padding-right: 20px;
        padding-left: inherit; }
    body:not(#index) #content-wrapper .products-selection .products-sort-order .dropdown-menu a {
      font-size: 14px;
      color: #999999;
      font-weight: 400; }
      body:not(#index) #content-wrapper .products-selection .products-sort-order .dropdown-menu a:hover {
        background-color: #f5f5f5; }
    body:not(#index) #content-wrapper .products-selection .filter-button {
      margin: 0; }
      body:not(#index) #content-wrapper .products-selection .filter-button #search_filter_toggler {
        border-radius: 0;
        background-color: var(--theme-color-secondary);
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.875rem; }
    @media (max-width: 480px) {
      body:not(#index) #content-wrapper .products-selection .sort-by-row {
        flex-wrap: wrap;
        gap: 10px 0; } }
  body:not(#index) #content-wrapper .pagination {
    background: transparent;
    align-items: center; }
    body:not(#index) #content-wrapper .pagination > div:first-child {
      font-size: 0.875rem;
      color: var(--theme-color-secondary); }
      @media (max-width: 767px) {
        body:not(#index) #content-wrapper .pagination > div:first-child {
          display: none; } }
    @media (max-width: 767px) {
      body:not(#index) #content-wrapper .pagination > div:last-child {
        width: 100%; } }
    body:not(#index) #content-wrapper .pagination .page-list {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 10px; }
      body:not(#index) #content-wrapper .pagination .page-list li.current a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #999999;
        color: #FFFFFF; }
        body:not(#index) #content-wrapper .pagination .page-list li.current a:hover {
          color: #FFFFFF; }
      body:not(#index) #content-wrapper .pagination .page-list li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        
        font-weight: 500;
        color: #999999; }
        body:not(#index) #content-wrapper .pagination .page-list li a:hover {
          color: #999999; }
        body:not(#index) #content-wrapper .pagination .page-list li a span {
          display: inline-block; }
          @media (max-width: 480px) {
            body:not(#index) #content-wrapper .pagination .page-list li a span {
              display: none; } }
        body:not(#index) #content-wrapper .pagination .page-list li a[rel="next"] i, body:not(#index) #content-wrapper .pagination .page-list li a[rel="prev"] i {
          font-family: "Font Awesome 6 Pro";
          font-size: 1rem;
          font-weight: 600; }
        body:not(#index) #content-wrapper .pagination .page-list li a[rel="next"] i {
          margin-left: 5px; }
          .rtl body:not(#index) #content-wrapper .pagination .page-list li a[rel="next"] i {
            margin-right: 5px;
            margin-left: inherit; }
          body:not(#index) #content-wrapper .pagination .page-list li a[rel="next"] i::before {
            content: "\f105"; }
            [dir] body:not(#index) #content-wrapper .pagination .page-list li a[rel="next"] i::before {
              content: "\f104"; }
        body:not(#index) #content-wrapper .pagination .page-list li a[rel="prev"] i {
          margin-right: 5px; }
          .rtl body:not(#index) #content-wrapper .pagination .page-list li a[rel="prev"] i {
            margin-left: 5px;
            margin-right: inherit; }
          body:not(#index) #content-wrapper .pagination .page-list li a[rel="prev"] i::before {
            content: "\f104"; }
            [dir] body:not(#index) #content-wrapper .pagination .page-list li a[rel="prev"] i::before {
              content: "\f105"; }
  @media (max-width: 991px) and (min-width: 768px) {
    body:not(#index) #content-wrapper .product_list.grid .ajax_block_product:nth-child(3n + 1) {
      clear: none; } }
  body:not(#index) #content-wrapper #products .btn.btn-secondary {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500; }
  body:not(#index) #content-wrapper #products #js-active-search-filters .filter-block .js-search-link {
    top: 50%;
    bottom: auto;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  body:not(#index) #content-wrapper #products #js-product-list .up {
    display: none; }
  body:not(#index) #content-wrapper #js-product-list-header .card-block {
    box-shadow: none;
    margin-bottom: 20px;
    background-color: transparent; }
    body:not(#index) #content-wrapper #js-product-list-header .card-block #category-description {
      margin-top: 0; }

@media (min-width: 768px) {
  #left-column {
    margin-bottom: 30px; } }
#left-column .title_block a,
#left-column #search_filters > p,
#left-column .title-heading, #left-column .title_block {
  color: #000000;
  font-weight: 700;
  font-family: var(--font-family-septenary);
  font-size: 24px;
  line-height: 1;
  position: relative; }
  #left-column .title_block a::before,
  #left-column #search_filters > p::before,
  #left-column .title-heading::before, #left-column .title_block::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #000000;
    transform: skewX(-10deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  #left-column .title_block a::after,
  #left-column #search_filters > p::after,
  #left-column .title-heading::after, #left-column .title_block::after {
    content: "\e900";
    font-family: "Nutritix Icons";
    margin-left: 9px;
    color: var(--theme-color-default);
    font-size: 16px;
    vertical-align: 2px; }
    .rtl #left-column .title_block a::after, .rtl
    #left-column #search_filters > p::after, .rtl
    #left-column .title-heading::after, .rtl #left-column .title_block::after {
      margin-right: 9px;
      margin-left: inherit; }
    [dir] #left-column .title_block a::after, [dir]
    #left-column #search_filters > p::after, [dir]
    #left-column .title-heading::after, [dir] #left-column .title_block::after {
      display: inline-block;
      transform: rotateY(180deg); }
#left-column .row {
  margin-left: 0;
  margin-right: 0; }
#left-column .row > div, #left-column > .block:not(.row) {
  border: none;
  position: relative;
  padding-right: 30px; }
  .rtl #left-column .row > div, .rtl #left-column > .block:not(.row) {
    padding-left: 30px;
    padding-right: inherit; }
#left-column .block-categories, #left-column #tags_blog_block_left, #left-column #blogRecentBlog, #left-column #categories_blog_menu {
  margin-bottom: 30px; }
  #left-column .block-categories .title_block, #left-column #tags_blog_block_left .title_block, #left-column #blogRecentBlog .title_block, #left-column #categories_blog_menu .title_block {
    border: none;
    background-color: transparent;
    padding: 0 0 16px;
    font-family: var(--font-family-septenary);
    font-size: 24px;
    line-height: 1;
    color: #000000;
    position: relative; }
    #left-column .block-categories .title_block::after, #left-column #tags_blog_block_left .title_block::after, #left-column #blogRecentBlog .title_block::after, #left-column #categories_blog_menu .title_block::after {
      content: "\e900";
      font-family: "Nutritix Icons";
      margin-left: 9px;
      color: var(--theme-color-default);
      font-size: 16px;
      vertical-align: 2px; }
      .rtl #left-column .block-categories .title_block::after, .rtl #left-column #tags_blog_block_left .title_block::after, .rtl #left-column #blogRecentBlog .title_block::after, .rtl #left-column #categories_blog_menu .title_block::after {
        margin-right: 9px;
        margin-left: inherit; }
    #left-column .block-categories .title_block:before, #left-column #tags_blog_block_left .title_block:before, #left-column #blogRecentBlog .title_block:before, #left-column #categories_blog_menu .title_block:before {
      content: '';
      width: 100%;
      height: 5px;
      background-color: #000000;
      transform: skewX(-10deg);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  #left-column .block-categories .category-sub-menu li, #left-column #tags_blog_block_left .category-sub-menu li, #left-column #blogRecentBlog .category-sub-menu li, #left-column #categories_blog_menu .category-sub-menu li {
    position: relative; }
    #left-column .block-categories .category-sub-menu li:not(:last-child), #left-column #tags_blog_block_left .category-sub-menu li:not(:last-child), #left-column #blogRecentBlog .category-sub-menu li:not(:last-child), #left-column #categories_blog_menu .category-sub-menu li:not(:last-child) {
      border-bottom: 1px solid #E8E8E8; }
    #left-column .block-categories .category-sub-menu li::before, #left-column #tags_blog_block_left .category-sub-menu li::before, #left-column #blogRecentBlog .category-sub-menu li::before, #left-column #categories_blog_menu .category-sub-menu li::before {
      content: '';
      width: 6px;
      height: 6px;
      transform: skewX(-10deg) translateY(-50%);
      background-color: #ccc;
      position: absolute;
      top: 20.5px;
      left: 0; }
      .rtl #left-column .block-categories .category-sub-menu li::before, .rtl #left-column #tags_blog_block_left .category-sub-menu li::before, .rtl #left-column #blogRecentBlog .category-sub-menu li::before, .rtl #left-column #categories_blog_menu .category-sub-menu li::before {
        right: 0;
        left: auto; }
    #left-column .block-categories .category-sub-menu li:hover::before, #left-column #tags_blog_block_left .category-sub-menu li:hover::before, #left-column #blogRecentBlog .category-sub-menu li:hover::before, #left-column #categories_blog_menu .category-sub-menu li:hover::before {
      background-color: var(--theme-color-default); }
    #left-column .block-categories .category-sub-menu li a, #left-column #tags_blog_block_left .category-sub-menu li a, #left-column #blogRecentBlog .category-sub-menu li a, #left-column #categories_blog_menu .category-sub-menu li a {
      border: none;
      font-size: 14px;
      line-height: 40px;
      color: #888888;
      font-weight: 600;
       }
      #left-column .block-categories .category-sub-menu li a:hover, #left-column #tags_blog_block_left .category-sub-menu li a:hover, #left-column #blogRecentBlog .category-sub-menu li a:hover, #left-column #categories_blog_menu .category-sub-menu li a:hover {
        color: var(--theme-color-default); }
    #left-column .block-categories .category-sub-menu li .navbar-toggler, #left-column #tags_blog_block_left .category-sub-menu li .navbar-toggler, #left-column #blogRecentBlog .category-sub-menu li .navbar-toggler, #left-column #categories_blog_menu .category-sub-menu li .navbar-toggler {
      right: 20px; }
      .rtl #left-column .block-categories .category-sub-menu li .navbar-toggler, .rtl #left-column #tags_blog_block_left .category-sub-menu li .navbar-toggler, .rtl #left-column #blogRecentBlog .category-sub-menu li .navbar-toggler, .rtl #left-column #categories_blog_menu .category-sub-menu li .navbar-toggler {
        left: 20px;
        right: auto; }
      #left-column .block-categories .category-sub-menu li .navbar-toggler i::before, #left-column #tags_blog_block_left .category-sub-menu li .navbar-toggler i::before, #left-column #blogRecentBlog .category-sub-menu li .navbar-toggler i::before, #left-column #categories_blog_menu .category-sub-menu li .navbar-toggler i::before {
        font-family: "Font Awesome 6 Pro";
        font-size: 0.75rem;
        font-weight: 600; }
      #left-column .block-categories .category-sub-menu li .navbar-toggler i:hover::before, #left-column #tags_blog_block_left .category-sub-menu li .navbar-toggler i:hover::before, #left-column #blogRecentBlog .category-sub-menu li .navbar-toggler i:hover::before, #left-column #categories_blog_menu .category-sub-menu li .navbar-toggler i:hover::before {
        color: var(--theme-color-default); }
      #left-column .block-categories .category-sub-menu li .navbar-toggler .add::before, #left-column #tags_blog_block_left .category-sub-menu li .navbar-toggler .add::before, #left-column #blogRecentBlog .category-sub-menu li .navbar-toggler .add::before, #left-column #categories_blog_menu .category-sub-menu li .navbar-toggler .add::before {
        content: "\f067"; }
      #left-column .block-categories .category-sub-menu li .navbar-toggler .remove::before, #left-column #tags_blog_block_left .category-sub-menu li .navbar-toggler .remove::before, #left-column #blogRecentBlog .category-sub-menu li .navbar-toggler .remove::before, #left-column #categories_blog_menu .category-sub-menu li .navbar-toggler .remove::before {
        content: "\f068"; }
  #left-column .block-categories .block_content > a, #left-column #tags_blog_block_left .block_content > a, #left-column #blogRecentBlog .block_content > a, #left-column #categories_blog_menu .block_content > a {
    line-height: 1.5;
    margin-right: 15px;
    color: #999999;
    font-size: 14px; }
    .rtl #left-column .block-categories .block_content > a, .rtl #left-column #tags_blog_block_left .block_content > a, .rtl #left-column #blogRecentBlog .block_content > a, .rtl #left-column #categories_blog_menu .block_content > a {
      margin-left: 15px;
      margin-right: inherit; }
    #left-column .block-categories .block_content > a:hover, #left-column #tags_blog_block_left .block_content > a:hover, #left-column #blogRecentBlog .block_content > a:hover, #left-column #categories_blog_menu .block_content > a:hover {
      color: var(--theme-color-default); }
#left-column #blogRecentBlog .title_block, #left-column #tags_blog_block_left .title_block {
  padding: 0 0 10px; }
#left-column #tags_blog_block_left .block_content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; }
  #left-column #tags_blog_block_left .block_content > a {
    padding: 2px 8px;
    margin-right: 0;
    border-radius: 5px;
    background-color: rgba(229, 229, 229, 0.9); }
    #left-column #tags_blog_block_left .block_content > a:hover {
      background-color: var(--theme-color-default);
      color: #fff; }
#left-column #categories_blog_menu {
  padding: 0 30px 0 0; }
  .rtl #left-column #categories_blog_menu {
    padding: 0 0 0 30px; }
#left-column .facet-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-secondary);
  padding-bottom: 8px;
  position: relative;
  
  margin-bottom: 10px; }
  #left-column .facet-title:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0; }
    .rtl #left-column .facet-title:after {
      right: 0;
      left: auto; }
    @media (max-width: 767px) {
      #left-column .facet-title:after {
        display: none; } }
#left-column #search_filters_wrapper {
  border: none;
  position: relative;
  background-color: #FFFFFF; }
  @media (min-width: 768px) {
    #left-column #search_filters_wrapper {
      padding-right: 30px; }
      .rtl #left-column #search_filters_wrapper {
        padding-left: 30px;
        padding-right: inherit; } }
  #left-column #search_filters_wrapper #search_filters {
    border: none !important; }
    #left-column #search_filters_wrapper #search_filters .text-uppercase {
      margin: 0 0 25px 0; }
    #left-column #search_filters_wrapper #search_filters > p {
      padding: 0 0 16px;
      background-color: transparent; }
#left-column .facet {
  margin-bottom: 30px; }
  #left-column .facet > ul {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #left-column .facet {
      margin: 0;
      border: none !important; }
      #left-column .facet ul {
        padding: 10px 20px; }
        #left-column .facet ul li {
          border: none !important; } }
  #left-column .facet:last-child {
    margin: 0; }
  #left-column .facet .faceted-slider li p {
    margin: 15px 0;
    color: var(--theme-color-secondary);
    font-size: 14px;
    font-weight: 600; }
  #left-column .facet .faceted-slider li .ui-slider {
    background: #e1e1e1;
    height: 4px;
    width: 90%;
    border: none; }
    #left-column .facet .faceted-slider li .ui-slider .ui-slider-range {
      background: var(--theme-color-default); }
    #left-column .facet .faceted-slider li .ui-slider .ui-slider-handle {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 3px solid var(--theme-color-default);
      top: -0.35em; }
  #left-column .facet .collapse li {
    padding: 0; }
    #left-column .facet .collapse li .facet-label {
      display: flex;
      gap: 0 5px;
      align-items: center; }
      #left-column .facet .collapse li .facet-label .custom-radio,
      #left-column .facet .collapse li .facet-label .custom-checkbox {
        top: auto;
        width: 1rem;
        height: 1rem;
        border-color: #999999; }
        #left-column .facet .collapse li .facet-label .custom-radio span,
        #left-column .facet .collapse li .facet-label .custom-checkbox span {
          width: 1rem;
          height: 1rem;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          #left-column .facet .collapse li .facet-label .custom-radio span.color,
          #left-column .facet .collapse li .facet-label .custom-checkbox span.color {
            border-radius: 50%;
            margin: 0;
            padding: 0;
            top: auto;
            left: auto;
            transform: translate(0); }
      #left-column .facet .collapse li .facet-label a {
        margin: 0;
        color: #888888;
        font-size: 14px;
        line-height: 30px;
        font-weight: 600; }
        [dir] #left-column .facet .collapse li .facet-label a {
          width: auto; }
        #left-column .facet .collapse li .facet-label a span {
          color: #999999; }
      #left-column .facet .collapse li .facet-label.active .custom-radio span:not(.color) i, #left-column .facet .collapse li .facet-label.active .custom-checkbox span:not(.color) i {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--theme-color-default);
        font-size: 0; }
      #left-column .facet .collapse li .facet-label.active .custom-radio span.color, #left-column .facet .collapse li .facet-label.active .custom-checkbox span.color {
        border-color: var(--theme-color-default); }
#left-column .title-heading {
  padding: 5px 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%); }
#left-column .mt-80 {
  margin-top: 30px; }
#left-column .image-about {
  text-align: center;
  margin: 0; }
  #left-column .image-about img {
    max-width: 215px; }
@media (max-width: 767px) {
  #left-column .about-left {
    display: none; } }
#left-column .about-left .image_description {
  margin-top: 30px;
  text-align: left; }
  #left-column .about-left .image_description p {
    font-size: 0.875rem;
    color: #999999;
    margin: 0;
    line-height: 1.5; }
#left-column .tags-left {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #left-column .tags-left {
      display: none; } }
  #left-column .tags-left .block_content {
    padding: 0; }
@media (max-width: 767px) {
  #left-column .product-left {
    display: none; } }
#left-column .product-left .thumbnail-container .product-image {
  max-width: 90px; }

.products-block ul {
  margin: 0;
  margin-top: 20px; }
.products-block .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .products-block .list-item {
      display: block; } }
  .products-block .list-item:last-child {
    margin-bottom: 0; }
.products-block .products-block-image {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
  .products-block .products-block-image img {
    max-width: none;
    height: 100%;
    width: auto;
    position: absolute;
    left: -30%;
    transform: scale(1.2); }
.products-block .blog-content {
  margin-left: 15px; }
  .rtl .products-block .blog-content {
    margin-right: 15px;
    margin-left: inherit; }
  @media (max-width: 1199px) {
    .products-block .blog-content {
      margin-left: 0;
      text-align: center; }
      .rtl .products-block .blog-content {
        margin-right: 0;
        margin-left: inherit; } }
  .products-block .blog-content .info {
    font-size: 14px; }
.products-block .post-name {
  font-weight: 500; }
  @media (max-width: 1199px) {
    .products-block .post-name {
      margin-top: 10px; } }
  .products-block .post-name a {
    
    color: var(--theme-color-secondary);
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
    .products-block .post-name a:hover {
      color: var(--theme-color-default); }

.modal .modal-content .modal-title a {
  color: #999999; }
  .modal .modal-content .modal-title a strong {
    font-weight: 600; }
  .modal .modal-content .modal-title a:hover {
    color: var(--theme-color-default); }
.modal#blockcart-modal .modal-content .modal-header {
  background-color: var(--theme-color-default); }
  .modal#blockcart-modal .modal-content .modal-header .modal-title {
    font-size: 0.875rem;
    font-weight: 500; }
  .modal#blockcart-modal .modal-content .modal-header .close {
    color: #FFFFFF;
    opacity: 1; }
    .modal#blockcart-modal .modal-content .modal-header .close:hover, .modal#blockcart-modal .modal-content .modal-header .close:focus {
      opacity: 1; }
@media (min-width: 768px) {
  .modal#blockcart-modal .modal-content .modal-body .row > div {
    width: 50%; }
    .modal#blockcart-modal .modal-content .modal-body .row > div .cart-content {
      border-left: 1px solid rgba(25, 25, 25, 0.3); }
      .rtl .modal#blockcart-modal .modal-content .modal-body .row > div .cart-content {
        border-right: 1px solid rgba(25, 25, 25, 0.3);
        border-left: inherit; } }
.modal#blockcart-modal .modal-content .modal-body .row > div.divide-right {
  border: none; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right .product-name {
    font-size: 20px;
    font-weight: 500; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right .product-price {
    font-size: 16px;
    display: block;
    font-weight: 500; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0; }
    .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right span strong {
      font-weight: 500; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right br {
    display: none; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right .color {
    display: inline-flex;
    margin-left: 0;
    box-shadow: none;
    border: none;
    background: transparent; }
    .rtl .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right .color {
      margin-right: 0;
      margin-left: inherit; }
.modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn {
  flex-wrap: wrap; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn .btn {
    font-size: 0.875rem;
    transition: 0.3s;
     }
    .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn .btn.btn-primary {
      background-color: rgba(25, 25, 25, 0.8); }
      .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn .btn.btn-primary:hover {
        background-color: var(--theme-color-default); }
    .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn .btn.btn-secondary {
      background-color: rgba(153, 153, 153, 0.3); }
      .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn .btn.btn-secondary:hover {
        background-color: rgba(153, 153, 153, 0.5); }
@media (max-width: 991px) and (min-width: 768px) {
  .modal#blockcart-modal .modal-content .modal-body .row > div .cart-content {
    padding-left: 20px; }
    .rtl .modal#blockcart-modal .modal-content .modal-body .row > div .cart-content {
      padding-right: 20px;
      padding-left: inherit; } }
.modal#blockcart-modal .modal-content .modal-body .row > div .cart-content .cart-products-count {
  font-size: 14px;
  color: var(--theme-color-secondary);
  font-weight: 500;
  line-height: 22px; }
.modal#blockcart-modal .modal-content .modal-body .row > div .cart-content p,
.modal#blockcart-modal .modal-content .modal-body .row > div .cart-content span {
  color: var(--theme-color-secondary);
  font-weight: 500;
  margin-bottom: 10px; }
@media (max-width: 767px) {
  .modal#blockcart-modal .cart-content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E8E8E8; } }
.modal.leo-quicklogin-modal {
  padding: 0 !important; }
  @media (min-width: 576px) {
    .modal.leo-quicklogin-modal .modal-dialog {
      max-width: 400px;
      margin: 100px auto 0; } }
  .modal.leo-quicklogin-modal .modal-header {
    border: none;
    padding-bottom: 0; }
  .modal.leo-quicklogin-modal .leo-login-title .title-only,
  .modal.leo-quicklogin-modal .leo-register-title {
    font-size: 1.5rem;
    font-weight: 600; }
  .modal.leo-quicklogin-modal .leo-login-form-content .form-group.row .col-xs-6:first-child {
    display: flex;
    align-items: center;
    gap: 5px; }
  .modal.leo-quicklogin-modal a:hover {
    color: var(--theme-color-default); }
  .modal.leo-quicklogin-modal .modal-footer {
    padding: 0; }
.modal.quickview .modal-body .form-control-select {
  width: fit-content;
  padding-right: 15px; }
  .rtl .modal.quickview .modal-body .form-control-select {
    padding-left: 15px;
    padding-right: inherit; }
.modal.quickview .modal-body .product-variants-item ul {
  margin-bottom: 0; }
  .modal.quickview .modal-body .product-variants-item ul li label {
    margin-bottom: 0; }
.modal.quickview .modal-body .btn.btn-primary.add-to-cart {
  
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  min-width: 190px;
  justify-content: center; }
  .modal.quickview .modal-body .btn.btn-primary.add-to-cart:hover, .modal.quickview .modal-body .btn.btn-primary.add-to-cart.added {
    background-color: var(--theme-color-default); }
  .modal.quickview .modal-body .btn.btn-primary.add-to-cart .icon-btn-product {
    font-size: 14px; }
  .modal.quickview .modal-body .btn.btn-primary.add-to-cart i {
    font-family: "Nutritix Icons";
    font-size: 0;
    width: fit-content;
    height: fit-content;
    margin-right: 10px; }
    .rtl .modal.quickview .modal-body .btn.btn-primary.add-to-cart i {
      margin-left: 10px;
      margin-right: inherit; }
    .modal.quickview .modal-body .btn.btn-primary.add-to-cart i::before {
      content: "\e902";
      font-size: 1rem; }
.modal.quickview .modal-body .leo-wishlist-button, .modal.quickview .modal-body .leo-compare-button {
  background-color: transparent;
  color: #000;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  .modal.quickview .modal-body .leo-wishlist-button i, .modal.quickview .modal-body .leo-compare-button i {
    width: fit-content;
    height: fit-content;
    margin: 0; }
    .modal.quickview .modal-body .leo-wishlist-button i::before, .modal.quickview .modal-body .leo-compare-button i::before {
      font-size: 16px; }
  .modal.quickview .modal-body .leo-wishlist-button .name-btn-product, .modal.quickview .modal-body .leo-compare-button .name-btn-product {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    
    transition: 0.4s all; }
  .modal.quickview .modal-body .leo-wishlist-button .text-remove, .modal.quickview .modal-body .leo-compare-button .text-remove {
    display: none; }
  .modal.quickview .modal-body .leo-wishlist-button .text-add, .modal.quickview .modal-body .leo-compare-button .text-add {
    display: block; }
  .modal.quickview .modal-body .leo-wishlist-button.added, .modal.quickview .modal-body .leo-compare-button.added {
    color: var(--theme-color-default); }
    .modal.quickview .modal-body .leo-wishlist-button.added .text-remove, .modal.quickview .modal-body .leo-compare-button.added .text-remove {
      display: block; }
    .modal.quickview .modal-body .leo-wishlist-button.added .text-add, .modal.quickview .modal-body .leo-compare-button.added .text-add {
      display: none; }
  .modal.quickview .modal-body .leo-wishlist-button:hover, .modal.quickview .modal-body .leo-compare-button:hover {
    color: var(--theme-color-default); }
    .modal.quickview .modal-body .leo-wishlist-button:hover .name-btn-product, .modal.quickview .modal-body .leo-compare-button:hover .name-btn-product {
      opacity: 1;
      bottom: 120%; }
.modal.quickview .modal-body .product-quantity .qty {
  margin-bottom: 15px; }
.modal.quickview .modal-body .product-quantity .compare, .modal.quickview .modal-body .product-quantity .wishlist {
  margin-left: 15px;
  margin-right: 0px; }
  .rtl .modal.quickview .modal-body .product-quantity .compare, .rtl .modal.quickview .modal-body .product-quantity .wishlist {
    margin-right: 15px;
    margin-left: inherit; }
  .rtl .modal.quickview .modal-body .product-quantity .compare, .rtl .modal.quickview .modal-body .product-quantity .wishlist {
    margin-left: 0px;
    margin-right: inherit; }
.modal.quickview .modal-body .current-price {
  display: flex;
  align-items: center; }
  .modal.quickview .modal-body .current-price .discount.discount-percentage {
    font-weight: 400;
    font-size: 14px;
     }

#module-leoproductsearch-productsearch .page-heading {
  font-size: 1.25rem;
  font-weight: 500; }
#module-leoproductsearch-productsearch .product_list .thumbnail-container .product-image {
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  #module-leoproductsearch-productsearch .product_list .thumbnail-container .product-image a.product-thumbnail {
    width: 100%; }
    #module-leoproductsearch-productsearch .product_list .thumbnail-container .product-image a.product-thumbnail img {
      width: 100%; }
#module-leoproductsearch-productsearch .product_list.list .thumbnail-container .product-image {
  width: 30%;
  margin: 0; }
  @media (max-width: 767px) {
    #module-leoproductsearch-productsearch .product_list.list .thumbnail-container .product-image {
      width: 40%; } }
#module-leoproductsearch-productsearch .product_list.list .thumbnail-container .product-meta {
  width: 60%; }

body#manufacturer #content-wrapper #main .list-brands {
  margin: 0; }
  body#manufacturer #content-wrapper #main .list-brands .brand {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 200px; }
    body#manufacturer #content-wrapper #main .list-brands .brand .brand-img,
    body#manufacturer #content-wrapper #main .list-brands .brand .brand-infos {
      width: 100%;
      justify-content: center; }
      body#manufacturer #content-wrapper #main .list-brands .brand .brand-img p a,
      body#manufacturer #content-wrapper #main .list-brands .brand .brand-infos p a {
        font-weight: 500;
        color: #999999; }
        body#manufacturer #content-wrapper #main .list-brands .brand .brand-img p a:hover,
        body#manufacturer #content-wrapper #main .list-brands .brand .brand-infos p a:hover {
          color: var(--theme-color-default); }
body#manufacturer #left-column #search_filters_wrapper {
  padding: 0;
  border: none; }

body#new-products #left-column #search_filters_wrapper {
  padding: 0;
  border: none; }

.page-my-account #content .links a .link-item {
  font-weight: 500; }
.page-my-account #content .links a:hover i {
  color: var(--theme-color-default); }
.page-my-account .page-footer a {
  padding: 10px 30px;
  background-color: rgba(25, 25, 25, 0.8);
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 2px;
  transition: 0.3s; }
  .page-my-account .page-footer a:hover {
    background-color: var(--theme-color-default); }

.page-mywishlist #mywishlist > h2 {
  font-size: 1.5rem;
  font-weight: 600; }
.page-mywishlist #mywishlist .form-control {
  border-radius: 0;
  border: 1px solid rgba(153, 153, 153, 0.3);
  background-color: transparent;
  font-size: 0.875rem; }
.page-mywishlist #mywishlist .list-wishlist .table td {
  vertical-align: middle; }
.page-mywishlist #mywishlist .list-wishlist tr.show .view-wishlist-product {
  color: var(--theme-color-default); }
.page-mywishlist #mywishlist .list-wishlist tr a:hover {
  color: var(--theme-color-default); }
.page-mywishlist #mywishlist .delete-wishlist-product {
  right: 15px; }
  .rtl .page-mywishlist #mywishlist .delete-wishlist-product {
    left: 15px;
    right: auto; }
  .page-mywishlist #mywishlist .delete-wishlist-product a:hover {
    color: var(--theme-color-default); }
.page-mywishlist #mywishlist .product-description {
  margin-top: 20px; }
.page-mywishlist #mywishlist .footer_links .btn-outline {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  padding: 0.45rem 1rem 0.55rem; }
.page-mywishlist button.btn-primary,
.page-mywishlist .leo-wishlist-product-save-button {
  background-color: rgba(25, 25, 25, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s; }
  .page-mywishlist button.btn-primary:hover,
  .page-mywishlist .leo-wishlist-product-save-button:hover {
    background-color: #191919; }
.page-mywishlist .leo-modal-wishlist-bt {
  margin-left: 10px; }
  .rtl .page-mywishlist .leo-modal-wishlist-bt {
    margin-right: 10px;
    margin-left: inherit; }
.page-mywishlist .thumbnail-container img {
  width: 100%; }

.page-viewwishlist #view_wishlist > h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 30px; }
.page-viewwishlist #view_wishlist .thumbnail-container img {
  width: 100%; }

.page-productscompare .thumbnail-container .product-image img {
  width: 100%; }
.page-productscompare .thumbnail-container .btn-product {
  transition: 0.4s; }
  .page-productscompare .thumbnail-container .btn-product .name-btn-product {
    background-color: transparent !important; }
  .page-productscompare .thumbnail-container .btn-product:hover {
    background-color: var(--theme-color-default); }
    .page-productscompare .thumbnail-container .btn-product:hover .name-btn-product, .page-productscompare .thumbnail-container .btn-product:hover .icon-btn-product {
      color: #FFFFFF; }
.page-productscompare .product-miniature {
  position: relative; }
  .page-productscompare .product-miniature .delete-productcompare {
    position: absolute;
    right: 0;
    z-index: 99; }
    .rtl .page-productscompare .product-miniature .delete-productcompare {
      left: 0;
      right: auto; }
    .page-productscompare .product-miniature .delete-productcompare a:hover {
      color: var(--theme-color-default); }

.blockreassurance_product > div {
  padding: 15px 15px 15px 60px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  margin-bottom: 10px;
  position: relative;
  gap: 10px; }
  .blockreassurance_product > div:last-child {
    border: none;
    padding: 0; }
  .blockreassurance_product > div .item-product {
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .blockreassurance_product > div .item-product svg {
      width: 25px;
      height: 25px; }
  .blockreassurance_product > div .block-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block; }
  .blockreassurance_product > div > p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    
    color: #888 !important; }

.page-cart .card-block .h1 {
  
  font-weight: 600; }
.page-cart .card-block.checkout .btn {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0; }
.page-cart .card-block.cart-summary-totals {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5); }
.page-cart .cart-grid-body .label {
  
  display: flex;
  align-items: center;
  font-weight: 500; }
  .page-cart .cart-grid-body .label:hover {
    color: var(--theme-color-default); }
.page-cart .featured-products .products-section-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.5rem;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .page-cart .featured-products .products-section-title {
      font-size: 2.5rem;
      line-height: 60px; } }
.page-cart .product-line-grid-body .product-line-info {
  display: flex;
  align-items: center; }
  .page-cart .product-line-grid-body .product-line-info a,
  .page-cart .product-line-grid-body .product-line-info span {
    font-size: 0.875rem;
     }
  .page-cart .product-line-grid-body .product-line-info.color {
    margin-left: 0;
    border: none;
    box-shadow: none;
    background-color: transparent; }
    .rtl .page-cart .product-line-grid-body .product-line-info.color {
      margin-right: 0;
      margin-left: inherit; }
  .page-cart .product-line-grid-body .product-line-info.product-price {
    display: block; }
.page-cart .product-line-grid-right .qty .input-group {
  display: flex; }
.page-cart .product-line-grid-right .price .product-price {
  font-size: 1rem; }
  .page-cart .product-line-grid-right .price .product-price strong {
    font-weight: 600; }
@media (max-width: 767px) {
  .page-cart .product-line-grid-right {
    width: fit-content; }
    .page-cart .product-line-grid-right .hidden-md-up {
      display: none; }
    .page-cart .product-line-grid-right .price {
      width: fit-content; } }

body#checkout .cart-grid-body {
  padding-top: 100px; }
body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none; }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0 15px 15px; }
    body#checkout section.checkout-step#checkout-personal-information-step .content > p {
      padding: 0 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:first-child {
        padding-top: 30px; }
      body#checkout section.checkout-step#checkout-personal-information-step .content > p:last-child {
        padding-bottom: 20px; }
  body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static; }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0;
    font-size: 0.75rem;
    font-weight: 600; }
    @media (max-width: 1199px) {
      body#checkout section.checkout-step .step-title {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px; } }
    body#checkout section.checkout-step .step-title .done {
      position: absolute;
      top: 2px;
      left: 50%;
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-left: -14px;
      width: 28px;
      height: 28px;
      color: #FFFFFF;
      background-color: #4cbb6c;
      border-radius: 50%;
      padding: 0;
      font-weight: 600;
      font-size: 1rem;
      padding-top: 5px; }
      .rtl body#checkout section.checkout-step .step-title .done {
        right: 50%;
        left: auto; }
      .rtl body#checkout section.checkout-step .step-title .done {
        margin-right: -14px;
        margin-left: inherit; }
    body#checkout section.checkout-step .step-title .text-muted {
      display: none !important; }
    body#checkout section.checkout-step .step-title:before {
      content: "";
      position: absolute;
      top: 15px;
      width: 100%;
      height: 2px;
      background: #ccc;
      left: 50%; }
      .rtl body#checkout section.checkout-step .step-title:before {
        right: 50%;
        left: auto; }
    body#checkout section.checkout-step .step-title .step-number {
      padding: 0;
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background: #ccc;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -14px; }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000; }
    body#checkout section.checkout-step.js-current-step .step-title .step-number {
      background: #000; }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none; }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1; }
    .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
      right: 0;
      left: auto; }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2; }
    .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
      right: 25%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3; }
    .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
      right: 50%;
      left: auto; }
  body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4; }
    .rtl body#checkout section.checkout-step:nth-child(4) .step-title {
      right: 75%;
      left: auto; }
body#checkout .js-show-details:hover, body#checkout .js-show-details:focus {
  color: var(--theme-color-default); }
body#checkout .media-body .product-price {
  font-size: 0.875rem; }
body#checkout .media-body .product-line-info {
  margin-top: 15px; }

#pagenotfound .page-not-found {
  max-width: none;
  box-shadow: none;
  padding: 30px;
  margin-bottom: 0; }

.page-not-found {
  text-align: center;
  max-width: none;
  box-shadow: none; }
  .page-not-found > h1 {
    font-size: 19rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #d9d9d9;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -30px; }
    @media (max-width: 575px) {
      .page-not-found > h1 {
        font-size: 15rem; } }
    @media (max-width: 480px) {
      .page-not-found > h1 {
        font-size: 10rem;
        letter-spacing: -15px; } }
  .page-not-found .sub-title-widget {
    font-size: 3.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #252525;
    text-transform: uppercase;
    line-height: 1.286;
    font-weight: 400;
    letter-spacing: -1.4px;
    max-width: 600px;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .page-not-found .sub-title-widget {
        font-size: 3rem; } }
  .page-not-found .content > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px; }
    .page-not-found .content > div i {
      font-size: 40px;
      font-family: "FontAwesome";
      color: var(--theme-color-default); }
    .page-not-found .content > div p {
      margin: 0;
      font-size: 1rem;
      color: #999999;
      line-height: 1.75;
      max-width: 600px; }
      .page-not-found .content > div p a,
      .page-not-found .content > div p a:hover {
        padding: 0;
        color: var(--theme-color-default); }
  .page-not-found .search-widget {
    margin-top: 90px; }
    .page-not-found .search-widget button.popup-title {
      display: none; }
    .page-not-found .search-widget form {
      display: flex !important;
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 30px; }
      @media (max-width: 480px) {
        .page-not-found .search-widget form {
          flex-wrap: wrap; } }
      .page-not-found .search-widget form input.ui-autocomplete-input {
        height: 50px;
        border: none;
        border-bottom: 1px solid #999999;
        max-width: 430px; }
        @media (max-width: 575px) {
          .page-not-found .search-widget form input.ui-autocomplete-input {
            min-width: auto; } }
      .page-not-found .search-widget form button {
        position: relative;
        right: auto;
        bottom: auto;
        width: 50px;
        height: 50px;
        background-color: #999999; }
        .page-not-found .search-widget form button i {
          font-size: 0;
          width: fit-content;
          height: fit-content; }
          .page-not-found .search-widget form button i::before {
            content: "\f002";
            font-family: "Font Awesome 6 Pro";
            font-size: 1rem; }
    .page-not-found .search-widget:hover .popup-content {
      display: flex !important; }

#pagenotfound.page-pagenotfound #main .page-header,
.page-manufacturer #main .page-header {
  margin: 0; }

#pagenotfound.page-pagenotfound #content-wrapper {
  margin-bottom: 0; }

#products .page-not-found {
  box-shadow: none;
  max-width: none; }

body:not(#index) {
  font-weight: 400; }

.page-sitemap .sitemap a:hover {
  color: var(--theme-color-default); }

.page-contact #wrapper > .container > .row {
  display: flex;
  justify-content: center; }

.lql-form-content input {
  border: 1px solid #E8E8E8; }

.btn-primary {
  background-color: rgba(25, 25, 25, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s; }
  .btn-primary:hover {
    background-color: #191919; }

.modal-dialog .form-control-label > span, .modal-dialog .leoquicklogin-forgotpass, .modal-dialog .lql-callregister-action, .modal-dialog .form-control {
  font-size: 14px;
  line-height: 22px; }

@media (max-width: 991px) and (min-width: 481px) {
  .rtl #header .header-top .main-header .col-menu .h-logo {
    transform: translateX(calc(-50% - 15px)); } }
  @media (max-width: 991px) and (min-width: 481px) and (max-width: 575px) {
    .rtl #header .header-top .main-header .col-menu .h-logo {
      transform: translateX(0); } }

.rtl #header .header-top .main-header .col-info #_desktop_cart .blockcart .header {
  display: flex;
  align-items: flex-end;
  gap: 0 3px; }
  .rtl #header .header-top .main-header .col-info #_desktop_cart .blockcart .header span.cart-products-count {
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  .rtl #header .header-top .main-header .col-info #_desktop_cart .blockcart .header > a {
    display: flex;
    align-items: flex-end;
    gap: 0 3px; }
@media (max-width: 1499px) and (min-width: 1200px) {
  .rtl #header .header-top .main-header .col-more {
    flex-direction: row; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .rtl #header .header-top .main-header .col-more {
    flex-direction: column; } }
@media (max-width: 1499px) {
  .rtl #header .header-top .main-header .col-more .language-selector-wrapper {
    padding-left: 20px;
    padding-right: 0;
    border-left: 1px solid #E8E8E8; } }
@media (max-width: 1199px) {
  .rtl #header .header-top .main-header .col-more .language-selector-wrapper {
    padding-left: 0;
    padding-right: 0;
    border: none;
    width: fit-content; } }
@media (max-width: 1499px) {
  .rtl #header .header-top .main-header .col-more .currency-selector {
    padding-right: 20px;
    padding-left: 0; } }
@media (max-width: 1199px) {
  .rtl #header .header-top .main-header .col-more .currency-selector {
    padding-left: 0;
    padding-right: 0;
    width: fit-content; } }
.rtl #header .header-top .main-header.h-2 .col-logo .h-logo {
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px); }
@media (max-width: 991px) {
  .rtl #header .h-2 .navbar-toggler {
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }
.rtl .testimonial.h-1 .testimonial-image .image_description {
  transform: translate(50%, -50%); }
.rtl .blog .blog-image .image_description {
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
.rtl .blog .block_content p {
  min-height: 84px; }
  @media (max-width: 575px) {
    .rtl .blog .block_content p {
      min-height: auto; } }
.rtl .instagram-block a::before {
  transform: translate(50%, -50%) scale(0); }
.rtl .instagram-block a:hover::before {
  animation: scaleLogo1 0.4s ease-in forwards; }
@keyframes scaleLogo1 {
  0% {
    transform: translate(50%, -50%) scale(0);
    opacity: 0; }
  100% {
    transform: translate(50%, -50%) scale(2);
    opacity: 1; } }
.rtl .fashion .fashion-image .image_description {
  transform: translate(50%, -50%); }
.rtl .about.h-4 .image .image_description:after {
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.rtl .about.h-2 .block img {
  position: relative;
  right: 100%;
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.rtl body:not(#index) #wrapper .breadcrumb-bg {
  right: 50%;
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
.rtl body:not(#index) #left-column .facet .collapse li .facet-label .custom-radio span,
.rtl body:not(#index) #left-column .facet .collapse li .facet-label .custom-checkbox span {
  transform: none; }

@media (min-width: 1200px) {
  .lang-fr .blog .block_content p {
    min-height: 115px; } }

@media (min-width: 1200px) {
  .lang-it .blog .blog-content p {
    min-height: 115px; } }
@media (min-width: 1200px) {
  .lang-it .blog .blog-content.small .blog-heading {
    height: 60px; } }
@media (max-width: 480px) {
  .lang-it .nav-tabs {
    flex-wrap: wrap;
    gap: 10px 0; } }

@media (min-width: 1200px) {
  .lang-de .blog .block_content p {
    min-height: 86px; } }
@media (max-width: 480px) {
  .lang-de .nav-tabs {
    flex-wrap: wrap;
    gap: 10px 0; } }

.lang-fr .slides .sub-slide,
.lang-it .slides .sub-slide {
  letter-spacing: 7px; }

.product-detail .product-thumb-images .thumb {
  opacity: 0.5;
  border: none; }
  .product-detail .product-thumb-images .thumb.selected, .product-detail .product-thumb-images .thumb:hover {
    opacity: 1;
    border: none; }

.product-image-thumbs .product-detail-name,
.product-image-gallery .product-detail-name {
  font-size: 48px;
  line-height: 1;
  font-family: var(--font-family-septenary);
  color: var(--theme-color-secondary);
  
  font-weight: 700;
  margin-bottom: 16px; }
  @media (max-width: 1199px) {
    .product-image-thumbs .product-detail-name,
    .product-image-gallery .product-detail-name {
      font-size: 35px; } }
.product-image-thumbs #leo_product_reviews_block_extra,
.product-image-gallery #leo_product_reviews_block_extra {
  display: flex;
  gap: 5px 15px;
  align-items: center;
  flex-wrap: wrap; }
  .product-image-thumbs #leo_product_reviews_block_extra .reviews_note span,
  .product-image-gallery #leo_product_reviews_block_extra .reviews_note span {
    display: none; }
  .product-image-thumbs #leo_product_reviews_block_extra .reviews_note .star_content,
  .product-image-gallery #leo_product_reviews_block_extra .reviews_note .star_content {
    margin: 0; }
    .product-image-thumbs #leo_product_reviews_block_extra .reviews_note .star_content .star,
    .product-image-gallery #leo_product_reviews_block_extra .reviews_note .star_content .star {
      font-size: 12px; }
      .product-image-thumbs #leo_product_reviews_block_extra .reviews_note .star_content .star:before,
      .product-image-gallery #leo_product_reviews_block_extra .reviews_note .star_content .star:before {
        content: "\f005";
        color: #888888; }
      .product-image-thumbs #leo_product_reviews_block_extra .reviews_note .star_content .star.star_on::before,
      .product-image-gallery #leo_product_reviews_block_extra .reviews_note .star_content .star.star_on::before {
        color: var(--theme-color-default); }
  .product-image-thumbs #leo_product_reviews_block_extra .reviews_advices,
  .product-image-gallery #leo_product_reviews_block_extra .reviews_advices {
    margin: 0; }
    .product-image-thumbs #leo_product_reviews_block_extra .reviews_advices li a,
    .product-image-gallery #leo_product_reviews_block_extra .reviews_advices li a {
      color: #888;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px; }
      .product-image-thumbs #leo_product_reviews_block_extra .reviews_advices li a:hover,
      .product-image-gallery #leo_product_reviews_block_extra .reviews_advices li a:hover {
        color: var(--theme-color-default); }
.product-image-thumbs .product-prices,
.product-image-gallery .product-prices {
  margin-top: 10px;
  margin-bottom: 6px;
  display: flex;
  align-items: center; }
  .product-image-thumbs .product-prices div,
  .product-image-gallery .product-prices div {
    margin: 0; }
    .product-image-thumbs .product-prices div .regular-price,
    .product-image-gallery .product-prices div .regular-price {
      color: #888;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400; }
    .product-image-thumbs .product-prices div .current-price-value,
    .product-image-gallery .product-prices div .current-price-value {
      color: var(--theme-color-default);
      font-size: 24px;
      font-weight: 400;
      line-height: 22px; }
    .product-image-thumbs .product-prices div .current-price,
    .product-image-gallery .product-prices div .current-price {
      display: flex;
      align-items: center;
      gap: 10px; }
      .product-image-thumbs .product-prices div .current-price .discount-percentage,
      .product-image-gallery .product-prices div .current-price .discount-percentage {
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 3px;
        transform: skewX(-10deg);
        padding: 1px 6px 3px;
        background-color: #3E62E1; }
        .product-image-thumbs .product-prices div .current-price .discount-percentage span,
        .product-image-gallery .product-prices div .current-price .discount-percentage span {
          transform: skewX(10deg);
          display: inline-block; }
.product-image-thumbs .description-short,
.product-image-gallery .description-short {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 22px; }
  .product-image-thumbs .description-short p,
  .product-image-gallery .description-short p {
    color: var(--theme-color-secondary);
    margin-bottom: 0; }
.product-image-thumbs .leo-more-cdown ul,
.product-image-gallery .leo-more-cdown ul {
  margin-bottom: 0;
  display: flex;
  gap: 0 30px; }
  .product-image-thumbs .leo-more-cdown ul > li,
  .product-image-gallery .leo-more-cdown ul > li {
    margin-top: 25px;
    text-align: center; }
    .product-image-thumbs .leo-more-cdown ul > li > b,
    .product-image-gallery .leo-more-cdown ul > li > b {
      color: var(--theme-color-default); }
    .product-image-thumbs .leo-more-cdown ul > li > span,
    .product-image-gallery .leo-more-cdown ul > li > span {
      display: block;
      font-size: 14px;
      line-height: 22px;
       }
.product-image-thumbs .size-guide,
.product-image-gallery .size-guide {
  margin: 20px 0 25px; }
  .product-image-thumbs .size-guide > button,
  .product-image-gallery .size-guide > button {
    font-size: 14px;
    line-height: 22px;
    
    font-weight: 500;
    color: var(--theme-color-secondary);
    padding: 0;
    position: relative;
    background: transparent;
    transition: 0.4s all ease-in-out; }
    .product-image-thumbs .size-guide > button::before,
    .product-image-gallery .size-guide > button::before {
      content: '';
      position: absolute;
      bottom: -2px;
      width: 50%;
      height: 2px;
      left: 0;
      transition: 0.4s all ease-in-out;
      background-color: var(--theme-color-secondary); }
      .rtl .product-image-thumbs .size-guide > button::before, .rtl
      .product-image-gallery .size-guide > button::before {
        right: 0;
        left: auto; }
    .product-image-thumbs .size-guide > button:hover,
    .product-image-gallery .size-guide > button:hover {
      color: var(--theme-color-default); }
      .product-image-thumbs .size-guide > button:hover::before,
      .product-image-gallery .size-guide > button:hover::before {
        width: 100%; }
.product-image-thumbs .product-actions .control-label,
.product-image-gallery .product-actions .control-label {
  width: 100px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--theme-color-secondary);
  font-weight: 400; }
.product-image-thumbs .product-actions .product-add-to-cart .control-label,
.product-image-gallery .product-actions .product-add-to-cart .control-label {
  margin-bottom: 20px; }
.product-image-thumbs .product-actions .product-quantity,
.product-image-gallery .product-actions .product-quantity {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center; }
.product-image-thumbs .product-actions .qty,
.product-image-gallery .product-actions .qty {
  margin: 0; }
  .product-image-thumbs .product-actions .qty .input-group,
  .product-image-gallery .product-actions .qty .input-group {
    box-shadow: none; }
    .product-image-thumbs .product-actions .qty .input-group .form-control#quantity_wanted,
    .product-image-gallery .product-actions .qty .input-group .form-control#quantity_wanted {
      border: 1px solid #E8E8E8;
      float: none;
      text-align: center;
      width: 150px;
      color: var(--theme-color-secondary);
      height: 48px;
      border-radius: 3px; }
    .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical,
    .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical {
      position: static; }
      .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn,
      .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn {
        position: absolute;
        width: 15px;
        height: 14px;
        border: none;
        background-color: transparent;
        z-index: 999;
        top: 50%;
        color: var(--theme-color-secondary);
        padding: 0; }
        .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up,
        .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up {
          right: 20px;
          transform: translate(0, -50%); }
          .rtl .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up, .rtl
          .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up {
            left: 20px;
            right: auto; }
          .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i,
          .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i {
            font-size: 0;
            width: 15px;
            height: 14px;
            text-align: center;
            left: 30%;
            position: initial;
            display: block; }
            .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::before,
            .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::before {
              content: "\f067";
              font-family: "Font Awesome 6 Pro";
              font-size: 14px;
              font-weight: 600; }
            .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::after,
            .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::after {
              display: none; }
        .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down,
        .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down {
          left: 20px;
          transform: translate(0, -50%); }
          .rtl .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down, .rtl
          .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down {
            right: 20px;
            left: auto; }
          .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i,
          .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i {
            font-size: 0;
            width: 15px;
            height: 14px;
            text-align: center;
            left: 30%;
            position: initial;
            display: block; }
            .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::before,
            .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::before {
              content: "\f068";
              font-family: "Font Awesome 6 Pro";
              font-size: 14px; }
            .product-image-thumbs .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::after,
            .product-image-gallery .product-actions .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::after {
              display: none; }
.product-image-thumbs .product-actions .add,
.product-image-gallery .product-actions .add {
  margin: 0;
  transform: skewX(-10deg);
  border-radius: 3px;
  background-color: var(--theme-color-secondary);
  height: 48px; }
  .product-image-thumbs .product-actions .add .add-to-cart,
  .product-image-gallery .product-actions .add .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    background-color: transparent;
    height: 48px;
    border-radius: 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
    transform: skewX(10deg); }
    .product-image-thumbs .product-actions .add .add-to-cart i,
    .product-image-gallery .product-actions .add .add-to-cart i {
      display: none; }
  .product-image-thumbs .product-actions .add:hover,
  .product-image-gallery .product-actions .add:hover {
    background-color: var(--theme-color-default); }
.product-image-thumbs .product-actions .wishlist,
.product-image-thumbs .product-actions .compare,
.product-image-gallery .product-actions .wishlist,
.product-image-gallery .product-actions .compare {
  margin: 0; }
  .product-image-thumbs .product-actions .wishlist .btn-product,
  .product-image-thumbs .product-actions .compare .btn-product,
  .product-image-gallery .product-actions .wishlist .btn-product,
  .product-image-gallery .product-actions .compare .btn-product {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0; }
    .product-image-thumbs .product-actions .wishlist .btn-product.added,
    .product-image-thumbs .product-actions .compare .btn-product.added,
    .product-image-gallery .product-actions .wishlist .btn-product.added,
    .product-image-gallery .product-actions .compare .btn-product.added {
      background-color: transparent; }
      .product-image-thumbs .product-actions .wishlist .btn-product.added i,
      .product-image-thumbs .product-actions .compare .btn-product.added i,
      .product-image-gallery .product-actions .wishlist .btn-product.added i,
      .product-image-gallery .product-actions .compare .btn-product.added i {
        color: var(--theme-color-default); }
      .product-image-thumbs .product-actions .wishlist .btn-product.added .leo-wishlist-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .wishlist .btn-product.added .leo-compare-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .compare .btn-product.added .leo-wishlist-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .compare .btn-product.added .leo-compare-bt-content .name-btn-product,
      .product-image-gallery .product-actions .wishlist .btn-product.added .leo-wishlist-bt-content .name-btn-product,
      .product-image-gallery .product-actions .wishlist .btn-product.added .leo-compare-bt-content .name-btn-product,
      .product-image-gallery .product-actions .compare .btn-product.added .leo-wishlist-bt-content .name-btn-product,
      .product-image-gallery .product-actions .compare .btn-product.added .leo-compare-bt-content .name-btn-product {
        color: var(--theme-color-default); }
    .product-image-thumbs .product-actions .wishlist .btn-product .leo-wishlist-bt-content,
    .product-image-thumbs .product-actions .wishlist .btn-product .leo-compare-bt-content,
    .product-image-thumbs .product-actions .compare .btn-product .leo-wishlist-bt-content,
    .product-image-thumbs .product-actions .compare .btn-product .leo-compare-bt-content,
    .product-image-gallery .product-actions .wishlist .btn-product .leo-wishlist-bt-content,
    .product-image-gallery .product-actions .wishlist .btn-product .leo-compare-bt-content,
    .product-image-gallery .product-actions .compare .btn-product .leo-wishlist-bt-content,
    .product-image-gallery .product-actions .compare .btn-product .leo-compare-bt-content {
      display: flex;
      gap: 0 8px; }
      .product-image-thumbs .product-actions .wishlist .btn-product .leo-wishlist-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .wishlist .btn-product .leo-compare-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .compare .btn-product .leo-wishlist-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .compare .btn-product .leo-compare-bt-content .name-btn-product,
      .product-image-gallery .product-actions .wishlist .btn-product .leo-wishlist-bt-content .name-btn-product,
      .product-image-gallery .product-actions .wishlist .btn-product .leo-compare-bt-content .name-btn-product,
      .product-image-gallery .product-actions .compare .btn-product .leo-wishlist-bt-content .name-btn-product,
      .product-image-gallery .product-actions .compare .btn-product .leo-compare-bt-content .name-btn-product {
        color: #888;
        text-transform: none;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400; }
    .product-image-thumbs .product-actions .wishlist .btn-product i,
    .product-image-thumbs .product-actions .compare .btn-product i,
    .product-image-gallery .product-actions .wishlist .btn-product i,
    .product-image-gallery .product-actions .compare .btn-product i {
      margin: 0;
      font-size: 0;
      width: 20px;
      height: 20px;
      color: #888;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s; }
      .product-image-thumbs .product-actions .wishlist .btn-product i.icon-wishlist::before,
      .product-image-thumbs .product-actions .compare .btn-product i.icon-wishlist::before,
      .product-image-gallery .product-actions .wishlist .btn-product i.icon-wishlist::before,
      .product-image-gallery .product-actions .compare .btn-product i.icon-wishlist::before {
        content: "\f004";
        font-size: 16px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400; }
      .product-image-thumbs .product-actions .wishlist .btn-product i.icon-compare::before,
      .product-image-thumbs .product-actions .compare .btn-product i.icon-compare::before,
      .product-image-gallery .product-actions .wishlist .btn-product i.icon-compare::before,
      .product-image-gallery .product-actions .compare .btn-product i.icon-compare::before {
        content: "\f074";
        font-size: 16px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400; }
    .product-image-thumbs .product-actions .wishlist .btn-product:hover,
    .product-image-thumbs .product-actions .compare .btn-product:hover,
    .product-image-gallery .product-actions .wishlist .btn-product:hover,
    .product-image-gallery .product-actions .compare .btn-product:hover {
      background-color: transparent; }
      .product-image-thumbs .product-actions .wishlist .btn-product:hover .leo-wishlist-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .wishlist .btn-product:hover .leo-compare-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .compare .btn-product:hover .leo-wishlist-bt-content .name-btn-product,
      .product-image-thumbs .product-actions .compare .btn-product:hover .leo-compare-bt-content .name-btn-product,
      .product-image-gallery .product-actions .wishlist .btn-product:hover .leo-wishlist-bt-content .name-btn-product,
      .product-image-gallery .product-actions .wishlist .btn-product:hover .leo-compare-bt-content .name-btn-product,
      .product-image-gallery .product-actions .compare .btn-product:hover .leo-wishlist-bt-content .name-btn-product,
      .product-image-gallery .product-actions .compare .btn-product:hover .leo-compare-bt-content .name-btn-product {
        color: var(--theme-color-default); }
      .product-image-thumbs .product-actions .wishlist .btn-product:hover i,
      .product-image-thumbs .product-actions .compare .btn-product:hover i,
      .product-image-gallery .product-actions .wishlist .btn-product:hover i,
      .product-image-gallery .product-actions .compare .btn-product:hover i {
        color: var(--theme-color-default); }
.product-image-thumbs .product-actions #product-availability,
.product-image-gallery .product-actions #product-availability {
  margin-top: 20px; }
.product-image-thumbs .product-actions .product-discounts,
.product-image-gallery .product-actions .product-discounts {
  margin: 0; }
.product-image-thumbs .product-variants,
.product-image-gallery .product-variants {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px; }
  .product-image-thumbs .product-variants .product-variants-item,
  .product-image-gallery .product-variants .product-variants-item {
    margin: 0;
    display: flex;
    align-items: center; }
    .product-image-thumbs .product-variants .product-variants-item:last-child,
    .product-image-gallery .product-variants .product-variants-item:last-child {
      margin-bottom: 30px; }
    .product-image-thumbs .product-variants .product-variants-item select.form-control,
    .product-image-gallery .product-variants .product-variants-item select.form-control {
      min-width: 3.75rem;
      width: 100%;
      border: 1px solid #E8E8E8;
      background-color: #FFFFFF;
      color: var(--theme-color-secondary);
      font-size: 0.875rem;
      border-radius: 0;
      padding-right: 15px; }
      .rtl .product-image-thumbs .product-variants .product-variants-item select.form-control, .rtl
      .product-image-gallery .product-variants .product-variants-item select.form-control {
        padding-left: 15px;
        padding-right: inherit; }
      .product-image-thumbs .product-variants .product-variants-item select.form-control option:hover,
      .product-image-gallery .product-variants .product-variants-item select.form-control option:hover {
        background-color: var(--theme-color-default); }
    .product-image-thumbs .product-variants .product-variants-item ul,
    .product-image-gallery .product-variants .product-variants-item ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      height: 100%;
      align-items: center; }
      .product-image-thumbs .product-variants .product-variants-item ul li,
      .product-image-gallery .product-variants .product-variants-item ul li {
        margin: 0; }
        .product-image-thumbs .product-variants .product-variants-item ul li label,
        .product-image-gallery .product-variants .product-variants-item ul li label {
          margin: 0; }
          .product-image-thumbs .product-variants .product-variants-item ul li label span.color,
          .product-image-gallery .product-variants .product-variants-item ul li label span.color {
            margin: 0;
            border-radius: 50%;
            width: 24px;
            height: 24px; }
          .product-image-thumbs .product-variants .product-variants-item ul li label span:not(.color),
          .product-image-gallery .product-variants .product-variants-item ul li label span:not(.color) {
            padding: 3px 20px;
            border: none;
            background-color: #f4f4f4;
            box-shadow: none;
            font-size: 13px;
            line-height: 22px;
            font-weight: 500;
            color: var(--theme-color-secondary);
            transition: 0.3s all ease-in-out; }
          .product-image-thumbs .product-variants .product-variants-item ul li label .input-radio:checked + span, .product-image-thumbs .product-variants .product-variants-item ul li label .input-radio:hover + span,
          .product-image-gallery .product-variants .product-variants-item ul li label .input-radio:checked + span,
          .product-image-gallery .product-variants .product-variants-item ul li label .input-radio:hover + span {
            background-color: var(--theme-color-default);
            color: #FFFFFF; }
          .product-image-thumbs .product-variants .product-variants-item ul li label .input-color:checked + span,
          .product-image-gallery .product-variants .product-variants-item ul li label .input-color:checked + span {
            text-align: center; }
            .product-image-thumbs .product-variants .product-variants-item ul li label .input-color:checked + span::before,
            .product-image-gallery .product-variants .product-variants-item ul li label .input-color:checked + span::before {
              content: '\f00c';
              font-family: "Font Awesome 6 Pro";
              font-size: 12px;
              color: #FFFFFF;
              font-weight: 600;
              display: inline-block;
              line-height: 20px; }
          .product-image-thumbs .product-variants .product-variants-item ul li label .input-color[title="White"]:checked + span::before,
          .product-image-gallery .product-variants .product-variants-item ul li label .input-color[title="White"]:checked + span::before {
            color: #000000; }
.product-image-thumbs .product-add-to-cart,
.product-image-gallery .product-add-to-cart {
  border-bottom: 1px solid #E8E8E8; }
  .product-image-thumbs .product-add-to-cart > p,
  .product-image-gallery .product-add-to-cart > p {
    margin-bottom: 0; }
.product-image-thumbs .line,
.product-image-gallery .line {
  margin-top: 30px; }
.product-image-thumbs label.label,
.product-image-gallery label.label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--theme-color-secondary);
  margin-bottom: 0;
  margin-right: 8px; }
  .rtl .product-image-thumbs label.label, .rtl
  .product-image-gallery label.label {
    margin-left: 8px;
    margin-right: inherit; }
  .product-image-thumbs label.label + span,
  .product-image-gallery label.label + span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #888; }
.product-image-thumbs .product-manufacturer,
.product-image-gallery .product-manufacturer {
  margin-bottom: 0; }
  .product-image-thumbs .product-manufacturer a,
  .product-image-gallery .product-manufacturer a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #888; }
    .product-image-thumbs .product-manufacturer a:hover,
    .product-image-gallery .product-manufacturer a:hover {
      color: var(--theme-color-default); }
.product-image-thumbs .productcats span,
.product-image-gallery .productcats span {
  float: left;
  font-size: 1rem;
  color: var(--theme-color-secondary);
  margin-right: 10px;
  display: inline-block; }
  .rtl .product-image-thumbs .productcats span, .rtl
  .product-image-gallery .productcats span {
    float: right; }
.product-image-thumbs .productcats ul,
.product-image-gallery .productcats ul {
  margin: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap; }
  .product-image-thumbs .productcats ul li a,
  .product-image-gallery .productcats ul li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #888; }
    .product-image-thumbs .productcats ul li a:hover,
    .product-image-gallery .productcats ul li a:hover {
      color: var(--theme-color-default); }
.product-image-thumbs .product-additional-info,
.product-image-gallery .product-additional-info {
  margin: 20px 0 30px; }
  .product-image-thumbs .product-additional-info span,
  .product-image-gallery .product-additional-info span {
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-color-secondary); }
  .product-image-thumbs .product-additional-info ul li::before,
  .product-image-gallery .product-additional-info ul li::before {
    font-size: 20px; }
.product-image-thumbs .product-tabs,
.product-image-gallery .product-tabs {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
  background-color: transparent; }
  .product-image-thumbs .product-tabs .nav-tabs,
  .product-image-gallery .product-tabs .nav-tabs {
    justify-content: flex-start;
    gap: 15px 60px;
    border: none; }
    @media (max-width: 480px) {
      .product-image-thumbs .product-tabs .nav-tabs,
      .product-image-gallery .product-tabs .nav-tabs {
        flex-wrap: wrap; } }
    .product-image-thumbs .product-tabs .nav-tabs .nav-item,
    .product-image-gallery .product-tabs .nav-tabs .nav-item {
      margin-left: 0;
      margin-bottom: 0;
      position: relative; }
      .product-image-thumbs .product-tabs .nav-tabs .nav-item:not(:last-child)::before,
      .product-image-gallery .product-tabs .nav-tabs .nav-item:not(:last-child)::before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #888;
        position: absolute;
        top: 50%;
        right: -30px;
        transform: translate(50%, -50%) skewX(-10deg); }
        .rtl .product-image-thumbs .product-tabs .nav-tabs .nav-item:not(:last-child)::before, .rtl
        .product-image-gallery .product-tabs .nav-tabs .nav-item:not(:last-child)::before {
          left: -30px;
          right: auto; }
      .product-image-thumbs .product-tabs .nav-tabs .nav-item .nav-link,
      .product-image-gallery .product-tabs .nav-tabs .nav-item .nav-link {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1;
        color: #888888;
        font-weight: 700;
        border: none;
        font-family: var(--font-family-septenary); }
        .product-image-thumbs .product-tabs .nav-tabs .nav-item .nav-link:hover,
        .product-image-gallery .product-tabs .nav-tabs .nav-item .nav-link:hover {
          color: var(--theme-color-default);
          background-color: transparent; }
        .product-image-thumbs .product-tabs .nav-tabs .nav-item .nav-link.active,
        .product-image-gallery .product-tabs .nav-tabs .nav-item .nav-link.active {
          border: none;
          color: var(--theme-color-secondary);
          background-color: transparent; }
  .product-image-thumbs .product-tabs #description,
  .product-image-gallery .product-tabs #description {
    padding-top: 30px; }
    .product-image-thumbs .product-tabs #description .product-description p,
    .product-image-gallery .product-tabs #description .product-description p {
      margin: 0;
      font-size: 0.875rem;
      color: #888888; }
.product-image-thumbs .category-products,
.product-image-gallery .category-products {
  margin: 0;
  padding: 60px 15px 0; }
  .product-image-thumbs .category-products .products-section-title,
  .product-image-gallery .category-products .products-section-title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    font-family: var(--font-family-septenary);
    color: #000000;
    margin-bottom: 40px; }
    .product-image-thumbs .category-products .products-section-title span,
    .product-image-gallery .category-products .products-section-title span {
      display: block;
      font-size: 14px;
      font-family: "Plus Jakarta Sans", sans-serif;
      color: #888888;
      font-weight: 400;
      
      line-height: 22px; }
  .product-image-thumbs .category-products .owl-theme .owl-buttons,
  .product-image-gallery .category-products .owl-theme .owl-buttons {
    top: 100%; }
    .product-image-thumbs .category-products .owl-theme .owl-buttons div:hover,
    .product-image-gallery .category-products .owl-theme .owl-buttons div:hover {
      background-color: var(--theme-color-default); }
.product-image-thumbs .product-cover .layer,
.product-image-gallery .product-cover .layer {
  border-radius: 50%; }
  .product-image-thumbs .product-cover .layer i,
  .product-image-gallery .product-cover .layer i {
    width: fit-content;
    height: fit-content;
    font-size: 0;
    padding: 5px; }
    .product-image-thumbs .product-cover .layer i:before,
    .product-image-gallery .product-cover .layer i:before {
      content: "\f002";
      font-family: "Font Awesome 6 Pro";
      font-size: 20px; }
.product-image-thumbs .product-accessories,
.product-image-gallery .product-accessories {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  .product-image-thumbs .product-accessories .products-section-title,
  .product-image-gallery .product-accessories .products-section-title {
    font-size: 35px;
    font-family: var(--font-family-septenary);
    color: #000000;
    padding: 0;
    text-align: center; }
  .product-image-thumbs .product-accessories .owl-theme .owl-buttons div,
  .product-image-gallery .product-accessories .owl-theme .owl-buttons div {
    border: 1px solid var(--theme-color-default); }
    @media (min-width: 1500px) {
      .product-image-thumbs .product-accessories .owl-theme .owl-buttons div.owl-prev,
      .product-image-gallery .product-accessories .owl-theme .owl-buttons div.owl-prev {
        left: 0px; }
        .rtl .product-image-thumbs .product-accessories .owl-theme .owl-buttons div.owl-prev, .rtl
        .product-image-gallery .product-accessories .owl-theme .owl-buttons div.owl-prev {
          right: 0px;
          left: auto; } }
    @media (min-width: 1500px) {
      .product-image-thumbs .product-accessories .owl-theme .owl-buttons div.owl-next,
      .product-image-gallery .product-accessories .owl-theme .owl-buttons div.owl-next {
        right: 0px; }
        .rtl .product-image-thumbs .product-accessories .owl-theme .owl-buttons div.owl-next, .rtl
        .product-image-gallery .product-accessories .owl-theme .owl-buttons div.owl-next {
          left: 0px;
          right: auto; } }
.product-image-thumbs #product-modal .modal-dialog,
.product-image-gallery #product-modal .modal-dialog {
  width: fit-content; }
  .product-image-thumbs #product-modal .modal-dialog figure,
  .product-image-gallery #product-modal .modal-dialog figure {
    padding: 0; }
    [dir="rtl"] .product-image-thumbs #product-modal .modal-dialog figure, [dir="rtl"]
    .product-image-gallery #product-modal .modal-dialog figure {
      padding: 0; }
  .product-image-thumbs #product-modal .modal-dialog .modal-body,
  .product-image-gallery #product-modal .modal-dialog .modal-body {
    padding-right: 130px; }
    [dir="rtl"] .product-image-thumbs #product-modal .modal-dialog .modal-body, [dir="rtl"]
    .product-image-gallery #product-modal .modal-dialog .modal-body {
      padding-left: 130px;
      padding-right: 15px; }
    .product-image-thumbs #product-modal .modal-dialog .modal-body #thumbnails,
    .product-image-gallery #product-modal .modal-dialog .modal-body #thumbnails {
      width: 100px; }
      .product-image-thumbs #product-modal .modal-dialog .modal-body #thumbnails .product-images,
      .product-image-gallery #product-modal .modal-dialog .modal-body #thumbnails .product-images {
        width: 100%; }
        .product-image-thumbs #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container,
        .product-image-gallery #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container {
          width: 100% !important; }
          .product-image-thumbs #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container img,
          .product-image-gallery #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container img {
            width: 100%; }
          .product-image-thumbs #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container.slick-current img,
          .product-image-gallery #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container.slick-current img {
            border: 2px solid #FFFFFF;
            border-radius: 5px; }
          .product-image-thumbs #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container:hover img,
          .product-image-gallery #product-modal .modal-dialog .modal-body #thumbnails .product-images .thumb-container:hover img {
            border: 2px solid #FFFFFF;
            border-radius: 5px; }
.product-image-thumbs.product-thumbs-left .images-container .product-thumb-images, .product-image-thumbs.product-thumbs-right .images-container .product-thumb-images,
.product-image-gallery.product-thumbs-left .images-container .product-thumb-images,
.product-image-gallery.product-thumbs-right .images-container .product-thumb-images {
  top: 0; }
  .product-image-thumbs.product-thumbs-left .images-container .product-thumb-images .thumb-container, .product-image-thumbs.product-thumbs-right .images-container .product-thumb-images .thumb-container,
  .product-image-gallery.product-thumbs-left .images-container .product-thumb-images .thumb-container,
  .product-image-gallery.product-thumbs-right .images-container .product-thumb-images .thumb-container {
    width: 80px !important; }
  .product-image-thumbs.product-thumbs-left .images-container .product-thumb-images .slick-arrow, .product-image-thumbs.product-thumbs-right .images-container .product-thumb-images .slick-arrow,
  .product-image-gallery.product-thumbs-left .images-container .product-thumb-images .slick-arrow,
  .product-image-gallery.product-thumbs-right .images-container .product-thumb-images .slick-arrow {
    background: transparent;
    color: rgba(25, 25, 25, 0.8); }
    .product-image-thumbs.product-thumbs-left .images-container .product-thumb-images .slick-arrow.slick-disabled, .product-image-thumbs.product-thumbs-right .images-container .product-thumb-images .slick-arrow.slick-disabled,
    .product-image-gallery.product-thumbs-left .images-container .product-thumb-images .slick-arrow.slick-disabled,
    .product-image-gallery.product-thumbs-right .images-container .product-thumb-images .slick-arrow.slick-disabled {
      color: rgba(25, 25, 25, 0.3); }
.product-image-thumbs.product-thumbs-bottom .images-container .product-cover,
.product-image-gallery.product-thumbs-bottom .images-container .product-cover {
  margin-bottom: 10px; }
.product-image-thumbs.product-thumbs-bottom .images-container .product-thumb-images,
.product-image-gallery.product-thumbs-bottom .images-container .product-thumb-images {
  padding: 0; }
  @media (min-width: 1199px) {
    .product-image-thumbs.product-thumbs-bottom .images-container .product-thumb-images .thumb-container,
    .product-image-gallery.product-thumbs-bottom .images-container .product-thumb-images .thumb-container {
      width: 100px !important; } }
.product-image-thumbs.detail-2820796271 .product-actions .product-quantity .qty,
.product-image-gallery.detail-2820796271 .product-actions .product-quantity .qty {
  width: 100%; }
.product-image-thumbs.detail-2820796271 .productcats,
.product-image-gallery.detail-2820796271 .productcats {
  margin-bottom: 20px; }
.product-image-thumbs.detail-2820796271 .mt-80,
.product-image-gallery.detail-2820796271 .mt-80 {
  margin-top: 80px; }
.product-image-thumbs.full-width .product-cover,
.product-image-gallery.full-width .product-cover {
  width: fit-content;
  margin: 0 auto; }
@media (max-width: 991px) {
  .product-image-thumbs .d-flex,
  .product-image-gallery .d-flex {
    display: flex;
    flex-wrap: wrap; }
  .product-image-thumbs .order-1,
  .product-image-gallery .order-1 {
    order: 1; }
  .product-image-thumbs .order-2,
  .product-image-gallery .order-2 {
    order: 2; }
  .product-image-thumbs .order-3,
  .product-image-gallery .order-3 {
    order: 3; }
  .product-image-thumbs .order-4,
  .product-image-gallery .order-4 {
    order: 4; } }
.product-image-thumbs .products-accordion .card-header a,
.product-image-gallery .products-accordion .card-header a {
  font-family: var(--font-family-septenary);
  font-size: 24px;
  line-height: 1;
  font-weight: 700; }

.product-image-gallery .thumb-container img {
  width: 100%; }

.product-image-no-thumbs-fullwidth .product-cover {
  width: fit-content;
  margin: 0 auto; }

.product-detail .category-products .products-section-title {
  font-size: 35px; }

.paneltool.themetool .group-input .leo-dynamic-theme-skin.skin-default {
  background-color: #F65000; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin.current-theme-skin {
  border-color: #000000; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin label {
  font-size: 0; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin[data-theme-skin-id="brown"] {
  background-color: #a8741a; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin[data-theme-skin-id="pink"] {
  background-color: #f18a8b; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin[data-theme-skin-id="red"] {
  background-color: #df2121; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin[data-theme-skin-id="yellow"] {
  background-color: #edb42c; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin[data-theme-skin-id="blue"] {
  background-color: #14AEC9; }
.paneltool.themetool .group-input .leo-dynamic-theme-skin[data-theme-skin-id="green"] {
  background-color: #196957; }
.paneltool.themetool .group-input.layout .leo-dynamic-update-layout[data-layout-mod="layout-boxed-md"] {
  padding: 0;
  font-size: 0;
  height: 0;
  width: 0; }
.paneltool.themetool .group-input.group-profile, .paneltool.themetool .group-input.group-content, .paneltool.themetool .group-input.group-product, .paneltool.themetool .group-input.group-product_builder {
  display: none; }
.paneltool.themetool .group-input.group-header a.apconfig, .paneltool.themetool .group-input.group-footer a.apconfig {
   }

.panelinner .product-detail-demo::before {
  top: 3px; }
.panelinner .product-detail-demo img {
  display: none; }

.layout-boxed-lg #page {
  position: relative; }
.layout-boxed-lg #header .header-top .main-header.h-2 .col-logo {
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
.layout-boxed-lg:not(.lang-rtl) #header .header-top .main-header .col-info #leo_block_top .popup-content {
  left: -30px; }
  .layout-boxed-lg:not(.lang-rtl) #header .header-top .main-header .col-info #leo_block_top .popup-content:after {
    left: 30px; }
.layout-boxed-lg .blog .blog-content p {
  height: 90px; }
.layout-boxed-lg .testimonial .testimonial-image img {
  width: auto !important;
  height: 100% !important; }
.layout-boxed-lg.lang-rtl #header .header-top .main-header.h-2 .col-logo {
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.lql-form-content .lql-form-content-element.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 400px) {
    .lql-form-content .lql-form-content-element.row > div {
      width: 100%; } }

.page-cms-1 > h2 {
  font-size: 2rem; }

body#category #wrapper > .container > .row, body#product #wrapper > .container > .row {
  margin-top: 0; }

#checkout .form-fields .form-group.row:last-child > div {
  display: flex;
  align-items: center;
  gap: 0 10px; }
  #checkout .form-fields .form-group.row:last-child > div label {
    margin-bottom: 0; }

#contact #main .page-content {
  max-width: 1000px;
  margin: 0 auto 1.5rem; }

.topnav .block_content p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #000000; }

#category .block-category-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end; }

#pagenotfound .heading-breadcrumb {
  display: none; }
@media (max-width: 480px) {
  #pagenotfound .image-404 img {
    width: 100%; } }
#pagenotfound .page-not-found .content > p {
  margin-top: 30px;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 50px;
  font-family: var(--font-family-septenary);
  color: #000000; }
#pagenotfound .page-not-found .btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  
  padding: 17px 29px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #000;
  background-color: #fff;
  z-index: 1;
  border: 2px solid #000; }
  #pagenotfound .page-not-found .btn:after {
    content: "\f061";
    display: block;
    font-family: "Font Awesome 6 Pro";
    margin-left: 8px; }
    .rtl #pagenotfound .page-not-found .btn:after {
      margin-right: 8px;
      margin-left: inherit; }
    [dir] #pagenotfound .page-not-found .btn:after {
      content: "\f060"; }
  #pagenotfound .page-not-found .btn:hover {
    background-color: transparent;
    color: #fff; }
    #pagenotfound .page-not-found .btn:hover::before {
      left: 0%;
      right: auto;
      width: 100%; }
  #pagenotfound .page-not-found .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    color: #FFFFFF;
    background-color: var(--theme-color-default);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 3px; }

.container-large {
  max-width: 1710px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 660px) {
  .fancybox-opened iframe {
    width: 100%; } }
body:not(#index) #wrapper .breadcrumb {
  display: block; }

.leo-fly-cart {
  z-index: 9; }

@media (max-width: 768px) {
  #module-leoblog-list #left-column, #module-leoblog-category #left-column, #module-leoblog-blog #left-column {
    margin-top: 30px; } }

@media (max-width: 767px) {
  #cart .product-line-grid-right {
    float: right;
    width: 66.66%; }
    .rtl #cart .product-line-grid-right {
      float: left; } }

#checkout .cart-grid-body {
  font-weight: 400; }

#cms .heading-breadcrumb {
  margin-bottom: 20px; }

.heading-breadcrumb,
#js-product-list-header, .h1 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-family: var(--font-family-septenary); }
  .heading-breadcrumb p,
  #js-product-list-header p, .h1 p {
    font-family: "Plus Jakarta Sans", sans-serif; }

@media (max-width: 767px) {
  body:not(#index) #wrapper {
    margin-top: 30px; } }

.leonextprevious-container {
  position: absolute;
  top: -16px;
  right: 15px;
  transform: translateY(-100%);
  z-index: 2; }
  .rtl .leonextprevious-container {
    left: 15px;
    right: auto; }
  @media (max-width: 767px) {
    .leonextprevious-container {
      top: 15px;
      transform: none; } }

.leonextprevious-container > div {
  width: auto;
  margin: 0; }

.leo-button-prev, .leo-button-next {
  margin: 0; }
  .leo-button-prev a, .leo-button-next a {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4; }
    .leo-button-prev a > p, .leo-button-next a > p {
      font-size: 0;
      margin-bottom: 0; }
    .leo-button-prev a i, .leo-button-next a i {
      color: #000000; }
    .leo-button-prev a:hover .product_hover, .leo-button-next a:hover .product_hover {
      opacity: 1;
      visibility: visible;
      transform: translateY(10px); }
  .leo-button-prev .product_hover, .leo-button-next .product_hover {
    width: 150px;
    background-color: #FFFFFF;
    color: #000000;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e4e4e4;
    text-align: center;
    white-space: initial;
    font-size: 16px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out; }
    .rtl .leo-button-prev .product_hover, .rtl .leo-button-next .product_hover {
      left: 0;
      right: auto; }
    .leo-button-prev .product_hover img, .leo-button-next .product_hover img {
      width: 100%;
      float: inherit; }
    .leo-button-prev .product_hover p, .leo-button-next .product_hover p {
      
      float: initial;
      color: var(--theme-color-secondary);
      margin: 0;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      margin: 10px 0 0; }
      .leo-button-prev .product_hover p span, .leo-button-next .product_hover p span {
        display: inline-block;
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px; }
  .leo-button-prev:hover a, .leo-button-prev:focus a, .leo-button-next:hover a, .leo-button-next:focus a {
    background-color: var(--theme-color-default);
    color: #FFFFFF; }
    .leo-button-prev:hover a i, .leo-button-prev:focus a i, .leo-button-next:hover a i, .leo-button-next:focus a i {
      color: #FFFFFF; }

.page-cms.cms-id-4 p {
  margin-bottom: 0; }
.page-cms.cms-id-4 .heading-breadcrumb {
  display: none; }
.page-cms .page-cms-4 {
  padding: 0; }

.page-cms-4 .about-left {
  padding-top: 65px;
  padding-bottom: 65px; }
.page-cms-4.page-cms {
  background-color: transparent; }
.page-cms-4 .manufacturer-image-container {
  text-align: center; }

.about_us-banner {
  height: 460px;
  background-image: url(https://dev.gymhub.pro/img/leo_supplero_about_banner.webp);
  display: flex;
  justify-content: center;
  align-items: center; }
  .about_us-banner::before {
    margin: 0;
    padding: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%); }
  .about_us-banner .block_content {
    text-align: center;
    padding: 0 30px; }
    .about_us-banner .block_content .title {
      font-size: 60px;
      font-weight: 700;
      line-height: 1;
      color: #FFFFFF;
      
      margin-bottom: 26px; }
    .about_us-banner .block_content .text {
      font-size: 18px;
      color: #FFFFFF;
      line-height: 1.333; }

.about_us_owl {
  margin-bottom: 90px;
  margin-top: 90px; }
  @media (max-width: 767px) {
    .about_us_owl {
      margin-bottom: 40px;
      margin-top: 40px; } }
  .about_us_owl .block-carousel-image-container {
    text-align: center; }
    .about_us_owl .block-carousel-image-container img {
      height: 64px;
      margin-bottom: 35px; }
    .about_us_owl .block-carousel-image-container .title {
      font-size: 20px;
      font-weight: 600;
      color: #000000;
      
      margin-bottom: 20px; }
    .about_us_owl .block-carousel-image-container .descript {
      max-width: 255px;
      font-size: 14px;
      font-weight: 400;
      color: #999999;
      margin: 0 auto;
      line-height: 24px; }

#header .header-top {
  padding: 0; }

.box-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .box-top {
      position: relative; } }

@media (max-width: 1199px) {
  .box-menu {
    position: relative; } }

.col-info {
  display: flex;
  justify-content: flex-end; }

#leo_block_top {
  margin: 0;
  height: 60px;
  width: 60px;
  text-align: center; }
  @media (min-width: 768px) {
    #leo_block_top {
      border-right: 1px solid rgba(0, 0, 0, 0.102); }
      .rtl #leo_block_top {
        border-left: 1px solid rgba(0, 0, 0, 0.102);
        border-right: inherit; } }
  @media (max-width: 480px) {
    #leo_block_top {
      position: static; } }
  #leo_block_top .popup-title {
    padding: 0;
    font-size: 24px;
    color: #000; }
    #leo_block_top .popup-title:hover {
      color: #FFFFFF; }
    #leo_block_top .popup-title .far.fa-user {
      font-family: "Font Awesome 6 Pro"; }
      #leo_block_top .popup-title .far.fa-user::before {
        content: "\f007";
        font-size: 18px;
        font-weight: 400;
        line-height: 60px; }
  #leo_block_top .popup-content {
    border-radius: 0;
    right: 0;
    left: auto;
    width: 300px; }
    .rtl #leo_block_top .popup-content {
      left: 0;
      right: auto; }
    @media (max-width: 480px) {
      #leo_block_top .popup-content {
        right: 10px; }
        .rtl #leo_block_top .popup-content {
          left: 10px;
          right: auto; } }
    @media (max-width: 991px) {
      #leo_block_top .popup-content {
        transform: translateY(0px); } }
    #leo_block_top .popup-content .user-info,
    #leo_block_top .popup-content .currency-selector,
    #leo_block_top .popup-content .language-selector {
      width: 50%;
      float: left; }
      .rtl #leo_block_top .popup-content .user-info, .rtl
      #leo_block_top .popup-content .currency-selector, .rtl
      #leo_block_top .popup-content .language-selector {
        float: right; }
    #leo_block_top .popup-content .language-selector {
      border-top: none; }
    #leo_block_top .popup-content .user-info {
      border-right: 1px solid rgba(154, 154, 154, 0.5); }
      .rtl #leo_block_top .popup-content .user-info {
        border-left: 1px solid rgba(154, 154, 154, 0.5);
        border-right: inherit; }

.header-button-wishlist .ap-total,
.header-button-wishlist .cart-products-count,
#_desktop_cart .ap-total,
#_desktop_cart .cart-products-count {
  position: absolute;
  width: 14px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--theme-color-default);
  color: #FFFFFF;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: 700;
  top: 10px;
  right: -6px; }
  .rtl .header-button-wishlist .ap-total, .rtl
  .header-button-wishlist .cart-products-count, .rtl
  #_desktop_cart .ap-total, .rtl
  #_desktop_cart .cart-products-count {
    left: -6px;
    right: auto; }
.header-button-wishlist .cart-products-count,
#_desktop_cart .cart-products-count {
  top: 19px; }

#_desktop_cart {
  position: relative;
  text-align: center;
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .rtl #_desktop_cart {
    margin-right: 16px;
    margin-left: inherit; }
  #_desktop_cart .blockcart .header {
    position: relative;
    padding: 0;
    width: fit-content; }
    #_desktop_cart .blockcart .header i {
      font-size: 22px;
      color: #FFFFFF;
      font-family: "Nutritix Icons";
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      #_desktop_cart .blockcart .header i::before {
        content: "\e902"; }
    #_desktop_cart .blockcart .header:hover i {
      color: var(--theme-color-default); }
    #_desktop_cart .blockcart .header span.value, #_desktop_cart .blockcart .header span.hidden-sm-down {
      display: none; }
    #_desktop_cart .blockcart .header a:hover i,
    #_desktop_cart .blockcart .header a:focus i {
      color: #FFFFFF; }
  #_desktop_cart .leo-dropdown-cart {
    margin: 0;
    right: 0px; }
    #_desktop_cart .leo-dropdown-cart.dropdown {
      top: 100%;
      transform: translateY(20px); }
      #_desktop_cart .leo-dropdown-cart.dropdown.show {
        top: 100%;
        transform: translateY(0px); }
    .rtl #_desktop_cart .leo-dropdown-cart {
      left: 0px;
      right: auto; }
    @media (max-width: 480px) {
      #_desktop_cart .leo-dropdown-cart {
        right: -10px; }
        .rtl #_desktop_cart .leo-dropdown-cart {
          left: -10px;
          right: auto; } }
  #_desktop_cart .leo-dropdown-cart-content {
    border-top: 1px solid #eaeaea; }
  #_desktop_cart .leo-dropdown-cart-item {
    padding: 10px 18px; }
    #_desktop_cart .leo-dropdown-cart-item.show-additional {
      background-color: rgba(153, 153, 153, 0.1); }
    #_desktop_cart .leo-dropdown-cart-item.high-light {
      background-color: rgba(153, 153, 153, 0.1); }
    #_desktop_cart .leo-dropdown-cart-item .product-price {
      display: flex;
      color: var(--theme-color-secondary);
      line-height: 1; }
      #_desktop_cart .leo-dropdown-cart-item .product-price .discount {
        display: none; }
  #_desktop_cart .leo-dropdown-cart-subtotals,
  #_desktop_cart .leo-dropdown-cart-total {
    padding: 10px 18px; }
    #_desktop_cart .leo-dropdown-cart-subtotals .label,
    #_desktop_cart .leo-dropdown-cart-total .label {
      font-size: 0.75rem;
      color: #999999; }
    #_desktop_cart .leo-dropdown-cart-subtotals .value,
    #_desktop_cart .leo-dropdown-cart-total .value {
      font-size: 0.875rem;
      color: var(--theme-color-secondary);
      font-weight: 500; }
  #_desktop_cart .leo-dropdown-cart-total .value {
    font-weight: 600; }
  #_desktop_cart .cart-dropdow-button {
    transition: 0.3s;
    background-color: var(--theme-color-secondary);
    border: none;
    opacity: 0.8; }
    #_desktop_cart .cart-dropdow-button:hover {
      background-color: var(--theme-color-default);
      opacity: 1; }
  #_desktop_cart .leo-cart-item-info .product-name {
    font-size: 0.75rem;
    color: #999999; }
    #_desktop_cart .leo-cart-item-info .product-name:hover a {
      color: var(--theme-color-default); }
  #_desktop_cart .leo-cart-item-info .product-quantity a,
  #_desktop_cart .leo-cart-item-info .product-quantity input {
    border: none; }
  #_desktop_cart .leo-cart-item-info .product-quantity a {
    color: #999999; }
  #_desktop_cart .leo-cart-item-info .product-quantity input {
    color: var(--theme-color-secondary);
    font-size: 14px; }
  #_desktop_cart .leo-remove-from-cart {
    top: 0;
    right: 20px; }
    .rtl #_desktop_cart .leo-remove-from-cart {
      left: 20px;
      right: auto; }
    #_desktop_cart .leo-remove-from-cart i {
      font-size: 0;
      font-family: "Font Awesome 6 Pro"; }
      #_desktop_cart .leo-remove-from-cart i::before {
        content: "\f00d";
        font-size: 1rem;
        color: #999999; }
    #_desktop_cart .leo-remove-from-cart:hover i:before {
      color: #999999; }
  #_desktop_cart .view-additional .view-leo-dropdown-additional {
    position: absolute;
    right: 3px;
    bottom: 10px;
    background-color: transparent; }
    .rtl #_desktop_cart .view-additional .view-leo-dropdown-additional {
      left: 3px;
      right: auto; }
    #_desktop_cart .view-additional .view-leo-dropdown-additional::before, #_desktop_cart .view-additional .view-leo-dropdown-additional::after {
      background-color: #999999; }
  #_desktop_cart .leo-dropdown-additional {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 0.75rem; }
  #_desktop_cart:hover .leo-dropdown-cart {
    top: 100%;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    z-index: 99; }

.header-button-wishlist {
  text-align: center;
  margin-left: 14px;
  transition: all 0.2s ease-in-out; }
  .rtl .header-button-wishlist {
    margin-right: 14px;
    margin-left: inherit; }
  .header-button-wishlist .ap-btn-wishlist {
    position: relative; }
    .header-button-wishlist .ap-btn-wishlist:hover i {
      color: var(--theme-color-default); }
    .header-button-wishlist .ap-btn-wishlist i {
      color: #FFFFFF;
      font-size: 22px;
      font-family: "Nutritix Icons"; }
      .header-button-wishlist .ap-btn-wishlist i::before {
        content: "\e907"; }

@media (max-width: 991px) {
  .col-menu {
    order: -1; } }
@media (max-width: 1199px) {
  .col-menu {
    position: initial; } }

@media (max-width: 991px) and (min-width: 768px) {
  .col-logo .h-logo {
    text-align: center; } }
@media (max-width: 480px) {
  .col-logo {
    padding: 0; } }

.navbar-header .navbar-toggler {
  position: relative;
  font-size: 0;
  padding: 0; }
  .navbar-header .navbar-toggler:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .rtl .navbar-header .navbar-toggler:before {
      right: 0;
      left: auto; }
  .navbar-header .navbar-toggler::after {
    content: "";
    width: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 2px 0 2px 0; }
    .rtl .navbar-header .navbar-toggler::after {
      right: 0;
      left: auto; }

.box-support:not(.in-footer) {
  padding-top: 14px;
  padding-bottom: 14px; }
.box-support.in-footer {
  padding-top: 40px;
  padding-bottom: 40px; }
.box-support .descript {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600; }
  .box-support .descript i {
    font-family: "Nutritix Icons";
    font-style: normal;
    margin-right: 13px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px; }
    .rtl .box-support .descript i {
      margin-left: 13px;
      margin-right: inherit; }
.box-support .owl-item:not(.last) {
  border-right: 1px solid #000000; }
  .rtl .box-support .owl-item:not(.last) {
    border-left: 1px solid #000000;
    border-right: inherit; }

.box-slider .center {
  left: 50% !important;
  transform: translateX(-50%); }
.box-slider .title {
  font-weight: 700;
  line-height: 22px;
  color: var(--theme-color-default);
  text-transform: uppercase; }
.box-slider .sub-title {
  font-family: var(--font-family-septenary);
  font-weight: bold;
  line-height: 100px;
  text-transform: uppercase; }
  .box-slider .sub-title.h-5 {
    line-height: 80px; }
.box-slider .text-slide {
  font-weight: 400;
  text-transform: lowercase;
  line-height: 22px; }
.box-slider .big-title {
  font-family: var(--font-family-septenary);
  font-weight: 700;
  line-height: 160px; }
.box-slider .title4 {
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700; }
.box-slider .sub4 {
  line-height: 80px;
  font-weight: 700;
  font-family: var(--font-family-septenary); }
.box-slider .btn-slide .caption-contain {
  padding: 15px 49px;
  background-color: #FFFFFF;
  border-radius: 3px;
  transform: skewX(-10deg);
  overflow: hidden;
  position: relative; }
  .box-slider .btn-slide .caption-contain span {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: skewX(10deg);
    color: #000000;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2; }
  .box-slider .btn-slide .caption-contain::before, .box-slider .btn-slide .caption-contain::after {
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s ease-in-out;
    background-color: var(--theme-color-default);
    z-index: 1; }
  .box-slider .btn-slide .caption-contain::before {
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0; }
    .rtl .box-slider .btn-slide .caption-contain::before {
      right: 0;
      left: auto; }
  .box-slider .btn-slide .caption-contain:after {
    bottom: 0;
    right: 0;
    border-radius: 0 0 3px 3px; }
    .rtl .box-slider .btn-slide .caption-contain:after {
      left: 0;
      right: auto; }
  .box-slider .btn-slide .caption-contain:hover::after, .box-slider .btn-slide .caption-contain:hover::before {
    width: 100%; }
  .box-slider .btn-slide .caption-contain:hover span {
    color: #FFFFFF;
    transition-delay: 0.15s; }
.box-slider .btn-slide.h-5 .caption-contain {
  background-color: var(--theme-color-default); }
  .box-slider .btn-slide.h-5 .caption-contain span {
    color: #FFFFFF; }
  .box-slider .btn-slide.h-5 .caption-contain::before, .box-slider .btn-slide.h-5 .caption-contain::after {
    background-color: #000000; }
.box-slider .btn-slide.btn4 .caption-contain {
  background-color: var(--theme-color-default); }
  .box-slider .btn-slide.btn4 .caption-contain span {
    color: #FFFFFF; }
  .box-slider .btn-slide.btn4 .caption-contain::before, .box-slider .btn-slide.btn4 .caption-contain::after {
    background-color: #000000; }
.box-slider .btn-slide.btn6 .caption-contain::before, .box-slider .btn-slide.btn6 .caption-contain::after {
  background-color: #000000; }
.box-slider .sub6 {
  font-family: var(--font-family-septenary);
  line-height: 1; }
.box-slider .sub6-big {
  font-family: var(--font-family-septenary);
  line-height: 80px; }

.box-banner-owl {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E8E8E8; }
  @media (max-width: 991px) {
    .box-banner-owl {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .box-banner-owl .sub-title-widget {
    margin-bottom: 20px; }
  .box-banner-owl .sub-title {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 8px;
    font-family: var(--font-family-septenary);
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000; }
  .box-banner-owl .image {
    position: relative;
    width: fit-content;
    margin: 0 auto; }
    .box-banner-owl .image::before, .box-banner-owl .image::after {
      content: "";
      position: absolute;
      width: calc(100% - 30px);
      height: 45%;
      background-color: #f4f4f4;
      border-radius: 3px;
      transform: skewX(-10deg) translateX(-50%);
      left: 50%;
      top: 22%;
      z-index: -2;
      transition: all 0.8s ease-in-out; }
    .box-banner-owl .image::after {
      transform: skewX(-10deg) translateX(-50%) scale(0);
      opacity: 0;
      background-color: var(--theme-color-default);
      z-index: -1; }
  .box-banner-owl .descript {
    text-align: center; }
    .box-banner-owl .descript a {
      display: inline-block;
      color: #888888;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      
      border-bottom: 1px solid var(--theme-color-default);
      transition: all 0.2s ease-in-out; }
  .box-banner-owl .image:hover a {
    color: var(--theme-color-default); }
  .box-banner-owl .image:hover::after {
    opacity: 1;
    transform: skewX(-10deg) translateX(-50%) scale(1); }
  .box-banner-owl .image:hover::before {
    opacity: 0;
    transform: skewX(-10deg) translateX(-50%) scale(0); }

.box-product-tab {
  padding-top: 60px;
  padding-bottom: 65px; }
  @media (max-width: 991px) {
    .box-product-tab {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .box-product-tab .sub-title-widget {
    justify-content: flex-start;
    padding-left: 15px;
    margin-bottom: 26px; }
    .rtl .box-product-tab .sub-title-widget {
      padding-right: 15px;
      padding-left: inherit; }
  .box-product-tab .nav-tabs {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .box-product-tab .nav-tabs {
        position: absolute;
        top: -26px;
        right: 90px;
        transform: translateY(-100%);
        margin-bottom: 0; }
        .rtl .box-product-tab .nav-tabs {
          left: 90px;
          right: auto; } }
    @media (max-width: 480px) {
      .box-product-tab .nav-tabs {
        padding-right: 80px; }
        .rtl .box-product-tab .nav-tabs {
          padding-left: 80px;
          padding-right: inherit; } }
    .box-product-tab .nav-tabs .nav-link {
      position: relative; }
      .box-product-tab .nav-tabs .nav-link::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--theme-color-secondary);
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0) skewX(-10deg);
        -webkit-transform: scale(0) skewX(-10deg);
        opacity: 0;
        transition: all 0.2s ease-in-out;
        border-radius: 3px;
        z-index: -1; }
        .rtl .box-product-tab .nav-tabs .nav-link::before {
          right: 0;
          left: auto; }
      .box-product-tab .nav-tabs .nav-link.active::before, .box-product-tab .nav-tabs .nav-link:hover::before, .box-product-tab .nav-tabs .nav-link:focus::before, .box-product-tab .nav-tabs .nav-link.active:hover::before, .box-product-tab .nav-tabs .nav-link.active:focus::before {
        transform: scale(1) skewX(-10deg);
        opacity: 1; }
  .box-product-tab .owl-theme .owl-buttons {
    display: flex;
    position: absolute;
    top: -15px;
    right: 15px;
    transform: translateY(-100%);
    gap: 0 2px; }
    .rtl .box-product-tab .owl-theme .owl-buttons {
      left: 15px;
      right: auto; }
    @media (min-width: 768px) {
      .box-product-tab .owl-theme .owl-buttons {
        top: -28px; } }
    .box-product-tab .owl-theme .owl-buttons div {
      position: initial;
      float: none; }
  .box-product-tab .thumbnail-container {
    margin-bottom: 0; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-product-tab .thumbnail-container .product-meta {
        padding: 10px 20px 20px; } }
  .box-product-tab .owl-item {
    padding: 0 5px; }
  .box-product-tab .owl-row {
    margin-left: -5px;
    margin-right: -5px; }

.box-deals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 45px; }
  @media (max-width: 991px) {
    .box-deals {
      padding-top: 35px;
      padding-bottom: 25px; } }
  @media (max-width: 575px) {
    .box-deals {
      background-image: url("https://cdn.shopify.com/s/files/1/0577/9675/5633/files/leo_nutritix_h1-deals-bg.png?v=1654330729");
      background-size: cover;
      background-position: center; } }
  .box-deals .title {
    font-family: var(--font-family-septenary);
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 23px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-deals .title {
        font-size: 50px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .box-deals .title {
        font-size: 40px;
        line-height: 40px; } }
    .box-deals .title span {
      color: var(--theme-color-default); }
  .box-deals .sub-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    color: #888888;
    font-weight: 600;
    margin-bottom: 17px; }
  .box-deals .ap-countdown-link {
    margin-bottom: 0; }
    .box-deals .ap-countdown-link a {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #FFFFFF;
      
      border-bottom: 1px solid var(--theme-color-default);
      transition: all 0.2s ease-in-out;
      margin-top: 13px; }
      .box-deals .ap-countdown-link a:hover {
        color: var(--theme-color-default); }
  .box-deals .deal-clock {
    display: flex;
    gap: 0 3.5px; }
    .box-deals .deal-clock li {
      width: 46px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--theme-color-default);
      transform: skewX(-10deg);
      border-radius: 3px; }
      .box-deals .deal-clock li span {
        display: none; }
      .box-deals .deal-clock li b {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #FFFFFF;
        transform: skewX(10deg);
        display: inline-block; }
  @media (min-width: 421px) {
    .box-deals .thumbnail-container {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      background-color: #FFFFFF; }
      .box-deals .thumbnail-container .product-meta {
        background-color: #FFFFFF;
        flex: 1;
        padding: 0 30px; }
      .box-deals .thumbnail-container .functional-buttons {
        display: none; }
      .box-deals .thumbnail-container .product-image {
        width: 150px; }
      .box-deals .thumbnail-container .category-default {
        display: none; }
      .box-deals .thumbnail-container .cart {
        display: none; } }
  @media (min-width: 421px) and (max-width: 700px) and (min-width: 576px) {
    .box-deals .thumbnail-container .product-image {
      width: 130px; }
    .box-deals .thumbnail-container .product-meta {
      width: calc(100% - 130px);
      flex: none;
      padding: 0 15px; } }

  .box-deals .owl-item {
    padding: 0 5px; }
  .box-deals .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  @media (max-width: 575px) {
    .box-deals .deals_left {
      margin-bottom: 20px; } }
  .box-deals .owl-theme .owl-buttons div.owl-prev {
    left: -15px;
    right: auto;
    transform: skewX(-10deg) translate(-100%, -50%); }
    [dir] .box-deals .owl-theme .owl-buttons div.owl-prev {
      left: auto;
      right: -15px;
      transform: skewX(-10deg) translate(100%, -50%); }
  .box-deals .owl-theme .owl-buttons div.owl-next {
    right: -15px;
    left: auto;
    transform: skewX(-10deg) translate(100%, -50%); }
    [dir] .box-deals .owl-theme .owl-buttons div.owl-next {
      right: auto;
      left: -15px;
      transform: skewX(-10deg) translate(-100%, -50%); }
  @media (max-width: 1500px) {
    .box-deals .owl-theme .owl-buttons div {
      border: 1px solid var(--theme-color-secondary); }
      .box-deals .owl-theme .owl-buttons div.owl-prev {
        left: -10px;
        right: auto;
        transform: skewX(-10deg) translate(0%, -50%); }
        [dir] .box-deals .owl-theme .owl-buttons div.owl-prev {
          left: auto;
          right: -10px;
          transform: skewX(-10deg) translate(0%, -50%); }
      .box-deals .owl-theme .owl-buttons div.owl-next {
        left: auto;
        right: -5px;
        transform: skewX(-10deg) translate(0%, -50%); }
        [dir] .box-deals .owl-theme .owl-buttons div.owl-next {
          right: auto;
          left: -10px;
          transform: skewX(-10deg) translate(0%, -50%); } }
  @media (max-width: 420px) {
    .box-deals .owl-theme .owl-buttons div {
      top: calc(50% - 15px); } }

.box-product-category {
  padding-top: 60px;
  position: relative; }
  @media (max-width: 991px) {
    .box-product-category {
      padding-top: 40px; } }
  .box-product-category .sub-title-widget {
    margin-bottom: 30px;
    justify-content: flex-start;
    padding-left: 15px; }
    .rtl .box-product-category .sub-title-widget {
      padding-right: 15px;
      padding-left: inherit; }
  @media (min-width: 576px) {
    .box-product-category .box-left {
      padding-right: 5px; }
      .rtl .box-product-category .box-left {
        padding-left: 5px;
        padding-right: inherit; } }
  .box-product-category .box-left .block {
    position: relative;
    overflow: hidden; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-product-category .box-left .block {
        height: 384px; }
        .box-product-category .box-left .block img {
          max-width: none; } }
    .box-product-category .box-left .block img {
      transition: all 0.4s ease-in-out; }
    .box-product-category .box-left .block:hover img {
      transform: scale(1.05); }
  .box-product-category .box-left .image_description {
    padding: 45px 52px;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0; }
    .box-product-category .box-left .image_description div > a {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #FFFFFF;
      transition: all 0.2s ease-in-out;
      position: relative; }
      .box-product-category .box-left .image_description div > a::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 1px;
        left: 0;
        background-color: var(--theme-color-default); }
        .rtl .box-product-category .box-left .image_description div > a::before {
          right: 0;
          left: auto; }
      .box-product-category .box-left .image_description div > a:hover {
        color: var(--theme-color-default); }
  .box-product-category .box-left ul {
    margin-bottom: 27px; }
    .box-product-category .box-left ul li {
      transition: 0.3s all ease-in-out; }
      .box-product-category .box-left ul li a {
        display: inline-block;
        color: #cccccc;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 30px;
        font-weight: 600;
        transition: all 0.2s ease-in-out; }
      .box-product-category .box-left ul li:hover {
        transform: translateX(15px); }
        .box-product-category .box-left ul li:hover a {
          color: var(--theme-color-default); }
  .box-product-category .box-right {
    position: initial; }
    @media (min-width: 576px) {
      .box-product-category .box-right {
        padding-left: 5px; }
        .rtl .box-product-category .box-right {
          padding-right: 5px;
          padding-left: inherit; } }
    .box-product-category .box-right .owl-item {
      padding: 0 5px; }
    .box-product-category .box-right .owl-row {
      margin-left: -5px;
      margin-right: -5px; }
    .box-product-category .box-right .thumbnail-container {
      margin-bottom: 0; }
      .box-product-category .box-right .thumbnail-container .product-meta {
        padding: 12px 30px 28px; }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-product-category {
      display: flex;
      flex-wrap: wrap; }
      .box-product-category .sub-title-widget {
        width: 100%; }
      .box-product-category .box-left .block {
        height: 100%; }
        .box-product-category .box-left .block img {
          width: auto !important;
          height: 100% !important;
          max-width: none; } }
  @media (max-width: 400px) {
    .box-product-category .box-left .image_description {
      padding: 30px; } }
  @media (max-width: 575px) {
    .box-product-category .box-left {
      margin-bottom: 20px; } }
  .box-product-category .nav-tabs {
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .box-product-category .nav-tabs {
        position: absolute;
        top: 40px;
        right: 90px;
        margin-bottom: 0;
        padding: 5px 0 2px; }
        .rtl .box-product-category .nav-tabs {
          left: 90px;
          right: auto; } }
    @media (min-width: 992px) {
      .box-product-category .nav-tabs {
        top: 60px; } }
    @media (max-width: 768px) {
      .box-product-category .nav-tabs {
        right: 15px; }
        .rtl .box-product-category .nav-tabs {
          left: 15px;
          right: auto; } }
    .box-product-category .nav-tabs .nav-link {
      position: relative; }
      .box-product-category .nav-tabs .nav-link::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--theme-color-secondary);
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0) skewX(-10deg);
        -webkit-transform: scale(0) skewX(-10deg);
        opacity: 0;
        transition: all 0.2s ease-in-out;
        border-radius: 3px;
        z-index: -1; }
        .rtl .box-product-category .nav-tabs .nav-link::before {
          right: 0;
          left: auto; }
      .box-product-category .nav-tabs .nav-link.active::before, .box-product-category .nav-tabs .nav-link:hover::before, .box-product-category .nav-tabs .nav-link:focus::before, .box-product-category .nav-tabs .nav-link.active:hover::before, .box-product-category .nav-tabs .nav-link.active:focus::before {
        transform: scale(1) skewX(-10deg);
        opacity: 1; }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-product-category .nav-tabs .nav-link {
          font-size: 12px;
          padding: 1px 10px 4px; } }
  .box-product-category .owl-theme .owl-buttons {
    position: absolute;
    top: -15px;
    right: 15px; }
    .rtl .box-product-category .owl-theme .owl-buttons {
      left: 15px;
      right: auto; }
    @media (min-width: 768px) {
      .box-product-category .owl-theme .owl-buttons {
        top: -32px;
        transform: translateY(-100%);
        display: flex;
        gap: 0 2px; } }
    .box-product-category .owl-theme .owl-buttons div {
      position: initial;
      float: none; }
    @media (max-width: 767px) {
      .box-product-category .owl-theme .owl-buttons {
        position: initial; }
        .box-product-category .owl-theme .owl-buttons div {
          position: absolute;
          border: 1px solid #E8E8E8; }
          .box-product-category .owl-theme .owl-buttons div:focus, .box-product-category .owl-theme .owl-buttons div:hover, .box-product-category .owl-theme .owl-buttons div:active {
            background-color: var(--theme-color-default); }
            .box-product-category .owl-theme .owl-buttons div:focus::before, .box-product-category .owl-theme .owl-buttons div:hover::before, .box-product-category .owl-theme .owl-buttons div:active::before {
              color: #FFFFFF; } }
  .box-product-category .thumbnail-container {
    margin-bottom: 0; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-product-category .thumbnail-container .product-meta {
        padding: 10px 20px 20px; } }

.box-banner {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .box-banner {
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .box-banner .banner-left {
      padding-right: 5px; }
      .rtl .box-banner .banner-left {
        padding-left: 5px;
        padding-right: inherit; }
    .box-banner .banner-right {
      padding-left: 5px; }
      .rtl .box-banner .banner-right {
        padding-right: 5px;
        padding-left: inherit; } }
  .box-banner .block {
    position: relative;
    overflow: hidden; }
    .box-banner .block img {
      transition: all 0.4s ease-in-out; }
    .box-banner .block:hover img {
      transform: scale(1.05); }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box-banner .block {
        height: 220px; }
        .box-banner .block img {
          width: auto !important;
          height: 100% !important;
          max-width: none; } }
    @media (max-width: 575px) {
      .box-banner .block {
        height: 220px; }
        .box-banner .block img {
          width: auto !important;
          height: 100% !important;
          max-width: none; } }
    @media (max-width: 480px) {
      .box-banner .block {
        height: 200px; } }
  .box-banner .image_description {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%); }
  .box-banner .title {
    margin-bottom: 10px; }
  .box-banner .sub-title {
    font-family: var(--font-family-septenary);
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px; }
  .box-banner p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .box-banner .mt-15 {
      margin-top: 15px; } }

.banner-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: var(--theme-color-default);
  text-transform: uppercase; }
  .banner-title.white {
    color: #FFFFFF; }

.box-video {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .box-video {
      margin-top: 40px; } }

.box-video-left {
  position: relative;
  z-index: 3; }
  .box-video-left .sub-title-widget {
    justify-content: flex-start;
    font-size: 64px;
    line-height: 64px; }
    .box-video-left .sub-title-widget::after {
      display: none; }
  .box-video-left .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #464646;
    width: 520px;
    margin-top: 28px;
    margin-bottom: 52px;
    background-color: #fff; }
    .box-video-left .text strong {
      font-weight: 700;
      color: #000000; }
  .box-video-left .video-bottom {
    display: inline-flex;
    max-width: 350px;
    width: 100%;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid #E8E8E8; }
    .box-video-left .video-bottom .number {
      font-size: 64px;
      line-height: 64px;
      font-weight: 700;
      color: var(--theme-color-default);
      font-family: var(--font-family-septenary); }
    .box-video-left .video-bottom span {
      display: inline-block;
      font-size: 12px;
      line-height: 30px;
      font-weight: 600;
      color: #000000;
      text-transform: uppercase; }
  @media (min-width: 1200px) {
    .box-video-left::before {
      content: '';
      display: block;
      width: 630px;
      height: 380px;
      background-color: #FFFFFF;
      transform: skewX(-13deg) translateY(-50%);
      position: absolute;
      top: 50%;
      left: -78px;
      border-radius: 3px;
      z-index: -1; }
      .rtl .box-video-left::before {
        right: -78px;
        left: auto; }
      [dir] .box-video-left::before {
        transform: skewX(13deg) translateY(-50%); } }
  @media (max-width: 1199px) {
    .box-video-left .sub-title-widget {
      font-size: 36px;
      line-height: 36px; }
    .box-video-left .text {
      width: 100%;
      font-size: 16px;
      line-height: 24px;
      margin-top: 15px;
      margin-bottom: 15px; }
    .box-video-left .video-bottom {
      padding-top: 15px;
      max-width: none; }
      .box-video-left .video-bottom .number {
        font-size: 36px;
        line-height: 36px; } }
  @media (max-width: 575px) {
    .box-video-left .video-bottom {
      width: auto;
      gap: 0 80px; } }

.box-video-right > .block {
  position: relative;
  cursor: pointer; }
  .box-video-right > .block img {
    transition: all 0.4s ease-in-out; }
  .box-video-right > .block:hover img {
    transform: scale(1.05); }
.box-video-right .image_description {
  position: absolute;
  top: 50%;
  left: 61.5%;
  transform: translate(-50%, -50%); }
  @media (max-width: 1199px) {
    .box-video-right .image_description {
      left: 50%; } }
  [dir] .box-video-right .image_description {
    right: 61.5%;
    left: auto;
    transform: translate(50%, -50%); }
    @media (max-width: 1199px) {
      [dir] .box-video-right .image_description {
        right: 50%; } }
.box-video-right .btn-play {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer; }
  .box-video-right .btn-play i {
    font-size: 80px;
    color: var(--theme-color-default);
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .box-video-right .btn-play:hover i {
    color: #FFFFFF; }
.box-video-right .video {
  display: none; }
@media (min-width: 1200px) {
  .box-video-right img {
    max-width: none;
    width: calc(100% + calc(calc(1710px - 1320px) / 2)) !important; } }
@media (max-width: 991px) {
  .box-video-right > .block {
    height: 400px;
    overflow: hidden; }
    .box-video-right > .block img {
      max-width: none;
      width: auto !important;
      height: 100% !important;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    .box-video-right > .block:hover img {
      transform: translateX(-50%) scale(1.05); } }
@media (max-width: 575px) {
  .box-video-right {
    margin-top: 20px; } }

.box-customer {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .box-customer {
      padding-top: 40px; } }
  .box-customer .sub-title-widget {
    margin: 0 15px 40px;
    justify-content: flex-end; }
    .box-customer .sub-title-widget::before {
      content: '';
      flex: 1;
      width: auto;
      height: 1px;
      background-color: #E8E8E8;
      margin-right: 40px; }
      .rtl .box-customer .sub-title-widget::before {
        margin-left: 40px;
        margin-right: inherit; }
  .box-customer .star-view {
    display: flex;
    gap: 0 2px;
    margin-bottom: 11px; }
    .box-customer .star-view i {
      font-size: 12px;
      line-height: 1;
      color: var(--theme-color-default); }
  .box-customer .title {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    
    margin-bottom: 5px; }
  .box-customer .name {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 30px; }
    .box-customer .name span {
      font-weight: 600;
      color: #000000; }
  .box-customer .text {
    min-height: 153px;
    max-width: 330px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #464646;
    margin-bottom: 0; }
  .box-customer .owl-item.first .image {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 991px) {
      .box-customer .owl-item.first .image {
        justify-content: center; } }
  @media (min-width: 1200px) {
    .box-customer .owl-item.first .item {
      border-right: 1px solid #E8E8E8; }
      .rtl .box-customer .owl-item.first .item {
        border-left: 1px solid #E8E8E8;
        border-right: inherit; } }
  .box-customer .owl-item.last .image {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .box-customer .owl-item.last .image {
        justify-content: center; } }
  @media (min-width: 1200px) {
    .box-customer .owl-item.last .item {
      border-left: 1px solid #E8E8E8; }
      .rtl .box-customer .owl-item.last .item {
        border-right: 1px solid #E8E8E8;
        border-left: inherit; } }
  .box-customer .owl-item:not(.first, .last) .image {
    display: flex;
    justify-content: center; }
  @media (max-width: 1199px) {
    .box-customer .owl-item:not(.last) {
      border-right: 1px solid #E8E8E8; }
      .rtl .box-customer .owl-item:not(.last) {
        border-left: 1px solid #E8E8E8;
        border-right: inherit; } }

.box-brands {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .box-brands {
      padding-top: 40px; } }
  .box-brands .sub-title-widget {
    margin-bottom: 30px;
    padding-left: 15px;
    justify-content: flex-start; }
    .rtl .box-brands .sub-title-widget {
      padding-right: 15px;
      padding-left: inherit; }
  .box-brands .owl-item {
    padding: 0 0; }
    .box-brands .owl-item:hover .image {
      background-color: #cccccc; }
      .box-brands .owl-item:hover .image img {
        opacity: 1;
        transform: scale(1.05); }
  .box-brands .owl-row {
    margin: 0; }
  .box-brands .image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDEDED;
    transition: 0.3s all ease-in-out; }
    .box-brands .image a {
      display: block; }
    .box-brands .image img {
      padding: 0;
      opacity: 0.5; }
  .box-brands .owl-item:nth-child(2n + 1) .image {
    background-color: #f4f4f4; }
  .box-brands .owl-item:nth-child(2n + 1):hover .image {
    background-color: #cccccc; }

.box-blog {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-blog {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .box-blog .blog-container {
    position: relative;
    overflow: hidden; }
    .box-blog .blog-container:hover .blog-image-container img {
      transform: scale(1.05); }
  .box-blog .blog-image-container a {
    display: block; }
  .box-blog .blog-image-container img {
    width: 100%;
    transition: 0.4s all ease-in-out; }
  .box-blog .right-block {
    position: absolute;
    top: 0;
    left: 0;
    padding: 47px 50px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .rtl .box-blog .right-block {
      right: 0;
      left: auto; }
  .box-blog .blog-title {
    flex: 1; }
    .box-blog .blog-title a {
      font-size: 28px;
      line-height: 28px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: var(--font-family-septenary);
      color: #FFFFFF; }
  .box-blog p {
    margin-bottom: 0; }
  .box-blog .blog-meta {
    display: flex;
    align-items: center;
    margin-bottom: 11px; }
  .box-blog .cat, .box-blog .blog-date {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888888; }
    .box-blog .cat a, .box-blog .blog-date a {
      color: var(--theme-color-default); }
  .box-blog .cat {
    display: flex;
    align-items: center;
    margin-right: 10px; }
    .rtl .box-blog .cat {
      margin-left: 10px;
      margin-right: inherit; }
    .box-blog .cat::after {
      content: '';
      display: block;
      margin-left: 10px;
      width: 4px;
      height: 4px;
      background-color: #cccccc;
      transform: skewX(-10deg); }
      .rtl .box-blog .cat::after {
        margin-right: 10px;
        margin-left: inherit; }

.box-sub-email {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .box-sub-email {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .box-sub-email .left_content {
    width: 100%;
    text-align: center; }
  .box-sub-email .block_newsletter {
    flex-wrap: wrap;
    justify-content: center; }
  .box-sub-email #block-newsletter-label {
    font-family: var(--font-family-septenary);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px; }
    .box-sub-email #block-newsletter-label::after {
      content: "\e900";
      font-family: "Nutritix Icons";
      margin-left: 9px;
      color: var(--theme-color-default);
      font-size: 18px; }
      .rtl .box-sub-email #block-newsletter-label::after {
        margin-right: 9px;
        margin-left: inherit; }
      [dir] .box-sub-email #block-newsletter-label::after {
        transform: rotateY(180deg); }
    @media (max-width: 575px) {
      .box-sub-email #block-newsletter-label {
        font-size: 30px;
        line-height: 30px; } }
  .box-sub-email #block-newsletter-sub {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 26px; }
  .box-sub-email .block_content {
    max-width: 620px;
    width: 100%;
    margin: 0 auto; }
  .box-sub-email .input-wrapper {
    transform: skewX(-10deg);
    background-color: #FFFFFF;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 400px) {
      .box-sub-email .input-wrapper {
        border-radius: 3px; } }
  .box-sub-email .input-wrapper input {
    transform: skewX(10deg);
    background-color: transparent;
    border: none; }
  .box-sub-email button {
    transform: skewX(-10deg) translateX(-5px);
    padding: 10px 25px;
    height: 44px;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: var(--theme-color-default);
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    border-color: var(--theme-color-default); }
    @media (min-width: 401px) {
      [dir] .box-sub-email button {
        transform: skewX(-10deg) translateX(5px); } }
    @media (max-width: 400px) {
      .box-sub-email button {
        transform: skewX(-10deg); } }
    .box-sub-email button span {
      display: inline-block;
      transform: skewX(10deg); }
    .box-sub-email button i {
      display: none; }
    .box-sub-email button::before, .box-sub-email button::after {
      content: '';
      display: block;
      width: 0;
      height: 53%;
      position: absolute;
      background-color: #000000;
      transition: all 0.4s ease-in-out;
      z-index: -1; }
    .box-sub-email button::after {
      top: 0;
      left: 0;
      border-radius: 3px 3px 0 0; }
    .box-sub-email button::before {
      bottom: 0;
      right: 0;
      border-radius: 0 0 3px 3px; }
    .box-sub-email button:hover {
      color: #FFFFFF;
      border-color: #000000; }
      .box-sub-email button:hover::before, .box-sub-email button:hover::after {
        width: 100%; }
  @media (max-width: 400px) {
    .box-sub-email .block_newsletter-form {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 10px 0; }
    .box-sub-email .input-wrapper {
      width: 100%; } }

.footer-col-link ul {
  margin-bottom: 0; }
.footer-col-link li a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  
  color: #888888;
  transition: 0.2s all ease-in-out; }
  .footer-col-link li a:hover {
    transform: translateX(10px);
    color: var(--theme-color-default); }

.footer-container .block-social {
  padding: 0;
  text-align: center; }
  .footer-container .block-social li {
    margin: 0 1.5px; }
  .footer-container .block-social li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #888888;
    background-color: rgba(84, 84, 84, 0.8);
    transition: 0.3s all ease-in-out; }
    .footer-container .block-social li a:before {
      line-height: 38px;
      font-size: 14px; }
    .footer-container .block-social li a:hover {
      color: #FFFFFF;
      background-color: var(--theme-color-default); }

.btn-theme {
  display: inline-block;
  padding: 6px 20px;
  transform: skewX(-10deg);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 2px;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #000000;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1; }
  .btn-theme span {
    display: inline-block;
    transform: skewX(10deg); }
  .btn-theme.big {
    padding: 15px 38px; }
    @media (max-width: 767px) {
      .btn-theme.big {
        padding: 10px 30px; } }
  .btn-theme::before, .btn-theme::after {
    content: '';
    display: block;
    width: 0;
    height: 53%;
    position: absolute;
    background-color: var(--theme-color-default);
    transition: all 0.4s ease-in-out;
    z-index: -1; }
  .btn-theme::after {
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0; }
  .btn-theme::before {
    bottom: 0;
    right: 0;
    border-radius: 0 0 3px 3px; }
  .btn-theme:hover {
    color: #FFFFFF; }
    .btn-theme:hover::before, .btn-theme:hover::after {
      width: 100%; }
  .btn-theme.color-default {
    background-color: var(--theme-color-default);
    color: #FFFFFF; }
    .btn-theme.color-default::before, .btn-theme.color-default::after {
      background-color: #000000; }

.leo-megamenu .dropdown-menu .menu-img {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
  gap: 30px 0; }
  .leo-megamenu .dropdown-menu .menu-img .nav-item {
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
    overflow: hidden; }
    .leo-megamenu .dropdown-menu .menu-img .nav-item img {
      transition: 0.4s all ease-in-out; }
    .leo-megamenu .dropdown-menu .menu-img .nav-item .menu-title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      color: #FFFFFF;
      font-family: var(--font-family-septenary);
      margin-top: 12px;
      margin-bottom: 0;
      display: inline-block; }
      .leo-megamenu .dropdown-menu .menu-img .nav-item .menu-title span {
        color: var(--theme-color-default); }
    .leo-megamenu .dropdown-menu .menu-img .nav-item:hover img {
      transform: scale(1.05); }

.col-logo {
  width: 16%; }
  @media (max-width: 991px) {
    .col-logo {
      flex: 1;
      width: auto; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .col-logo .h-logo {
      margin-left: 30px; }
      .rtl .col-logo .h-logo {
        margin-right: 30px;
        margin-left: inherit; } }
  @media (max-width: 480px) {
    .col-logo img {
      margin-top: 5px; } }

.col-menu {
  flex: 1; }
  @media (max-width: 991px) {
    .col-menu {
      flex: none;
      width: 50px; } }

.col-info {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1; }

.nav_title_info {
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  .nav_title_info > li:first-child::after {
    content: "/";
    font-size: 12px;
    line-height: 22px; }
  .nav_title_info > li * {
    display: inline-block; }
  .nav_title_info a {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
    padding: 0; }
  .nav_title_info li:hover a {
    color: var(--theme-color-default); }
  .nav_title_info::before {
    content: "\e90e";
    font-family: "Nutritix Icons";
    font-size: 22px;
    margin-right: 14px; }
    .rtl .nav_title_info::before {
      margin-left: 14px;
      margin-right: inherit; }

.box-nav2 {
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px; }
  @media (min-width: 576px) {
    .box-nav2 .box-nav2-left {
      width: fit-content; } }
  .box-nav2 .box-nav2-right {
    flex: 1; }
    .box-nav2 .box-nav2-right ul {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 0; }
      .box-nav2 .box-nav2-right ul li {
        padding: 0 10px;
        position: relative; }
        .box-nav2 .box-nav2-right ul li:last-child {
          padding-right: 0; }
          [dir] .box-nav2 .box-nav2-right ul li:last-child {
            padding-left: 0;
            padding-right: 10px; }
        .box-nav2 .box-nav2-right ul li:not(:last-child)::after {
          content: '';
          display: block;
          width: 1px;
          height: 16px;
          background-color: #E8E8E8;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(-50%, -50%); }
          .rtl .box-nav2 .box-nav2-right ul li:not(:last-child)::after {
            left: 0;
            right: auto; }
  .box-nav2 p, .box-nav2 li > a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646; }
  .box-nav2 li > a {
    transition: 0.2s all ease-in-out; }
    .box-nav2 li > a:hover {
      color: var(--theme-color-default); }

.box-banner2 .mt_10 {
  margin-top: 10px; }
@media (min-width: 768px) {
  .box-banner2 .pr_5 {
    padding-right: 5px; }
    .rtl .box-banner2 .pr_5 {
      padding-left: 5px;
      padding-right: inherit; } }
@media (min-width: 768px) {
  .box-banner2 .pl_5 {
    padding-left: 5px; }
    .rtl .box-banner2 .pl_5 {
      padding-right: 5px;
      padding-left: inherit; } }
@media (max-width: 767px) {
  .box-banner2 .pl_5 {
    margin-top: 10px; } }
.box-banner2 .block {
  position: relative;
  overflow: hidden; }
  .box-banner2 .block img {
    transition: all 0.4s ease-in-out; }
  .box-banner2 .block:hover img {
    transform: scale(1.05); }
.box-banner2 .banner-title {
  margin-bottom: 10px; }
.box-banner2 .sub-title {
  font-family: var(--font-family-septenary);
  font-weight: 700;
  color: #FFFFFF; }
  .box-banner2 .sub-title.color-df {
    color: var(--theme-color-default); }
@media (max-width: 1199px) {
  .box-banner2:not(.banner-home4) .sub-title {
    font-size: 40px !important;
    line-height: 40px !important; } }
@media (max-width: 991px) and (min-width: 768px) {
  .box-banner2:not(.banner-home4) .block {
    height: 300px; }
    .box-banner2:not(.banner-home4) .block img {
      width: auto !important;
      height: 100% !important;
      max-width: none;
      position: relative;
      left: 100%;
      transform: translateX(-100%); } }
@media (max-width: 767px) {
  .box-banner2:not(.banner-home4) .block {
    height: 300px; }
    .box-banner2:not(.banner-home4) .block img {
      position: relative;
      left: 100%;
      transform: translateX(-100%); } }
@media (max-width: 680px) {
  .box-banner2:not(.banner-home4) .block.banner2 img, .box-banner2:not(.banner-home4) .block.banner3 img {
    width: auto !important;
    height: 100% !important;
    max-width: none;
    position: relative;
    left: 100%;
    transform: translateX(-100%); } }
@media (max-width: 575px) {
  .box-banner2:not(.banner-home4) .block {
    height: 250px; }
    .box-banner2:not(.banner-home4) .block .image_description {
      left: 50% !important;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%; } }
@media (max-width: 430px) {
  .box-banner2:not(.banner-home4) .block.banner1 img, .box-banner2:not(.banner-home4) .block.banner4 img {
    width: auto !important;
    height: 100% !important;
    max-width: none;
    position: relative;
    left: 100%;
    transform: translateX(-100%); } }
.box-banner2 .text {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 19px; }
.box-banner2 .image_description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.box-banner2 .banner1 .image_description {
  width: 235px;
  right: 67px;
  text-align: center; }
.box-banner2 .banner1 .sub-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px; }
.box-banner2 .banner2 .image_description {
  left: 93px; }
.box-banner2 .banner2 .sub-title {
  font-size: 48px;
  line-height: 48px; }
  .box-banner2 .banner2 .sub-title.size {
    font-size: 36px;
    line-height: 36px; }
  .box-banner2 .banner2 .sub-title:not(.size) {
    margin-bottom: 14px; }
.box-banner2 .banner3 .image_description {
  right: 93px; }
.box-banner2 .banner3 .banner-title {
  margin-bottom: 5px; }
.box-banner2 .banner3 .sub-title {
  font-size: 64px;
  line-height: 64px; }
  .box-banner2 .banner3 .sub-title.size {
    font-size: 36px;
    line-height: 30px; }
  .box-banner2 .banner3 .sub-title:not(.size) {
    margin-bottom: 8px; }
.box-banner2 .banner4 .image_description {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px; }
.box-banner2 .banner4 .sub-title {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 13px; }
.box-banner2 .banner-left, .box-banner2 .banner-right, .box-banner2 .banner-center {
  padding: 0 5px; }
.box-banner2.mg-5 {
  margin-left: -5px;
  margin-right: -5px; }
@media (min-width: 768px) {
  .box-banner2 .banner-left {
    width: 43.08%; }
  .box-banner2 .banner-center,
  .box-banner2 .banner-right {
    width: 28.46%; } }
.box-banner2 .banner-center .sub-title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px; }
.box-banner2 .banner-right .sub-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 11px; }
.box-banner2 .banner4_1 .image_description {
  right: 60px;
  text-align: right; }
  .rtl .box-banner2 .banner4_1 .image_description {
    text-align: left; }
.box-banner2 .banner4_1 .banner-title {
  margin-bottom: 12px; }
.box-banner2 .banner4_1 .sub-title {
  font-size: 60px;
  line-height: 60px; }
  .box-banner2 .banner4_1 .sub-title.color-df {
    font-size: 120px;
    line-height: 100px; }
.box-banner2 .banner4_1 .btn-theme {
  margin-top: 12px; }
.box-banner2 .banner4_2 .image_description, .box-banner2 .banner4_3 .image_description {
  top: 50%;
  transform: translateY(-50%); }
.box-banner2 .banner4_2 .image_description {
  left: 42px; }
.box-banner2 .banner4_3 .image_description {
  right: 44px;
  text-align: right; }
  .rtl .box-banner2 .banner4_3 .image_description {
    text-align: left; }
.box-banner2 .banner4_4 .image_description {
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-banner2 .banner4_1 img, .box-banner2 .banner4_2 img, .box-banner2 .banner4_3 img, .box-banner2 .banner4_4 img {
    width: auto !important;
    height: 100% !important;
    max-width: none; }
  .box-banner2 .banner4_1, .box-banner2 .banner4_4 {
    height: 510px; }
  .box-banner2 .banner4_2, .box-banner2 .banner4_3 {
    height: 250px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .box-banner2 .banner4_1,
  .box-banner2 .banner4_4 {
    height: 410px; }
  .box-banner2 .banner4_2,
  .box-banner2 .banner4_3 {
    height: 200px; }
  .box-banner2 .banner4_2 img {
    position: relative;
    left: auto;
    transform: none; }
  .box-banner2 .banner-center .sub-title {
    font-size: 30px;
    line-height: 30px; }
  .box-banner2 .banner4_2 .image_description {
    left: 20px; }
  .box-banner2 .banner4_3 .image_description {
    right: 20px; }
  .box-banner2 .banner4_4 .image_description {
    width: 100%;
    padding: 0 20px; }
  .box-banner2 .banner4_4 .sub-title {
    font-size: 36px;
    line-height: 36px; }
  .box-banner2 .banner4_1 .sub-title {
    font-size: 48px;
    line-height: 48px; }
    .box-banner2 .banner4_1 .sub-title.color-df {
      font-size: 80px;
      line-height: 80px; } }
@media (max-width: 767px) {
  .box-banner2 .banner-left {
    margin-bottom: 10px; } }
@media (max-width: 575px) and (min-width: 481px) {
  .box-banner2 .banner4_2, .box-banner2 .banner4_3 {
    height: 200px; }
    .box-banner2 .banner4_2 img, .box-banner2 .banner4_3 img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-banner2 .banner4_2 .sub-title, .box-banner2 .banner4_3 .sub-title {
      font-size: 30px;
      line-height: 30px; }
  .box-banner2 .banner4_4 {
    height: 410px; }
    .box-banner2 .banner4_4 img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-banner2 .banner4_4 .image_description {
      width: 100%;
      padding: 0 20px; }
    .box-banner2 .banner4_4 .sub-title {
      font-size: 36px;
      line-height: 36px; } }
@media (max-width: 480px) {
  .box-banner2 .banner-right {
    margin-top: 10px; }
  .box-banner2 .banner4_1 .sub-title {
    font-size: 36px;
    line-height: 36px; }
    .box-banner2 .banner4_1 .sub-title.color-df {
      font-size: 80px;
      line-height: 80px; } }

.box-product2 .sub-title-widget {
  margin-bottom: 26px; }
.box-product2 .owl-theme .owl-buttons {
  top: -26px; }
.box-product2 .owl-item {
  padding: 0 5px; }
.box-product2 .owl-row {
  margin-left: -5px;
  margin-right: -5px; }
.box-product2 .thumbnail-container {
  margin-bottom: 0; }

.box-category2 {
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .box-category2 {
      padding-bottom: 30px; } }
  .box-category2 .sub-title-widget {
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .box-category2 .sub-title-widget {
        margin-bottom: 15px; } }
  .box-category2 .owl-item {
    padding: 0; }
  .box-category2 .owl-row {
    margin-left: 0;
    margin-right: 0; }
  .box-category2 .image {
    position: relative;
    overflow: hidden;
    padding: 15px 0; }
    .box-category2 .image img {
      transition: 0.4s all ease-in-out;
      width: 100%; }
    .box-category2 .image::before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      background-color: #000000;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: 0.4s all ease-in-out;
      opacity: 0;
      z-index: 2; }
      .rtl .box-category2 .image::before {
        right: 0;
        left: auto; }
    .box-category2 .image:hover img {
      transform: scale(1.1); }
    .box-category2 .image:hover::before {
      height: 100%;
      opacity: 0.7; }
  .box-category2 .descript {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 3; }
    .box-category2 .descript .title {
      color: #FFFFFF;
      font-family: var(--font-family-septenary);
      font-size: 36px;
      line-height: 36px;
      font-weight: 700;
      margin-bottom: 3px; }
    .box-category2 .descript a {
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #FFFFFF;
      display: inline-block;
      transition: 0.2s all ease-in-out;
      position: relative; }
      .box-category2 .descript a:hover {
        color: var(--theme-color-default); }
      .box-category2 .descript a::before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: var(--theme-color-default);
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0; }
        .rtl .box-category2 .descript a::before {
          right: 0;
          left: auto; }

.box-about-left .block {
  position: relative;
  text-align: center; }
  @media (min-width: 1200px) {
    .box-about-left .block img {
      margin-left: 15px; }
      .rtl .box-about-left .block img {
        margin-right: 15px;
        margin-left: inherit; } }
  @media (max-width: 1199px) {
    .box-about-left .block img {
      width: 100% !important;
      height: auto !important; } }
.box-about-left .image_description {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) skewX(-11deg);
  background-color: var(--theme-color-default);
  color: #FFFFFF;
  border-radius: 3px;
  padding: 85px 60px; }
  .rtl .box-about-left .image_description {
    right: 30px;
    left: auto; }
  [dir] .box-about-left .image_description {
    transform: translateY(-50%) skewX(11deg); }
  .box-about-left .image_description .title {
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-family-septenary);
    line-height: 1; }
    .box-about-left .image_description .title span {
      display: block;
      font-size: 200px;
      line-height: 170px;
      transform: skewX(10deg); }
  @media (max-width: 1199px) {
    .box-about-left .image_description {
      top: 0;
      transform: skewX(0);
      left: 0;
      padding: 40px 30px;
      background-color: transparent;
      color: var(--theme-color-default); }
      .rtl .box-about-left .image_description {
        right: 0;
        left: auto; }
      .box-about-left .image_description .title span {
        font-size: 100px;
        line-height: 0.9;
        transform: skewX(0deg); } }

.box-about2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .box-about2::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    bottom: 0;
    left: 15px; }

.box-about-right {
  position: initial; }
  @media (max-width: 575px) {
    .box-about-right {
      margin-top: 20px; } }
  .box-about-right .sub-title-widget {
    justify-content: flex-start;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 28px; }
    .box-about-right .sub-title-widget::after {
      display: none; }
  .box-about-right .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #464646;
    max-width: 520px;
    margin-bottom: 50px; }
    .box-about-right .text span {
      font-weight: 700;
      color: #000000; }
  .box-about-right p:not(.text) {
    margin-bottom: 0; }
  .box-about-right .btn-theme {
    background-color: var(--theme-color-secondary);
    color: #FFFFFF; }
  .box-about-right .item {
    width: 142px;
    height: 142px;
    border-radius: 3px;
    transform: skewX(-12deg) translateX(50%);
    background-color: var(--theme-color-default);
    position: absolute;
    top: 0;
    right: 0; }
    [dir] .box-about-right .item {
      transform: skewX(12deg) translateX(-50%); }
    @media (max-width: 1199px) {
      .box-about-right .item {
        display: none; } }
    .rtl .box-about-right .item {
      left: 0;
      right: auto; }
    .box-about-right .item::before {
      content: '';
      display: block;
      width: 84px;
      height: 84px;
      border-radius: 3px;
      background-color: var(--theme-color-default);
      position: absolute;
      top: 100%;
      left: 100%; }
      [dir] .box-about-right .item::before {
        right: 100%;
        left: auto; }
  @media (max-width: 767px) {
    .box-about-right .sub-title-widget {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 20px; }
    .box-about-right .text {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 30px; } }

.box-our-product2 .sub-title-widget {
  margin-bottom: 26px; }
@media (min-width: 768px) {
  .box-our-product2 .tabs-left > .block_content {
    display: flex; } }
.box-our-product2 .nav {
  width: 190px;
  flex-direction: column;
  border: none;
  padding: 16px 0 0;
  border-top: 4px solid var(--theme-color-secondary); }
  [dir] .box-our-product2 .nav {
    border-left: none;
    border-right: none; }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-our-product2 .nav {
      width: 50%;
      padding-right: 15px; }
      .rtl .box-our-product2 .nav {
        padding-left: 15px;
        padding-right: inherit; } }
  @media (max-width: 575px) {
    .box-our-product2 .nav {
      padding-right: 15px; }
      .rtl .box-our-product2 .nav {
        padding-left: 15px;
        padding-right: inherit; } }
  @media (max-width: 480px) {
    .box-our-product2 .nav {
      width: 100%;
      padding-right: 0; }
      .rtl .box-our-product2 .nav {
        padding-left: 0;
        padding-right: inherit; } }
  .box-our-product2 .nav li {
    margin: 0; }
    .box-our-product2 .nav li:not(:last-child) {
      border-bottom: 1px solid #E8E8E8; }
  .box-our-product2 .nav li a {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 60px;
    color: #888888;
    font-weight: 600;
    
    transition: 0.3s all ease-in-out;
    position: relative; }
    .box-our-product2 .nav li a span {
      display: inline-block;
      transition: 0.3s all ease-in-out; }
    .box-our-product2 .nav li a::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background-color: var(--theme-color-default);
      transform: skewX(-10deg) translateY(-50%);
      transition: 0.3s all ease-in-out;
      position: absolute;
      left: 0;
      top: 50%;
      opacity: 0;
      visibility: hidden; }
      .rtl .box-our-product2 .nav li a::before {
        right: 0;
        left: auto; }
    .box-our-product2 .nav li a.active {
      color: #000000; }
      .box-our-product2 .nav li a.active span {
        transform: translateX(24px); }
        [dir] .box-our-product2 .nav li a.active span {
          transform: translateX(-24px); }
      .box-our-product2 .nav li a.active::before {
        opacity: 1;
        visibility: visible; }
      .box-our-product2 .nav li a.active:hover {
        color: var(--theme-color-default); }
      .box-our-product2 .nav li a.active:focus {
        color: black; }
    .box-our-product2 .nav li a:hover {
      color: var(--theme-color-default); }
    .box-our-product2 .nav li a:not(.active):hover::before {
      opacity: 1;
      visibility: visible;
      background-color: #888888; }
    .box-our-product2 .nav li a:not(.active):hover span {
      transform: translateX(24px); }
      [dir] .box-our-product2 .nav li a:not(.active):hover span {
        transform: translateX(-24px); }
.box-our-product2 .tab-content {
  padding: 0;
  flex: 1; }
  @media (min-width: 768px) {
    .box-our-product2 .tab-content {
      padding-left: 65px; }
      .rtl .box-our-product2 .tab-content {
        padding-right: 65px;
        padding-left: inherit; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-our-product2 .tab-content {
      width: 50%;
      float: left;
      padding-left: 15px; }
      .rtl .box-our-product2 .tab-content {
        padding-right: 15px;
        padding-left: inherit; } }
  @media (max-width: 575px) {
    .box-our-product2 .tab-content {
      width: calc(100% - 190px);
      float: left;
      padding-left: 15px; }
      .rtl .box-our-product2 .tab-content {
        padding-right: 15px;
        padding-left: inherit; } }
  @media (max-width: 480px) {
    .box-our-product2 .tab-content {
      width: 100%;
      padding-left: 0;
      margin-top: 90px; }
      .rtl .box-our-product2 .tab-content {
        padding-right: 0;
        padding-left: inherit; } }
.box-our-product2 .owl-row {
  margin-left: -5px;
  margin-right: -5px; }
.box-our-product2 .owl-item {
  padding: 0 5px; }
.box-our-product2 .view-all {
  position: absolute;
  top: 350px;
  left: 20px; }
  .rtl .box-our-product2 .view-all {
    right: 20px;
    left: auto; }
  .box-our-product2 .view-all a {
    border: 1px solid #000000;
    padding: 11px 38px; }
    .box-our-product2 .view-all a:hover {
      border-color: var(--theme-color-default); }
.box-our-product2 .thumbnail-container {
  margin-bottom: 10px; }
.box-our-product2 .item .product-miniature:last-child .thumbnail-container {
  margin-bottom: 0; }
.box-our-product2 .owl-buttons {
  top: -24px; }

.box-newletter2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media (min-width: 576px) {
    .box-newletter2 {
      height: 494px; } }
  @media (max-width: 575px) {
    .box-newletter2 {
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #f4f4f4; } }
  [dir] .box-newletter2 {
    justify-content: flex-start; }
  .box-newletter2 .star-view {
    display: flex;
    gap: 0 2px;
    margin-bottom: 11px; }
    .box-newletter2 .star-view i {
      font-size: 12px;
      line-height: 1;
      color: var(--theme-color-default); }
  .box-newletter2 .title {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    
    margin-bottom: 5px; }
  .box-newletter2 .name {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 30px; }
    .box-newletter2 .name span {
      font-weight: 600;
      color: #000000; }
  .box-newletter2 .text {
    min-height: 153px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #464646;
    margin-bottom: 0; }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-newletter2 .text {
        font-size: 14px;
        line-height: 22px; } }
  .box-newletter2 .item {
    background-color: #FFFFFF;
    padding: 50px 40px 46px; }
    @media (max-width: 767px) {
      .box-newletter2 .item {
        padding: 30px; } }
  .box-newletter2 .sub-title-widget {
    margin-bottom: 8px;
    justify-content: flex-start; }
    .box-newletter2 .sub-title-widget::after {
      display: none; }
    @media (min-width: 992px) {
      .box-newletter2 .sub-title-widget {
        font-size: 48px;
        line-height: 48px; } }
    @media (max-width: 767px) {
      .box-newletter2 .sub-title-widget {
        font-size: 32px;
        line-height: 32px; } }
  .box-newletter2 .block_newsletter {
    flex-wrap: wrap; }
    .box-newletter2 .block_newsletter .left_content {
      width: 100%; }
  .box-newletter2 #block-newsletter-label {
    display: none; }
  .box-newletter2 #block-newsletter-sub {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646;
    padding-top: 0;
    margin-bottom: 27px; }
  .box-newletter2 .input-wrapper {
    transform: skewX(-10deg);
    background-color: #FFFFFF;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 400px) {
      .box-newletter2 .input-wrapper {
        border-radius: 3px; } }
  .box-newletter2 .input-wrapper input {
    transform: skewX(10deg);
    background-color: transparent;
    border: none; }
  .box-newletter2 button {
    transform: skewX(-10deg) translateX(-5px);
    padding: 10px 25px;
    height: 44px;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: var(--theme-color-default);
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    border-color: var(--theme-color-default); }
    @media (min-width: 401px) {
      [dir] .box-newletter2 button {
        transform: skewX(-10deg) translateX(5px); } }
    @media (max-width: 400px) {
      .box-newletter2 button {
        transform: skewX(-10deg); } }
    .box-newletter2 button span {
      display: inline-block;
      transform: skewX(10deg); }
    .box-newletter2 button i {
      display: none; }
    .box-newletter2 button::before, .box-newletter2 button::after {
      content: '';
      display: block;
      width: 0;
      height: 53%;
      position: absolute;
      background-color: #FFFFFF;
      transition: all 0.4s ease-in-out;
      z-index: -1; }
    .box-newletter2 button::after {
      top: 0;
      left: 0;
      border-radius: 3px 3px 0 0; }
    .box-newletter2 button::before {
      bottom: 0;
      right: 0;
      border-radius: 0 0 3px 3px; }
    .box-newletter2 button:hover {
      color: #000000; }
      .box-newletter2 button:hover::before, .box-newletter2 button:hover::after {
        width: 100%; }
  @media (min-width: 576px) {
    .box-newletter2 .box-left .block_content {
      max-width: 440px;
      width: 100%; } }
  @media (max-width: 575px) {
    .box-newletter2 .box-left {
      margin-bottom: 20px; }
      .box-newletter2 .box-left #block-newsletter-sub {
        margin-bottom: 20px; } }
  @media (max-width: 400px) {
    .box-newletter2 .block_newsletter-form {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 10px 0; }
    .box-newletter2 .input-wrapper {
      width: 100%; } }

.box-blog2 {
  position: relative; }
  .box-blog2 .sub-title-widget {
    margin-bottom: 30px; }
  .box-blog2 .blog-meta {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    margin-top: 20px; }
  .box-blog2 .blog-title a {
    font-family: var(--font-family-septenary);
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #000000; }
  .box-blog2 .blog-title {
    margin-bottom: 0; }
  .box-blog2 p {
    margin-bottom: 0; }
  .box-blog2 .link-readmore {
    display: none; }
  .box-blog2 .cat,
  .box-blog2 .blog-date {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4F4F4F; }
    .box-blog2 .cat a,
    .box-blog2 .blog-date a {
      color: var(--theme-color-default); }
  .box-blog2 .cat {
    display: flex;
    align-items: center;
    margin-right: 10px; }
    .rtl .box-blog2 .cat {
      margin-left: 10px;
      margin-right: inherit; }
    .box-blog2 .cat::after {
      content: '';
      display: block;
      margin-left: 10px;
      width: 4px;
      height: 4px;
      background-color: #cccccc;
      transform: skewX(-10deg); }
      .rtl .box-blog2 .cat::after {
        margin-right: 10px;
        margin-left: inherit; }
  .box-blog2 .blog-image-container img {
    transition: 0.4s all ease-in-out;
    width: 100%; }
  .box-blog2 .blog-container:hover img {
    transform: scale(1.05); }
  .box-blog2::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    bottom: 0;
    left: 15px; }
  .box-blog2.no-border::before {
    display: none; }
  .box-blog2.owl-buttons-top .owl-theme .owl-buttons {
    top: -28px; }
    @media (max-width: 480px) {
      .box-blog2.owl-buttons-top .owl-theme .owl-buttons {
        position: initial;
        transform: none;
        padding: 0; }
        .box-blog2.owl-buttons-top .owl-theme .owl-buttons > div {
          position: absolute;
          top: 30%; } }

.box-contact2 .image {
  padding-top: 58px;
  padding-bottom: 59px; }
  @media (max-width: 991px) {
    .box-contact2 .image {
      padding-top: 35px;
      padding-bottom: 35px; } }
.box-contact2 .owl-item:not(.last) {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .rtl .box-contact2 .owl-item:not(.last) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: inherit; }
.box-contact2 .descript {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px; }
  .box-contact2 .descript i {
    font-size: 24px;
    color: var(--theme-color-default); }
  .box-contact2 .descript .title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #888888;
    margin-bottom: 7px; }
  .box-contact2 .descript .sub {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #FFFFFF; }
    @media (max-width: 991px) {
      .box-contact2 .descript .sub {
        font-size: 16px; } }
    .box-contact2 .descript .sub a {
      transition: 0.2s all ease-in-out;
      color: #FFFFFF; }
      .box-contact2 .descript .sub a:hover {
        color: var(--theme-color-default); }

.pt_60 {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .pt_60 {
      padding-top: 40px; } }

.pb_60 {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .pb_60 {
      padding-bottom: 40px; } }

.sub-left .sub-title-widget {
  justify-content: flex-start;
  padding-left: 15px; }
  .rtl .sub-left .sub-title-widget {
    padding-right: 15px;
    padding-left: inherit; }

.owl-buttons-top .owl-theme .owl-buttons {
  position: absolute;
  transform: translateY(-100%);
  display: flex;
  gap: 0 2px;
  right: 15px;
  padding: 4px 0; }
  .rtl .owl-buttons-top .owl-theme .owl-buttons {
    left: 15px;
    right: auto; }
  .owl-buttons-top .owl-theme .owl-buttons div {
    position: initial;
    float: none; }

.box-slider3 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .box-slider3 .box-slide3-category {
      padding-right: 5px; }
      .rtl .box-slider3 .box-slide3-category {
        padding-left: 5px;
        padding-right: inherit; } }
  @media (min-width: 1200px) {
    .box-slider3 .box-slide3-category {
      width: 17.81%; } }
  @media (max-width: 1199px) {
    .box-slider3 .box-slide3-category {
      width: 400px; } }
  @media (max-width: 991px) {
    .box-slider3 .box-slide3-category {
      width: 300px; } }
  @media (max-width: 767px) {
    .box-slider3 .box-slide3-category {
      width: 100%; } }
  .box-slider3 .box-slide3-banner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .box-slider3 .box-slide3-banner {
        width: 24.56%; } }
    @media (min-width: 768px) {
      .box-slider3 .box-slide3-banner {
        padding-left: 5px; }
        .rtl .box-slider3 .box-slide3-banner {
          padding-right: 5px;
          padding-left: inherit; } }
    @media (max-width: 1199px) {
      .box-slider3 .box-slide3-banner {
        gap: 10px;
        flex: 1; } }
    @media (max-width: 767px) {
      .box-slider3 .box-slide3-banner {
        margin-top: 10px; } }
    @media (min-width: 1200px) {
      .box-slider3 .box-slide3-banner .mt_5 {
        margin-top: 5px; } }
    @media (min-width: 1200px) {
      .box-slider3 .box-slide3-banner .mb_5 {
        margin-bottom: 5px; } }
    .box-slider3 .box-slide3-banner .block {
      position: relative;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .box-slider3 .box-slide3-banner .block {
          height: calc(50% - 5px); } }
      @media (max-width: 1199px) {
        .box-slider3 .box-slide3-banner .block {
          width: 100%;
          height: 300px; } }
      @media (max-width: 800px) {
        .box-slider3 .box-slide3-banner .block {
          height: auto; } }
      @media (max-width: 767px) {
        .box-slider3 .box-slide3-banner .block {
          height: 300px; } }
      @media (max-width: 550px) {
        .box-slider3 .box-slide3-banner .block {
          height: auto; } }
      .box-slider3 .box-slide3-banner .block img {
        transition: 0.4s all ease-in-out; }
        @media (min-width: 1200px) {
          .box-slider3 .box-slide3-banner .block img {
            max-width: none; } }
        @media (max-width: 400px) {
          .box-slider3 .box-slide3-banner .block img {
            max-width: none; } }
        @media (max-width: 1199px) and (min-width: 401px) {
          .box-slider3 .box-slide3-banner .block img {
            width: 100% !important;
            height: auto !important; } }
      .box-slider3 .box-slide3-banner .block:hover img {
        transform: scale(1.05); }
      .box-slider3 .box-slide3-banner .block .image_description {
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .box-slider3 .box-slide3-banner .block .title {
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--theme-color-default);
        margin-bottom: 10px; }
      .box-slider3 .box-slide3-banner .block .sub-title {
        font-family: var(--font-family-septenary);
        font-size: 36px;
        line-height: 36px;
        color: #FFFFFF;
        font-weight: 700;
        margin-bottom: 15px; }
    .box-slider3 .box-slide3-banner .banner1 .image_description {
      right: 50px; }
    .box-slider3 .box-slide3-banner .banner2 .image_description {
      left: 45px; }
  @media (min-width: 1200px) {
    .box-slider3 .box-slide3-content {
      padding: 0 5px;
      flex: 1; } }
  @media (max-width: 1199px) {
    .box-slider3 .box-slide3-content {
      order: -1;
      margin-bottom: 10px; } }
  .box-slider3 .title3 {
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase; }
  .box-slider3 .sub-title3 {
    font-family: var(--font-family-septenary);
    font-weight: 700;
    line-height: 100px; }
  .box-slider3 .text3 {
    font-weight: 400;
    line-height: 22px;
    text-transform: lowercase; }
  .box-slider3 .btn-slide .caption-contain {
    background-color: var(--theme-color-default); }
    .box-slider3 .btn-slide .caption-contain span {
      color: #FFFFFF; }
    .box-slider3 .btn-slide .caption-contain::before, .box-slider3 .btn-slide .caption-contain::after {
      background-color: #000000; }
    .box-slider3 .btn-slide .caption-contain:hover span {
      color: #FFFFFF; }
  .box-slider3 .block-categories {
    height: 100%;
    background-color: #FFFFFF;
    padding: 30px 40px 25px; }
    .box-slider3 .block-categories .title_block {
      font-family: var(--font-family-septenary);
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      display: flex;
      align-items: center;
      padding-bottom: 16px;
      position: relative;
      margin-bottom: 15px; }
      .box-slider3 .block-categories .title_block::after {
        content: "\e900";
        font-family: "Nutritix Icons";
        margin-left: 9px;
        color: var(--theme-color-default);
        font-size: 15px; }
        .rtl .box-slider3 .block-categories .title_block::after {
          margin-right: 9px;
          margin-left: inherit; }
        [dir] .box-slider3 .block-categories .title_block::after {
          transform: rotateY(180deg); }
      .box-slider3 .block-categories .title_block::before {
        content: '';
        width: 100%;
        height: 4px;
        transform: skewX(-10deg);
        background-color: var(--theme-color-secondary);
        position: absolute;
        top: 100%;
        left: 0; }
        .rtl .box-slider3 .block-categories .title_block::before {
          right: 0;
          left: auto; }
    .box-slider3 .block-categories .collapse-icons {
      top: 13px;
      right: 0; }
      .rtl .box-slider3 .block-categories .collapse-icons {
        left: 0;
        right: auto; }
      .box-slider3 .block-categories .collapse-icons .add,
      .box-slider3 .block-categories .collapse-icons .remove {
        color: #cccccc; }
        .box-slider3 .block-categories .collapse-icons .add::before,
        .box-slider3 .block-categories .collapse-icons .remove::before {
          content: '\e900';
          font-family: "Nutritix Icons";
          font-weight: 400;
          font-size: 12px;
          display: inline-block; }
          [dir] .box-slider3 .block-categories .collapse-icons .add::before, [dir]
          .box-slider3 .block-categories .collapse-icons .remove::before {
            transform: rotateY(180deg); }
      .box-slider3 .block-categories .collapse-icons .remove {
        color: var(--theme-color-default); }
    .box-slider3 .block-categories .category-sub-menu li {
      padding: 0;
      position: relative; }
      .box-slider3 .block-categories .category-sub-menu li:last-child > a {
        border-bottom: none; }
      .box-slider3 .block-categories .category-sub-menu li > a {
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        color: #4F4F4F;
        display: flex;
        align-items: center;
        transition: 0.2s all ease-in-out;
         }
        .box-slider3 .block-categories .category-sub-menu li > a::before {
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          margin-right: 12.5px;
          background-color: #cccccc;
          transform: skewX(-10deg);
          transition: 0.2s all ease-in-out; }
          .rtl .box-slider3 .block-categories .category-sub-menu li > a::before {
            margin-left: 12.5px;
            margin-right: inherit; }
      .box-slider3 .block-categories .category-sub-menu li > .collapse, .box-slider3 .block-categories .category-sub-menu li .collapsing {
        position: absolute;
        left: calc(100% + 40px);
        top: 0;
        animation: none;
        z-index: 9;
        background-color: #FFFFFF;
        padding: 15px 30px;
        width: 250px;
        box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.004), 0px 0px 5.3px rgba(0, 0, 0, 0.008), 0px 0px 10px rgba(0, 0, 0, 0.013), 0px 0px 17.9px rgba(0, 0, 0, 0.02), 0px 0px 33.4px rgba(0, 0, 0, 0.03), 0px 0px 80px rgba(0, 0, 0, 0.05); }
        .rtl .box-slider3 .block-categories .category-sub-menu li > .collapse, .rtl .box-slider3 .block-categories .category-sub-menu li .collapsing {
          right: calc(100% + 40px);
          left: auto; }
        .box-slider3 .block-categories .category-sub-menu li > .collapse .category-sub-menu, .box-slider3 .block-categories .category-sub-menu li .collapsing .category-sub-menu {
          padding-top: 0; }
        @media (max-width: 767px) {
          .box-slider3 .block-categories .category-sub-menu li > .collapse, .box-slider3 .block-categories .category-sub-menu li .collapsing {
            position: initial;
            box-shadow: none;
            width: auto; } }
      .box-slider3 .block-categories .category-sub-menu li:hover .collapse-icons .add, .box-slider3 .block-categories .category-sub-menu li:hover .collapse-icons .remove {
        color: var(--theme-color-default); }
      .box-slider3 .block-categories .category-sub-menu li:hover > a {
        color: #000000; }
        .box-slider3 .block-categories .category-sub-menu li:hover > a::before {
          background-color: var(--theme-color-default); }
    @media (max-width: 1400px) {
      .box-slider3 .block-categories {
        padding: 30px 25px 25px; }
        .box-slider3 .block-categories .category-sub-menu li > .collapse, .box-slider3 .block-categories .category-sub-menu li .collapsing {
          left: calc(100% + 25px); }
          .rtl .box-slider3 .block-categories .category-sub-menu li > .collapse, .rtl .box-slider3 .block-categories .category-sub-menu li .collapsing {
            right: calc(100% + 25px);
            left: auto; } }

.box-deals3 {
  position: relative;
  margin-top: 60px; }
  .box-deals3 .sub-title-widget {
    margin-bottom: 35px; }
  @media (min-width: 992px) {
    .box-deals3 .deals3_countdown {
      position: absolute;
      top: -5px;
      text-align: center; } }
  @media (max-width: 991px) {
    .box-deals3 .deals3_countdown {
      margin-bottom: 20px; } }
  .box-deals3 .countdown_ct {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-deals3 .countdown_ct {
        justify-content: flex-start; } }
    @media (max-width: 575px) {
      .box-deals3 .countdown_ct {
        flex-direction: column; } }
  .box-deals3 .deal-clock {
    display: flex;
    margin-bottom: 0;
    gap: 0 3px; }
    .box-deals3 .deal-clock li {
      width: 46px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--theme-color-default);
      transform: skewX(-10deg);
      border-radius: 3px; }
      .box-deals3 .deal-clock li span {
        display: none; }
      .box-deals3 .deal-clock li b {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #FFFFFF;
        transform: skewX(10deg);
        display: inline-block; }
  .box-deals3 .title_block {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888888; }
  .box-deals3 .ap-countdown-link {
    margin-bottom: 0; }
    .box-deals3 .ap-countdown-link a {
      display: inline-block;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      border-bottom: 1px solid var(--theme-color-default);
      color: #000000;
      transition: 0.2s all ease-in-out; }
      .box-deals3 .ap-countdown-link a:hover {
        color: var(--theme-color-default); }
  .box-deals3 .thumbnail-container {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .box-deals3 .thumbnail-container {
        display: flex; }
        .box-deals3 .thumbnail-container .product-image {
          width: 41.72%; }
        .box-deals3 .thumbnail-container .product-meta {
          flex: 1;
          padding: 30px;
          position: relative; } }
  .box-deals3 .owl-item {
    padding: 0 5px; }
  .box-deals3 .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  @media (max-width: 991px) {
    .box-deals3 {
      margin-top: 40px; }
      .box-deals3 .sub-title-widget {
        margin-bottom: 15px;
        justify-content: center; } }
  .box-deals3 .owl-theme .owl-buttons {
    top: -35px; }
    @media (max-width: 991px) {
      .box-deals3 .owl-theme .owl-buttons {
        top: -30px; } }
    @media (max-width: 767px) {
      .box-deals3 .owl-theme .owl-buttons {
        position: initial;
        transform: none; }
        .box-deals3 .owl-theme .owl-buttons > div {
          position: absolute;
          top: 50%;
          border: 1px solid var(--theme-color-default); }
          .box-deals3 .owl-theme .owl-buttons > div.owl-prev {
            left: 0; }
            .rtl .box-deals3 .owl-theme .owl-buttons > div.owl-prev {
              right: 0;
              left: auto; }
          .box-deals3 .owl-theme .owl-buttons > div.owl-next {
            right: 0; }
            .rtl .box-deals3 .owl-theme .owl-buttons > div.owl-next {
              left: 0;
              right: auto; } }

.box-featured3 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .box-featured3 .featured_link {
      width: 60%; } }
  .box-featured3 .featured_link ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 15px;
    margin-bottom: 0; }
    .box-featured3 .featured_link ul li {
      line-height: 36px; }
    .box-featured3 .featured_link ul li a {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #888888;
      transition: 0.2s all ease-in-out;
      position: relative; }
      .box-featured3 .featured_link ul li a::before {
        content: '';
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        background-color: var(--theme-color-default);
        left: 0;
        transition: 0.3s all ease-in-out; }
        .rtl .box-featured3 .featured_link ul li a::before {
          right: 0;
          left: auto; }
      .box-featured3 .featured_link ul li a:hover {
        color: #000000; }
        .box-featured3 .featured_link ul li a:hover::before {
          width: 100%; }
  @media (max-width: 991px) {
    .box-featured3 .featured_link ul {
      justify-content: flex-start;
      margin-bottom: 15px;
      flex-wrap: wrap; } }
  .box-featured3 .sub-title-widget {
    justify-content: flex-start;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .box-featured3 .sub-title-widget {
        width: 40%;
        margin-bottom: 26px; } }
    .rtl .box-featured3 .sub-title-widget {
      padding-right: 15px;
      padding-left: inherit; }
    @media (max-width: 991px) {
      .box-featured3 .sub-title-widget {
        margin-bottom: 15px; } }
  .box-featured3 .featured_product-top .owl-item, .box-featured3 .featured_product-bottom .owl-item {
    padding: 0 5px; }
  .box-featured3 .featured_product-top .owl-row, .box-featured3 .featured_product-bottom .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  .box-featured3 .featured_product-top .thumbnail-container, .box-featured3 .featured_product-bottom .thumbnail-container {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .box-featured3 .featured_product-bottom {
      padding-right: 5px; }
      .rtl .box-featured3 .featured_product-bottom {
        padding-left: 5px;
        padding-right: inherit; }
      .box-featured3 .featured_product-bottom .thumbnail-container {
        margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .box-featured3 .featured_image {
      padding-left: 5px; }
      .rtl .box-featured3 .featured_image {
        padding-right: 5px;
        padding-left: inherit; } }
  .box-featured3 .featured_image .block {
    position: relative;
    overflow: hidden;
    height: 100%; }
    .box-featured3 .featured_image .block img {
      transition: 0.4s all ease-in-out; }
    .box-featured3 .featured_image .block:hover img {
      transform: scale(1.05); }
  .box-featured3 .featured_image .image_description {
    position: absolute;
    top: 74px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 480px) {
      .box-featured3 .featured_image .image_description {
        top: 50%;
        transform: translate(-50%, -50%); } }
  .box-featured3 .featured_image .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color-default); }
  .box-featured3 .featured_image .sub-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 89px;
    color: #FFFFFF;
    font-family: var(--font-family-septenary); }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-featured3 .featured_image .sub-title {
        font-size: 46px;
        line-height: 75px; } }
    @media (max-width: 480px) {
      .box-featured3 .featured_image .sub-title {
        font-size: 46px;
        line-height: 75px; } }
    @media (max-width: 400px) {
      .box-featured3 .featured_image .sub-title {
        font-size: 36px;
        line-height: 65px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-featured3 .featured_image img {
      max-width: none;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .box-featured3 .featured_image img {
      width: 100% !important;
      height: auto !important; } }

.box-testi3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  [dir] .box-testi3 {
    flex-direction: row-reverse; }
  .box-testi3 .box-right .star-view {
    display: flex;
    gap: 0 2px;
    margin-bottom: 11px; }
    .box-testi3 .box-right .star-view i {
      font-size: 12px;
      line-height: 1;
      color: var(--theme-color-default); }
  .box-testi3 .box-right .title {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    
    margin-bottom: 5px; }
  .box-testi3 .box-right .name {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 30px; }
    .box-testi3 .box-right .name span {
      font-weight: 600;
      color: #000000; }
  .box-testi3 .box-right .text {
    min-height: 153px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #464646;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-testi3 .box-right .text {
        font-size: 14px;
        line-height: 22px; } }
  .box-testi3 .box-right .item {
    background-color: #FFFFFF;
    padding: 50px 40px 46px; }
    @media (max-width: 767px) {
      .box-testi3 .box-right .item {
        padding: 30px; } }
  .box-testi3 .title_block {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--theme-color-default);
    margin-bottom: 15px; }
  .box-testi3 .sub-title-widget {
    justify-content: flex-start;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 42px; }
    .box-testi3 .sub-title-widget::after {
      display: none; }
    @media (max-width: 991px) {
      .box-testi3 .sub-title-widget {
        font-size: 45px;
        line-height: 45px; } }
  .box-testi3 .box-left .descript {
    display: flex; }
    .box-testi3 .box-left .descript i {
      width: 80px;
      text-align: center;
      font-size: 54px;
      color: var(--theme-color-default); }
    .box-testi3 .box-left .descript > div {
      flex: 1;
      max-width: 290px; }
    .box-testi3 .box-left .descript .title {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      color: #000000;
      
      margin-bottom: 11px; }
    .box-testi3 .box-left .descript .sub-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #464646;
      margin-bottom: 48px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media (max-width: 575px) {
        .box-testi3 .box-left .descript .sub-title {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } }
      @media (max-width: 480px) {
        .box-testi3 .box-left .descript .sub-title {
          margin-bottom: 25px; } }
  .box-testi3 .btn-theme {
    background-color: var(--theme-color-secondary);
    color: #FFFFFF; }
  @media (max-width: 767px) {
    .box-testi3 {
      background-color: #f4f4f4; }
      .box-testi3 .box-left {
        margin-bottom: 40px; } }

.box-seller3 .sub-title-widget {
  margin-bottom: 30px;
  justify-content: flex-start; }
.box-seller3 .thumbnail-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .box-seller3 .thumbnail-container .product-image {
    max-width: 110px;
    width: 100%; }
  .box-seller3 .thumbnail-container .product-meta {
    flex: 1;
    background-color: transparent;
    padding: 0 24px; }
  .box-seller3 .thumbnail-container .functional-buttons, .box-seller3 .thumbnail-container .product-flags {
    display: none; }
  .box-seller3 .thumbnail-container .cart {
    display: none; }
  .box-seller3 .thumbnail-container .category-default, .box-seller3 .thumbnail-container .leo-list-product-reviews {
    display: none; }
  .box-seller3 .thumbnail-container .product-price-and-shipping {
    flex-wrap: wrap; }
.box-seller3 .item {
  border-right: 1px solid #E8E8E8; }
  .rtl .box-seller3 .item {
    border-left: 1px solid #E8E8E8;
    border-right: inherit; }
  .box-seller3 .item article:last-child .thumbnail-container {
    margin-bottom: 0; }
.box-seller3 .no-border .item {
  border: none; }
@media (max-width: 991px) {
  .box-seller3 .rated .item {
    border: none; }
  .box-seller3 .recommended {
    margin-top: 20px; }
    .box-seller3 .recommended .owl-item.first .item {
      border-right: 1px solid #E8E8E8; }
      .rtl .box-seller3 .recommended .owl-item.first .item {
        border-left: 1px solid #E8E8E8;
        border-right: inherit; } }
@media (max-width: 767px) {
  .box-seller3 .recommended .owl-item.first .item {
    border: none; }
  .box-seller3 .rated {
    margin-top: 20px; }
  .box-seller3 .seller .item {
    border: none; } }

.box-about3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 113px;
  padding-bottom: 112px; }
  [dir] .box-about3 {
    justify-content: flex-start; }
  @media (max-width: 991px) {
    .box-about3 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .box-about3 {
      background-color: #f4f4f4; } }
  .box-about3 .sub-title-widget {
    justify-content: flex-start; }
    .box-about3 .sub-title-widget::after {
      display: none; }
  .box-about3 .get-in-touch .block {
    background-color: #FFFFFF;
    padding: 41px 60px 51px; }
    @media (max-width: 480px) {
      .box-about3 .get-in-touch .block {
        padding: 40px 30px 50px; } }
  .box-about3 .get-in-touch .block_content > div {
    display: flex; }
    .box-about3 .get-in-touch .block_content > div:not(:last-child) {
      border-bottom: 1px solid #E8E8E8; }
  .box-about3 .get-in-touch .location {
    padding-bottom: 16px; }
  .box-about3 .get-in-touch .phone {
    padding-top: 13px;
    padding-bottom: 20px; }
  .box-about3 .get-in-touch .email {
    padding-top: 13px;
    padding-bottom: 17px; }
  .box-about3 .get-in-touch .time {
    padding-top: 19px; }
  .box-about3 .get-in-touch .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    
    margin-bottom: 7px; }
  .box-about3 .get-in-touch .sub-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #464646; }
    .box-about3 .get-in-touch .sub-title a {
      color: #464646; }
    .box-about3 .get-in-touch .sub-title a.number {
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      color: var(--theme-color-default); }
    .box-about3 .get-in-touch .sub-title span {
      color: #000000; }
  .box-about3 .get-in-touch i {
    font-size: 24px;
    color: var(--theme-color-default);
    margin-right: 16px; }
    .rtl .box-about3 .get-in-touch i {
      margin-left: 16px;
      margin-right: inherit; }
  .box-about3 .get-in-touch .sub-title-widget {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px; }
  .box-about3 .about-us {
    padding-right: 45px; }
    @media (min-width: 992px) {
      .box-about3 .about-us {
        max-width: 470px;
        width: auto; } }
    .rtl .box-about3 .about-us {
      padding-left: 45px;
      padding-right: inherit; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-about3 .about-us {
        flex: 1; } }
    @media (max-width: 767px) {
      .box-about3 .about-us {
        margin-bottom: 30px;
        padding-right: 15px; }
        .rtl .box-about3 .about-us {
          padding-left: 15px;
          padding-right: inherit; } }
    .box-about3 .about-us .title_block {
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: var(--theme-color-default);
      margin-bottom: 10px; }
    .box-about3 .about-us .sub-title-widget {
      font-size: 64px;
      line-height: 64px;
      margin-bottom: 32px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .box-about3 .about-us .sub-title-widget {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 480px) {
        .box-about3 .about-us .sub-title-widget {
          font-size: 40px;
          line-height: 40px; } }
    .box-about3 .about-us .text {
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      color: #464646;
      margin-bottom: 49px; }
      .box-about3 .about-us .text strong {
        font-weight: 700;
        color: #000000; }
    .box-about3 .about-us .btn-theme {
      background-color: var(--theme-color-secondary);
      color: #FFFFFF; }

.box-support3 {
  padding: 0;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .box-support3 {
      margin-bottom: 40px; } }
  .box-support3 .block_carousel {
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #000000; }

.box-category4 {
  padding-top: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .box-category4 .box-category-item {
    display: flex;
    padding: 0 5px; }
    .box-category4 .box-category-item.mb_10-3 {
      margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .box-category4 .box-category-item.mb_10-2 {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .box-category4 .box-category-item.mb_10-1 {
        margin-bottom: 10px; } }
  .box-category4 .cate-item {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    padding: 0; }
    .rtl .box-category4 .cate-item {
      left: 25px;
      right: auto; }
    [dir] .box-category4 .cate-item > img {
      transform: rotateY(180deg); }
    .box-category4 .cate-item.l_0 {
      right: 5px; }
      .rtl .box-category4 .cate-item.l_0 {
        left: 5px;
        right: auto; }
    @media (max-width: 1400px) and (min-width: 1200px) {
      .box-category4 .cate-item {
        display: none; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-category4 .cate-item {
        display: none; } }
    @media (max-width: 480px) {
      .box-category4 .cate-item {
        display: none; } }
  .box-category4 .category-link {
    flex: 1;
    background-color: #FFFFFF;
    padding-left: 39px;
    display: flex;
    align-items: center; }
    .rtl .box-category4 .category-link {
      padding-right: 39px;
      padding-left: inherit; }
    @media (max-width: 400px) {
      .box-category4 .category-link {
        padding: 0 20px; } }
    .box-category4 .category-link ul {
      margin-bottom: 0;
      position: relative;
      z-index: 2; }
      .box-category4 .category-link ul li:not(:last-child) a {
        display: inline-block;
        font-size: 12px;
        line-height: 30px;
        font-weight: 600;
        color: #888888;
        text-transform: uppercase;
        transition: 0.3s all ease-in-out; }
        @media (max-width: 400px) {
          .box-category4 .category-link ul li:not(:last-child) a {
            font-size: 10px;
            line-height: 26px; } }
        .box-category4 .category-link ul li:not(:last-child) a:hover {
          color: var(--theme-color-default);
          transform: translateX(10px); }
      .box-category4 .category-link ul li:last-child {
        margin-top: 7px; }
        .box-category4 .category-link ul li:last-child a {
          display: inline-block;
          font-size: 14px;
          line-height: 22px;
          font-weight: 500;
          color: #000000;
          
          border-bottom: 1px solid var(--theme-color-default);
          transition: 0.2s all ease-in-out; }
          @media (max-width: 400px) {
            .box-category4 .category-link ul li:last-child a {
              font-size: 12px;
              line-height: 18px; } }
          .box-category4 .category-link ul li:last-child a:hover {
            color: var(--theme-color-default); }
  .box-category4 .category-image {
    position: relative;
    overflow: hidden; }
    @media (max-width: 400px) {
      .box-category4 .category-image {
        width: 130px; } }
    .box-category4 .category-image .image_description {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200px;
      height: 200px;
      transform: rotate(-90deg) translate(50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
    .box-category4 .category-image .title {
      font-size: 28px;
      line-height: 28px;
      font-weight: 700;
      color: #FFFFFF;
      font-family: var(--font-family-septenary); }
  .box-category4 .category-bg {
    width: 150px;
    height: 280px;
    background-color: var(--theme-color-default);
    position: relative; }
    @media (max-width: 400px) {
      .box-category4 .category-bg {
        width: 130px; } }
    .box-category4 .category-bg .rotate {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200px;
      height: 200px;
      transform: rotate(-90deg) translate(50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
    .box-category4 .category-bg .title {
      font-size: 28px;
      line-height: 28px;
      font-weight: 700;
      color: #FFFFFF;
      font-family: var(--font-family-septenary); }
  .box-category4 .category-ct {
    flex: 1;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 39px; }
    .box-category4 .category-ct .block_content {
      position: relative;
      z-index: 2; }
    .rtl .box-category4 .category-ct {
      padding-right: 39px;
      padding-left: inherit; }
    .box-category4 .category-ct .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 16px; }
    .box-category4 .category-ct a {
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #000000;
      border-bottom: 1px solid var(--theme-color-default);
      display: inline-block;
      transition: 0.2s all ease-in-out; }
      .box-category4 .category-ct a:hover {
        color: var(--theme-color-default); }

.box-video4 {
  margin-top: 78px;
  margin-left: -5px;
  margin-right: -5px; }
  @media (max-width: 991px) {
    .box-video4 {
      margin-top: 40px; } }
  .box-video4 .video4-left, .box-video4 .video4-right {
    padding: 0 5px; }
  .box-video4 .sub-title-widget {
    margin-bottom: 20px;
    padding-left: 5px; }
    .rtl .box-video4 .sub-title-widget {
      padding-right: 5px;
      padding-left: inherit; }
  .box-video4 > .block {
    position: relative;
    cursor: pointer; }
    .box-video4 > .block img {
      transition: all 0.4s ease-in-out; }
    .box-video4 > .block:hover img {
      transform: scale(1.05); }
  .box-video4 .image_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .box-video4 .btn-play {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .box-video4 .btn-play i {
      font-size: 80px;
      color: var(--theme-color-default);
      transition: all 0.4s ease-in-out;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    @media (max-width: 480px) {
      .box-video4 .btn-play {
        padding: 5px; }
        .box-video4 .btn-play i {
          font-size: 50px; } }
    .box-video4 .btn-play:hover i {
      color: #FFFFFF; }
  .box-video4 .video {
    display: none; }
  @media (max-width: 767px) {
    .box-video4 .mt_10 {
      margin-top: 10px; } }

.box-recommeded {
  position: relative; }
  .box-recommeded::before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    top: 0;
    left: 15px; }
    .rtl .box-recommeded::before {
      right: 15px;
      left: auto; }
  .box-recommeded .sub-title-widget {
    margin-bottom: 26px; }
  .box-recommeded .thumbnail-container {
    margin-bottom: 10px;
    display: flex; }
    .box-recommeded .thumbnail-container .functional-buttons, .box-recommeded .thumbnail-container .cart, .box-recommeded .thumbnail-container .product-flags, .box-recommeded .thumbnail-container .category-default {
      display: none; }
    .box-recommeded .thumbnail-container .product-image {
      max-width: 150px;
      width: 100%; }
    .box-recommeded .thumbnail-container .product-meta {
      flex: 1;
      padding: 0 30px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .box-recommeded .thumbnail-container .product-meta {
          padding: 0 15px; } }
      @media (max-width: 767px) and (min-width: 576px) {
        .box-recommeded .thumbnail-container .product-meta {
          padding: 0 15px; } }
      @media (max-width: 360px) {
        .box-recommeded .thumbnail-container .product-meta {
          padding: 0 15px; } }
    .box-recommeded .thumbnail-container .leo-list-product-reviews {
      margin-bottom: 3px; }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-recommeded .thumbnail-container {
        height: 156px;
        background-color: #f4f4f4; }
        .box-recommeded .thumbnail-container .product-image {
          max-width: 120px;
          display: flex;
          align-items: center; } }
    @media (max-width: 360px) {
      .box-recommeded .thumbnail-container {
        height: 156px;
        background-color: #f4f4f4; }
        .box-recommeded .thumbnail-container .product-image {
          max-width: 120px;
          display: flex;
          align-items: center; } }
  .box-recommeded .owl-item {
    padding: 0 5px; }
  .box-recommeded .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  .box-recommeded .item article:last-child .thumbnail-container {
    margin-bottom: 0; }
  .box-recommeded .owl-buttons {
    top: -24px; }

.box-find-goal {
  margin-left: -5px;
  margin-right: -5px; }
  .box-find-goal .sub-title-widget {
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .box-find-goal .mg_1 {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .box-find-goal .mg_2 {
      margin-bottom: 10px; } }
  .box-find-goal .find_item {
    padding: 0 5px;
    height: 370px;
    overflow: hidden; }
    .box-find-goal .find_item > .block:not(.find_img) {
      height: 100%;
      width: 100%;
      background-color: #EFEFEF;
      overflow: hidden;
      position: relative; }
      .box-find-goal .find_item > .block:not(.find_img)::before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--theme-color-default);
        opacity: 0;
        transition: 0.6s all ease-in-out; }
    .box-find-goal .find_item .block_content {
      text-align: center;
      padding-top: 48px;
      position: relative;
      z-index: 2; }
      .box-find-goal .find_item .block_content a {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #888888;
        border-bottom: 1px solid var(--theme-color-default);
        transition: 0.2s all ease-in-out; }
    .box-find-goal .find_item .title {
      font-family: var(--font-family-septenary);
      font-weight: 700;
      color: #000000;
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 8px;
      transition: 0.2s all ease-in-out; }
    .box-find-goal .find_item .find_img {
      position: absolute;
      top: 45%;
      left: 50%;
      z-index: 2;
      transform: translateX(-50%);
      width: 100%;
      padding: 0 60px;
      transition: 0.4s all ease-in-out; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-find-goal .find_item {
        height: 330px; }
        .box-find-goal .find_item .find_img {
          padding: 0 20px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .box-find-goal .find_item {
        height: 400px; }
        .box-find-goal .find_item .find_img {
          width: 60%;
          padding: 0; } }
    @media (max-width: 600px) and (min-width: 481px) {
      .box-find-goal .find_item {
        height: 330px; }
        .box-find-goal .find_item .find_img {
          padding: 0 40px; } }
    @media (max-width: 480px) and (min-width: 400px) {
      .box-find-goal .find_item {
        height: 400px; }
        .box-find-goal .find_item .find_img {
          padding: 0;
          width: 60%; } }
    .box-find-goal .find_item:hover .block_content a {
      color: #FFFFFF;
      border-color: #FFFFFF; }
    .box-find-goal .find_item:hover .title {
      color: #FFFFFF; }
    .box-find-goal .find_item:hover > .block:not(.find_img)::before {
      opacity: 1;
      width: 100%; }
    .box-find-goal .find_item:hover .find_img {
      transform: translateX(-50%) translateY(-35px); }

.box-banner5 {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .box-banner5 > div {
    padding: 0 5px; }
  @media (max-width: 992px) {
    .box-banner5 .mg_10 {
      margin-bottom: 10px; } }
  .box-banner5 .block {
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .box-banner5 .block {
        height: 300px; } }
    .box-banner5 .block img {
      transition: 0.4s all ease-in-out; }
      @media (max-width: 500px) {
        .box-banner5 .block img {
          width: auto !important;
          height: 100% !important;
          max-width: none; } }
    .box-banner5 .block:hover img {
      transform: scale(1.05); }
  .box-banner5 .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box-banner5 > div:not(.ct_right) .image_description {
    left: 45px; }
  .box-banner5 .ct_right .image_description {
    right: 50px;
    text-align: right; }
    .rtl .box-banner5 .ct_right .image_description {
      text-align: left; }
  .box-banner5 .title {
    margin-bottom: 10px; }
  .box-banner5 .sub-title {
    margin-bottom: 15px; }

.banner-global .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color-default); }
.banner-global .sub-title {
  font-family: var(--font-family-septenary);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px; }

.box-deals5 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .box-deals5 > div {
    padding: 0 5px; }
  .box-deals5 .owl-item {
    padding: 0 5px; }
  .box-deals5 .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  .box-deals5 .sub-title-widget {
    width: 100%;
    padding-left: 5px;
    margin-bottom: 26px; }
    .rtl .box-deals5 .sub-title-widget {
      padding-right: 5px;
      padding-left: inherit; }
  .box-deals5 .thumbnail-container {
    margin-bottom: 0; }
  .box-deals5 .box-deals-left {
    padding-left: 85px; }
    .rtl .box-deals5 .box-deals-left {
      padding-right: 85px;
      padding-left: inherit; }
    @media (max-width: 1199px) {
      .box-deals5 .box-deals-left {
        padding-left: 50px;
        padding-right: 210px; }
        .rtl .box-deals5 .box-deals-left {
          padding-right: 50px;
          padding-left: inherit; }
        .rtl .box-deals5 .box-deals-left {
          padding-left: 210px;
          padding-right: inherit; } }
    @media (max-width: 767px) {
      .box-deals5 .box-deals-left {
        padding-right: 160px;
        margin-bottom: 10px;
        padding-top: 50px;
        padding-bottom: 50px; }
        .rtl .box-deals5 .box-deals-left {
          padding-left: 160px;
          padding-right: inherit; } }
    @media (max-width: 575px) {
      .box-deals5 .box-deals-left {
        padding-right: 38%;
        padding-top: 30px;
        padding-bottom: 30px; }
        .rtl .box-deals5 .box-deals-left {
          padding-left: 38%;
          padding-right: inherit; } }
    @media (max-width: 450px) {
      .box-deals5 .box-deals-left {
        padding-left: 30px;
        padding-right: 30px; } }
  .box-deals5 .title {
    font-family: var(--font-family-septenary);
    font-size: 64px;
    line-height: 64px;
    color: var(--theme-color-default);
    margin-bottom: 7px; }
  .box-deals5 .sub-title {
    font-family: var(--font-family-septenary);
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px; }
  .box-deals5 .title_block {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #888888;
    margin-bottom: 17px; }
  .box-deals5 .deal-clock {
    display: flex;
    gap: 0 3.5px;
    margin-bottom: 13px; }
    .box-deals5 .deal-clock li {
      width: 46px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--theme-color-default);
      transform: skewX(-10deg);
      border-radius: 3px; }
      .box-deals5 .deal-clock li span {
        display: none; }
      .box-deals5 .deal-clock li b {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #FFFFFF;
        transform: skewX(10deg);
        display: inline-block; }
  .box-deals5 .ap-countdown-link {
    margin-bottom: 0; }
    .box-deals5 .ap-countdown-link a {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #000000;
      transition: 0.2s all ease-in-out;
      border-bottom: 1px solid var(--theme-color-default); }
      .box-deals5 .ap-countdown-link a:hover {
        color: var(--theme-color-default); }
  .box-deals5 .owl-theme .owl-buttons {
    top: -24px; }
    @media (max-width: 767px) {
      .box-deals5 .owl-theme .owl-buttons {
        position: initial;
        transform: none; }
        .box-deals5 .owl-theme .owl-buttons > div {
          position: absolute;
          border: 1px solid var(--theme-color-default); } }

.box-deals-left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .box-deals-left .img_item {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); }
    .rtl .box-deals-left .img_item {
      left: 5px;
      right: auto; }
    .box-deals-left .img_item > img {
      transform: rotateY(180deg); }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box-deals-left .img_item {
        width: 200px; } }
    @media (max-width: 767px) and (min-width: 576px) {
      .box-deals-left .img_item {
        height: calc(100% - 80px); }
        .box-deals-left .img_item img {
          width: auto !important;
          height: 100% !important;
          max-width: none; } }
    @media (max-width: 575px) {
      .box-deals-left .img_item {
        width: 35%; } }
    @media (max-width: 450px) {
      .box-deals-left .img_item {
        width: 100%;
        position: initial;
        transform: translateX(25px);
        margin-top: 30px; } }
  .box-deals-left::before {
    content: '';
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-color: #f4f4f4; }

.box-store {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 768px) {
    .box-store {
      background-color: #f4f4f4; } }
  .box-store > div {
    padding: 0; }
  @media (max-width: 767px) {
    .box-store .mt_30 {
      margin-top: 30px; } }

.store_content > .block {
  max-width: 646px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 30px; }
  .rtl .store_content > .block {
    padding-left: 30px;
    padding-right: inherit; }
  [dir] .store_content > .block {
    margin-left: 0;
    margin-right: auto; }
  @media (max-width: 1400px) {
    .store_content > .block {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .store_content > .block {
      padding: 50px;
      margin: 0 auto;
      text-align: center; } }
  @media (max-width: 480px) {
    .store_content > .block {
      padding: 30px; } }
.store_content.left > .block {
  margin-right: auto;
  margin-left: 0;
  padding-left: 95px; }
  [dir] .store_content.left > .block {
    margin-right: 0;
    margin-left: auto; }
  .rtl .store_content.left > .block {
    padding-right: 95px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .store_content.left > .block {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .store_content.left > .block {
      padding: 50px;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .store_content.left > .block {
      padding: 30px; } }
.store_content .title_block {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  
  color: var(--theme-color-default);
  margin-bottom: 15px; }
.store_content .sub-title-widget {
  justify-content: flex-start;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 18px; }
  @media (max-width: 991px) {
    .store_content .sub-title-widget {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .store_content .sub-title-widget {
      justify-content: center; } }
  .store_content .sub-title-widget::after {
    display: none; }
.store_content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #464646;
  min-height: 94px;
  margin-bottom: 6px;
  max-width: 521px; }
  @media (max-width: 767px) {
    .store_content p {
      max-width: none; } }
.store_content .btn-theme {
  padding: 15px 25px;
  background-color: var(--theme-color-secondary);
  color: #FFFFFF; }
@media (max-width: 767px) {
  .store_content {
    background-color: #f4f4f4; } }

.store_image {
  min-height: 350px;
  overflow: hidden;
  position: relative; }
  .store_image img {
    max-width: none;
    transition: 0.4s all ease-in-out; }
  .store_image:hover img {
    transform: scale(1.05); }
  @media (max-width: 767px) and (min-width: 481px) {
    .store_image {
      min-height: auto; }
      .store_image img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important; } }
  @media (max-width: 480px) {
    .store_image {
      min-height: auto;
      height: 250px; }
      .store_image img {
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }

.box-tabs5 .owl-row {
  margin-left: -5px;
  margin-right: -5px; }
.box-tabs5 .owl-item {
  padding: 0 5px; }
.box-tabs5 .thumbnail-container {
  margin-bottom: 10px; }
.box-tabs5 .item article:last-child .thumbnail-container {
  margin-bottom: 0; }
.box-tabs5 .nav-tabs {
  justify-content: center;
  margin-bottom: 26px;
  gap: 0 30px; }
  .box-tabs5 .nav-tabs::after {
    display: none; }
  .box-tabs5 .nav-tabs > li {
    margin: 0; }
    .box-tabs5 .nav-tabs > li > a {
      padding: 0;
      font-size: 36px;
      line-height: 1;
      font-family: var(--font-family-septenary);
      color: #888888;
      position: relative; }
      @media (max-width: 575px) {
        .box-tabs5 .nav-tabs > li > a {
          font-size: 25px; } }
      .box-tabs5 .nav-tabs > li > a.active {
        color: #000000; }
        .box-tabs5 .nav-tabs > li > a.active:hover, .box-tabs5 .nav-tabs > li > a.active:focus {
          color: #000000; }
      .box-tabs5 .nav-tabs > li > a:hover, .box-tabs5 .nav-tabs > li > a:focus {
        color: var(--theme-color-default); }
    .box-tabs5 .nav-tabs > li:not(:last-child) > a::after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #ccc;
      transform: skewX(-10deg) translateX(50%) translateY(-50%);
      position: absolute;
      top: 50%;
      right: -15px; }
      .rtl .box-tabs5 .nav-tabs > li:not(:last-child) > a::after {
        left: -15px;
        right: auto; }

.box-video5 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap; }
  .box-video5 > div {
    padding: 0; }
  @media (min-width: 992px) {
    .box-video5 .video5_left {
      width: 57.44%; } }
  .box-video5 .video5_left > .block {
    position: relative;
    overflow: hidden; }
    .box-video5 .video5_left > .block img {
      max-width: none;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      [dir] .box-video5 .video5_left > .block img {
        right: 50%;
        transform: translateX(50%); }
  .box-video5 .video5_left .btn-play {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
    cursor: pointer; }
    .box-video5 .video5_left .btn-play i {
      font-size: 80px;
      color: var(--theme-color-default);
      transition: all 0.4s ease-in-out; }
    .box-video5 .video5_left .btn-play:hover i {
      color: #FFFFFF; }
  .box-video5 .video5_left .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .box-video5 .video5_left .mask {
    position: absolute;
    width: 200px;
    background-color: #FFFFFF;
    border-radius: 3px;
    top: 90px;
    bottom: 90px;
    right: 0;
    transform: translate(50%, 0) skewX(-12deg); }
    .rtl .box-video5 .video5_left .mask {
      left: 0;
      right: auto; }
    [dir] .box-video5 .video5_left .mask {
      transform: translate(-50%, 0) skewX(12deg); }
    @media (max-width: 991px) {
      .box-video5 .video5_left .mask {
        display: none; } }
  .box-video5 .video5_left .video {
    display: none; }
  .box-video5 .video5_carousel {
    padding-left: 80px; }
    @media (min-width: 992px) {
      .box-video5 .video5_carousel {
        width: 42.56%; } }
    .rtl .box-video5 .video5_carousel {
      padding-right: 80px;
      padding-left: inherit; }
    .box-video5 .video5_carousel .sub-title-widget {
      justify-content: flex-start;
      font-size: 64px;
      line-height: 1;
      padding-bottom: 20px;
      position: relative; }
      .box-video5 .video5_carousel .sub-title-widget::before {
        content: '';
        max-width: 440px;
        width: 100%;
        height: 1px;
        background-color: #E8E8E8;
        position: absolute;
        bottom: 0;
        left: 0; }
        .rtl .box-video5 .video5_carousel .sub-title-widget::before {
          right: 0;
          left: auto; }
      .box-video5 .video5_carousel .sub-title-widget::after {
        display: none; }
    .box-video5 .video5_carousel .star-view {
      display: flex;
      gap: 0 2px;
      margin-bottom: 11px; }
      .box-video5 .video5_carousel .star-view i {
        font-size: 12px;
        line-height: 1;
        color: var(--theme-color-default); }
    .box-video5 .video5_carousel .title {
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      font-weight: 700;
      
      margin-bottom: 23px; }
    .box-video5 .video5_carousel .name {
      font-size: 14px;
      line-height: 22px;
      color: #888888;
      font-weight: 400; }
      .box-video5 .video5_carousel .name span {
        font-weight: 600;
        color: #000000; }
    .box-video5 .video5_carousel .text {
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      font-style: italic;
      color: #000000;
      margin-bottom: 31px; }
    .box-video5 .video5_carousel .item {
      background-color: #FFFFFF;
      padding: 32px 0 0;
      max-width: 440px; }
    .box-video5 .video5_carousel .owl-theme {
      position: initial; }
      .box-video5 .video5_carousel .owl-theme .owl-buttons {
        display: inline-flex;
        flex-direction: column;
        position: absolute;
        gap: 4px 0;
        left: 0;
        top: 50%;
        transform: translate(-100%, -50%); }
        .rtl .box-video5 .video5_carousel .owl-theme .owl-buttons {
          right: 0;
          left: auto; }
        [dir] .box-video5 .video5_carousel .owl-theme .owl-buttons {
          transform: translate(100%, -50%); }
        .box-video5 .video5_carousel .owl-theme .owl-buttons > div {
          position: initial; }
          @media (min-width: 992px) {
            .box-video5 .video5_carousel .owl-theme .owl-buttons > div.owl-next {
              transform: skewX(-10deg) translateX(-6px); } }
    @media (max-width: 1199px) {
      .box-video5 .video5_carousel {
        padding-left: 50px; }
        .box-video5 .video5_carousel .sub-title-widget {
          font-size: 50px; }
        .rtl .box-video5 .video5_carousel {
          padding-right: 50px;
          padding-left: inherit; } }
    @media (max-width: 991px) {
      .box-video5 .video5_carousel {
        padding: 50px 0; }
        .box-video5 .video5_carousel .sub-title-widget::before {
          max-width: none; }
        .box-video5 .video5_carousel > .block {
          position: relative; }
          .box-video5 .video5_carousel > .block .owl-buttons {
            flex-direction: row;
            gap: 0 4px;
            right: 0;
            left: auto;
            top: -10px;
            transform: translateY(-100%); }
            .rtl .box-video5 .video5_carousel > .block .owl-buttons {
              left: 0;
              right: auto; } }
      @media (max-width: 991px) and (max-width: 575px) {
        .box-video5 .video5_carousel > .block .owl-buttons {
          top: 10px;
          transform: translateY(0); } }
  @media (max-width: 991px) and (min-width: 576px) {
    .box-video5 .video5_carousel .descript {
      padding-right: 30px; }
      .rtl .box-video5 .video5_carousel .descript {
        padding-left: 30px;
        padding-right: inherit; } }

    @media (max-width: 575px) {
      .box-video5 .video5_carousel .sub-title-widget {
        font-size: 30px; } }

.box-insta5 .instagram-block .owl-item {
  padding: 0; }

.box-category6 .sub-title-widget {
  margin-bottom: 50px; }
.box-category6 ul {
  margin-bottom: 0; }
  .box-category6 ul > li {
    text-align: center; }
  .box-category6 ul .cover-img {
    display: block;
    height: 189px;
    margin-bottom: 7px;
    overflow: hidden; }
    .box-category6 ul .cover-img img {
      transition: 0.4s all ease-in-out; }
  .box-category6 ul .item-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
     }
    .box-category6 ul .item-title a {
      color: #000000; }
  .box-category6 ul:hover .cover-img img {
    transform: scale(1.05); }
  .box-category6 ul:hover .item-title a {
    color: var(--theme-color-default); }

.box-trending6 .sub-title-widget {
  margin-bottom: 26px; }
.box-trending6 .owl-row {
  margin-left: -5px;
  margin-right: -5px; }
.box-trending6 .owl-item {
  padding: 0 5px; }
.box-trending6 .owl-theme .owl-buttons {
  top: -26px;
  right: 5px; }
  .rtl .box-trending6 .owl-theme .owl-buttons {
    left: 5px;
    right: auto; }
.box-trending6 .thumbnail-container {
  margin-bottom: 0; }

.box-banner6 {
  height: 250px; }
  .box-banner6 .block {
    position: relative;
    overflow: hidden; }
    .box-banner6 .block > a {
      display: block; }
    .box-banner6 .block img {
      transition: 0.4s all ease-in-out;
      max-width: none;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      [dir] .box-banner6 .block img {
        right: 50%;
        transform: translateX(50%); }
    .box-banner6 .block:hover img {
      transform: scale(1.1) translateX(-50%); }
      [dir] .box-banner6 .block:hover img {
        transform: scale(1.1) translateX(50%); }
  .box-banner6 .image_description {
    position: absolute;
    padding: 0 30px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-family: var(--font-family-septenary);
    text-align: center;
    color: #FFFFFF; }
  .box-banner6 .title {
    font-size: 100px;
    line-height: 1; }
    @media (max-width: 700px) {
      .box-banner6 .title {
        font-size: 60px; } }
  .box-banner6 .sub {
    margin-top: -6px;
    font-size: 36px;
    line-height: 1; }
    .box-banner6 .sub span {
      color: var(--theme-color-default); }

.box-about6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  [dir] .box-about6 {
    justify-content: flex-start; }

.about6-bottom.container {
  width: 100%;
  margin: 0 auto; }
.about6-bottom .owl-row {
  margin-left: -5px;
  margin-right: -5px; }
.about6-bottom .owl-item {
  padding: 0 5px; }
.about6-bottom .item {
  background-color: #FFFFFF; }
.about6-bottom .descript {
  padding: 40px 15px;
  color: #000000;
  text-align: center; }
  .about6-bottom .descript > span:first-child {
    font-size: 44px;
    display: inline-block;
    margin-bottom: 10px; }
  .about6-bottom .descript .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    
    margin-bottom: 3px; }
  .about6-bottom .descript > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #888888; }

.about6_top {
  margin-bottom: 52px; }
  .about6_top .title_block {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--theme-color-default);
    margin-bottom: 15px; }
    [dir] .about6_top .title_block {
      text-align: left; }
  .about6_top .sub-title-widget {
    justify-content: flex-start;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 32px; }
    .about6_top .sub-title-widget::after {
      display: none; }
    [dir] .about6_top .sub-title-widget {
      justify-content: flex-end; }
    @media (max-width: 991px) {
      .about6_top .sub-title-widget {
        font-size: 50px; } }
  .about6_top .block_content > p {
    max-width: 550px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #464646;
    min-height: 119px; }
    [dir] .about6_top .block_content > p {
      margin-left: 0;
      margin-right: auto; }
    @media (max-width: 767px) {
      .about6_top .block_content > p {
        font-size: 16px;
        line-height: 25px; } }
    .about6_top .block_content > p strong {
      font-weight: 700;
      color: #000000; }

.blog_testi {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .blog_testi .box-blog2 {
    padding-right: 60px;
    border-right: 1px solid #E8E8E8; }
    .rtl .blog_testi .box-blog2 {
      padding-left: 60px;
      padding-right: inherit; }
    @media (max-width: 1199px) {
      .blog_testi .box-blog2 {
        padding-right: 30px; }
        .rtl .blog_testi .box-blog2 {
          padding-left: 30px;
          padding-right: inherit; } }
    @media (max-width: 767px) {
      .blog_testi .box-blog2 {
        padding-right: 15px; }
        .rtl .blog_testi .box-blog2 {
          padding-left: 15px;
          padding-right: inherit; } }
    .rtl .blog_testi .box-blog2 {
      border-left: 1px solid #E8E8E8;
      border-right: inherit; }
    .blog_testi .box-blog2::before {
      display: none; }
    .blog_testi .box-blog2 .sub-title-widget {
      padding-left: 0; }
      .rtl .blog_testi .box-blog2 .sub-title-widget {
        padding-right: 0;
        padding-left: inherit; }
  .blog_testi::before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E8E8E8;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px; }

.box-testi6 {
  position: relative;
  padding-left: 60px; }
  .rtl .box-testi6 {
    padding-right: 60px;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    .box-testi6 {
      padding-left: 30px; }
      .rtl .box-testi6 {
        padding-right: 30px;
        padding-left: inherit; } }
  .box-testi6 .sub-title-widget {
    padding-left: 0; }
    .rtl .box-testi6 .sub-title-widget {
      padding-right: 0;
      padding-left: inherit; }
  .box-testi6 .image_item {
    width: 35%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .rtl .box-testi6 .image_item {
      left: 0;
      right: auto; }
    @media (max-width: 991px) {
      .box-testi6 .image_item {
        display: none; } }
  .box-testi6 .star-view {
    display: flex;
    gap: 0 2px;
    margin-bottom: 11px; }
    .box-testi6 .star-view i {
      font-size: 12px;
      line-height: 1;
      color: var(--theme-color-default); }
  .box-testi6 .title {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    
    margin-bottom: 23px; }
  .box-testi6 .name {
    font-size: 14px;
    line-height: 22px;
    color: #888888;
    font-weight: 400; }
    .box-testi6 .name span {
      font-weight: 600;
      color: #000000; }
  .box-testi6 .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    margin-bottom: 31px; }
  .box-testi6 .item {
    background-color: #FFFFFF;
    padding: 30px 0 0; }
    @media (min-width: 992px) {
      .box-testi6 .item {
        width: 55%; } }
  .box-testi6 .owl-theme {
    position: initial; }
    .box-testi6 .owl-theme .owl-buttons {
      margin-top: 40px;
      display: inline-flex;
      position: initial;
      transform: none;
      gap: 0 4px; }
      .box-testi6 .owl-theme .owl-buttons > div {
        position: initial; }
  .box-testi6 .owl-row {
    margin-left: 0;
    margin-right: 0; }
  .box-testi6 .owl-item {
    padding: 0; }
  @media (max-width: 767px) {
    .box-testi6 {
      margin-top: 50px;
      padding-left: 15px; }
      .rtl .box-testi6 {
        padding-right: 15px;
        padding-left: inherit; }
      .box-testi6 .owl-row {
        margin-left: -15px;
        margin-right: -15px; }
      .box-testi6 .owl-item {
        padding: 0 15px; }
      .box-testi6 .owl-controls {
        padding: 0 15px; }
      .box-testi6 .owl-theme .owl-buttons {
        margin-top: 30px; } }

.box-bundle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .box-bundle {
      margin-top: 40px; } }
  .box-bundle::before {
    content: '';
    width: 1680px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4f4f4;
    z-index: -1; }

.bundle_image .block {
  position: relative;
  max-width: 455px;
  margin: 0 auto; }
  .bundle_image .block img {
    transition: 0.4s all ease-in-out; }
  .bundle_image .block:hover img {
    transform: scale(1.05); }
.bundle_image .image_description {
  position: absolute;
  top: 0;
  right: 0; }
  .bundle_image .image_description .sale {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--theme-color-default);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center; }
    .bundle_image .image_description .sale span {
      font-weight: 700;
      font-size: 20px; }

.bundle_product .sub-title-widget {
  padding-left: 0;
  margin-bottom: 10px; }
  .rtl .bundle_product .sub-title-widget {
    padding-right: 0;
    padding-left: inherit; }
.bundle_product .block > p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #464646; }
.bundle_product .thumbnail-container {
  margin-bottom: 0; }
  .bundle_product .thumbnail-container .product-meta {
    padding-bottom: 0; }
    @media (max-width: 1199px) {
      .bundle_product .thumbnail-container .product-meta {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1200px) {
    .bundle_product .thumbnail-container .product-image img {
      width: 80%; } }
@media (max-width: 767px) {
  .bundle_product {
    margin-top: 30px; } }

@media (min-width: 768px) {
  .box-about .about-left {
    padding-right: 0; }
    .rtl .box-about .about-left {
      padding-left: 0;
      padding-right: inherit; } }
.box-about .about-left .block_content {
  width: 80%; }
  .box-about .about-left .block_content p {
    font-size: 16px;
    line-height: 1.5;
    color: #666; }
    .box-about .about-left .block_content p.strong {
      color: #000; }
    .box-about .about-left .block_content p:nth-child(2) {
      margin-bottom: 28px; }
  .box-about .about-left .block_content .btn-big {
    display: inline-block;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px; }
    .box-about .about-left .block_content .btn-big:after {
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      margin-left: 15px; }
      .rtl .box-about .about-left .block_content .btn-big:after {
        margin-right: 15px;
        margin-left: inherit; }
      [dir] .box-about .about-left .block_content .btn-big:after {
        content: "\f060"; }
    .box-about .about-left .block_content .btn-big:hover {
      border-color: var(--theme-color-default); }
.box-about .about-left .sub-title-widget {
  margin-bottom: 35px;
  justify-content: flex-start; }
  .box-about .about-left .sub-title-widget:after {
    display: none; }
@media (min-width: 768px) {
  .box-about .about-right {
    padding-left: 0; }
    .rtl .box-about .about-right {
      padding-right: 0;
      padding-left: inherit; } }
.box-about .about-right .block {
  position: relative; }
.box-about .about-right .image_description {
  position: absolute;
  bottom: 75px;
  left: -60px;
  padding: 26px 28px;
  background-color: var(--theme-color-default);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
  display: flex;
  gap: 0 30px; }
  .rtl .box-about .about-right .image_description {
    right: -60px;
    left: auto; }
  [dir] .box-about .about-right .image_description {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
.box-about .about-right .item > span {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF; }
.box-about .about-right .item sup {
  font-size: 24px; }
.box-about .about-right .item p {
  margin-bottom: 0;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px; }
.box-about .btn-big {
  padding: 21px 32px;
  display: inline-block;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; }
  .box-about .btn-big:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    margin-left: 15px; }
    .rtl .box-about .btn-big:after {
      margin-right: 15px;
      margin-left: inherit; }
    [dir] .box-about .btn-big:after {
      content: "\f060"; }
  .box-about .btn-big:hover {
    border-color: var(--theme-color-default); }
@media (max-width: 991px) and (min-width: 768px) {
  .box-about .about-right .image_description {
    position: relative;
    bottom: auto;
    left: auto; }
    .rtl .box-about .about-right .image_description {
      right: auto;
      left: auto; }
  .box-about .about-left .block_content {
    width: 90%; }
  .box-about .about-left .sub-title-widget {
    font-size: 35px; } }
@media (max-width: 767px) and (min-width: 576px) {
  .box-about .about-right .image_description {
    bottom: 0;
    right: 0;
    left: auto; }
    .rtl .box-about .about-right .image_description {
      left: 0;
      right: auto; }
  .box-about .about-right img {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0% 100%); } }
@media (max-width: 575px) {
  .box-about .about-right .image_description {
    position: relative;
    bottom: auto;
    left: auto; }
    .rtl .box-about .about-right .image_description {
      right: auto;
      left: auto; }
  .box-about .about-left .block_content {
    width: 90%; }
  .box-about .about-left .sub-title-widget {
    font-size: 30px; } }

.about_us-banner {
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .about_us-banner::before {
    margin: 0;
    padding: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 1900px) {
      .about_us-banner::before {
        background-size: cover !important; } }
  .about_us-banner .block_content {
    text-align: center;
    padding: 0 30px; }
    .about_us-banner .block_content .title {
      font-size: 60px;
      font-weight: 700;
      line-height: 1;
      color: #FFFFFF;
      
      margin-bottom: 26px;
      font-family: var(--font-family-septenary); }
      @media (max-width: 480px) {
        .about_us-banner .block_content .title {
          font-size: 50px; } }
    .about_us-banner .block_content .text {
      font-size: 18px;
      color: #FFFFFF;
      line-height: 1.333; }

.about_us_owl {
  margin-bottom: 90px;
  margin-top: 90px; }
  @media (max-width: 767px) {
    .about_us_owl {
      margin-bottom: 40px;
      margin-top: 40px; } }
  .about_us_owl .block-carousel-image-container {
    text-align: center; }
    .about_us_owl .block-carousel-image-container img {
      height: 64px;
      margin-bottom: 35px; }
    .about_us_owl .block-carousel-image-container .title {
      font-size: 20px;
      font-weight: 600;
      color: #000000;
      
      margin-bottom: 20px; }
    .about_us_owl .block-carousel-image-container .descript {
      max-width: 255px;
      font-size: 14px;
      font-weight: 400;
      color: #464646;
      margin: 0 auto;
      line-height: 24px; }

.page-cms-4 .about-left {
  padding-top: 65px;
  padding-bottom: 65px; }
.page-cms-4.page-cms {
  background-color: transparent; }
.page-cms-4 .manufacturer-image-container {
  text-align: center; }

.leo-form.full-width .lql-callregister,
.leo-form.full-width .lql-calllogin {
  font-size: 14px;
  line-height: 22px; }

.products-section-title {
  font-size: 30px;
  font-family: var(--font-family-septenary); }

.banner_menu {
  position: relative; }
  @media (max-width: 991px) {
    .banner_menu {
      display: none; } }
  .banner_menu .image_description {
    position: absolute;
    right: 60px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%); }
    .rtl .banner_menu .image_description {
      text-align: left; }
  .banner_menu .banner-title {
    margin-bottom: 12px; }
  .banner_menu .sub-title {
    font-size: 60px;
    line-height: 60px;
    font-family: var(--font-family-septenary);
    color: #FFFFFF; }
    .banner_menu .sub-title.color-df {
      font-size: 120px;
      line-height: 100px;
      color: var(--theme-color-default); }
  .banner_menu .btn-theme {
    margin-top: 12px; }

#leo_search_block_top.active .title_block::before {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro"; }

#moda_sizechart .modal-dialog {
  margin: 150px auto; }

@media (max-width: 480px) {
  .product-accessories .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
    .product-accessories .owl-row .owl-item {
      padding: 0 5px; } }
.category-cover img {
  max-height: 200px;
  object-fit: cover; }

.page-content.page-cms > h2:first-child {
  font-size: 2rem; }

.page-productscompare .thumbnail-container .product-price-and-shipping {
  justify-content: center;
  margin-top: 6px; }
.page-productscompare .thumbnail-container .product-variants-item > ul {
  justify-content: center; }

.form-control-valign {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px; }
  .form-control-valign label > span.custom-radio {
    margin-right: 8px; }
    .rtl .form-control-valign label > span.custom-radio {
      margin-left: 8px;
      margin-right: inherit; }

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