/*
 *   TYPE CODE HERE
 */
/***************************************************
  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 
 */
/***********************************************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0; }

.elementor-slick-slider .slick-dotted.slick-slider {
  margin-bottom: 0; }

.elementor-social-icons-wrapper {
  line-height: 1; }

.elementor-star-rating {
  line-height: 1; }

.name-manufacturer {
  display: none; }

.linklist-toggle {
  margin-bottom: 0; }

.color_default {
  color: var(--theme-color-default); }

.z_index_1 {
  z-index: -1 !important; }

.z_index_2 {
  z-index: 2; }

.f_heading {
  font-family: var(--font-family-heading); }
  .f_heading * {
    font-family: var(--font-family-heading); }

.box_slide .slide_center {
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center; }
.box_slide .slide_title {
  line-height: 1;
  font-weight: 400; }
.box_slide .slide_heading {
  line-height: 1;
  font-weight: 600;
  text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
  font-size: 300px !important; }
  .box_slide .slide_heading.opacity {
    opacity: 0.1 !important; }
.box_slide .slide_heading_2 {
  line-height: 1;
  font-weight: 600; }
  .box_slide .slide_heading_2 .color_default {
    font-style: italic; }
.box_slide .btn_slide .caption-contain {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.9375rem 1.5625rem;
  border-radius: 14px;
  background-color: transparent;
  color: var(--theme-color-default);
  border: 1px solid var(--theme-color-default);
  display: inline-flex;
  align-items: center;
  transition: 0.25s all; }
  .box_slide .btn_slide .caption-contain::after {
    content: "\f105";
    font-family: "Font Awesome Regular";
    font-size: 15px;
    margin-left: 12px;
    font-weight: 400; }
    .rtl .box_slide .btn_slide .caption-contain::after {
      margin-right: 12px;
      margin-left: inherit; }
  .box_slide .btn_slide .caption-contain:hover {
    background-color: var(--theme-color-default);
    color: #212121; }
.box_slide .btn_slide2 .caption-contain {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 14px;
  background-color: #fff;
  color: #212121;
  display: inline-flex;
  align-items: center;
  transition: 0.25s all; }
  .box_slide .btn_slide2 .caption-contain::after {
    content: "\f105";
    font-family: "Font Awesome Regular";
    font-size: 15px;
    margin-left: 12px;
    font-weight: 400; }
    .rtl .box_slide .btn_slide2 .caption-contain::after {
      margin-right: 12px;
      margin-left: inherit; }
  .box_slide .btn_slide2 .caption-contain:hover {
    background-color: var(--theme-color-default);
    color: #212121; }

@media (min-width: 1025px) {
  .box_banner .slick-list {
    padding: 0 16% 0 0 !important; } }
  @media (min-width: 1025px) and (max-width: 1800px) {
    .box_banner .slick-list {
      padding: 0 10% 0 0 !important; } }
@media (min-width: 1025px) {
    [dir] .box_banner .slick-list {
      padding: 0 0 0 16% !important; } }
    @media (min-width: 1025px) and (max-width: 1800px) {
      [dir] .box_banner .slick-list {
        padding: 0 0 0 10% !important; } }

.box_banner .block-carousel-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px; }
  .box_banner .block-carousel-image-container .heading_type_1 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    font-family: var(--font-family-heading);
    text-transform: uppercase;
    z-index: 2;
    transition: 0.25s all;
    color: transparent;
    width: fit-content;
    -webkit-text-stroke: 1px #fff; }
    .box_banner .block-carousel-image-container .heading_type_1::before {
      content: "";
      width: 0;
      height: 10px;
      background-color: var(--theme-color-default);
      position: absolute;
      bottom: 7px;
      left: 6px;
      z-index: -1;
      transition: 0.25s all; }
      .rtl .box_banner .block-carousel-image-container .heading_type_1::before {
        right: 6px;
        left: auto; }
@media (min-width: 1025px) and (max-width: 1800px), (max-width: 950px) and (max-width: 1800px) {
  .box_banner .block-carousel-image-container .heading_type_1 {
    font-size: 100px; } }
@media (min-width: 1025px) and (max-width: 1400px), (max-width: 950px) and (max-width: 1400px) {
  .box_banner .block-carousel-image-container .heading_type_1 {
    font-size: 80px; } }
@media (min-width: 1025px) and (max-width: 1200px), (max-width: 950px) and (max-width: 1200px) {
  .box_banner .block-carousel-image-container .heading_type_1 {
    font-size: 60px; } }

  .box_banner .block-carousel-image-container img {
    border-radius: 16px;
    transition: 0.25s all; }
    @media (min-width: 1025px) {
      .box_banner .block-carousel-image-container img {
        min-height: 400px;
        object-fit: cover;
        object-position: center center; } }
    @media (max-width: 767px) {
      .box_banner .block-carousel-image-container img {
        max-height: 600px;
        min-height: 400px;
        object-fit: cover;
        object-position: top center; } }
  .box_banner .block-carousel-image-container > a::before {
    content: "";
    width: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
    opacity: 0.5;
    border-radius: 16px;
    z-index: 2; }
  .box_banner .block-carousel-image-container > a:hover .heading_type_1 {
    color: #fff;
    -webkit-text-stroke: 1px transparent; }
    .box_banner .block-carousel-image-container > a:hover .heading_type_1::before {
      width: 100%; }
  .box_banner .block-carousel-image-container > a:hover img {
    transform: scale(1.05); }
.box_banner .category_block {
  position: absolute;
  inset: 0;
  background-color: var(--theme-color-default);
  z-index: 2;
  border-radius: 16px;
  padding: 60px; }
@media (min-width: 1025px) and (max-width: 1800px), (max-width: 950px) and (max-width: 1800px) {
  .box_banner .category_block {
    padding: 40px; } }
@media (min-width: 1025px) and (max-width: 1400px), (max-width: 950px) and (max-width: 1400px) {
  .box_banner .category_block {
    padding: 30px; } }

  .box_banner .category_block .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
    border: 1px solid var(--headings-color);
    margin-bottom: 20px; }
  .box_banner .category_block .heading {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1; }
@media (min-width: 1025px) and (max-width: 1600px), (max-width: 950px) and (max-width: 1600px) {
  .box_banner .category_block .heading {
    font-size: 50px; } }
@media (min-width: 1025px) and (max-width: 1400px), (max-width: 950px) and (max-width: 1400px) {
  .box_banner .category_block .heading {
    font-size: 40px; } }

  .box_banner .category_block .category_list {
    position: absolute;
    bottom: 60px;
    left: 60px; }
    .rtl .box_banner .category_block .category_list {
      right: 60px;
      left: auto; }
    @media (max-width: 1024px) {
      .box_banner .category_block .category_list {
        left: 60px;
        right: 60px; } }
@media (min-width: 1025px) and (max-width: 1800px), (max-width: 950px) and (max-width: 1800px) {
  .box_banner .category_block .category_list {
    bottom: 40px;
    left: 40px; }
    .rtl .box_banner .category_block .category_list {
      right: 40px;
      left: auto; } }
@media (min-width: 1025px) and (max-width: 1400px), (max-width: 950px) and (max-width: 1400px) {
  .box_banner .category_block .category_list {
    bottom: 30px;
    left: 30px;
    right: 30px; } }

    .box_banner .category_block .category_list > div {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px; }
      .box_banner .category_block .category_list > div:first-child {
        margin-bottom: 10px; }
      .box_banner .category_block .category_list > div:last-child {
        flex-direction: row-reverse; }
    .box_banner .category_block .category_list a {
      display: inline-block;
      font-size: 20px;
      font-family: var(--font-family-heading);
      line-height: 1;
      text-transform: uppercase;
      font-weight: 400;
      color: var(--headings-color);
      padding: 10px 17px;
      border-radius: 30px;
      border: 1px solid var(--headings-color);
      transition: 0.25s all; }
      @media (max-width: 1200px) and (min-width: 1025px) {
        .box_banner .category_block .category_list a {
          font-size: 18px;
          padding: 9px 16px; } }
      @media (min-width: 1600px) {
        .box_banner .category_block .category_list a.item-1 {
          transform: rotate(-32.3deg);
          margin-bottom: 10px;
          margin-left: 60px; }
          .rtl .box_banner .category_block .category_list a.item-1 {
            margin-right: 60px;
            margin-left: inherit; }
        .box_banner .category_block .category_list a.item-2 {
          transform: rotate(14.091deg);
          margin-left: -8px;
          margin-bottom: 5px; }
        .box_banner .category_block .category_list a.item-3 {
          transform: rotate(-24.546deg);
          margin-bottom: 5px; }
        .box_banner .category_block .category_list a.item-7 {
          transform: rotate(39.195deg);
          margin-top: -25px;
          margin-left: -10px; } }
      .box_banner .category_block .category_list a:hover {
        background-color: var(--headings-color);
        color: #fff; }

.box_product .item .product-miniature:last-child .thumbnail-container {
  margin-bottom: 0; }

.image_spin .wp-caption {
  position: relative; }
.image_spin .widget-image-caption {
  font-family: var(--font-family-heading);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .image_spin .widget-image-caption::before {
    content: "";
    width: calc(100% + 9px);
    height: 10px;
    background-color: var(--theme-color-default);
    position: absolute;
    bottom: 3px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%); }
.image_spin img {
  animation: spin 10s linear infinite; }
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
@media (max-width: 767px) {
  .image_spin:not(.no-initial) {
    position: initial !important; } }
@media (min-width: 1025px) {
  .image_spin.no-initial {
    left: -100px;
    right: auto !important; } }

.box_image_1 .elementor-image-box-img {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2; }
  @media (max-width: 1024px) {
    .box_image_1 .elementor-image-box-img {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .box_image_1 .elementor-image-box-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    transition: 0.25s all;
    z-index: -1; }
  .box_image_1 .elementor-image-box-img:hover::before {
    background-color: var(--theme-color-default); }
.box_image_1 .elementor-image-box-description {
  max-width: 209px;
  margin-left: 0; }
  @media (max-width: 1024px) {
    .box_image_1 .elementor-image-box-description {
      margin-left: auto;
      margin-right: auto; } }

.btn_theme .elementor-button-link {
  font-family: var(--font-family-heading);
  display: inline-flex;
  align-items: center; }
  .btn_theme .elementor-button-link::after {
    content: "\f105";
    font-family: "Font Awesome Regular";
    font-size: 13px;
    margin-left: 12px; }
    .rtl .btn_theme .elementor-button-link::after {
      margin-right: 12px;
      margin-left: inherit; }
    [dir] .btn_theme .elementor-button-link::after {
      content: "\f104"; }
.btn_theme.no-arrow .elementor-button-link::after {
  display: none; }
.btn_theme i.la-phone::before {
  font-family: "Font Awesome Regular";
  font-weight: 400;
  font-size: 14px; }

@media (min-width: 768px) {
  .col_left > .elementor-container {
    margin-right: 0;
    margin-left: auto; } }

.col_left_full > .elementor-container {
  margin-right: 0;
  margin-left: auto; }

.col_right_full > .elementor-container {
  margin-left: 0;
  margin-right: auto; }

@media (min-width: 1025px) {
  .col_left_desktop > .elementor-container {
    margin-right: 0;
    margin-left: auto; } }

@media (min-width: 768px) {
  .col_right > .elementor-container {
    margin-right: auto;
    margin-left: 0; } }

@media (min-width: 1025px) {
  .col_right_desktop > .elementor-container {
    margin-right: auto;
    margin-left: 0; } }

.box_product_1 {
  position: initial; }
  .box_product_1 .thumbnail-container {
    margin-bottom: 0; }
    @media (max-width: 1399px) and (min-width: 1025px) {
      .box_product_1 .thumbnail-container {
        padding: 20px 15px; } }
  @media (min-width: 1400px) {
    .box_product_1 .slick-list {
      padding: 0 18% 0 0 !important; } }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .box_product_1 .slick-list {
      padding: 0 10% 0 0 !important; } }

  @media (max-width: 1399px) and (min-width: 1025px) {
    .box_product_1 .slick-list {
      padding: 0 15px 0 0 !important;
      margin-left: -50px !important; } }
  .box_product_1 .products {
    position: initial; }
  .box_product_1 .slick-arrows {
    display: flex;
    align-items: center;
    gap: 14px;
    position: absolute;
    bottom: 0;
    left: 16%; }
    @media (max-width: 1400px) {
      .box_product_1 .slick-arrows {
        left: 30px; } }
    @media (max-width: 1024px) {
      .box_product_1 .slick-arrows {
        left: 20px; } }
    .box_product_1 .slick-arrows .slick-arrow {
      position: initial;
      transform: none;
      width: 50px;
      height: 50px;
      border-radius: 14px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      transition: 0.25s all; }
      .box_product_1 .slick-arrows .slick-arrow::before {
        font-family: "Font Awesome Regular";
        font-size: 14px;
        opacity: 1;
        color: #212121;
        transition: 0.25s all; }
      .box_product_1 .slick-arrows .slick-arrow.slick-next::before {
        content: "\f178"; }
      .box_product_1 .slick-arrows .slick-arrow.slick-prev::before {
        content: "\f177"; }
      .box_product_1 .slick-arrows .slick-arrow:hover {
        background-color: #212121; }
        .box_product_1 .slick-arrows .slick-arrow:hover::before {
          color: #fff; }

.col_product_1 {
  position: initial; }
  .col_product_1 > .elementor-column-wrap {
    position: initial; }
    .col_product_1 > .elementor-column-wrap > .elementor-widget-wrap {
      position: initial; }

.brand_list > .elementor-column-wrap > .elementor-widget-wrap {
  gap: 18px;
  justify-content: center; }
.brand_list .elementor-image-box-wrapper {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 14px; }
.brand_list .elementor-image-box-img {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px auto 13px !important; }
.brand_list .elementor-image-box-content {
  border-top: 1px solid #eaeaea; }
  .brand_list .elementor-image-box-content .elementor-image-box-title span.text_color {
    font-weight: 400;
    color: var(--text-color); }

@media (max-width: 767px) {
  .mb_center {
    margin-left: auto;
    margin-right: auto; } }

.blog_size_1 img {
  transition: 0.25s all; }
  @media (min-width: 480px) {
    .blog_size_1 img {
      height: 600px;
      object-fit: cover; } }
  @media (min-width: 480px) and (max-width: 1024px) {
    .blog_size_1 img {
      height: 590px; } }

.blog_item > .elementor-column-wrap > .elementor-widget-wrap {
  border-radius: 14px;
  overflow: hidden; }
.blog_item:hover .blog_size_1 img,
.blog_item:hover .blog_size_2 img {
  transform: scale(1.05); }

.blog_size_2 img {
  transition: 0.25s all;
  height: 285px;
  object-fit: cover; }

.box_blog .blog-container {
  position: relative; }
  .box_blog .blog-container .blog-image-container {
    border-radius: 14px;
    overflow: hidden; }
    .box_blog .blog-container .blog-image-container a::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.6;
      background: linear-gradient(180deg, transparent 0%, #000 100%);
      border-radius: 14px;
      transition: 0.25s all; }
    .box_blog .blog-container .blog-image-container img {
      width: 100%;
      height: 285px;
      object-fit: cover;
      transition: 0.25s all;
      position: relative;
      z-index: -1; }
  .box_blog .blog-container .blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: var(--font-family-heading); }
    .rtl .box_blog .blog-container .blog-meta {
      right: 30px;
      left: auto; }
  .box_blog .blog-container .cat {
    margin-right: 10px; }
    .rtl .box_blog .blog-container .cat {
      margin-left: 10px;
      margin-right: inherit; }
    .box_blog .blog-container .cat a {
      display: inline-block;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      color: #212121;
      text-transform: uppercase;
      background-color: var(--theme-color-default);
      padding: 5px 12px;
      border-radius: 30px; }
  .box_blog .blog-container .created {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff; }
  .box_blog .blog-container .blog-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    margin-bottom: 0; }
    .box_blog .blog-container .blog-title a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      color: #fff;
      transition: 0.25s all; }
      .box_blog .blog-container .blog-title a:hover {
        color: var(--theme-color-default); }
  .box_blog .blog-container:hover .blog-image-container img {
    transform: scale(1.05); }
.box_blog .slick-list .slick-track {
  padding-top: 0; }

.box_footer_social .elementor-social-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.box_newletter .block_newsletter {
  padding: 0;
  background-color: transparent;
  max-width: none;
  display: block; }
  .box_newletter .block_newsletter .row {
    margin-left: 0;
    margin-right: 0; }
    .box_newletter .block_newsletter .row > * {
      padding-left: 0;
      padding-right: 0; }
  .box_newletter .block_newsletter > .row > div {
    width: 100%; }
  .box_newletter .block_newsletter #block-newsletter-label {
    display: none; }
  .box_newletter .block_newsletter form .row .col-xs-12:first-of-type {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .box_newletter .block_newsletter form .row .col-xs-12:first-of-type {
        justify-content: center; } }
  .box_newletter .block_newsletter form .row .col-xs-12:last-of-type p {
    display: none; }
  .box_newletter .block_newsletter form .input-wrapper {
    overflow: initial;
    position: relative; }
    .box_newletter .block_newsletter form .input-wrapper::before {
      content: "\f2b6";
      font-family: "Font Awesome Light";
      font-size: 16px;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }
      .rtl .box_newletter .block_newsletter form .input-wrapper::before {
        right: 20px;
        left: auto; }
  .box_newletter .block_newsletter form input[type="email"] {
    height: 50px;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #212121;
    padding: 18px 20px 18px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06); }
    .rtl .box_newletter .block_newsletter form input[type="email"] {
      padding: 18px 40px 18px 20px; }
    .box_newletter .block_newsletter form input[type="email"]::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      line-height: 1;
      opacity: 1; }
    .box_newletter .block_newsletter form input[type="email"]::-moz-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      line-height: 1;
      opacity: 1; }
    .box_newletter .block_newsletter form input[type="email"]:-moz-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      line-height: 1;
      opacity: 1; }
    .box_newletter .block_newsletter form input[type="email"]:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      line-height: 1;
      opacity: 1; }
  .box_newletter .block_newsletter form button[type="submit"] {
    position: initial;
    order: 2;
    width: auto;
    height: auto;
    font-family: var(--font-family-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 18px 30px;
    background-color: #212121;
    color: #fff;
    border-radius: 14px;
    transition: 0.25s all; }
    .box_newletter .block_newsletter form button[type="submit"]:hover {
      background-color: var(--theme-color-default);
      color: #212121; }
    .box_newletter .block_newsletter form button[type="submit"] span {
      display: inline-block; }
    .box_newletter .block_newsletter form button[type="submit"] i {
      display: none; }
.box_newletter.newletter_1 .block_newsletter form .input-wrapper {
  width: 100%;
  margin-bottom: 14px; }
@media (min-width: 480px) {
  .box_newletter.newletter_2 .block_newsletter form .input-wrapper {
    flex: 1;
    margin-right: 10px; }
    .rtl .box_newletter.newletter_2 .block_newsletter form .input-wrapper {
      margin-left: 10px;
      margin-right: inherit; } }
@media (max-width: 479px) {
  .box_newletter.newletter_2 .block_newsletter form .input-wrapper {
    width: 100%;
    margin-bottom: 15px; } }
.box_newletter.newletter_2 .block_newsletter form button[type="submit"] {
  display: inline-flex;
  align-items: center; }
  .box_newletter.newletter_2 .block_newsletter form button[type="submit"]::after {
    content: "\f105";
    font-family: "Font Awesome Regular";
    font-size: 13px;
    margin-left: 12px; }
    .rtl .box_newletter.newletter_2 .block_newsletter form button[type="submit"]::after {
      margin-right: 12px;
      margin-left: inherit; }
  .box_newletter.newletter_2 .block_newsletter form button[type="submit"]:hover {
    background-color: #212121;
    color: var(--theme-color-default); }

@media (max-width: 767px) {
  .mb_fullwidth {
    width: 100% !important; } }

@media (max-width: 767px) {
  .footer_logo {
    text-align: center; } }

@media (max-width: 767px) {
  .block_link {
    text-align: center; }
    .block_link .linklist-toggle {
      display: inline-flex; }
    .block_link .linklist-menu {
      margin-top: 15px; } }

.header_scrolling > .elementor-container > .elementor-row {
  flex-wrap: nowrap !important; }

.header_scroll-item {
  width: auto !important;
  white-space: nowrap; }
  .header_scroll-item .elementor-widget-wrap {
    flex-wrap: nowrap;
    animation: infinite scrollRight 25s linear;
    transform: translateX(0);
    display: inline-block; }
    [dir] .header_scroll-item .elementor-widget-wrap {
      animation: infinite scrollLeft 25s linear; }
  .header_scroll-item img {
    max-width: none !important; }

@keyframes scrollRight {
  to {
    transform: translateX(-50%); } }
@keyframes scrollLeft {
  to {
    transform: translateX(50%); } }
.box_product_tab .widget-tab-title {
  font-family: var(--font-family-heading);
  position: relative;
  transition: 0.25s all;
  cursor: pointer; }
  .box_product_tab .widget-tab-title:hover {
    color: var(--theme-color-default) !important; }
  .box_product_tab .widget-tab-title.active {
    text-decoration: underline; }

.box_feature_2 > .elementor-container > .elementor-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; }
  @media (max-width: 1100px) {
    .box_feature_2 > .elementor-container > .elementor-row {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .box_feature_2 > .elementor-container > .elementor-row {
      gap: 20px; } }
  @media (max-width: 575px) {
    .box_feature_2 > .elementor-container > .elementor-row {
      grid-template-columns: repeat(1, 1fr); } }
  .box_feature_2 > .elementor-container > .elementor-row > .elementor-column {
    width: 100% !important;
    overflow: hidden; }
    .box_feature_2 > .elementor-container > .elementor-row > .elementor-column::before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
      border: solid #eaeaea;
      border-width: 1px 1px 0 0; }
      .rtl .box_feature_2 > .elementor-container > .elementor-row > .elementor-column::before {
        left: 20px;
        right: auto; }
      [dir] .box_feature_2 > .elementor-container > .elementor-row > .elementor-column::before {
        border-width: 1px 0 0 1px; }
    .box_feature_2 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
      transition: 0.25s all; }
    .box_feature_2 > .elementor-container > .elementor-row > .elementor-column:hover > .elementor-column-wrap {
      border-color: #212121 !important; }
    .box_feature_2 > .elementor-container > .elementor-row > .elementor-column:hover::before {
      border-color: #212121; }
    .box_feature_2 > .elementor-container > .elementor-row > .elementor-column:hover .number_heading {
      opacity: 1;
      visibility: visible; }

.number_heading {
  -webkit-text-stroke: 1px #212121;
  transition: 0.25s all; }
  @media (min-width: 1025px) {
    .number_heading {
      opacity: 0;
      visibility: hidden; } }

@media (min-width: 1200px) {
  .box_carousel_2 .slick-list {
    padding: 0 9.6% 0 9.6% !important; }
    .rtl .box_carousel_2 .slick-list {
      padding: 0 9.6% !important 0 9.6%; } }
@media (max-width: 1199px) and (min-width: 1025px) {
  .box_carousel_2 .slick-list {
    padding: 0 30px 0 30px !important; }
    .rtl .box_carousel_2 .slick-list {
      padding: 0 30px !important 0 30px; } }
.box_carousel_2 .image {
  border-radius: 14px;
  overflow: hidden;
  position: relative; }
  .box_carousel_2 .image::before {
    content: "\2b";
    font-family: "Font Awesome Regular";
    font-size: 18px;
    color: #212121;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: 0.25s all; }
    .rtl .box_carousel_2 .image::before {
      left: 20px;
      right: auto; }
    .box_carousel_2 .image::before:hover {
      background-color: var(--theme-color-default); }
  .box_carousel_2 .image:hover::before {
    opacity: 1;
    visibility: visible; }

.box_blog_2 .blog-image-container img {
  border-radius: 14px; }
.box_blog_2 .left-block {
  margin-bottom: 40px; }
.box_blog_2 .right-block {
  display: flex;
  flex-direction: column-reverse; }
.box_blog_2 .blog-meta {
  margin-bottom: 20px;
  font-family: var(--font-family-heading);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  .box_blog_2 .blog-meta .cat {
    padding: 4px 11px;
    border-radius: 30px;
    border: 1px solid #212121; }
  .box_blog_2 .blog-meta .blog-title {
    margin-bottom: 0; }

.box_blog_3 .blog-image-container img {
  border-radius: 14px 14px 0 0; }
.box_blog_3 .left-block {
  margin-bottom: 0; }
.box_blog_3 .blog-meta .cat {
  border-radius: 7px; }
.box_blog_3 .right-block {
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 14px 14px; }
@media (min-width: 1200px) {
  .box_blog_3:not(.no-padding) .slick-list {
    padding: 0 20% 0 0 !important; }
    [dir] .box_blog_3:not(.no-padding) .slick-list {
      padding: 0 0 0 20% !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .box_footer_link_2 > .elementor-container {
    max-width: 100% !important; } }
@media (min-width: 768px) {
  .box_footer_link_2 > .elementor-container > .elementor-row {
    justify-content: space-between; }
    .box_footer_link_2 > .elementor-container > .elementor-row > .elementor-column {
      width: fit-content !important; } }
.box_footer_link_2 .linklist-toggle span.icon-toggle {
  color: #fff; }

.hero2_heading {
  color: transparent;
  -webkit-text-stroke: 1px #212121; }

.box_cate_3 {
  position: initial; }
  @media (min-width: 768px) {
    .box_cate_3 .slick-list {
      padding: 0 78px 0 0 !important; } }
  .box_cate_3 .image {
    position: relative; }
    @media (max-width: 767px) {
      .box_cate_3 .image {
        width: fit-content;
        margin-left: auto;
        margin-right: auto; } }
    .box_cate_3 .image img {
      border-radius: 14px; }
    .box_cate_3 .image .item-description {
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .rtl .box_cate_3 .image .item-description {
        right: 20px;
        left: auto; }
      .box_cate_3 .image .item-description a {
        display: inline-flex;
        align-items: center;
        padding: 14px 16px;
        background-color: #fff;
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        font-family: var(--font-family-heading);
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
        transition: 0.25s all; }
        .box_cate_3 .image .item-description a::after {
          content: "\f105";
          font-family: "Font Awesome Regular";
          font-size: 16px;
          margin-left: 13px; }
          .rtl .box_cate_3 .image .item-description a::after {
            margin-right: 13px;
            margin-left: inherit; }
        .box_cate_3 .image .item-description a:hover {
          background-color: #212121; }
  .box_cate_3 .slick-arrows {
    position: absolute;
    top: 280px;
    left: 16.5%;
    display: flex;
    align-items: center;
    gap: 14px; }
    @media (max-width: 1024px) {
      .box_cate_3 .slick-arrows {
        top: calc(100% + 20px);
        left: 20px; } }
    @media (max-width: 767px) {
      .box_cate_3 .slick-arrows {
        left: 15px; } }
    .box_cate_3 .slick-arrows .slick-arrow {
      position: initial;
      transform: none;
      width: 50px;
      height: 50px;
      border-radius: 14px;
      border: 1px solid #eaeaea;
      background-color: #fff;
      transition: 0.25s all; }
      .box_cate_3 .slick-arrows .slick-arrow::before {
        color: #212121;
        opacity: 1;
        font-size: 25px; }
      .box_cate_3 .slick-arrows .slick-arrow:hover {
        background-color: var(--theme-color-default);
        border-color: var(--theme-color-default); }
        .box_cate_3 .slick-arrows .slick-arrow:hover::before {
          opacity: 1;
          color: #212121; }
  .box_cate_3 .slick-slider {
    position: initial; }

.pos_initial {
  position: initial; }
  .pos_initial > .elementor-column-wrap {
    position: initial; }
    .pos_initial > .elementor-column-wrap > .elementor-widget-wrap {
      position: initial; }

@media (min-width: 1025px) {
  .box_tab_left {
    min-width: 480px; } }

.box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title {
  font-family: var(--font-family-heading);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: 0.25s all;
  padding-left: 0; }
  .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title {
    padding-right: 0;
    padding-left: inherit; }
  .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title:hover {
    color: var(--theme-color-default); }
  .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title::before {
    content: "\f178";
    font-family: "Font Awesome Regular";
    font-size: 14px;
    font-weight: 400;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgba(188, 255, 106, 0.2);
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    left: -50px;
    transform: translateY(-50%);
    transition: 0.25s all; }
    .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title::before {
      right: -50px;
      left: auto; }
    [dir] .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title::before {
      content: "\f177"; }
  .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
    margin-bottom: 42px; }
  .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    color: var(--theme-color-default);
    padding-left: 70px; }
    .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
      padding-right: 70px;
      padding-left: inherit; }
    .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active::before {
      left: 0;
      opacity: 1;
      visibility: visible; }
      .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active::before {
        right: 0;
        left: auto; }
  @media (max-width: 1024px) {
    .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title {
      font-size: 20px; }
      .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title::before {
        width: 40px;
        height: 40px;
        left: -40px; }
        .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title::before {
          right: -40px;
          left: auto; }
      .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
        margin-bottom: 30px; }
      .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
        padding-left: 60px; }
        .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
          padding-right: 60px;
          padding-left: inherit; }
        .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active::before {
          left: 0; }
          .rtl .box_tab_left_content .elementor-tabs-wrapper .elementor-tab-title.elementor-active::before {
            right: 0;
            left: auto; } }
@media (max-width: 1700px) and (min-width: 1025px) {
  .box_tab_left_content {
    padding: 120px 80px 120px 30px !important; } }

@media (max-width: 767px) {
  .box_tab_3 .elementor-tab-title {
    display: none; } }
.box_tab_3 .elementor-tab-content {
  padding: 0;
  margin-top: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .box_tab_3 .elementor-tab-content {
      width: calc(100% + 60px);
      margin-left: -60px;
      margin-top: 60px; }
      .rtl .box_tab_3 .elementor-tab-content {
        margin-right: -60px;
        margin-left: inherit; } }
  .box_tab_3 .elementor-tab-content p {
    margin-bottom: 0; }
  .box_tab_3 .elementor-tab-content img {
    border-radius: 14px 0 0 14px;
    object-fit: cover; }
    [dir] .box_tab_3 .elementor-tab-content img {
      border-radius: 0 14px 14px 0; }
    @media (max-width: 1024px) {
      .box_tab_3 .elementor-tab-content img {
        max-height: 529px; } }
    @media (max-width: 767px) {
      .box_tab_3 .elementor-tab-content img {
        max-height: 400px;
        border-radius: 14px; } }
  .box_tab_3 .elementor-tab-content .tab3_btn {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-family-heading);
    color: #212121;
    border-radius: 50%;
    border: 1px solid #212121;
    background-color: #fff;
    transition: 0.25s all;
    position: absolute;
    top: -60px;
    right: 23%;
    opacity: 0;
    visibility: hidden; }
    .rtl .box_tab_3 .elementor-tab-content .tab3_btn {
      left: 23%;
      right: auto; }
    @media (max-width: 767px) {
      .box_tab_3 .elementor-tab-content .tab3_btn {
        display: none; } }
    .box_tab_3 .elementor-tab-content .tab3_btn:hover {
      background-color: var(--theme-color-default); }
  .box_tab_3 .elementor-tab-content.elementor-active .tab3_btn {
    opacity: 1;
    visibility: visible; }

.box_brand_3 .slick-slide .item {
  padding: 10px 0; }
.box_brand_3 .slick-slide:not(.slick-current) .item {
  position: relative; }
  .box_brand_3 .slick-slide:not(.slick-current) .item::before {
    content: "";
    width: 1px;
    height: calc(100% + 2px);
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%); }

.box_text_3 .elementor-heading-title {
  -webkit-text-stroke: 1px #212121;
  text-wrap: nowrap; }

.box_text::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 100%); }

.box_testi_3 .block-carousel-container {
  padding: 50px;
  border-radius: 14px;
  border: 1px solid #eaeaea; }
  @media (max-width: 400px) {
    .box_testi_3 .block-carousel-container {
      padding: 30px; } }
.box_testi_3 .image {
  position: relative; }
  .box_testi_3 .image img {
    position: absolute;
    bottom: 0;
    left: 0; }
    .rtl .box_testi_3 .image img {
      right: 0;
      left: auto; }
.box_testi_3 .stars {
  margin-bottom: 24px; }
  .box_testi_3 .stars i {
    font-family: "FontAwesome";
    font-style: normal;
    color: #212121;
    font-size: 15px; }
.box_testi_3 .item-description p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 30px; }
.box_testi_3 .author {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  padding-left: 54px; }
  .rtl .box_testi_3 .author {
    padding-right: 54px;
    padding-left: inherit; }

.image_full_height {
  height: 100%; }
  .image_full_height * {
    height: 100%; }
  .image_full_height img {
    object-fit: cover; }

.box_banner_4 > .elementor-column-wrap > .elementor-widget-wrap {
  overflow: hidden; }

@media (max-width: 1300px) and (min-width: 1025px) {
  .banner_4_heading .elementor-heading-title {
    font-size: 60px !important; } }

.underline {
  position: relative;
  z-index: 2; }
  .underline::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: var(--theme-color-default);
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: -1; }

.box_video .elementor-custom-embed-image-overlay img {
  opacity: 0;
  max-height: 300px; }
.box_video .elementor-custom-embed-play i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  text-shadow: none;
  opacity: 1;
  display: flex;
  justify-content: center;
  color: #212121;
  align-items: center;
  transition: 0.25s all; }
  @media (max-width: 767px) {
    .box_video .elementor-custom-embed-play i {
      width: 80px;
      height: 80px; } }
  .box_video .elementor-custom-embed-play i:hover {
    background-color: var(--theme-color-default); }
  .box_video .elementor-custom-embed-play i::before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 18px; }

.text_stroke_4 {
  color: transparent;
  -webkit-text-stroke: 1px #fff; }

.stroke_df {
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-default); }

.box_testi_4 .block-carousel-container {
  padding: 30px 30px 30px 0;
  position: relative; }
  .rtl .box_testi_4 .block-carousel-container {
    padding: 30px 0 30px 30px; }
  @media (max-width: 480px) {
    .box_testi_4 .block-carousel-container {
      padding-right: 0; }
      .rtl .box_testi_4 .block-carousel-container {
        padding-left: 0;
        padding-right: inherit; } }
.box_testi_4 .image img {
  position: absolute;
  bottom: 30px;
  right: 0; }
  .rtl .box_testi_4 .image img {
    left: 0;
    right: auto; }
.box_testi_4 .stars {
  margin-bottom: 24px;
  line-height: 1; }
  .box_testi_4 .stars i {
    font-family: "FontAwesome";
    font-style: normal;
    color: #212121;
    font-size: 15px; }
.box_testi_4 .item-description p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 30px; }
.box_testi_4 .author {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121; }
.box_testi_4 .slick-slide:not(.slick-current) .item {
  border-left: 1px solid #d9d9d9; }
.box_testi_4 .elementor-slick-slider ul.slick-dots {
  position: initial;
  margin-top: 60px; }
  @media (max-width: 1024px) {
    .box_testi_4 .elementor-slick-slider ul.slick-dots {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .box_testi_4 .elementor-slick-slider ul.slick-dots {
      margin-top: 30px; } }

@media (min-width: 1320px) {
  .container {
    width: 1320px; } }
@media (max-width: 1319px) {
  .container {
    width: 100%; } }

body:not(#index) .footer_logo.black {
  filter: brightness(0); }

.breadcrumb-bg {
  margin-bottom: 60px; }
  [dir] .breadcrumb-bg {
    right: 50%;
    transform: translateX(50%); }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase; }

.fa-regular {
  font-family: "Font Awesome Regular";
  font-style: normal; }
  .fa-regular.fa-location-dot::before {
    content: "\f3c5"; }

#js-product-list-header {
  font-size: 30px; }

.quickview .lSAction > a {
  height: 28px; }
.quickview .lSSlideOuter.vertical .lSAction > a {
  height: 30px; }
.quickview .lSSlideOuter li.lslide img {
  border: 1px solid #212121;
  border-radius: 14px;
  object-fit: contain; }
.quickview .lSSlideOuter:not(.vertical) .lSPager.lSGallery {
  margin-top: 10px !important; }
.quickview .lSSlideOuter .lSPager.lSGallery li {
  border-radius: 14px !important;
  border: 1px solid #eaeaea !important; }
  .quickview .lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #212121 !important; }
.quickview .lSSlideOuter .leo-pager-controls > button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer; }
  .quickview .lSSlideOuter .leo-pager-controls > button:hover, .quickview .lSSlideOuter .leo-pager-controls > button:focus {
    outline: none; }

.leo-quicklogin-modal .modal-content {
  border-radius: 10px; }
.leo-quicklogin-modal .modal-dialog {
  max-width: 450px; }
.leo-quicklogin-modal .modal-header {
  padding: 10px 10px 0;
  border: none; }
.leo-quicklogin-modal .leo-login-title,
.leo-quicklogin-modal .leo-register-title {
  font-size: 20px; }
.leo-quicklogin-modal .form-control {
  border-color: #eaeaea; }
.leo-quicklogin-modal .modal-footer {
  border: none;
  padding: 0; }
.leo-quicklogin-modal .lql-form-content-element .form-control-label {
  padding-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center; }
  .leo-quicklogin-modal .lql-form-content-element .form-control-label input[type="checkbox"] {
    margin-right: 5px; }
    .rtl .leo-quicklogin-modal .lql-form-content-element .form-control-label input[type="checkbox"] {
      margin-left: 5px;
      margin-right: inherit; }
.leo-quicklogin-modal .form-control-valign {
  padding-top: 0; }
.leo-quicklogin-modal .row.lql-form-content-element {
  display: flex;
  align-items: center; }
  .leo-quicklogin-modal .row.lql-form-content-element > div {
    display: flex;
    align-items: center; }
    .leo-quicklogin-modal .row.lql-form-content-element > div.text-sm-right {
      justify-content: flex-end; }
  .leo-quicklogin-modal .row.lql-form-content-element .form-control-label {
    padding: 0;
    margin: 0;
    font-weight: 500;
    margin-left: 6px; }
    .rtl .leo-quicklogin-modal .row.lql-form-content-element .form-control-label {
      margin-right: 6px;
      margin-left: inherit; }
  .leo-quicklogin-modal .row.lql-form-content-element .leoquicklogin-forgotpass {
    font-size: 14px;
    font-weight: 500; }

/*# sourceMappingURL=front.css.map */
