/***************************************************
  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 .title_block {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.2em; }
.ApRow .sub-title-widget {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000; }
  @media (max-width: 480px) {
    .ApRow .sub-title-widget {
      font-size: 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"; }

/* 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 rgba(0, 0, 0, 0.102); }
  .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: rgba(0, 0, 0, 0.102);
        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 rgba(0, 0, 0, 0.102) rgba(0, 0, 0, 0.102) rgba(0, 0, 0, 0.102); }

.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 rgba(0, 0, 0, 0.102); }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid rgba(0, 0, 0, 0.102);
    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 rgba(0, 0, 0, 0.102) #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a,
  .tabs-left .nav-tabs .active > a:hover,
  .tabs-left .nav-tabs .active > a:focus {
    border-color: rgba(0, 0, 0, 0.102) transparent rgba(0, 0, 0, 0.102) rgba(0, 0, 0, 0.102);
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.102); }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.102);
    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 rgba(0, 0, 0, 0.102); }
  .tabs-right .nav-tabs .active > a,
  .tabs-right .nav-tabs .active a:hover,
  .tabs-right .nav-tabs .active a:focus {
    border-color: rgba(0, 0, 0, 0.102) rgba(0, 0, 0, 0.102) rgba(0, 0, 0, 0.102) transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid var(--theme-color-tertiary); }
    .widget-tabs li.active a {
      color: var(--theme-color-tertiary); }

.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: var(--theme-color-tertiary);
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  display: flex;
  flex-wrap: wrap; }
  .nav-tabs .nav-item {
    margin-left: 3px; }
    .rtl .nav-tabs .nav-item {
      margin-right: 3px;
      margin-left: inherit; }
  .nav-tabs .nav-link {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999999;
    border: 0;
    border-radius: 0;
    transition: 0.2s all ease;
    border-bottom: 1px solid #dedede; }
    .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 {
      background-color: var(--theme-color-default);
      color: #000000;
      border-color: var(--theme-color-default); }

.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 rgba(0, 0, 0, 0.102); }
  .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 rgba(0, 0, 0, 0.102);
  -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 var(--theme-color-tertiary);
    -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 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
    .latest-blogs .blog-title a:hover {
      color: var(--theme-color-default); }
  .latest-blogs .blog-desc {
    margin: 0;
    color: #9a9a9a;
    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 .cat:after {
      content: ".";
      position: absolute;
      top: -2px;
      right: -10px; }
      .rtl .latest-blogs .cat:after {
        left: -10px;
        right: auto; }
  .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: var(--theme-color-tertiary);
  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;
  text-transform: capitalize;
  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;
  text-transform: capitalize;
  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 #9a9a9a;
  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: #9a9a9a;
  background-color: rgba(153, 153, 153, 0.1); }
.search-in-product ul {
  max-height: 500px;
  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; }
      .search-in-product ul li a .lps-result-img {
        width: 55px; }
      .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: var(--theme-color-tertiary);
    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: "GT Walsheim Pro", sans-serif;
    line-height: 1.2;
    color: var(--theme-color-tertiary);
    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: "GT Walsheim Pro", sans-serif;
    font-weight: 500;
    color: var(--theme-color-tertiary);
    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 {
    text-transform: capitalize;
    font-weight: 400; }
  body:not(#index) #wrapper .breadcrumb-bg .breadcrumb li:first-child a {
    color: var(--theme-color-tertiary); }
    body:not(#index) #wrapper .breadcrumb-bg .breadcrumb li:first-child a:hover {
      color: var(--theme-color-default); }
body:not(#index) #content-wrapper {
  margin-bottom: 30px; }
  body:not(#index) #content-wrapper .block-category {
    padding: 0;
    margin: 0;
    border: none; }
  body:not(#index) #content-wrapper #subcategories {
    border: none; }
    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 {
      text-transform: capitalize;
      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-image:hover img {
        transform: scale(1.2); }
    body:not(#index) #content-wrapper #subcategories .subcategory-block .subcategory-description {
      line-height: 1.5;
      font-size: 0.875rem;
      color: #9a9a9a;
      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: #9a9a9a; }
    body:not(#index) #content-wrapper .products-selection .products-sort-order .select-title {
      background-color: transparent;
      color: #9a9a9a;
      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: #9a9a9a;
      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: var(--theme-color-tertiary);
        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;
        text-transform: uppercase;
        font-weight: 500;
        color: #9a9a9a; }
        body:not(#index) #content-wrapper .pagination .page-list li a:hover {
          color: var(--theme-color-tertiary); }
        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: var(--theme-color-secondary);
  font-weight: 500;
  font-family: "GT Walsheim Pro", sans-serif;
  text-transform: capitalize !important;
  font-size: 24px; }
#left-column .row {
  margin-left: 0;
  margin-right: 0; }
#left-column .row > div, #left-column > .block:not(.row) {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 2.8px rgba(0, 0, 0, 0.005), 0px 0px 10.5px rgba(0, 0, 0, 0.007), 0px 0px 24.5px rgba(0, 0, 0, 0.01), 0px 0px 47px rgba(0, 0, 0, 0.016), 0px 0px 75px rgba(0, 0, 0, 0.04); }
#left-column > .block:not(.block-categories) {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FFFFFF; }
  @media (max-width: 1199px) {
    #left-column > .block:not(.block-categories) {
      padding-left: 20px;
      padding-right: 20px; } }
  #left-column > .block:not(.block-categories) .block_content {
    padding: 0; }
#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 30px 10px; }
    @media (max-width: 1199px) {
      #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 {
        padding: 0 20px 10px; } }
    #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 {
      display: none; }
  #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 {
    padding: 10px 30px; }
    @media (max-width: 1199px) {
      #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 {
        padding: 10px 20px; } }
    #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: 16px;
      color: #9a9a9a; }
      #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: #9a9a9a;
    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-left: 0;
  padding-right: 0; }
#left-column .facet-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color-secondary);
  padding-bottom: 8px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px; }
  #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;
  padding: 0px 30px 20px;
  border-radius: 10px;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2.8px rgba(0, 0, 0, 0.005), 0px 0px 10.5px rgba(0, 0, 0, 0.007), 0px 0px 24.5px rgba(0, 0, 0, 0.01), 0px 0px 47px rgba(0, 0, 0, 0.016), 0px 0px 75px rgba(0, 0, 0, 0.04); }
  @media (max-width: 1199px) {
    #left-column #search_filters_wrapper {
      padding: 0px 20px 20px; } }
  #left-column #search_filters_wrapper #search_filters {
    border: none !important;
    padding-top: 20px; }
    #left-column #search_filters_wrapper #search_filters .text-uppercase {
      margin: 0; }
    #left-column #search_filters_wrapper #search_filters > p {
      padding: 0 0 10px;
      background-color: transparent; }
#left-column .facet {
  margin-bottom: 30px; }
  @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-bottom: 25px;
    color: #252525; }
  #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: 5px 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: var(--theme-color-tertiary); }
        #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: #9a9a9a;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 400; }
        #left-column .facet .collapse li .facet-label a span {
          color: #9a9a9a; }
      #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: #9a9a9a;
    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 {
    text-transform: capitalize;
    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: var(--theme-color-tertiary); }
  .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: #000000;
    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; } }
@media (min-width: 992px) {
  .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 {
    position: static; } }
.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: 1rem;
    font-weight: 500; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right .product-price {
    font-size: 1rem;
    display: block;
    font-weight: 500; }
  .modal#blockcart-modal .modal-content .modal-body .row > div.divide-right span {
    display: block;
    font-weight: 500; }
    .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: 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(154, 154, 154, 0.3); }
      .modal#blockcart-modal .modal-content .modal-body .row > div.col-md-7 .cart-content-btn .btn.btn-secondary:hover {
        background-color: rgba(154, 154, 154, 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: 1rem;
  color: var(--theme-color-secondary);
  font-weight: 500; }
.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; }
.modal.leo-quicklogin-modal {
  padding: 0 !important; }
  @media (min-width: 576px) {
    .modal.leo-quicklogin-modal .modal-dialog {
      max-width: 400px; } }
  .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 {
  text-transform: capitalize;
  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);
    color: #000000; }
  .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: "Font Awesome 6 Pro";
    font-size: 0;
    width: fit-content;
    height: fit-content; }
    .modal.quickview .modal-body .btn.btn-primary.add-to-cart i::before {
      content: "\f290";
      font-size: 1rem;
      margin-right: 8px; }
      .rtl .modal.quickview .modal-body .btn.btn-primary.add-to-cart i::before {
        margin-left: 8px;
        margin-right: inherit; }
.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;
    text-transform: capitalize;
    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;
    text-transform: capitalize; }

#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%; }

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: var(--theme-color-tertiary); }
        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: flex-end;
  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 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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; }
  .blockreassurance_product > div > p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #999999 !important; }

.page-cart .card-block .h1 {
  text-transform: capitalize;
  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 {
  text-transform: uppercase;
  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: "GT Walsheim Pro", sans-serif;
  font-size: 3.5rem;
  color: #2a2a2a;
  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;
    text-transform: capitalize; }
  .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: "GT Walsheim Pro", 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: "GT Walsheim Pro", 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: #9a9a9a;
      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 a.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 var(--theme-color-tertiary);
        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: var(--theme-color-tertiary); }
        .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 #191919; }

.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; }

.p_1 {
  padding: 140px 0; }
  @media (max-width: 767px) {
    .p_1 {
      padding: 100px 0; } }
  @media (max-width: 575px) {
    .p_1 {
      padding: 80px 0; } }

.p_2 {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .p_2 {
      padding: 100px 0; } }

@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 rgba(0, 0, 0, 0.102); } }
@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: translate(50%, -50%); }
  [dir="rtl"] .rtl body:not(#index) #left-column .facet .collapse li .facet-label .custom-radio span, [dir="rtl"]
  .rtl body:not(#index) #left-column .facet .collapse li .facet-label .custom-checkbox span {
    transform: translate(-50%, -50%); }

@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-cover img {
  border: 2px solid var(--theme-color-default);
  border-radius: 5px; }
.product-detail .product-thumb-images .thumb {
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.102); }
  .product-detail .product-thumb-images .thumb.selected, .product-detail .product-thumb-images .thumb:hover {
    border-color: var(--theme-color-default); }

.product-image-thumbs .category-default,
.product-image-gallery .category-default {
  margin-top: 0;
  margin-bottom: 10px; }
  .product-image-thumbs .category-default a,
  .product-image-gallery .category-default a {
    color: #959595;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500; }
    .product-image-thumbs .category-default a:hover,
    .product-image-gallery .category-default a:hover {
      color: var(--theme-color-default); }
.product-image-thumbs .product-detail-name,
.product-image-gallery .product-detail-name {
  font-size: 28px;
  font-family: "GT Walsheim Pro", sans-serif;
  color: var(--theme-color-secondary);
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .product-image-thumbs .product-detail-name,
    .product-image-gallery .product-detail-name {
      padding-right: 100px; }
      .rtl .product-image-thumbs .product-detail-name, .rtl
      .product-image-gallery .product-detail-name {
        padding-left: 100px;
        padding-right: inherit; } }
  @media (max-width: 450px) {
    .product-image-thumbs .product-detail-name,
    .product-image-gallery .product-detail-name {
      font-size: 25px; } }
.product-image-thumbs #leo_product_reviews_block_extra,
.product-image-gallery #leo_product_reviews_block_extra {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center; }
  .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: 10px;
      padding: 5px 0; }
      .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: #959595; }
      .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: #ffcc33; }
  .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: var(--theme-color-secondary);
      font-weight: 400; }
      .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: 20px;
  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: #959595;
      font-size: 0.9375rem;
      font-weight: 400; }
    .product-image-thumbs .product-prices div .current-price-value,
    .product-image-gallery .product-prices div .current-price-value {
      color: #000000;
      font-size: 24px;
      font-weight: 500; }
    .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;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.2em;
        border-radius: 2px; }
.product-image-thumbs .description-short,
.product-image-gallery .description-short {
  margin: 20px 0;
  font-size: 0.875rem;
  color: #959595;
  line-height: 1.5; }
.product-image-thumbs .product-actions .control-label,
.product-image-gallery .product-actions .control-label {
  font-size: 0;
  padding: 0;
  margin: 0; }
.product-image-thumbs .product-actions .product-quantity,
.product-image-gallery .product-actions .product-quantity {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .product-image-thumbs .product-actions .product-quantity .qty,
  .product-image-gallery .product-actions .product-quantity .qty {
    margin: 0; }
    .product-image-thumbs .product-actions .product-quantity .qty .input-group,
    .product-image-gallery .product-actions .product-quantity .qty .input-group {
      box-shadow: none; }
      .product-image-thumbs .product-actions .product-quantity .qty .input-group .form-control#quantity_wanted,
      .product-image-gallery .product-actions .product-quantity .qty .input-group .form-control#quantity_wanted {
        border: 1px solid rgba(0, 0, 0, 0.102);
        float: none;
        text-align: center;
        width: 100px;
        color: var(--theme-color-secondary);
        height: 50px; }
      .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical,
      .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical {
        position: static; }
        .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn,
        .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn {
          position: absolute;
          width: 20px;
          height: 20px;
          border: none;
          background-color: transparent;
          z-index: 999;
          top: 50%;
          color: var(--theme-color-secondary);
          padding: 0; }
          .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up,
          .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up {
            right: 10px;
            transform: translate(0, -50%); }
            .rtl .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up, .rtl
            .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up {
              left: 10px;
              right: auto; }
            .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i,
            .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i {
              font-size: 0;
              width: fit-content;
              left: 30%; }
              .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::before,
              .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::before {
                content: "\f067";
                font-family: "Font Awesome 6 Pro";
                font-size: 14px; }
              .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::after,
              .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up i::after {
                display: none; }
          .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down,
          .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down {
            left: 10px;
            transform: translate(0, -50%); }
            .rtl .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down, .rtl
            .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down {
              right: 10px;
              left: auto; }
            .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i,
            .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i {
              font-size: 0;
              width: fit-content;
              left: 30%; }
              .product-image-thumbs .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::before,
              .product-image-gallery .product-actions .product-quantity .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 .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::after,
              .product-image-gallery .product-actions .product-quantity .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down i::after {
                display: none; }
  .product-image-thumbs .product-actions .product-quantity .add,
  .product-image-gallery .product-actions .product-quantity .add {
    margin: 0; }
    .product-image-thumbs .product-actions .product-quantity .add .add-to-cart,
    .product-image-gallery .product-actions .product-quantity .add .add-to-cart {
      text-transform: capitalize;
      font-weight: 400;
      color: #FFFFFF;
      font-size: 0.9375rem;
      background-color: var(--theme-color-secondary);
      height: 50px;
      border-radius: 0;
      display: flex;
      align-items: center;
      transition: 0.3s; }
      .product-image-thumbs .product-actions .product-quantity .add .add-to-cart i,
      .product-image-gallery .product-actions .product-quantity .add .add-to-cart i {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        font-size: 0; }
        .product-image-thumbs .product-actions .product-quantity .add .add-to-cart i::before,
        .product-image-gallery .product-actions .product-quantity .add .add-to-cart i::before {
          content: "\f290";
          font-family: "Font Awesome 6 Pro";
          font-size: 1rem; }
      .product-image-thumbs .product-actions .product-quantity .add .add-to-cart:hover,
      .product-image-gallery .product-actions .product-quantity .add .add-to-cart:hover {
        background-color: var(--theme-color-default); }
  .product-image-thumbs .product-actions .product-quantity .wishlist,
  .product-image-thumbs .product-actions .product-quantity .compare,
  .product-image-gallery .product-actions .product-quantity .wishlist,
  .product-image-gallery .product-actions .product-quantity .compare {
    margin: 0; }
    .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product,
    .product-image-thumbs .product-actions .product-quantity .compare .btn-product,
    .product-image-gallery .product-actions .product-quantity .wishlist .btn-product,
    .product-image-gallery .product-actions .product-quantity .compare .btn-product {
      width: 50px;
      height: 50px;
      background-color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(0, 0, 0, 0.102);
      border-radius: 0; }
      .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product.added,
      .product-image-thumbs .product-actions .product-quantity .compare .btn-product.added,
      .product-image-gallery .product-actions .product-quantity .wishlist .btn-product.added,
      .product-image-gallery .product-actions .product-quantity .compare .btn-product.added {
        background-color: var(--theme-color-default); }
        .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product.added i,
        .product-image-thumbs .product-actions .product-quantity .compare .btn-product.added i,
        .product-image-gallery .product-actions .product-quantity .wishlist .btn-product.added i,
        .product-image-gallery .product-actions .product-quantity .compare .btn-product.added i {
          color: #FFFFFF; }
      .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product .leo-wishlist-bt-content,
      .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product .leo-compare-bt-content,
      .product-image-thumbs .product-actions .product-quantity .compare .btn-product .leo-wishlist-bt-content,
      .product-image-thumbs .product-actions .product-quantity .compare .btn-product .leo-compare-bt-content,
      .product-image-gallery .product-actions .product-quantity .wishlist .btn-product .leo-wishlist-bt-content,
      .product-image-gallery .product-actions .product-quantity .wishlist .btn-product .leo-compare-bt-content,
      .product-image-gallery .product-actions .product-quantity .compare .btn-product .leo-wishlist-bt-content,
      .product-image-gallery .product-actions .product-quantity .compare .btn-product .leo-compare-bt-content {
        display: block;
        width: 20px;
        height: 20px; }
        .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product .leo-wishlist-bt-content .name-btn-product,
        .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product .leo-compare-bt-content .name-btn-product,
        .product-image-thumbs .product-actions .product-quantity .compare .btn-product .leo-wishlist-bt-content .name-btn-product,
        .product-image-thumbs .product-actions .product-quantity .compare .btn-product .leo-compare-bt-content .name-btn-product,
        .product-image-gallery .product-actions .product-quantity .wishlist .btn-product .leo-wishlist-bt-content .name-btn-product,
        .product-image-gallery .product-actions .product-quantity .wishlist .btn-product .leo-compare-bt-content .name-btn-product,
        .product-image-gallery .product-actions .product-quantity .compare .btn-product .leo-wishlist-bt-content .name-btn-product,
        .product-image-gallery .product-actions .product-quantity .compare .btn-product .leo-compare-bt-content .name-btn-product {
          font-size: 0; }
      .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product i,
      .product-image-thumbs .product-actions .product-quantity .compare .btn-product i,
      .product-image-gallery .product-actions .product-quantity .wishlist .btn-product i,
      .product-image-gallery .product-actions .product-quantity .compare .btn-product i {
        margin: 0;
        font-size: 0;
        width: 20px;
        height: 20px;
        color: var(--theme-color-secondary);
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s; }
        .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product i.icon-wishlist::before,
        .product-image-thumbs .product-actions .product-quantity .compare .btn-product i.icon-wishlist::before,
        .product-image-gallery .product-actions .product-quantity .wishlist .btn-product i.icon-wishlist::before,
        .product-image-gallery .product-actions .product-quantity .compare .btn-product i.icon-wishlist::before {
          content: "\f004";
          font-size: 1rem;
          font-family: "Font Awesome 6 Pro";
          font-weight: 400; }
        .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product i.icon-compare::before,
        .product-image-thumbs .product-actions .product-quantity .compare .btn-product i.icon-compare::before,
        .product-image-gallery .product-actions .product-quantity .wishlist .btn-product i.icon-compare::before,
        .product-image-gallery .product-actions .product-quantity .compare .btn-product i.icon-compare::before {
          content: "\f074";
          font-size: 1rem;
          font-family: "Font Awesome 6 Pro";
          font-weight: 400; }
      .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product:hover,
      .product-image-thumbs .product-actions .product-quantity .compare .btn-product:hover,
      .product-image-gallery .product-actions .product-quantity .wishlist .btn-product:hover,
      .product-image-gallery .product-actions .product-quantity .compare .btn-product:hover {
        background-color: var(--theme-color-default); }
        .product-image-thumbs .product-actions .product-quantity .wishlist .btn-product:hover i,
        .product-image-thumbs .product-actions .product-quantity .compare .btn-product:hover i,
        .product-image-gallery .product-actions .product-quantity .wishlist .btn-product:hover i,
        .product-image-gallery .product-actions .product-quantity .compare .btn-product:hover i {
          color: #FFFFFF; }
.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-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px; }
  .product-image-thumbs .product-variants .product-variants-item,
  .product-image-gallery .product-variants .product-variants-item {
    margin: 0; }
    .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 rgba(0, 0, 0, 0.102);
      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;
      gap: 5px;
      justify-content: center;
      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,
          .product-image-gallery .product-variants .product-variants-item ul li label span {
            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 {
              border-radius: 50%; }
.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: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .product-image-thumbs .productcats ul li a,
  .product-image-gallery .productcats ul li a {
    font-size: 1rem;
    color: #959595; }
    .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 20px; }
  .product-image-thumbs .product-additional-info span,
  .product-image-gallery .product-additional-info span {
    font-size: 1rem;
    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: 50px 0 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: 991px) and (min-width: 768px) {
      .product-image-thumbs .product-tabs .nav-tabs,
      .product-image-gallery .product-tabs .nav-tabs {
        gap: 15px 30px; } }
    @media (max-width: 480px) {
      .product-image-thumbs .product-tabs .nav-tabs,
      .product-image-gallery .product-tabs .nav-tabs {
        gap: 15px 30px;
        flex-wrap: wrap; } }
    .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: 1rem;
      color: #959595;
      font-weight: 500;
      border: none; }
      .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-default);
        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: #959595; }
.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: "GT Walsheim Pro", sans-serif;
    color: #2a2a2a;
    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: 1rem;
      font-family: "GT Walsheim Pro", sans-serif;
      color: #959595;
      font-weight: 400;
      text-transform: capitalize;
      line-height: 1.5; }
  .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-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-gallery .thumb-container img {
  width: 100%; }

.product-detail .category-products .products-section-title {
  font-size: 25px; }

.paneltool.themetool .group-input .leo-dynamic-theme-skin.skin-default {
  background-color: #f2cb1f; }
.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 {
  text-transform: capitalize; }

.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%); }

@keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9; } }
@-moz-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9; } }
@-webkit-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9; } }
.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; }

.footer-container {
  background-color: #fff;
  margin-top: 0; }

.footer-container .ApColumn.footer-social .title_block {
  margin-bottom: 20px; }

.footer-container .ApBlockLink ul li {
  width: 100%;
  margin-bottom: 0;
  transition: 0.5s all; }
  .footer-container .ApBlockLink ul li:hover {
    transform: translateX(10px); }
    .footer-container .ApBlockLink ul li:hover a {
      color: var(--theme-color-default); }
  .footer-container .ApBlockLink ul li a {
    font-size: 14px;
    line-height: 2.143;
    color: #999999;
    font-weight: 400; }

#footer .block-social {
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
  .footer-social {
    margin-top: 30px; } }

#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: 30px;
  font-weight: 800;
  margin-bottom: 50px; }
#pagenotfound .page-not-found .btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: capitalize;
  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; }

div.test {
  font-family: "GT Walsheim Pro", sans-serif; }

.container-large {
  max-width: 1830px;
  width: 100%;
  margin: 0 auto; }

.bottomnav {
  font-size: 14px; }

.bottomnav_ct {
  padding: 13px 0; }
  @media (max-width: 767px) {
    .bottomnav_ct {
      padding: 10px 0; } }

@media (max-width: 767px) {
  .bottomnav_left {
    text-align: center; } }
.bottomnav_left div > span {
  color: #FFFFFF; }

.bottomnav_right ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
  margin: 0; }
  .bottomnav_right ul li:not(:last-child) {
    position: relative; }
    .bottomnav_right ul li:not(:last-child)::after {
      content: ".";
      position: absolute;
      top: -3px;
      right: -12px; }
      .rtl .bottomnav_right ul li:not(:last-child)::after {
        left: -12px;
        right: auto; }
@media (max-width: 767px) {
  .bottomnav_right {
    display: none; } }

#header .header-top {
  padding: 0; }

.box-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.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: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff6f54;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  top: -12px;
  right: -15px; }
  .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: -15px;
    right: auto; }
.header-button-wishlist .cart-products-count, #_desktop_cart .cart-products-count {
  top: -6px; }

#_desktop_cart {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    #_desktop_cart {
      border-right: 1px solid rgba(0, 0, 0, 0.102); }
      .rtl #_desktop_cart {
        border-left: 1px solid rgba(0, 0, 0, 0.102);
        border-right: inherit; } }
  #_desktop_cart .blockcart .header {
    position: relative;
    padding: 0;
    width: fit-content; }
    #_desktop_cart .blockcart .header i {
      font-size: 18px;
      color: #000;
      font-family: "Font Awesome 6 Pro";
      cursor: pointer; }
      #_desktop_cart .blockcart .header i::before {
        content: "\f290";
        font-weight: 400; }
    #_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);
      min-width: 250px; }
      #_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); }
      #_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: #9a9a9a; }
    #_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: var(--theme-color-tertiary); }
    #_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: #9a9a9a; }
  #_desktop_cart .leo-cart-item-info .product-quantity input {
    color: var(--theme-color-secondary); }
  #_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: #9a9a9a; }
    #_desktop_cart .leo-remove-from-cart:hover i:before {
      color: var(--theme-color-tertiary); }
  #_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: #9a9a9a; }
  #_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 {
  height: 60px;
  width: 60px;
  text-align: center; }
  @media (min-width: 768px) {
    .header-button-wishlist {
      border-right: 1px solid rgba(0, 0, 0, 0.102); }
      .rtl .header-button-wishlist {
        border-left: 1px solid rgba(0, 0, 0, 0.102);
        border-right: inherit; } }
  .header-button-wishlist .ap-btn-wishlist {
    position: relative; }
    .header-button-wishlist .ap-btn-wishlist:hover i {
      color: #FFFFFF; }
    .header-button-wishlist .ap-btn-wishlist i {
      font-size: 18px;
      line-height: 60px; }

@media (max-width: 991px) {
  .col-menu {
    order: -1; } }
@media (max-width: 480px) {
  .col-menu {
    padding: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .col-logo .h-logo {
    text-align: center; } }
@media (max-width: 480px) {
  .col-logo {
    padding: 0; } }

.btn-big {
  padding: 21px 32px;
  display: inline-block;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; }
  .btn-big:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    margin-left: 15px; }
    .rtl .btn-big:after {
      margin-right: 15px;
      margin-left: inherit; }
    [dir] .btn-big:after {
      content: "\f060"; }
  .btn-big:hover {
    border-color: var(--theme-color-default); }

.btn-small {
  display: inline-block;
  padding: 13px 16px;
  background-color: rgba(255, 255, 255, 0.102);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .btn-small::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    margin-left: 10px; }
    .rtl .btn-small::after {
      margin-right: 10px;
      margin-left: inherit; }
    [dir] .btn-small::after {
      content: "\f177"; }

.pb_75 {
  padding-bottom: 75px; }
  @media (max-width: 991px) {
    .pb_75 {
      padding-bottom: 55px; } }
  @media (max-width: 575px) {
    .pb_75 {
      padding-bottom: 45px; } }

.pt_75 {
  padding-top: 75px; }
  @media (max-width: 991px) {
    .pt_75 {
      padding-top: 55px; } }
  @media (max-width: 575px) {
    .pt_75 {
      padding-top: 45px; } }

.box-support {
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0; }
  @media (max-width: 400px) {
    .box-support > div {
      width: 100%; } }
  .box-support .sp-item {
    font-size: 16px;
    display: flex; }
    .box-support .sp-item i {
      font-size: 16px;
      color: var(--theme-color-default);
      margin-right: 8px; }
      .rtl .box-support .sp-item i {
        margin-left: 8px;
        margin-right: inherit; }
    .box-support .sp-item span {
      color: #000000; }
      .box-support .sp-item span a {
        font-weight: 700;
        color: var(--theme-color-default); }
        @media (max-width: 1199px) and (min-width: 768px) {
          .box-support .sp-item span a {
            display: block; } }
        @media (max-width: 600px) and (min-width: 401px) {
          .box-support .sp-item span a {
            display: block; } }

.box-slider .slide-elipse {
  width: 130px; }
  .box-slider .slide-elipse .caption-contain {
    height: 130px;
    border-radius: 50%;
    background-color: #dd3f37;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .box-slider .slide-elipse.orange .caption-contain {
    background-color: #ef6938;
    flex-direction: column; }
  .box-slider .slide-elipse.h-2 .caption-contain {
    flex-direction: column; }
  .box-slider .slide-elipse.h-2 span {
    font-size: 14px;
    font-weight: 500;
    width: 100%; }
  .box-slider .slide-elipse.h-3 .caption-contain {
    background-color: #01c671; }
  .box-slider .slide-elipse.h-3 span {
    text-transform: none; }
.box-slider .slide-item1 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 8px;
  height: 24px;
  background-color: #dd3f37;
  line-height: 24px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%); }
  .box-slider .slide-item1.h-2 {
    background-color: #004d1b; }
  .box-slider .slide-item1.h-3 {
    background-color: #1563b7; }
  .box-slider .slide-item1.blue {
    background-color: #0083a9; }
  .box-slider .slide-item1.pink {
    background-color: #dd818d; }
.box-slider .slide-heading {
  font-weight: 700;
  text-transform: none; }
.box-slider .slide-text {
  font-weight: 300;
  text-transform: lowercase; }
  .box-slider .slide-text.h-4, .box-slider .slide-text.h_7 {
    text-transform: none; }
.box-slider .btn-slide {
  padding: 21px 32px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--theme-color-default);
  color: #000000;
  transition: 0.4s all; }
  .box-slider .btn-slide i {
    font-weight: 600;
    margin-left: 20px; }
    .rtl .box-slider .btn-slide i {
      margin-right: 20px;
      margin-left: inherit; }
  .box-slider .btn-slide:hover {
    background-color: #FFFFFF; }
.box-slider .slide_ct .caption-contain {
  display: flex;
  gap: 40px; }
  .box-slider .slide_ct .caption-contain > span {
    display: inline-block;
    height: 74px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  .box-slider .slide_ct .caption-contain .item div {
    color: var(--theme-color-default);
    font-size: 18px;
    text-transform: lowercase; }
    .box-slider .slide_ct .caption-contain .item div span {
      font-weight: 600;
      font-size: 60px; }
  .box-slider .slide_ct .caption-contain .item p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize; }
.box-slider .center {
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center; }
.box-slider .btn-slide.center {
  top: 50% !important;
  font-size: 18px; }
.box-slider .slide-item1.center {
  height: 30px !important;
  line-height: 30px; }

.box-slider2 .center {
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center; }
.box-slider2 .btn-slide.center {
  top: 50% !important;
  font-size: 18px; }
@media (min-width: 1200px) {
  .box-slider2 {
    display: flex; } }
@media (min-width: 1200px) {
  .box-slider2 .box-slider-left {
    width: 68%; } }
@media (min-width: 1200px) {
  .box-slider2 .box-slider-right {
    width: 32%; }
    .box-slider2 .box-slider-right .i_2 {
      margin-top: 30px; } }
@media (max-width: 1199px) and (min-width: 901px) {
  .box-slider2 .box-slider-right {
    display: flex;
    margin-top: 30px;
    gap: 0 30px; } }
@media (max-width: 900px) {
  .box-slider2 .box-slider-right {
    margin-top: 15px; }
    .box-slider2 .box-slider-right .i_2 {
      margin-top: 15px; } }
.box-slider2 .box-slider-right .block {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) and (min-width: 901px) {
    .box-slider2 .box-slider-right .block {
      width: 50%; } }
  @media (max-width: 480px) {
    .box-slider2 .box-slider-right .block img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-slider2 .box-slider-right .block.i_2 img {
      position: relative;
      left: 100%;
      transform: translateX(-100%); } }
.box-slider2 .box-slider-right .i_1 .image_description {
  top: 40px;
  left: 60px; }
  @media (max-width: 1550px) {
    .box-slider2 .box-slider-right .i_1 .image_description {
      top: 20px; } }
  @media (max-width: 1300px) {
    .box-slider2 .box-slider-right .i_1 .image_description {
      top: 10px; } }
  @media (max-width: 1199px) {
    .box-slider2 .box-slider-right .i_1 .image_description {
      top: 50%;
      transform: translateY(-50%); } }
.box-slider2 .box-slider-right .i_2 .image_description {
  top: 40px;
  right: 65px; }
  @media (max-width: 1550px) {
    .box-slider2 .box-slider-right .i_2 .image_description {
      top: 20px; } }
  @media (max-width: 1300px) {
    .box-slider2 .box-slider-right .i_2 .image_description {
      top: 10px; } }
  @media (max-width: 1199px) {
    .box-slider2 .box-slider-right .i_2 .image_description {
      top: 50%;
      transform: translateY(-50%); } }
.box-slider2 .box-slider-right .b-title2 {
  margin-bottom: 10px; }
  @media (max-width: 1550px) and (min-width: 1200px) {
    .box-slider2 .box-slider-right .b-title2 {
      margin-bottom: 0; } }
@media (max-width: 1550px) and (min-width: 1200px) {
  .box-slider2 .box-slider-right .b-text {
    margin-bottom: 0; } }
.box-slider2 .box-slider-right .btn-small {
  background-color: rgba(255, 255, 255, 0.2); }
.box-slider2 .image_description {
  position: absolute; }

.box-category {
  margin-top: 30px; }
  .box-category .owl-row {
    margin-left: -5px;
    margin-right: -5px; }
  .box-category .owl-carousel .owl-item {
    padding: 0 5px; }
  .box-category ul {
    margin-bottom: 0; }
    .box-category ul li {
      position: relative;
      height: 90px;
      display: flex;
      align-items: center;
      background-color: #FFFFFF;
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%); }
      @media (max-width: 399px) {
        .box-category ul li {
          max-width: 210px;
          margin: 0 auto; } }
      [dir] .box-category ul li {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
      .box-category ul li .cover-img {
        width: 80px;
        height: 90px; }
        .box-category ul li .cover-img a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 90px; }
      .box-category ul li .item-title a {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.429; }
      .box-category ul li .item-qty span {
        font-size: 14px;
        line-height: 1.429; }
      .box-category ul li::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 0;
        background-color: var(--theme-color-default);
        top: 0;
        left: 0;
        transition: 0.4s ease-in; }
        .rtl .box-category ul li::before {
          right: 0;
          left: auto; }
      .box-category ul li:hover::before {
        height: 100%; }

.box-product .sub-title-widget, .box-product .title_block {
  text-align: center; }
.box-product .sub-title-widget {
  margin-bottom: 40px; }
.box-product ul {
  margin-bottom: 0; }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-product .product_list.grid .ajax_block_product {
    width: 33.33%; } }
@media (max-width: 767px) and (min-width: 481px) {
  .box-product .product_list.grid .ajax_block_product {
    width: 50%; } }
@media (max-width: 480px) {
  .box-product .product_list.grid .ajax_block_product {
    width: 100%; } }
@media (max-width: 991px) and (min-width: 768px) {
  .box-product .thumbnail-container .functional-buttons .btn-product.add-to-cart {
    padding: 0 15px; } }

.b-title {
  padding: 5px 8px;
  background-color: #d20117;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  display: inline-block; }

.b-heading {
  font-size: 36px;
  color: #fff;
  font-weight: 700; }

.b-text {
  color: var(--theme-color-default);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8; }
  .b-text.blue {
    color: #0bb6ff; }
  .b-text.red {
    color: #e22033; }

.b-title2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff; }

.b-heading2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25; }
  .b-heading2 strong {
    display: block;
    text-transform: lowercase;
    font-size: 60px;
    line-height: 0.5; }
    [dir] .b-heading2 strong {
      line-height: 1; }
  .b-heading2 span {
    color: var(--theme-color-default);
    display: block;
    margin-top: 8px; }
    [dir] .b-heading2 span {
      margin-top: 0; }

.box-banner {
  display: flex;
  flex-wrap: wrap; }
  .box-banner .block {
    position: relative;
    overflow: hidden; }
  .box-banner .image_description {
    position: absolute; }
  .box-banner .b_1 {
    height: 100%; }
    @media (min-width: 992px) {
      .box-banner .b_1 img {
        width: auto !important;
        height: 100% !important; } }
    .box-banner .b_1 .image_description {
      top: 85px;
      left: 80px; }
  .box-banner .b_2 .image_description {
    top: 50%;
    left: 65px;
    transform: translateY(-50%); }
  .box-banner .b_2 .b-heading2 {
    margin-bottom: 10px; }
  .box-banner .b_3 {
    margin-top: 30px; }
    .box-banner .b_3 .image_description {
      top: 50%;
      right: 65px;
      transform: translateY(-50%); }
    .box-banner .b_3 .b-title2 {
      margin-bottom: 5px; }
  .box-banner .b_2 .btn-small, .box-banner .b_3 .btn-small {
    background-color: rgba(255, 255, 255, 0.2); }
  .box-banner p {
    margin-bottom: 0; }
  .box-banner .b-title {
    margin-bottom: 16px; }
  .box-banner .b-heading {
    margin-bottom: 8px; }
  .box-banner .b-text {
    margin-bottom: 10px; }
  .box-banner .b-title2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff; }
  .box-banner .b-heading2 strong {
    display: block;
    text-transform: lowercase;
    font-size: 60px;
    line-height: 0.5; }
    [dir] .box-banner .b-heading2 strong {
      line-height: 1; }
  .box-banner .b-heading2 span {
    color: var(--theme-color-default);
    display: block;
    margin-top: 8px; }
    [dir] .box-banner .b-heading2 span {
      margin-top: 0; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-banner .b_1 .image_description {
      top: 30px;
      left: 30px; }
    .box-banner .b_2 .image_description {
      left: 20px; }
    .box-banner .b_3 .image_description {
      right: 20px; }
    .box-banner .b_3 .b-title2 {
      margin-bottom: 0px; }
    .box-banner .b-heading2 {
      line-height: 1.1; }
      .box-banner .b-heading2 strong {
        display: inline-block; }
      .box-banner .b-heading2 span {
        margin-top: 0; }
    .box-banner .b-text {
      line-height: 1.2;
      margin-bottom: 5px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-banner > div:not(.banner-right) {
      padding-right: 0; }
      .rtl .box-banner > div:not(.banner-right) {
        padding-left: 0;
        padding-right: inherit; }
    .box-banner .b_3 {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .box-banner .b_3 {
      margin-top: 15px; }
    .box-banner .banner-right {
      margin-top: 15px; } }
  @media (max-width: 500px) {
    .box-banner .b_1 .image_description {
      top: 50px;
      left: 50px; }
    .box-banner .b_2 .image_description {
      left: 30px; }
    .box-banner .b_3 .image_description {
      right: 30px; } }
  @media (max-width: 500px) {
    .box-banner .b_1 .image_description {
      top: 30px;
      left: 30px; }
    .box-banner .b_2 .image_description {
      left: 20px; }
    .box-banner .b_3 .image_description {
      right: 20px; }
    .box-banner .b_3 .b-title2 {
      margin-bottom: 0px; }
    .box-banner .b-heading2 {
      line-height: 1.1; }
      .box-banner .b-heading2 strong {
        display: inline-block; }
      .box-banner .b-heading2 span {
        margin-top: 0; }
    .box-banner .b-text {
      line-height: 1.2;
      margin-bottom: 5px; } }
  @media (max-width: 400px) {
    .box-banner .banner-right .block {
      overflow: hidden; }
      .box-banner .banner-right .block img {
        width: auto !important;
        height: 100% !important;
        max-width: none; }
      .box-banner .banner-right .block.b_2 img {
        position: relative;
        left: 100%;
        transform: translateX(-75%); }
      .box-banner .banner-right .block.b_3 img {
        position: relative;
        left: 100%;
        transform: translateX(-100%); }
    .box-banner .b-title {
      margin-bottom: 5px; }
    .box-banner .b-heading {
      font-size: 30px; } }

.box-selling {
  display: flex;
  flex-wrap: wrap; }
  .box-selling .sub-title-widget {
    font-size: 30px;
    margin-bottom: 30px; }
  @media (max-width: 1199px) and (min-width: 576px) {
    .box-selling .sell_2 {
      order: 5;
      margin-top: 30px; } }
  @media (max-width: 575px) {
    .box-selling .sell_2 {
      margin-top: 45px;
      margin-bottom: 45px; } }
  .box-selling .sell_2 .thumbnail-container {
    margin-bottom: 0; }
    .box-selling .sell_2 .thumbnail-container .product-image img {
      width: 100%; }
  .box-selling .sell_2 .owl-theme .owl-buttons div {
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    border-radius: 0;
    top: -46px;
    background-color: transparent;
    transform: translate(0, 0); }
    .box-selling .sell_2 .owl-theme .owl-buttons div.owl-next {
      right: 45px; }
      .rtl .box-selling .sell_2 .owl-theme .owl-buttons div.owl-next {
        left: 45px;
        right: auto; }
    .box-selling .sell_2 .owl-theme .owl-buttons div.owl-prev {
      right: 70px;
      left: auto; }
      .rtl .box-selling .sell_2 .owl-theme .owl-buttons div.owl-prev {
        left: 70px;
        right: auto; }
    .box-selling .sell_2 .owl-theme .owl-buttons div::before {
      color: #000000;
      font-size: 14px; }
    .box-selling .sell_2 .owl-theme .owl-buttons div:hover::before {
      color: var(--theme-color-default); }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-selling .plist-flex .thumbnail-container {
      padding: 15; }
      .box-selling .plist-flex .thumbnail-container .product-image {
        max-width: 90px;
        margin-right: 10px; }
        .rtl .box-selling .plist-flex .thumbnail-container .product-image {
          margin-left: 10px;
          margin-right: inherit; } }

.box-testi {
  height: 616px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .box-testi .box-testi-top, .box-testi .box-testi-bottom {
    width: 100%; }
  .box-testi .top-ct {
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .box-testi .top-ct {
        margin-bottom: 15px; } }
  .box-testi .box-testi-top .top-ct .block_content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .box-testi .box-testi-top .top-ct .block_content {
        justify-content: center;
        flex-wrap: wrap; }
        .box-testi .box-testi-top .top-ct .block_content .left {
          width: 100%; }
        .box-testi .box-testi-top .top-ct .block_content .right {
          margin-top: 15px; } }
    .box-testi .box-testi-top .top-ct .block_content .title_block {
      margin-bottom: 15px; }
    .box-testi .box-testi-top .top-ct .block_content .sub-title-widget {
      color: #ffffff; }
      @media (max-width: 767px) {
        .box-testi .box-testi-top .top-ct .block_content .sub-title-widget {
          font-size: 30px; } }
      @media (max-width: 480px) {
        .box-testi .box-testi-top .top-ct .block_content .sub-title-widget {
          font-size: 25px; } }
    @media (max-width: 480px) {
      .box-testi .box-testi-top .top-ct .block_content .title_block, .box-testi .box-testi-top .top-ct .block_content .sub-title-widget {
        text-align: center; } }
    .box-testi .box-testi-top .top-ct .block_content .right {
      text-align: center; }
      .box-testi .box-testi-top .top-ct .block_content .right p {
        margin-bottom: 12px;
        font-size: 18px;
        color: #FFFFFF; }
        .box-testi .box-testi-top .top-ct .block_content .right p:last-child {
          margin-bottom: 0; }
      .box-testi .box-testi-top .top-ct .block_content .right div {
        margin-bottom: 10px; }
        .box-testi .box-testi-top .top-ct .block_content .right div i {
          font-size: 12px;
          width: 22px;
          height: 22px;
          color: #fff;
          background-color: #00b67a;
          line-height: 22px;
          margin: 0 1px; }
      .box-testi .box-testi-top .top-ct .block_content .right span {
        font-size: 12px;
        color: #fff;
        font-weight: 400; }
  .box-testi .descript {
    background-color: #FFFFFF;
    padding: 40px 40px 50px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
    [dir] .box-testi .descript {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    @media (max-width: 500px) {
      .box-testi .descript {
        padding: 20px; } }
    .box-testi .descript div i {
      font-size: 10px;
      color: #FFFFFF;
      width: 18px;
      height: 18px;
      background-color: #00b67a;
      line-height: 18px;
      margin: 0 1px;
      text-align: center; }
    .box-testi .descript .testi-ct {
      font-size: 18px;
      line-height: 1.667;
      color: #000000;
      font-weight: 500;
      margin: 20px 0 25px; }
    .box-testi .descript .t-bottom {
      font-size: 14px; }
    .box-testi .descript .author {
      font-weight: 600;
      color: #000000; }
    .box-testi .descript .store {
      display: block;
      font-weight: 400;
      margin-top: 13px; }

.box-manu {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .box-manu {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .box-manu .manufacturer-image-container {
    text-align: center; }
  .box-manu .title_block {
    text-align: center;
    margin-bottom: 40px; }

.box-manu2 {
  margin: 0;
  border-bottom: 1px solid #e3e3e3; }

.box-manu7 {
  margin: 0;
  border-top: 1px solid #e3e3e3; }

.box-selling2 .title_block, .box-selling2 .sub-title-widget {
  text-align: center; }
.box-selling2 .sub-title-widget {
  margin-bottom: 30px; }
.box-selling2 .plist-flex .thumbnail-container {
  align-items: flex-start;
  height: 210px;
  margin-bottom: 30px;
  padding: 0; }
  @media (max-width: 1199px) {
    .box-selling2 .plist-flex .thumbnail-container {
      height: 160px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-selling2 .plist-flex .thumbnail-container {
      height: 130px; } }
  .box-selling2 .plist-flex .thumbnail-container .product-image {
    padding: 20px;
    max-width: none;
    margin: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-selling2 .plist-flex .thumbnail-container .product-image {
        padding: 15px; } }
    @media (max-width: 767px) {
      .box-selling2 .plist-flex .thumbnail-container .product-image {
        width: auto; } }
    .box-selling2 .plist-flex .thumbnail-container .product-image a {
      position: relative; }
    @media (max-width: 767px) {
      .box-selling2 .plist-flex .thumbnail-container .product-image a {
        height: 100%;
        display: flex;
        align-items: center; }
      .box-selling2 .plist-flex .thumbnail-container .product-image img {
        max-height: 100%; }
      .box-selling2 .plist-flex .thumbnail-container .product-image .product-additional {
        display: flex;
        align-items: center; } }
  .box-selling2 .plist-flex .thumbnail-container .product-meta {
    padding: 35px 25px 35px 0;
    width: 50%; }
    .rtl .box-selling2 .plist-flex .thumbnail-container .product-meta {
      padding: 35px 0 35px 25px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-selling2 .plist-flex .thumbnail-container .product-meta {
        padding: 15px 15px 15px 0; }
        .rtl .box-selling2 .plist-flex .thumbnail-container .product-meta {
          padding: 15px 0 15px 15px; } }
.box-selling2 .product-des .thumbnail-container {
  height: 450px; }
  @media (min-width: 576px) {
    .box-selling2 .product-des .thumbnail-container {
      display: flex; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-selling2 .product-des .thumbnail-container {
      height: 350px; } }
  @media (max-width: 767px) {
    .box-selling2 .product-des .thumbnail-container {
      height: 300px; } }
  @media (max-width: 575px) {
    .box-selling2 .product-des .thumbnail-container {
      height: auto; } }
  .box-selling2 .product-des .thumbnail-container .product-meta {
    position: relative;
    padding: 45px 40px 0; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-selling2 .product-des .thumbnail-container .product-meta {
        padding: 30px 20px 0; } }
    @media (max-width: 767px) {
      .box-selling2 .product-des .thumbnail-container .product-meta {
        padding: 20px; } }
    @media (max-width: 575px) {
      .box-selling2 .product-des .thumbnail-container .product-meta {
        padding: 20px 20px 60px; } }
  .box-selling2 .product-des .thumbnail-container .product-title a {
    font-size: 18px; }
  .box-selling2 .product-des .thumbnail-container .product-description {
    margin: 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-selling2 .product-des .thumbnail-container .product-description {
        margin: 15px 0; } }
    @media (max-width: 767px) {
      .box-selling2 .product-des .thumbnail-container .product-description {
        margin: 15px 0;
        -webkit-line-clamp: 3; } }
  .box-selling2 .product-des .thumbnail-container .product-image a, .box-selling2 .product-des .thumbnail-container .product-image img {
    height: 100%; }
  .box-selling2 .product-des .thumbnail-container .product-image img {
    max-width: none;
    width: auto; }
    @media (max-width: 575px) {
      .box-selling2 .product-des .thumbnail-container .product-image img {
        width: 100%; } }

.box-category2 {
  margin: 0;
  height: 616px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .box-category2 .sub-title-widget {
    color: #FFFFFF;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .box-category2 .sub-title-widget {
        font-size: 30px; } }
  .box-category2 .container {
    width: 100%; }
  .box-category2 .item-product-cat-content {
    background-color: #1c2127;
    padding: 27px 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    position: relative;
    overflow: hidden; }
    [dir] .box-category2 .item-product-cat-content {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    @media (max-width: 480px) {
      .box-category2 .item-product-cat-content {
        padding: 25px 20px; } }
    .box-category2 .item-product-cat-content::before {
      content: "";
      width: 0;
      height: 100%;
      position: absolute;
      background-color: var(--theme-color-default);
      top: 0;
      left: 0;
      transition: 0.8s all ease-in-out;
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
      z-index: -1; }
      .rtl .box-category2 .item-product-cat-content::before {
        right: 0;
        left: auto; }
      [dir] .box-category2 .item-product-cat-content::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    .box-category2 .item-product-cat-content .item-title a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      transition-delay: 0.2s;
      transition: 0.2s all ease-in-out; }
      @media (max-width: 480px) {
        .box-category2 .item-product-cat-content .item-title a {
          font-size: 12px; } }
    .box-category2 .item-product-cat-content .item-title::after {
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      float: right;
      color: #fff;
      font-size: 14px;
      transition-delay: 0.6s; }
      .rtl .box-category2 .item-product-cat-content .item-title::after {
        float: left; }
      [dir] .box-category2 .item-product-cat-content .item-title::after {
        content: "\f060"; }
    .box-category2 .item-product-cat-content .item-qty {
      display: none; }
  .box-category2 .cover-img img {
    width: 100%; }
  .box-category2 .item:hover .item-product-cat-content::before {
    width: 100%; }
  .box-category2 .item:hover .item-product-cat-content .item-title a {
    color: #000; }
  .box-category2 .item:hover .item-product-cat-content .item-title::after {
    color: #000; }

.box-arrivals {
  display: flex;
  flex-direction: column;
  margin: 0; }
  .box-arrivals .title_block, .box-arrivals .sub-title-widget {
    text-align: center; }
  .box-arrivals .container {
    width: 100%; }
  .box-arrivals .sub-title-widget {
    margin-bottom: 40px; }
  .box-arrivals .plist-flex .thumbnail-container {
    display: block;
    height: auto;
    clip-path: none;
    background-color: transparent;
    padding: 0 30px;
    margin-bottom: 0; }
    @media (max-width: 380px) {
      .box-arrivals .plist-flex .thumbnail-container {
        padding: 0 15px; } }
    .box-arrivals .plist-flex .thumbnail-container .product-image {
      max-width: none;
      margin: 0; }
    .box-arrivals .plist-flex .thumbnail-container .product-meta {
      padding: 15px 0; }
    .box-arrivals .plist-flex .thumbnail-container .product-price-and-shipping {
      margin-top: 10px; }
  .box-arrivals .owl-carousel .owl-item {
    padding: 0; }
    .box-arrivals .owl-carousel .owl-item:not(.last) {
      border-right: 1px solid #e8e8e9; }
      .rtl .box-arrivals .owl-carousel .owl-item:not(.last) {
        border-left: 1px solid #e8e8e9;
        border-right: inherit; }
  .box-arrivals .owl-theme .owl-controls .owl-pagination {
    margin-top: 35px;
    margin-bottom: 0; }
  .box-arrivals .owl-theme .owl-controls span {
    background-color: #dedede; }

.box-banner2 {
  display: flex;
  margin: 0; }
  .box-banner2 .container {
    width: 100%; }
    @media (max-width: 767px) {
      .box-banner2 .container {
        padding: 0; } }
  .box-banner2 .block {
    position: relative;
    overflow: hidden; }
    [dir] .box-banner2 .block {
      direction: ltr !important; }
    .box-banner2 .block img {
      max-width: none; }
  .box-banner2 .image_description {
    position: absolute;
    top: 55px;
    left: 21%; }
    @media (max-width: 767px) {
      .box-banner2 .image_description {
        top: 35px; } }
    @media (max-width: 480px) {
      .box-banner2 .image_description {
        left: 50px; }
        .box-banner2 .image_description .banner-heading {
          font-size: 30px; } }
    @media (max-width: 400px) {
      .box-banner2 .image_description {
        left: 30px; }
        .box-banner2 .image_description .banner-heading {
          font-size: 28px; } }
  .box-banner2 p {
    margin-bottom: 0; }
  .box-banner2 .banner-title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    background-color: #be2d3d;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%); }
    @media (max-width: 767px) {
      .box-banner2 .banner-title {
        margin-bottom: 10px; } }
  .box-banner2 .banner-bottom {
    display: flex;
    gap: 0 35px;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .box-banner2 .banner-bottom {
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start; } }
  .box-banner2 .banner-heading {
    font-size: 36px;
    font-weight: 600;
    color: #fff; }
  .box-banner2 .banner-price {
    font-size: 20px;
    font-weight: 400;
    color: #fff; }
    .box-banner2 .banner-price span {
      display: block;
      color: #61cc60;
      font-weight: 600;
      font-size: 30px;
      line-height: 1.2;
      margin-top: 4px; }

@media (max-width: 660px) {
  .fancybox-opened iframe {
    width: 100%; } }
.box-video .title_block, .box-video .sub-title-widget {
  text-align: center; }
.box-video .sub-title-widget {
  margin-bottom: 40px; }
.box-video .video {
  display: none; }
.box-video .video_1, .box-video .video_2 {
  cursor: pointer; }
@media (max-width: 767px) {
  .box-video .video_2 {
    margin-top: 30px; } }
@media (max-width: 575px) {
  .box-video .video_2 {
    margin-top: 15px; } }

.box-testi2 {
  margin-top: 30px; }
  .box-testi2 .descript {
    background-color: #FFFFFF;
    padding: 40px 40px 50px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
    [dir] .box-testi2 .descript {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    @media (max-width: 500px) {
      .box-testi2 .descript {
        padding: 20px; } }
    .box-testi2 .descript div i {
      font-size: 10px;
      color: #FFFFFF;
      width: 18px;
      height: 18px;
      background-color: #00b67a;
      line-height: 18px;
      margin: 0 1px;
      text-align: center; }
    .box-testi2 .descript .testi-ct {
      font-size: 18px;
      line-height: 1.667;
      color: #000000;
      font-weight: 500;
      margin: 20px 0 25px; }
    .box-testi2 .descript .t-bottom {
      font-size: 14px; }
    .box-testi2 .descript .author {
      font-weight: 600;
      color: #000000; }
    .box-testi2 .descript .store {
      display: block;
      font-weight: 400;
      margin-top: 13px; }

.box-banner3 {
  padding-top: 30px; }
  .box-banner3 .block {
    position: relative; }
  .box-banner3 .image_description {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%); }
  .box-banner3 .btn-small {
    background-color: rgba(255, 255, 255, 0.2); }
  .box-banner3 .b-title2 {
    margin-bottom: 8px; }
  .box-banner3 .b-text {
    margin-bottom: 10px; }
  .box-banner3 p:not(.b-text) {
    margin-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .box-banner3 .b-title2 {
      margin-bottom: 0px; }
    .box-banner3 .b-text {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1.5; }
    .box-banner3 .image_description {
      left: 45px; }
    .box-banner3 .b-heading2 {
      line-height: 1.1;
      font-size: 20px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .box-banner3 .item-3 {
      margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 900px) {
    .box-banner3 .b-title2 {
      margin-bottom: 0px; }
    .box-banner3 .b-text {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1.5; }
    .box-banner3 .image_description {
      left: 45px; }
    .box-banner3 .b-heading2 {
      line-height: 1.1;
      font-size: 20px; } }
  @media (max-width: 767px) {
    .box-banner3 {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 0;
      justify-content: center; } }
  @media (max-width: 480px) and (min-width: 401px) {
    .box-banner3 .b-title2 {
      margin-bottom: 0px; }
    .box-banner3 .b-text {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1.5; }
    .box-banner3 .image_description {
      left: 45px; }
    .box-banner3 .b-heading2 {
      line-height: 1.1;
      font-size: 20px; } }
  @media (max-width: 400px) {
    .box-banner3 .block {
      overflow: hidden; }
      .box-banner3 .block img {
        max-width: none;
        width: auto !important;
        height: 100% !important; } }

@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; }
@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: #000; }
.box-about .about-right .item sup {
  font-size: 24px; }
.box-about .about-right .item p {
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px; }
@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; } }

.box-product3_1 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .box-product3_1 .box-product-img {
      padding-right: 0; }
      .rtl .box-product3_1 .box-product-img {
        padding-left: 0;
        padding-right: inherit; } }
  @media (min-width: 768px) {
    .box-product3_1 .box-product-content {
      padding-left: 0; }
      .rtl .box-product3_1 .box-product-content {
        padding-right: 0;
        padding-left: inherit; } }

.box-product3_2 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .box-product3_2 .box-product-img {
      padding-left: 0; }
      .rtl .box-product3_2 .box-product-img {
        padding-right: 0;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box-product3_2 .box-product-img {
      order: -1; } }
  @media (min-width: 768px) {
    .box-product3_2 .box-product-content {
      padding-right: 0; }
      .rtl .box-product3_2 .box-product-content {
        padding-left: 0;
        padding-right: inherit; } }

.box-product-tab .sub-title-widget {
  padding: 0 15px;
  margin-bottom: 40px; }
@media (min-width: 768px) {
  .box-product-tab .nav-tabs {
    position: absolute;
    top: -40px;
    transform: translateY(-100%);
    right: 15px; }
    .rtl .box-product-tab .nav-tabs {
      left: 15px;
      right: auto; } }
.box-product-tab .box-show-more a {
  margin-top: 0; }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-product-tab .product_list.grid .product_block {
    clear: none;
    width: 33.33%; }
    .box-product-tab .product_list.grid .product_block.last_item {
      display: none; } }
@media (max-width: 767px) {
  .box-product-tab .nav-tabs {
    margin-bottom: 30px; }
  .box-product-tab .sub-title-widget {
    margin-bottom: 10px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .box-product-tab4 .product_list.grid .product_block {
    clear: none;
    width: 33.33%; }
    .box-product-tab4 .product_list.grid .product_block.last_item {
      display: block; } }

.box-product-content .block {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center; }
.box-product-content .sub-title-widget {
  margin-bottom: 15px; }
.box-product-content p {
  margin-bottom: 0; }
.box-product-content .title {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 26px; }
.box-product-content ul {
  margin-bottom: 0; }
  .box-product-content ul li {
    margin-bottom: 25px; }
    .box-product-content ul li span {
      font-size: 20px;
      font-weight: 600;
      color: #000000;
      display: inline-block;
      margin-bottom: 10px; }
    .box-product-content ul li p {
      font-size: 14px;
      font-weight: 400;
      color: #666666; }
.box-product-content .block_content {
  padding-left: 125px; }
  .rtl .box-product-content .block_content {
    padding-right: 125px;
    padding-left: inherit; }
@media (max-width: 991px) and (min-width: 768px) {
  .box-product-content .block_content {
    padding-left: 80px; }
    .rtl .box-product-content .block_content {
      padding-right: 80px;
      padding-left: inherit; }
  .box-product-content .sub-title-widget {
    font-size: 30px;
    margin-bottom: 5px; }
  .box-product-content .title {
    font-size: 18px;
    margin-bottom: 10px; }
  .box-product-content ul li {
    margin-bottom: 10px; }
    .box-product-content ul li span {
      font-size: 18px;
      margin-bottom: 5px; }
  .box-product-content .btn-big {
    padding: 15px 24px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .box-product-content .block_content {
    padding-left: 100px; }
    .rtl .box-product-content .block_content {
      padding-right: 100px;
      padding-left: inherit; }
  .box-product-content .sub-title-widget {
    margin-bottom: 10px; }
  .box-product-content .title {
    margin-bottom: 10px; }
  .box-product-content ul li {
    margin-bottom: 15px; }
    .box-product-content ul li span {
      margin-bottom: 10px; } }
@media (max-width: 767px) {
  .box-product-content .block_content {
    padding-top: 60px;
    padding-bottom: 60px; } }
@media (max-width: 575px) {
  .box-product-content .block_content {
    padding-left: 80px; }
    .rtl .box-product-content .block_content {
      padding-right: 80px;
      padding-left: inherit; } }
@media (max-width: 480px) {
  .box-product-content .block {
    justify-content: center; }
  .box-product-content .block_content {
    padding: 30px 15px; }
  .box-product-content .sub-title-widget {
    margin-bottom: 10px; }
  .box-product-content .title {
    margin-bottom: 10px; }
  .box-product-content ul li {
    margin-bottom: 15px; }
    .box-product-content ul li span {
      margin-bottom: 10px; } }

.box-why-us {
  height: 769px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .box-why-us {
      height: 650px; } }
  .box-why-us .container {
    width: 100%; }
  .box-why-us .title_block, .box-why-us .sub-title-widget {
    text-align: center; }
  .box-why-us .sub-title-widget {
    color: #FFFFFF;
    margin-bottom: 70px; }

.why-us-brand {
  padding-top: 80px;
  position: relative; }
  @media (max-width: 767px) {
    .why-us-brand {
      padding-top: 40px; } }
  .why-us-brand::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .why-us-brand .title {
    display: none; }
  .why-us-brand .block-carousel-image-container {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center; }

.why-us-top {
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .why-us-top {
      margin-bottom: 40px; } }
  .why-us-top .block-carousel-image-container {
    text-align: center; }
    .why-us-top .block-carousel-image-container img {
      height: 64px;
      margin-bottom: 35px; }
    .why-us-top .block-carousel-image-container .title {
      font-size: 20px;
      font-weight: 600;
      color: #FFFFFF;
      text-transform: capitalize;
      margin-bottom: 20px; }
    .why-us-top .block-carousel-image-container .descript {
      max-width: 255px;
      font-size: 14px;
      font-weight: 400;
      color: #999999;
      margin: 0 auto;
      line-height: 24px; }

.box-location-content p {
  margin-bottom: 0; }
.box-location-content .text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 50px; }
@media (max-width: 991px) {
  .box-location-content {
    margin-bottom: 30px; } }

.box-location-img .block {
  position: relative; }
  .box-location-img .block:hover .image_description::before {
    width: 100%; }
.box-location-img .image_description {
  width: calc(100% - 60px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 29px 30px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%); }
  [dir] .box-location-img .image_description {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
  .box-location-img .image_description::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: var(--theme-color-default);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s all ease-in-out;
    z-index: -1; }
    [dir] .box-location-img .image_description::before {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    .rtl .box-location-img .image_description::before {
      right: 0;
      left: auto; }
  @media (max-width: 575px) and (min-width: 481px) {
    .box-location-img .image_description {
      width: calc(100% - 30px);
      bottom: 15px;
      padding: 15px;
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%); }
      [dir] .box-location-img .image_description {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }
      .box-location-img .image_description::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%); }
        [dir] .box-location-img .image_description::before {
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10px 100%, 0 calc(100% - 10px)); } }
  .box-location-img .image_description p {
    margin-bottom: 0; }
  .box-location-img .image_description a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase; }
    .box-location-img .image_description a:after {
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      float: right; }
      .rtl .box-location-img .image_description a:after {
        float: left; }
      [dir] .box-location-img .image_description a:after {
        content: "\f060"; }
@media (max-width: 480px) {
  .box-location-img:last-child {
    margin-top: 30px; } }

.box-category4 .title_block, .box-category4 .sub-title-widget {
  text-align: center; }
.box-category4 .sub-title-widget {
  margin-bottom: 40px; }
.box-category4 .block {
  position: relative; }
  .box-category4 .block:hover .image_description a {
    color: #000000; }
  .box-category4 .block:hover .image_description::before {
    width: 100%; }
.box-category4 .image_description {
  background-color: #1c2127;
  padding: 28px 30px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
  [dir] .box-category4 .image_description {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-category4 .image_description {
      padding: 15px 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-category4 .image_description {
      padding: 20px 30px; } }
  .box-category4 .image_description::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--theme-color-default);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    transition: 1s all ease-in-out;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    [dir] .box-category4 .image_description::before {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    .rtl .box-category4 .image_description::before {
      right: 0;
      left: auto; }
  .box-category4 .image_description p {
    margin-bottom: 0; }
  .box-category4 .image_description a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: block;
    transition: 0.2s all;
    transition-delay: 0.5s; }
    .box-category4 .image_description a::after {
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      float: right; }
      .rtl .box-category4 .image_description a::after {
        float: left; }
      [dir] .box-category4 .image_description a::after {
        content: "\f060"; }
.box-category4 .block > a {
  display: block; }

.category4_right {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .category4_right > .block:not(:first-child) {
    width: calc(50% - 15px); }
  @media (max-width: 991px) and (min-width: 768px) {
    .category4_right {
      padding-left: 7.5px;
      gap: 15px; }
      .rtl .category4_right {
        padding-right: 7.5px;
        padding-left: inherit; }
      .category4_right > .block:not(:first-child) {
        width: calc(50% - 7.5px); } }
  @media (max-width: 767px) {
    .category4_right {
      margin-top: 30px; }
      .category4_right > .block:first-child {
        width: 100%; } }
  @media (max-width: 480px) {
    .category4_right > .block:not(:first-child) {
      width: 100%; } }

@media (max-width: 991px) and (min-width: 768px) {
  .category4_left {
    padding-right: 7.5px; }
    .rtl .category4_left {
      padding-left: 7.5px;
      padding-right: inherit; } }

.box-deals {
  height: 560px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0; }
  .box-deals .sub-title-widget {
    color: #FFFFFF;
    margin-bottom: 30px; }
  .box-deals .text {
    font-size: 24px;
    line-height: 1.25;
    color: #FFFFFF;
    max-width: 470px;
    margin: 0 auto 25px; }
    @media (max-width: 480px) {
      .box-deals .text {
        font-size: 20px; } }
  .box-deals .deal-countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .box-deals .deal-countdown .btn-big {
      order: 5; }
    .box-deals .deal-countdown .title_block, .box-deals .deal-countdown ul {
      width: 100%; }
    .box-deals .deal-countdown .title_block {
      margin-bottom: 0; }
    .box-deals .deal-countdown ul {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 32px 0; }
      .box-deals .deal-countdown ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 87px;
        height: 80px;
        background-color: #da5454;
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
        color: #FFFFFF; }
        [dir] .box-deals .deal-countdown ul li {
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
        .box-deals .deal-countdown ul li b {
          display: block;
          font-size: 40px;
          font-weight: 600; }
        .box-deals .deal-countdown ul li span {
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 400; }
        @media (max-width: 400px) {
          .box-deals .deal-countdown ul li {
            height: 70px; }
            .box-deals .deal-countdown ul li b {
              font-size: 30px; }
            .box-deals .deal-countdown ul li span {
              font-size: 10px; } }
    .box-deals .deal-countdown .btn-big {
      color: #FFFFFF;
      border-color: #FFFFFF; }
      .box-deals .deal-countdown .btn-big:hover {
        color: var(--theme-color-default);
        border-color: var(--theme-color-default); }

.box-support4 {
  padding: 40px 0;
  margin: 0;
  display: flex; }
  .box-support4 .container {
    width: 100%; }
  .box-support4 .descript {
    display: flex;
    gap: 0 20px; }
    .box-support4 .descript > div {
      max-width: 200px; }
    .box-support4 .descript i {
      color: var(--theme-color-default);
      font-size: 40px; }
    .box-support4 .descript .title {
      font-size: 14px;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 1.429; }
    .box-support4 .descript .sub-title {
      font-size: 14px;
      color: #999999;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 1.429; }
  .box-support4.text-black .title {
    color: black; }

.box-product4 .title_block, .box-product4 .sub-title-widget {
  text-align: center; }
.box-product4 .sub-title-widget {
  margin-bottom: 40px; }
.box-product4 .plist-flex .thumbnail-container {
  height: 210px;
  margin-bottom: 30px;
  padding: 0; }
  @media (min-width: 1200px) {
    .box-product4 .plist-flex .thumbnail-container {
      align-items: flex-start; } }
  @media (max-width: 575px) {
    .box-product4 .plist-flex .thumbnail-container {
      align-items: flex-start; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-product4 .plist-flex .thumbnail-container {
      height: 160px; } }
  .box-product4 .plist-flex .thumbnail-container .product-image {
    max-width: none;
    margin: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .box-product4 .plist-flex .thumbnail-container .product-image {
        width: auto; } }
    .box-product4 .plist-flex .thumbnail-container .product-image a {
      position: relative; }
    @media (max-width: 767px) {
      .box-product4 .plist-flex .thumbnail-container .product-image a {
        height: 100%;
        display: flex;
        align-items: center; }
      .box-product4 .plist-flex .thumbnail-container .product-image img {
        max-height: 100%; }
      .box-product4 .plist-flex .thumbnail-container .product-image .product-additional {
        display: flex;
        align-items: center; } }
  .box-product4 .plist-flex .thumbnail-container .product-meta {
    padding: 35px 25px 35px 0;
    width: 50%; }
    .rtl .box-product4 .plist-flex .thumbnail-container .product-meta {
      padding: 35px 0 35px 25px; }
  @media (max-width: 991px) {
    .box-product4 .plist-flex .thumbnail-container {
      height: fit-content; }
      .box-product4 .plist-flex .thumbnail-container .product-image {
        width: 45%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .box-product4 .plist-flex .thumbnail-container .product-image {
        padding: 15px; } }
  @media (max-width: 991px) {
      .box-product4 .plist-flex .thumbnail-container .product-meta {
        width: 55%;
        padding: 35px 15px 35px 0; }
        .rtl .box-product4 .plist-flex .thumbnail-container .product-meta {
          padding: 35px 0 35px 15px; } }
  @media (max-width: 480px) {
    .box-product4 .plist-flex .thumbnail-container .product-meta {
      padding: 25px 15px 25px 0; }
      .rtl .box-product4 .plist-flex .thumbnail-container .product-meta {
        padding: 25px 0 25px 15px; } }

.box-blog {
  margin-top: 45px; }
  .box-blog .owl-row {
    margin: 0; }
  .box-blog .owl-carousel .owl-item {
    padding: 0; }
  .box-blog .blog-container {
    position: relative; }
  .box-blog .right-block {
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: #fff;
    height: 130px;
    max-width: 410px;
    padding-left: 70px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%); }
    .rtl .box-blog .right-block {
      right: 0;
      left: auto; }
    [dir] .box-blog .right-block {
      padding-right: 70px;
      padding-left: 15px; }
    [dir] .box-blog .right-block {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
  .box-blog .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: var(--theme-color-default); }
    .rtl .box-blog .blog-date {
      right: 0;
      left: auto; }
    .box-blog .blog-date .b-year {
      display: none; }
    .box-blog .blog-date .date {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg);
      display: flex;
      flex-direction: row-reverse;
      gap: 0 5px;
      font-size: 13px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 500; }
  @media (max-width: 1400px) and (min-width: 992px) {
    .box-blog .right-block {
      height: 100px;
      max-width: 350px;
      padding-left: 60px;
      bottom: 20px; }
      .rtl .box-blog .right-block {
        padding-right: 60px;
        padding-left: inherit; }
    .box-blog .blog-date {
      width: 30px; }
    .box-blog .blog-title {
      margin-bottom: 8px;
      font-size: 18px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-blog .right-block {
      bottom: 0;
      max-width: 95%; } }
  @media (max-width: 991px) {
    .box-blog .right-block {
      max-width: 90%; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-blog .right-block {
      bottom: 0;
      max-width: 95%;
      padding-left: 60px;
      height: 100px; }
      .rtl .box-blog .right-block {
        padding-right: 60px;
        padding-left: inherit; }
    .box-blog .blog-date {
      width: 30px; }
    .box-blog .blog-title {
      margin-bottom: 8px;
      font-size: 18px; } }
  @media (max-width: 450px) {
    .box-blog .right-block {
      position: relative;
      bottom: 0;
      max-width: 100%;
      padding-left: 60px;
      height: 100px; }
      .rtl .box-blog .right-block {
        padding-right: 60px;
        padding-left: inherit; }
    .box-blog .blog-date {
      width: 30px; }
    .box-blog .blog-title {
      margin-bottom: 8px;
      font-size: 18px; } }
  .box-blog.blog7 {
    margin-top: 0; }
    .box-blog.blog7 .sub-title-widget {
      text-align: center;
      margin-bottom: 42px; }
    .box-blog.blog7 .right-block {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      max-width: none; }
    .box-blog.blog7 .owl-carousel .owl-item {
      padding: 0 15px; }
    .box-blog.blog7 .owl-row {
      margin: 0 -15px; }

.box-banner-top {
  padding-top: 30px; }
  .box-banner-top .block {
    position: relative;
    overflow: hidden; }
  .box-banner-top .banner3 {
    margin-top: 30px; }
  .box-banner-top .banner1 .image_description {
    position: absolute;
    top: 130px;
    left: 96px;
    color: #FFFFFF; }
  .box-banner-top .banner1 p:not(.des) {
    margin-bottom: 0; }
  .box-banner-top .banner2 .image_description {
    position: absolute;
    top: 38px;
    left: 64px; }
  .box-banner-top .banner3 .image_description {
    position: absolute;
    top: 54px;
    right: 75px; }
    .box-banner-top .banner3 .image_description .b-heading2 {
      margin-bottom: 25px; }
  .box-banner-top .banner4 .image_description {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%; }
  .box-banner-top .banner4 .b-heading2 {
    font-size: 30px; }
  .box-banner-top .banner4 .b-text {
    margin-bottom: 18px; }
  .box-banner-top .banner4 p:not(.b-text) {
    margin-bottom: 0; }
  .box-banner-top .title {
    font-size: 60px;
    line-height: 1;
    font-weight: 600; }
  .box-banner-top .sub-title {
    font-size: 14px;
    line-height: 2.571;
    font-weight: 600;
    text-transform: uppercase; }
  .box-banner-top .des {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    color: var(--theme-color-default);
    margin-top: 10px;
    margin-bottom: 24px; }
  .box-banner-top .b-text {
    color: #d1da26;
    margin-bottom: 12px; }
  .box-banner-top .b-title2 {
    margin-bottom: 6px; }
  .box-banner-top .btn-small {
    background-color: rgba(255, 255, 255, 0.2); }
  .box-banner-top .btn-big {
    background-color: var(--theme-color-default);
    border-color: var(--theme-color-default); }
    .box-banner-top .btn-big:hover {
      background-color: #fff;
      border-color: #000000;
      color: #000000; }
  @media (max-width: 1500px) and (min-width: 1200px) {
    .box-banner-top .banner2, .box-banner-top .banner3 {
      height: 250px; }
    .box-banner-top .banner1, .box-banner-top .banner4 {
      height: 530px; }
    .box-banner-top .block {
      overflow: hidden; }
      .box-banner-top .block img {
        width: auto !important;
        height: 100% !important;
        max-width: none; }
    .box-banner-top .banner3 img {
      position: relative;
      left: 100%;
      transform: translateX(-100%); }
    .box-banner-top .banner4 img {
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-banner-top .banner1 {
      margin-bottom: 30px; }
    .box-banner-top .banner2, .box-banner-top .banner3 {
      height: 250px; }
    .box-banner-top .banner1 {
      height: 600px; }
    .box-banner-top .banner4 {
      height: 530px; }
      .box-banner-top .banner4 img {
        position: absolute;
        bottom: 0; } }
  @media (max-width: 991px) {
    .box-banner-top .banner1 {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .box-banner-top .banner2, .box-banner-top .banner3, .box-banner-top .banner1, .box-banner-top .banner4 {
      height: 250px; }
    .box-banner-top .banner4 {
      margin-top: 15px; }
      .box-banner-top .banner4 img {
        position: absolute;
        bottom: 0; }
      .box-banner-top .banner4 .image_description {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%); }
    .box-banner-top .banner3 {
      margin-top: 15px; }
    .box-banner-top .banner1 {
      margin-bottom: 15px; }
      .box-banner-top .banner1 .image_description {
        left: 64px;
        top: 50%;
        transform: translateY(-50%); } }
  @media (max-width: 767px) and (min-width: 481px) {
    .box-banner-top .banner1 .title {
      font-size: 30px; }
    .box-banner-top .banner1 .sub-title {
      font-size: 12px; }
    .box-banner-top .banner1 .des {
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 15px; }
    .box-banner-top .banner1 .btn-big {
      padding: 15px 25px; } }

  @media (max-width: 480px) {
    .box-banner-top .banner1, .box-banner-top .banner2, .box-banner-top .banner3 {
      height: auto; }
    .box-banner-top .banner1 img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-banner-top .banner1 .image_description {
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
      padding: 15px; } }
  @media (max-width: 400px) {
    .box-banner-top .banner2 img, .box-banner-top .banner3 img {
      width: auto !important;
      height: 100% !important;
      max-width: none; }
    .box-banner-top .title {
      font-size: 40px; } }

.box-product5 .product-left {
  display: flex;
  flex-wrap: wrap; }
  .box-product5 .product-left > .block {
    width: 50%; }
  .box-product5 .product-left .p-content {
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    padding: 40px 40px 60px;
    display: flex;
    flex-direction: column; }
    [dir] .box-product5 .product-left .p-content {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
    .box-product5 .product-left .p-content .sub-title-widget {
      margin-bottom: 25px; }
  .box-product5 .product-left .block_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .box-product5 .product-left .block_content p {
      margin-bottom: 0; }
    .box-product5 .product-left .block_content ul {
      margin-bottom: 0; }
      .box-product5 .product-left .block_content ul li a {
        font-size: 14px;
        color: #666666;
        display: inline-block;
        padding: 18px 0;
        transition: all 0.2s ease-in-out; }
        .box-product5 .product-left .block_content ul li a:hover {
          color: var(--theme-color-default);
          transform: translateX(15px); }
      .box-product5 .product-left .block_content ul li:not(:last-child) {
        border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-product5 .product-left .p-content {
      padding: 30px; }
    .box-product5 .product-left .block {
      overflow: hidden; }
    .box-product5 .product-left .block_content ul li a {
      padding: 10px 0; }
    .box-product5 .product-left .sub-title-widget {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .box-product5 .product-left {
      margin-bottom: 30px; } }
  @media (max-width: 575px) and (min-width: 451px) {
    .box-product5 .product-left .p-content {
      padding: 30px; }
    .box-product5 .product-left .sub-title-widget {
      font-size: 30px; }
    .box-product5 .product-left .block_content ul li a {
      padding: 10px 0; }
    .box-product5 .product-left .btn-big {
      padding: 15px 25px; } }
  @media (max-width: 450px) {
    .box-product5 .product-left > .block {
      width: 100%; } }
.box-product5 .item article:last-child .thumbnail-container {
  margin-bottom: 0; }

.box-banner5 .block {
  position: relative;
  overflow: hidden; }
.box-banner5 .image_description {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  color: #FFFFFF; }
.box-banner5 .b-title2 {
  margin-bottom: 5px; }
.box-banner5 .btn-small {
  background-color: rgba(255, 255, 255, 0.2); }
.box-banner5 p:not(.b-text) {
  margin-bottom: 0; }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-banner5 img {
    max-width: none;
    height: 100% !important;
    width: auto !important; } }
@media (max-width: 767px) {
  .box-banner5 > div:last-child {
    margin-top: 15px; } }
@media (max-width: 575px) {
  .box-banner5 img {
    max-width: none;
    height: 100% !important;
    width: auto !important; } }
@media (max-width: 450px) {
  .box-banner5 .image_description {
    left: 50px; } }

.box-testi5 {
  height: 440px;
  display: flex;
  align-items: center;
  margin: 0; }
  @media (max-width: 450px) {
    .box-testi5 {
      height: 550px;
      background-size: cover !important; } }
  .box-testi5 .container {
    width: 100%; }
  .box-testi5 .sub-title-widget {
    color: #FFFFFF;
    width: 33.33%; }
    @media (min-width: 576px) {
      .box-testi5 .sub-title-widget {
        padding-right: 30px; }
        .rtl .box-testi5 .sub-title-widget {
          padding-left: 30px;
          padding-right: inherit; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .box-testi5 .sub-title-widget {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .box-testi5 .sub-title-widget {
        width: 50%; } }
    @media (max-width: 767px) {
      .box-testi5 .sub-title-widget {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .box-testi5 .sub-title-widget {
        width: 100%;
        text-align: center;
        margin-bottom: 40px; } }
    .box-testi5 .sub-title-widget::before {
      content: "\f4a6";
      font-family: "Font Awesome 6 Pro";
      font-weight: 300;
      margin-bottom: 32px;
      display: block; }
  .box-testi5 .testi-ct {
    display: flex;
    flex-wrap: wrap; }
  .box-testi5 .testi-owl {
    width: 66.66%; }
    @media (max-width: 991px) {
      .box-testi5 .testi-owl {
        width: 50%; } }
    @media (max-width: 575px) {
      .box-testi5 .testi-owl {
        width: 100%; } }
  .box-testi5 .block-carousel-image-container {
    position: relative; }
    .box-testi5 .block-carousel-image-container img {
      position: absolute;
      left: 0;
      bottom: 0; }
      .rtl .box-testi5 .block-carousel-image-container img {
        right: 0;
        left: auto; }
      @media (max-width: 575px) {
        .box-testi5 .block-carousel-image-container img {
          left: calc(50% - 70px);
          transform: translateX(-50%); } }
  @media (min-width: 576px) {
    .box-testi5 .descript {
      padding-right: 30px; }
      .rtl .box-testi5 .descript {
        padding-left: 30px;
        padding-right: inherit; } }
  .box-testi5 .descript div i {
    font-size: 10px;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    background-color: #00b67a;
    line-height: 18px;
    margin: 0 1px;
    text-align: center; }
  .box-testi5 .descript .testi-ct {
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 400;
    margin: 20px 0 35px; }
  .box-testi5 .descript .t-bottom {
    font-size: 14px;
    padding-left: 70px; }
    .rtl .box-testi5 .descript .t-bottom {
      padding-right: 70px;
      padding-left: inherit; }
  .box-testi5 .descript .author {
    font-weight: 600;
    color: #FFFFFF; }
  .box-testi5 .descript .store {
    display: block;
    font-weight: 400;
    margin-top: 13px;
    margin-bottom: 2px; }
  @media (max-width: 575px) {
    .box-testi5 .descript {
      text-align: center; } }

.box-manu5 {
  border-top: 1px solid #e3e3e3; }

.two_col {
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .two_col {
      display: flex;
      flex-wrap: wrap; }
      .two_col .home_left {
        order: 5; } }

@media (min-width: 1200px) {
  .home_left {
    max-width: 330px;
    width: 100%; } }
.home_left .block-categories {
  background-color: #FFFFFF; }
  .home_left .block-categories .title_block {
    background-color: var(--theme-color-default);
    margin-bottom: 0; }
    .home_left .block-categories .title_block a {
      display: inline-block;
      color: #000000;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 22px 30px; }
      .home_left .block-categories .title_block a::before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        margin-right: 8px; }
        .rtl .home_left .block-categories .title_block a::before {
          margin-left: 8px;
          margin-right: inherit; }
  .home_left .block-categories .block_content {
    border: solid var(--theme-color-default);
    border-width: 0 2px 2px 2px; }
  .home_left .block-categories .category-sub-menu {
    padding: 0 30px; }
    .home_left .block-categories .category-sub-menu > li {
      padding: 0 0 0 28px;
      border-bottom: 1px solid #e1e1e1; }
      .rtl .home_left .block-categories .category-sub-menu > li {
        padding: 0 28px 0 0; }
      .home_left .block-categories .category-sub-menu > li:last-child {
        border-bottom: none; }
      .home_left .block-categories .category-sub-menu > li[data-depth="0"] .category-sub-menu {
        padding: 0; }
        .home_left .block-categories .category-sub-menu > li[data-depth="0"] .category-sub-menu > li {
          padding: 0; }
          .home_left .block-categories .category-sub-menu > li[data-depth="0"] .category-sub-menu > li:first-child {
            border-top: 1px solid #e1e1e1; }
          .home_left .block-categories .category-sub-menu > li[data-depth="0"] .category-sub-menu > li > a {
            padding: 10px;
            font-weight: 400; }
      .home_left .block-categories .category-sub-menu > li > a {
        display: inline-block;
        border-bottom: none;
        font-size: 14px;
        color: #000000;
        font-weight: 500;
        padding: 19px 0;
        transition: all 0.2s ease-in-out; }
        .home_left .block-categories .category-sub-menu > li > a:hover {
          color: var(--theme-color-default); }
      .home_left .block-categories .category-sub-menu > li .navbar-toggler {
        left: 0;
        top: 20px;
        margin-right: 16px;
        width: 12px;
        height: 12px;
        background-color: var(--theme-color-default);
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .rtl .home_left .block-categories .category-sub-menu > li .navbar-toggler {
          right: 0;
          left: auto; }
        .rtl .home_left .block-categories .category-sub-menu > li .navbar-toggler {
          margin-left: 16px;
          margin-right: inherit; }
      .home_left .block-categories .category-sub-menu > li i {
        font-family: "Font Awesome 6 Pro";
        line-height: 12px;
        font-size: 8px;
        color: #000000; }
        .home_left .block-categories .category-sub-menu > li i:hover {
          color: #000000; }
        .home_left .block-categories .category-sub-menu > li i.add::before {
          content: "\f105"; }
          [dir] .home_left .block-categories .category-sub-menu > li i.add::before {
            content: "\f104"; }
        .home_left .block-categories .category-sub-menu > li i.remove::before {
          content: "\f107"; }
.home_left .sub-title-widget {
  font-size: 18px;
  padding: 24px 0 21px 25px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 3px solid; }
  .rtl .home_left .sub-title-widget {
    padding: 24px 25px 21px 0; }
  .rtl .home_left .sub-title-widget {
    border-right: 3px solid;
    border-left: inherit; }
.home_left .owl-theme .owl-buttons div {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -30px; }
  .home_left .owl-theme .owl-buttons div::before {
    font-size: 14px;
    color: #000000; }
  .home_left .owl-theme .owl-buttons div.owl-next {
    transform: translate(0, -50%);
    right: 20px; }
    [dir] .home_left .owl-theme .owl-buttons div.owl-next {
      left: 20px;
      right: auto; }
  .home_left .owl-theme .owl-buttons div.owl-prev {
    left: auto;
    right: 20px;
    transform: translate(-100%, -50%); }
    [dir] .home_left .owl-theme .owl-buttons div.owl-prev {
      left: 20px;
      right: auto;
      transform: translate(100%, -50%); }

@media (min-width: 1200px) {
  .right-column {
    max-width: calc(100% - 330px); } }
.right-column .sub-title-widget {
  font-size: 24px;
  padding: 18px 30px;
  border-bottom: 1px solid #e1e1e1; }

.box-product-left {
  margin-top: 30px; }
  .box-product-left .sub-title-widget {
    background-color: #fff;
    border-left-color: #da5454; }
    [dir] .box-product-left .sub-title-widget {
      border-right-color: #da5454; }
  @media (max-width: 1050px) {
    .box-product-left .thumbnail-container .leo-more-cdown ul li {
      font-size: 20px; } }
  .box-product-left.box2 {
    background-color: #fff;
    padding-bottom: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%); }
    .box-product-left.box2 .sub-title-widget {
      border-left-color: var(--theme-color-default); }
      [dir] .box-product-left.box2 .sub-title-widget {
        border-right-color: var(--theme-color-default); }
    .box-product-left.box2 .thumbnail-container {
      margin-bottom: 0;
      clip-path: none; }
    [dir] .box-product-left.box2 {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }

.box-product-right {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  width: 100%; }
  .box-product-right .thumbnail-container {
    display: block;
    height: auto;
    padding: 0 30px;
    margin: 30px 0 40px;
    border-right: 1px solid #e1e1e1;
    clip-path: none; }
    @media (max-width: 1500px) and (min-width: 1200px) {
      .box-product-right .thumbnail-container {
        padding: 0 20px; } }
    .rtl .box-product-right .thumbnail-container {
      border-left: 1px solid #e1e1e1;
      border-right: inherit; }
    .box-product-right .thumbnail-container .product-image {
      max-width: none;
      margin: 0; }
  .box-product-right .owl-row {
    margin: 0; }
  .box-product-right .owl-item {
    padding: 0; }
    .box-product-right .owl-item.last .thumbnail-container {
      border-right: none; }
      [dir] .box-product-right .owl-item.last .thumbnail-container {
        border-left: none; }
  .box-product-right .no-margin-bottom {
    margin-bottom: 0 !important; }

.banner_img {
  max-width: calc(100%/3); }
  @media (max-width: 991px) {
    .banner_img {
      max-width: none;
      width: 100%;
      height: 250px; } }

.box-banner-right {
  display: flex;
  gap: 0 30px; }
  @media (min-width: 1200px) {
    .box-banner-right {
      max-width: calc(100% - 330px); } }
  @media (max-width: 991px) {
    .box-banner-right {
      gap: 15px 0;
      flex-wrap: wrap; } }
  @media (max-width: 1500px) and (min-width: 1200px) {
    .box-banner-right {
      gap: 0 15px; } }
  .box-banner-right .block {
    position: relative;
    overflow: hidden; }
    .box-banner-right .block .b-text {
      margin-bottom: 0; }
    .box-banner-right .block p:not(.b-text) {
      margin-bottom: 0; }
    @media (max-width: 1500px) and (min-width: 1200px) {
      .box-banner-right .block img {
        width: auto !important;
        height: 100% !important;
        max-width: none; } }
    @media (max-width: 1100px) and (min-width: 992px) {
      .box-banner-right .block img {
        width: auto !important;
        height: 100% !important;
        max-width: none; } }
    @media (max-width: 480px) {
      .box-banner-right .block img {
        width: auto !important;
        height: 100% !important;
        max-width: none; } }
  .box-banner-right .image_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box-banner-right .banner6_1 .image_description {
    left: 60px; }
  .box-banner-right .banner6_1 .b-heading2 {
    margin-bottom: 10px; }
  .box-banner-right .banner6_2 img {
    position: relative;
    left: 100%;
    transform: translateX(-100%); }
  .box-banner-right .banner6_2 .image_description {
    right: 50px; }
  .box-banner-right .banner6_3 .image_description {
    left: 70px; }

.box-banner2-right {
  position: relative;
  overflow: hidden; }
  .box-banner2-right img {
    max-width: none; }
  @media (max-width: 767px) {
    .box-banner2-right .image_description {
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      width: 100%;
      padding: 0 20px; }
    .box-banner2-right .banner-bottom {
      align-items: center; } }

.box-shop7 .sub-title-widget {
  text-align: center;
  margin-bottom: 35px;
  text-transform: none; }
.box-shop7 .block-carousel-image-container {
  background-color: #FFFFFF;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%); }
  [dir] .box-shop7 .block-carousel-image-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
  .box-shop7 .block-carousel-image-container a {
    display: flex;
    align-items: center; }
    .box-shop7 .block-carousel-image-container a > div:first-child {
      width: 70px;
      height: 70px;
      background-color: var(--theme-color-default);
      display: flex;
      align-items: center;
      justify-content: center; }
    .box-shop7 .block-carousel-image-container a .title {
      font-size: 16px;
      font-weight: 600;
      color: #000000;
      padding-left: 22px; }
      .rtl .box-shop7 .block-carousel-image-container a .title {
        padding-right: 22px;
        padding-left: inherit; }

@media (min-width: 768px) {
  .box-product7_3 .thumbnail-container img {
    width: 100%; } }

.box-product7-banner .block {
  position: relative;
  overflow: hidden; }
.box-product7-banner .image_description {
  position: absolute;
  top: 85px;
  left: 80px; }
.box-product7-banner .b-title {
  margin-bottom: 16px; }
.box-product7-banner .b-heading {
  margin-bottom: 8px; }
@media (max-width: 991px) and (min-width: 768px) {
  .box-product7-banner .image_description {
    top: 50px;
    left: 50px; }
  .box-product7-banner .b-heading {
    font-size: 30px; } }
@media (max-width: 575px) {
  .box-product7-banner .image_description {
    top: 50px;
    left: 50px; }
  .box-product7-banner .b-heading {
    font-size: 30px; } }
@media (max-width: 400px) {
  .box-product7-banner .image_description {
    top: 30px;
    left: 30px; }
  .box-product7-banner .b-heading {
    font-size: 26px; } }

.box-product7 {
  padding-bottom: 45px; }
  @media (max-width: 991px) {
    .box-product7 {
      display: flex;
      flex-wrap: wrap; }
      .box-product7 .sub-title-widget {
        width: 100%;
        order: 1; }
      .box-product7 .box-product7-banner {
        order: 5; }
      .box-product7 .box-product7_2 {
        order: 2; }
      .box-product7 .box-product7_1 {
        order: 3; }
      .box-product7 .box-product7_3 {
        order: 4; } }
  @media (max-width: 767px) {
    .box-product7 .box-product7_1 {
      order: 2; }
    .box-product7 .box-product7_2 {
      order: 3; } }

.box-video7 {
  position: relative; }
  .box-video7::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF; }
    @media (min-width: 1830px) {
      .box-video7::before {
        width: calc(100vw - calc(100vw - 1800px)); } }
    @media (max-width: 1829px) {
      .box-video7::before {
        width: 100vw; } }
  .box-video7 .video {
    display: none; }

.box-video7-img {
  position: relative; }
  .box-video7-img .btn_yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer; }
    .box-video7-img .btn_yt img {
      transition: 0.3s all ease-in-out; }
  .box-video7-img:hover .btn_yt img {
    transform: scale(1.3); }

@media (min-width: 992px) {
  .box-choose {
    padding-left: 55px; }
    .rtl .box-choose {
      padding-right: 55px;
      padding-left: inherit; } }
@media (max-width: 767px) {
  .box-choose {
    margin-top: 30px; } }
.box-choose .choose-text, .box-choose .text {
  font-size: 14px;
  line-height: 1.714;
  color: #666666;
  font-weight: 400; }
.box-choose .sub-title-widget {
  margin-bottom: 16px; }
.box-choose .choose-text {
  margin-bottom: 25px; }
.box-choose .text {
  padding-left: 40px;
  margin-bottom: 0;
  margin-top: 5px; }
  .rtl .box-choose .text {
    padding-right: 40px;
    padding-left: inherit; }
.box-choose .panel {
  padding: 20px 0;
  border: solid #e8e8e8;
  border-width: 1px 0 0; }
.box-choose .panel-title {
  margin-bottom: 0; }
  .box-choose .panel-title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.333;
    color: #000000;
    display: flex;
    align-items: center; }
    .box-choose .panel-title a::before {
      content: "\f058";
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      font-size: 20px;
      margin-right: 20px;
      color: #dcdcdc; }
      .rtl .box-choose .panel-title a::before {
        margin-left: 20px;
        margin-right: inherit; }
    .box-choose .panel-title a:not(.collapsed)::before {
      color: #41a825; }

.box-banner7 {
  display: flex; }
  @media (min-width: 1830px) {
    .box-banner7 {
      margin: 0; } }
  .box-banner7 .container {
    width: 100%; }
  .box-banner7 .banner7_img {
    display: flex;
    flex-wrap: wrap; }
  .box-banner7 .banner7_1, .box-banner7 .banner7_2 {
    width: 50%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .box-banner7 .banner7_1, .box-banner7 .banner7_2 {
        width: 100%; } }
    .box-banner7 .banner7_1 .image_description, .box-banner7 .banner7_2 .image_description {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .box-banner7 .banner7_1 .btn-big, .box-banner7 .banner7_2 .btn-big {
      background-color: rgba(255, 255, 255, 0.2); }
    @media (max-width: 1199px) and (min-width: 768px) {
      .box-banner7 .banner7_1 img, .box-banner7 .banner7_2 img {
        max-width: none;
        height: 100% !important;
        width: auto !important;
        max-width: none; } }
    @media (max-width: 575px) {
      .box-banner7 .banner7_1 img, .box-banner7 .banner7_2 img {
        max-width: none;
        height: 100% !important;
        width: auto !important;
        max-width: none; } }
  @media (min-width: 768px) {
    .box-banner7 .banner7_1 {
      padding-right: 15px; }
      .rtl .box-banner7 .banner7_1 {
        padding-left: 15px;
        padding-right: inherit; } }
  .box-banner7 .banner7_1 .image_description {
    right: 95px; }
  @media (max-width: 1199px) {
    .box-banner7 .banner7_1 img {
      position: relative;
      left: 100%;
      transform: translateX(-100%); } }
  .box-banner7 .banner7_2 .image_description {
    left: 110px; }
  @media (min-width: 768px) {
    .box-banner7 .banner7_2 {
      padding-left: 15px; }
      .rtl .box-banner7 .banner7_2 {
        padding-right: 15px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .box-banner7 .banner7_2 {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    .box-banner7 .banner7_2 .image_description {
      left: 60px; } }

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 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px; }

@media (max-width: 767px) {
  body:not(#index) #wrapper {
    margin-top: 30px; } }

.leonextprevious-container {
  position: absolute;
  top: 0;
  right: 15px; }
  .rtl .leonextprevious-container {
    left: 15px;
    right: auto; }
  @media (max-width: 767px) {
    .leonextprevious-container {
      position: initial;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 20px; } }

.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: 140px;
    background-color: #FFFFFF;
    color: #000000;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    text-align: center;
    white-space: initial;
    font-size: 16px;
    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: 100px;
      float: inherit; }
    .leo-button-prev .product_hover p, .leo-button-next .product_hover p {
      text-transform: capitalize;
      float: initial;
      color: #000000;
      margin: 0;
      text-align: center;
      font-size: 16px;
      font-weight: 500; }
      .leo-button-prev .product_hover p span, .leo-button-next .product_hover p span {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px; }
  .leo-button-prev:hover a, .leo-button-next:hover a {
    background-color: var(--theme-color-default); }

.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;
  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;
      text-transform: capitalize;
      margin-bottom: 26px; }
      @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;
      text-transform: capitalize;
      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; }

.product-notification.position3 {
  left: 90px;
  bottom: 30px; }
  .rtl .product-notification.position3 {
    right: 90px;
    left: auto; }

.product-notification {
  height: auto; }

/*# sourceMappingURL=styles.css.map */
