/***************************************************
  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 
 */
/***********************************************************************/
@media (min-width: 1025px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1660px; } }

.elementor-widget:not(:last-child) {
  margin-bottom: 0px; }

.marquee {
  animation: marquee 20s linear infinite; }

@keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }
.img-maxheight {
  height: 100%; }
  .img-maxheight .elementor-widget-container {
    height: 100%; }
    .img-maxheight .elementor-widget-container .elementor-image {
      height: 100%; }
      .img-maxheight .elementor-widget-container .elementor-image img {
        height: 100%; }

#leo_search_block_top {
  float: right; }
  @media (max-width: 767px) {
    #leo_search_block_top {
      position: static; } }
  #leo_search_block_top .title_block {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
    z-index: 9999;
    height: 80px;
    line-height: 80px;
    width: 40px;
    text-align: center; }
    #leo_search_block_top .title_block:before {
      content: "\f002";
      font-family: "Font Awesome 6 Pro";
      font-weight: 300;
      font-size: 20px;
      color: #000; }
      #leo_search_block_top .title_block:before:hover {
        color: var(--theme-color-default); }
      @media (max-width: 1400px) {
        #leo_search_block_top .title_block:before {
          color: #000;
          font-size: 21px; } }
    #leo_search_block_top .title_block:hover:before {
      color: var(--theme-color-default); }
  #leo_search_block_top .list-cate-wrapper {
    display: none; }
  #leo_search_block_top form {
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
    border: 1px solid #000;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translateY(20px);
    transition: all 0.3s;
    width: 290px;
    right: -63px;
    background: #fff;
    z-index: 9; }
    #leo_search_block_top form .form-control {
      height: 45px;
      background: #fff;
      border: none;
      outline-color: transparent; }
  #leo_search_block_top.show form {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    padding: 0 10px;
    right: 0; }
    [dir] #leo_search_block_top.show form {
      left: 0px;
      right: auto; }
    @media (max-width: 575px) {
      #leo_search_block_top.show form {
        right: -50px; }
        [dir] #leo_search_block_top.show form {
          right: -50px; } }

@media (min-width: 992px) {
  .group-nav {
    position: fixed;
    top: 0;
    padding: 0;
    width: 300px;
    height: 100%;
    z-index: 9999999;
    background: #353535 !important;
    left: 0;
    text-align: center;
    -webkit-transform: translate(-310px, 0);
    -moz-transform: translate(-310px, 0);
    -ms-transform: translate(-310px, 0);
    -o-transform: translate(-310px, 0);
    transform: translate(-310px, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .group-nav .header_logo,
    .group-nav .ApMegamenu {
      margin-top: 30px; }
    .group-nav .closemenu {
      display: inline-block;
      float: right;
      padding: 15px;
      cursor: pointer; }
      .group-nav .closemenu i {
        color: #fff;
        font-size: 30px;
        transition: all 0.3s; }
        .group-nav .closemenu i:hover {
          color: var(--theme-color-default); }
    .group-nav.active-menu {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .group-nav .leo-megamenu .navbar-nav > li {
      float: none;
      width: 100%;
      padding: 0; }
      [dir] .group-nav .leo-megamenu .navbar-nav > li {
        text-align: left; }
      .group-nav .leo-megamenu .navbar-nav > li > a {
        display: block;
        color: #fff;
        padding: 0.7em 3em 0.7em 1.2em;
        outline: none;
        -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
        -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        font-size: 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .rtl .group-nav .leo-megamenu .navbar-nav > li > a {
          padding: 0.7em 1.2em 0.7em 3em; }
        .group-nav .leo-megamenu .navbar-nav > li > a:hover {
          background: rgba(0, 0, 0, 0.2);
          -moz-box-shadow: inset 0 -1px transparent;
          -webkit-box-shadow: inset 0 -1px transparent;
          -o-box-shadow: inset 0 -1px transparent;
          -ms-box-shadow: inset 0 -1px transparent;
          box-shadow: inset 0 -1px transparent; }
        .group-nav .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 41px;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          z-index: 2;
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          background: rgba(0, 0, 0, 0.05);
          font-size: 12px;
          margin: 0;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .group-nav .leo-megamenu .navbar-nav > li:first-child > a {
        box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }
      .group-nav .leo-megamenu .navbar-nav > li .dropdown-menu {
        top: 0%;
        left: 100% !important;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        width: 1000px !important; }
        [dir] .group-nav .leo-megamenu .navbar-nav > li .dropdown-menu {
          right: auto; }
      .group-nav .leo-megamenu .navbar-nav > li .dropdown:hover .dropdown-menu {
        top: 0;
        left: 100%;
        visibility: visible;
        opacity: 1; } }
@media (max-width: 1024px) and (min-width: 992px) {
  .menu-w {
    order: 1;
    margin-top: -72px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .group-nav .ApMegamenu {
    position: absolute;
    top: -95px;
    left: 0; }
    .rtl .group-nav .ApMegamenu {
      right: 0;
      left: auto; }

  .group-nav .navbar-header .navbar-toggler {
    color: #fff; } }
@media (max-width: 767px) {
  .group-nav .ApMegamenu {
    position: absolute;
    top: -87px;
    left: 0; }
    .rtl .group-nav .ApMegamenu {
      right: 0;
      left: auto; }

  .group-nav .navbar-header .navbar-toggler {
    color: #fff; } }
.search-h3customm input.ui-autocomplete-input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */ }

@media (max-width: 1200px) and (min-width: 1025px) {
  #search_widget {
    min-width: 11.5rem; } }
@media (min-width: 1201px) {
  #search_widget {
    min-width: 14.5rem; } }
#search_widget form input {
  background: #fff;
  padding: 10px 10px; }
#search_widget form > i {
  right: 30px;
  font-size: 0;
  padding: 0; }
  .rtl #search_widget form > i {
    left: 30px;
    right: auto; }
  #search_widget form > i:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 18px;
    color: #000;
    height: 40px;
    line-height: 40px; }

#index .manufacturer-block .name-manufacturer {
  display: none; }

.img-white {
  filter: brightness(100); }

.paneltool .panelcontent > div {
  padding: 0 15px 15px 15px; }

#category.layout-left-column #content-wrapper.left-column {
  background: #fff; }

#left-column.filter-toggle.active-filter {
  width: 300px;
  padding-top: 30px;
  padding-bottom: 20px; }

#category.layout-left-column .products-selection {
  background: #fff; }

.paneltool .panelcontent > div {
  padding: 10px 15px; }

.page-cms .container-parent > h2 {
  display: none; }

.rtl .breadcrumb-full {
  right: 50% !important;
  transform: translateX(50%); }

.rtl .total-products.filter-toggle p {
  margin-right: 40px;
  margin-left: 0; }

#product .slick-arrows .slick-arrow.slick-next:before {
  content: "\f105"; }

#product .slick-arrows .slick-arrow.slick-prev:before {
  content: "\f106"; }

#product .slick-arrow.slick-next {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #E2E2E2; }

#product .slick-arrow.slick-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  background: #fff; }

#product .slick-arrows .slick-arrow.slick-prev:before {
  content: "\f053";
  color: #000;
  font-size: 18px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400; }

#product .slick-arrows .slick-arrow.slick-next:before {
  content: "\f054";
  color: #000;
  font-size: 18px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400; }

.product-detail .lSSlideOuter.vertical .lightSlider .lslide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover; }

@media (max-width: 480px) {
  .products-selection .sort-by-row {
    display: inherit; } }
@media (max-width: 991px) {
  #category #products .products {
    padding: 0 15px; } }
.products-selection #btn_view_product {
  display: inline-flex; }

@media (max-width: 576px) {
  .products-selection #btn_view_product {
    display: flex;
    justify-content: center; } }
#content-wrapper.left-column:not(.filter-toggle) #search_filters section.facet {
  width: 20%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 0 15px 0 0; }

#content-wrapper.left-column:not(.filter-toggle) #search_filters {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 15px; }

#content-wrapper.left-column:not(.filter-toggle) #search_filters > p.text-uppercase {
  width: 100%; }

.share_button ul li.twitter a:before {
  font-family: "Font Awesome 6 brands";
  content: "\e61b";
  color: #55acee; }

/*# sourceMappingURL=front.css.map */
