/*
 *   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-social-icons-wrapper {
  line-height: 1; }

.elementor-image-box-img {
  line-height: 1; }

button:focus {
  outline: none; }

.icon_location .elementor-icon-box-icon i::before {
  content: '\f3c5';
  font-family: "Fontawesome 6 Pro";
  font-weight: 400; }

.btn_link {
  display: inline-flex;
  align-items: center; }
  .btn_link::after {
    content: '\f105';
    font-family: "Fontawesome 6 Pro";
    margin-left: 10px;
    transition: 0.1s all; }
    .rtl .btn_link::after {
      margin-right: 10px;
      margin-left: inherit; }
    [dir] .btn_link::after {
      content: '\f104'; }
  .btn_link:hover {
    color: var(--theme-color-default) !important; }
    .btn_link:hover::after {
      content: '\f061'; }

.link_btn .elementor-button-link {
  display: inline-flex;
  align-items: center; }
  .link_btn .elementor-button-link::after {
    content: '\f105';
    font-family: "Fontawesome 6 Pro";
    margin-left: 10px;
    font-size: 15px;
    transition: 0.1s all; }
    .rtl .link_btn .elementor-button-link::after {
      margin-right: 10px;
      margin-left: inherit; }
    [dir] .link_btn .elementor-button-link::after {
      content: '\f104'; }
  .link_btn .elementor-button-link:hover {
    color: #335472 !important; /*var(--theme-color-default) !important;*/ }
    .link_btn .elementor-button-link:hover::after {
      content: '\f061'; }

.header-button-wishlist .ap-btn-wishlist {
  color: #000;
  position: relative; }
  .header-button-wishlist .ap-btn-wishlist i {
    font-size: 20px; }
  .header-button-wishlist .ap-btn-wishlist:hover {
    color: var(--theme-color-default); }
.header-button-wishlist .ap-total {
  position: absolute;
  bottom: -1px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color-default);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: 400; }
  .rtl .header-button-wishlist .ap-total {
    left: -8px;
    right: auto; }

.box_slide .tp-caption {
  width: auto !important; }
.box_slide .slide_center {
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center; }
.box_slide .slide_title {
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--theme-color-default); }
.box_slide .slide_heading {
  font-family: var(--font-family-septenary);
  font-weight: 400;
  line-height: 96px;
  text-transform: none; }
.box_slide .slide_heading2 {
  font-family: var(--font-family-senary);
  font-weight: 400;
  line-height: 96px;
  text-transform: none; }
.box_slide .slide_cate {
  font-family: var(--font-family-septenary);
  font-weight: 400;
  line-height: 38px;
  text-transform: none; }
.box_slide .slide_img img {
  border-radius: 4px; }
.box_slide .slide_count {
  text-transform: none;
  line-height: 20px; }
.box_slide .slide_text {
  line-height: 24px;
  text-transform: none; }
.box_slide .slide_btn .caption-contain {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 18px 40px;
  border-radius: 4px;
  background-color: var(--theme-color-default);
  color: #fff;
  transition: 0.2s all ease-in-out;
  display: flex;
  align-items: center; }
  .box_slide .slide_btn .caption-contain::after {
    content: '\f105';
    font-family: "Fontawesome 6 Pro";
    font-size: 15px;
    margin-left: 10px;
    transition: 0.1s all; }
    .rtl .box_slide .slide_btn .caption-contain::after {
      margin-right: 10px;
      margin-left: inherit; }
  .box_slide .slide_btn .caption-contain:hover {
    background-color: #222; }
    .box_slide .slide_btn .caption-contain:hover::after {
      content: '\f061'; }
.box_slide .slide_btn.btn_white .caption-contain {
  color: #000;
  background-color: #fff; }
  .box_slide .slide_btn.btn_white .caption-contain:hover {
    background-color: var(--theme-color-default);
    color: #fff; }
.box_slide .slide_btn_mobile .caption-contain {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 18px 40px;
  border-radius: 4px;
  background-color: var(--theme-color-default);
  color: #fff;
  transition: 0.2s all ease-in-out;
  display: flex;
  align-items: center; }
  .box_slide .slide_btn_mobile .caption-contain::after {
    content: '\f105';
    font-family: "Fontawesome 6 Pro";
    font-size: 15px;
    margin-left: 10px;
    transition: 0.1s all; }
    .rtl .box_slide .slide_btn_mobile .caption-contain::after {
      margin-right: 10px;
      margin-left: inherit; }
  .box_slide .slide_btn_mobile .caption-contain:hover {
    background-color: #222; }
    .box_slide .slide_btn_mobile .caption-contain:hover::after {
      content: '\f061'; }
.box_slide .slide_btn_mobile.btn_white .caption-contain {
  color: #000;
  background-color: #fff; }
  .box_slide .slide_btn_mobile.btn_white .caption-contain:hover {
    background-color: var(--theme-color-default);
    color: #fff; }
.box_slide .iview-controlNav {
  opacity: 1; }
  .box_slide .iview-controlNav div.iview-items {
    bottom: 80px; }
    .box_slide .iview-controlNav div.iview-items ul {
      height: 6px; }
      .box_slide .iview-controlNav div.iview-items ul li {
        height: 6px; }
        .box_slide .iview-controlNav div.iview-items ul li a.iview-control {
          width: 6px;
          height: 6px;
          margin: 0 10px;
          background-color: #000;
          opacity: 0.5;
          position: relative;
          transition: 0.25s all ease-in-out; }
          .box_slide .iview-controlNav div.iview-items ul li a.iview-control::before {
            content: '';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #000;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            visibility: hidden;
            transition: 0.25s all ease-in-out; }
          .box_slide .iview-controlNav div.iview-items ul li a.iview-control.active {
            opacity: 1; }
            .box_slide .iview-controlNav div.iview-items ul li a.iview-control.active::before {
              opacity: 1;
              visibility: visible; }
.box_slide.slide_home2 .iview-controlNav div.iview-items ul li a.iview-control {
  background-color: #fff; }
  .box_slide.slide_home2 .iview-controlNav div.iview-items ul li a.iview-control::before {
    border: 1px solid #fff; }

.font_second * {
  font-family: var(--font-family-septenary) !important; }

.btn_theme .elementor-button-link {
  display: inline-flex;
  align-items: center; }
  .btn_theme .elementor-button-link::after {
    content: '\f105';
    font-family: "Fontawesome 6 Pro";
    font-size: 16px;
    margin-left: 10px;
    transition: 0.1s all; }
    .rtl .btn_theme .elementor-button-link::after {
      margin-right: 10px;
      margin-left: inherit; }
  .btn_theme .elementor-button-link:hover {
    background-color: var(--btn-bg-hover) !important;
    color: var(--btn-color-hover) !important; }
    .btn_theme .elementor-button-link:hover::after {
      content: '\f061'; }

.btn_default .elementor-button-link {
  background-color: var(--btn-bg) !important;
  color: var(--btn-color) !important; }
  .btn_default .elementor-button-link:hover {
    background-color: var(--btn-bg-hover) !important;
    color: var(--btn-color-hover) !important; }

@media (max-width: 767px) {
  .img_rotate {
    position: initial !important; } }
.img_rotate img {
  animation: spin 5s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.box_icon .elementor-image-box-title {
  font-family: var(--font-family-septenary); }

.cate1_item {
  overflow: hidden; }
  .cate1_item .elementor-image-box-content {
    position: relative; }
    .cate1_item .elementor-image-box-content > * {
      position: relative;
      z-index: 2; }
    .cate1_item .elementor-image-box-content::before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: 0.25s all ease-in-out; }
      .rtl .cate1_item .elementor-image-box-content::before {
        right: 0;
        left: auto; }
  .cate1_item .elementor-image-box-title {
    font-family: var(--font-family-septenary); }
    .cate1_item .elementor-image-box-title a {
      color: #000;
      position: relative; }
      .cate1_item .elementor-image-box-title a::before {
        content: '';
        width: 0;
        height: 1px;
        background-color: #000;
        opacity: 0;
        visibility: visible;
        transition: 0.25s all ease-in-out;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
        .rtl .cate1_item .elementor-image-box-title a::before {
          right: 0;
          left: auto; }
      .cate1_item .elementor-image-box-title a::after {
        content: '';
        width: 0;
        height: 1px;
        background-color: var(--theme-color-default);
        opacity: 0;
        visibility: visible;
        transition: 0.5s all ease-in-out;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
        .rtl .cate1_item .elementor-image-box-title a::after {
          right: 0;
          left: auto; }
      .cate1_item .elementor-image-box-title a:hover {
        color: var(--theme-color-default); }
        .cate1_item .elementor-image-box-title a:hover::after {
          opacity: 1;
          visibility: visible;
          width: 83%; }
  .cate1_item .elementor-image-box-description {
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all ease-in-out;
    transition-delay: 0.1s;
    transform: translateY(20px); }
  .cate1_item:hover .elementor-image-box-content::before {
    opacity: 1;
    visibility: visible;
    top: 0; }
  .cate1_item:hover .elementor-image-box-title a::before {
    opacity: 1;
    visibility: visible;
    width: 83%; }
  .cate1_item:hover .elementor-image-box-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .cate1_item.cate_big img {
    width: 100%;
    height: 1030px;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .cate1_item.cate_big img {
        height: 730px; } }
    @media (max-width: 1024px) and (min-width: 768px) {
      .cate1_item.cate_big img {
        height: 520px; } }
    @media (max-width: 480px) {
      .cate1_item.cate_big img {
        height: 450px; } }
  .cate1_item.cate_small img {
    width: 100%;
    height: 500px;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .cate1_item.cate_small img {
        height: 350px; } }
    @media (max-width: 1024px) {
      .cate1_item.cate_small img {
        height: 250px; } }

@media (max-width: 480px) {
  .fullwidth_xs_down {
    width: 100% !important; }
    .fullwidth_xs_down > .elementor-column-wrap {
      padding: 0 !important; } }

@media (min-width: 768px) {
  .right_column > .elementor-container {
    margin-right: 0; }
    [dir] .right_column > .elementor-container {
      margin-right: auto;
      margin-left: 0; } }
@media (min-width: 768px) {
  [dir] .right_column.no-rtl > .elementor-container {
    margin-right: 0;
    margin-left: auto; } }

@media (min-width: 768px) {
  .left_column > .elementor-container {
    margin-left: 0; }
    [dir] .left_column > .elementor-container {
      margin-left: auto;
      margin-right: 0; } }

.box_product ul.slick-dots > li {
  width: auto;
  height: auto;
  margin-right: 5px; }
  .rtl .box_product ul.slick-dots > li {
    margin-left: 5px;
    margin-right: inherit; }
  .box_product ul.slick-dots > li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: relative;
    padding: 0; }
    .box_product ul.slick-dots > li button::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #000;
      opacity: 0.5; }
  .box_product ul.slick-dots > li.slick-active button {
    border-color: #000; }
    .box_product ul.slick-dots > li.slick-active button::before {
      opacity: 1; }
.box_product .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1024px) {
    .box_product .slick-list {
      margin-left: -10px;
      margin-right: -10px; } }
.box_product.product1_1 ul.slick-dots {
  position: initial;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .box_product.product1_1 ul.slick-dots {
      text-align: left; }
      .rtl .box_product.product1_1 ul.slick-dots {
        text-align: right; } }
.box_product.product1_2 ul.slick-dots {
  position: initial;
  margin-top: 40px; }
.box_product.product1_2 .widget-tabs-wrapper .widget-tab-title {
  font-family: var(--font-family-septenary);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.25s all ease-in-out; }
  .box_product.product1_2 .widget-tabs-wrapper .widget-tab-title::before {
    content: '';
    width: 158px;
    height: 21px;
    background-image: url("https://cdn.shopify.com/s/files/1/0577/9675/5633/files/leo_artfusy_home1_tab-item.png?v=1681973930");
    background-size: cover;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all ease-in-out;
    transform: scale(0.5); }
  .box_product.product1_2 .widget-tabs-wrapper .widget-tab-title.active::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
@media (max-width: 1300px) and (min-width: 1025px) {
  .box_product.product1_2 .thumbnail-container .cart .add-to-cart .name-btn-product {
    display: none; } }

.elementor-slick-slider .slick-dotted.slick-slider {
  margin-bottom: 0; }

.banner_tag .widget-image-caption {
  font-family: var(--font-family-septenary);
  transform: translate(-50%, -50%);
  width: max-content; }

.box_hotspot .image-hotspot-img {
  min-height: 800px; }
  @media (max-width: 1024px) {
    .box_hotspot .image-hotspot-img {
      min-height: 650px; } }
.box_hotspot.hotspot4_1 .image-hotspot-img {
  object-fit: cover;
  min-height: 640px; }
  @media (max-width: 1024px) {
    .box_hotspot.hotspot4_1 .image-hotspot-img {
      min-height: 500px; } }
.box_hotspot .hotspot-btn::after {
  content: '\2b';
  font-family: "Fontawesome 6 Pro";
  font-size: 15px;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 20px; }
.box_hotspot .hotspot-product {
  padding: 10px;
  height: 140px;
  width: 330px;
  padding-left: 120px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
  .rtl .box_hotspot .hotspot-product {
    padding-right: 120px;
    padding-left: inherit; }
  .rtl .box_hotspot .hotspot-product {
    text-align: right; }
  @media (max-width: 767px) {
    .box_hotspot .hotspot-product {
      width: 180px;
      height: auto;
      padding: 10px 10px 10px 10px; }
      .rtl .box_hotspot .hotspot-product {
        padding: 10px 10px 10px 10px; } }
  .box_hotspot .hotspot-product .hotspot-content-image {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px; }
    .rtl .box_hotspot .hotspot-product .hotspot-content-image {
      right: 10px;
      left: auto; }
    .box_hotspot .hotspot-product .hotspot-content-image img {
      width: 95px;
      height: 120px;
      object-fit: cover; }
    @media (max-width: 767px) {
      .box_hotspot .hotspot-product .hotspot-content-image {
        position: initial; }
        .box_hotspot .hotspot-product .hotspot-content-image img {
          width: 180px;
          height: auto; } }
  .box_hotspot .hotspot-product .hotspot-content-title {
    margin-bottom: 6px; }
    .box_hotspot .hotspot-product .hotspot-content-title a {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .box_hotspot .hotspot-product .hotspot-content-title a:hover {
        color: var(--theme-color-default); }
  .box_hotspot .hotspot-product .price {
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    flex: 1; }
  .box_hotspot .hotspot-product .btn-action {
    padding: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000 !important;
    background-color: transparent !important; }
    .box_hotspot .hotspot-product .btn-action:hover {
      color: var(--theme-color-default) !important; }
    .box_hotspot .hotspot-product .btn-action::before {
      content: '\f07a';
      font-family: "Fontawesome 6 Pro";
      font-size: 18px;
      margin-right: 12px;
      font-weight: 400; }
      .rtl .box_hotspot .hotspot-product .btn-action::before {
        margin-left: 12px;
        margin-right: inherit; }

.box_testimonial .elementor-testimonial-content {
  font-family: var(--font-family-septenary);
  margin-bottom: 44px; }
.box_testimonial .elementor-testimonial-image {
  padding-right: 20px !important; }
  .rtl .box_testimonial .elementor-testimonial-image {
    padding-left: 20px !important;
    padding-right: inherit; }
.box_testimonial .elementor-testimonial-name {
  margin-bottom: 10px;
  font-family: var(--font-family-septenary); }

.box_blog .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1024px) {
    .box_blog .slick-list {
      margin-left: -10px;
      margin-right: -10px; } }
.box_blog .left-block {
  max-width: 300px;
  width: 50%; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .box_blog .left-block {
      width: 100%;
      max-width: none; } }
  @media (max-width: 480px) {
    .box_blog .left-block {
      width: 100%;
      max-width: none; } }
  .box_blog .left-block img {
    object-fit: cover;
    border-radius: 4px;
    min-height: 190px; }
.box_blog .blog-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
.box_blog .right-block {
  flex: 1;
  padding-left: 30px; }
  .rtl .box_blog .right-block {
    padding-right: 30px;
    padding-left: inherit; }
  @media (max-width: 1024px) and (min-width: 992px) {
    .box_blog .right-block {
      padding: 20px 0 0 0; }
      .rtl .box_blog .right-block {
        padding: 20px 0 0 0; } }
  @media (max-width: 480px) {
    .box_blog .right-block {
      padding: 20px 0 0 0; }
      .rtl .box_blog .right-block {
        padding: 20px 0 0 0; } }
.box_blog .cat {
  margin-bottom: 10px; }
  .box_blog .cat a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #84C8BB; }
.box_blog .blog-title {
  margin-bottom: 10px; }
  .box_blog .blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--font-family-septenary);
    color: #000; }
    @media (max-width: 1024px) and (min-width: 768px) {
      .box_blog .blog-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; } }
.box_blog .blog-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 30px; }
  .box_blog .blog-meta .author {
    margin-right: 10px;
    color: #000; }
    .rtl .box_blog .blog-meta .author {
      margin-left: 10px;
      margin-right: inherit; }
    .box_blog .blog-meta .author span {
      color: #808080; }
.box_blog .blog-readmore a {
  display: inline-flex;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500; }
  .box_blog .blog-readmore a::after {
    content: '\f105';
    font-family: "Fontawesome 6 Pro";
    margin-left: 10px;
    font-size: 15px;
    transition: 0.1s all; }
    .rtl .box_blog .blog-readmore a::after {
      margin-right: 10px;
      margin-left: inherit; }
    [dir] .box_blog .blog-readmore a::after {
      content: '\f104'; }
  .box_blog .blog-readmore a:hover::after {
    content: '\f061'; }

.box_brand .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
.box_brand .name-manufacturer {
  display: none; }

.box_instagram .leo-instagram-size {
  position: relative;
  padding: 0 !important; }
  .box_instagram .leo-instagram-size::before {
    content: '';
    position: absolute;
    inset: 0;
    transform: scale(0.5);
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all ease-in-out; }
  .box_instagram .leo-instagram-size:hover::before {
    opacity: 0.6;
    visibility: visible;
    transform: scale(1); }

.box_newletter .block_newsletter {
  padding: 0;
  margin-bottom: 0;
  display: block;
  max-width: 600px; }
  .box_newletter .block_newsletter #block-newsletter-label {
    display: none; }
  .box_newletter .block_newsletter .row {
    margin-left: 0;
    margin-right: 0; }
    .box_newletter .block_newsletter .row > * {
      padding: 0;
      width: 100%; }
  .box_newletter .block_newsletter form .row .col-xs-12:last-of-type {
    display: none; }
  .box_newletter .block_newsletter form input[type=email] {
    background-color: #F5F5F5;
    border-radius: 4px;
    border: none;
    height: 48px;
    padding: 10px 20px; }
    .box_newletter .block_newsletter form input[type=email]::-webkit-input-placeholder {
      font-size: 13px;
      line-height: 20px;
      color: #808080;
      opacity: 1; }
    .box_newletter .block_newsletter form input[type=email]::-moz-placeholder {
      font-size: 13px;
      line-height: 20px;
      color: #808080;
      opacity: 1; }
    .box_newletter .block_newsletter form input[type=email]:-moz-placeholder {
      font-size: 13px;
      line-height: 20px;
      color: #808080;
      opacity: 1; }
    .box_newletter .block_newsletter form input[type=email]:-ms-input-placeholder {
      font-size: 13px;
      line-height: 20px;
      color: #808080;
      opacity: 1; }
  .box_newletter .block_newsletter form button[type=submit] {
    background-color: transparent;
    color: #000;
    height: 48px;
    top: 0;
    right: 10px; }
    .rtl .box_newletter .block_newsletter form button[type=submit] {
      left: 10px;
      right: auto; }
    .box_newletter .block_newsletter form button[type=submit] i::before {
      content: '\f0e0';
      font-family: "Fontawesome 6 Pro";
      font-size: 20px;
      font-weight: 400; }
    .box_newletter .block_newsletter form button[type=submit]:hover {
      color: var(--theme-color-default); }
.box_newletter.newletter_2 .block_newsletter {
  background-color: transparent; }
  .box_newletter.newletter_2 .block_newsletter form input[type=email] {
    background-color: #fff;
    border-radius: 4px; }

.linklist-toggle {
  margin-bottom: 0; }

.box_icon2_item .elementor-image-box-img {
  width: 48px;
  height: 48px; }
  .box_icon2_item .elementor-image-box-img img {
    object-fit: cover;
    max-width: none; }
.box_icon2_item .elementor-image-box-title {
  font-family: var(--font-family-septenary); }

.box_product_tab2 .widget-tab-title {
  font-family: var(--font-family-septenary);
  position: relative;
  cursor: pointer; }
  .box_product_tab2 .widget-tab-title:not(:last-child)::after {
    content: '';
    height: 30px;
    width: 1px;
    background-color: #666;
    transform: rotate(21deg);
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%) rotate(21deg); }
    .rtl .box_product_tab2 .widget-tab-title:not(:last-child)::after {
      left: -2px;
      right: auto; }
@media (max-width: 1300px) and (min-width: 1025px) {
  .box_product_tab2 .thumbnail-container .cart .add-to-cart .name-btn-product {
    display: none; } }

.box_countdown ul.deal-clock {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .box_countdown ul.deal-clock > li {
    width: 90px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    background-color: var(--theme-color-default);
    margin: 0 2.5px; }
  .box_countdown ul.deal-clock .lcd_number b {
    font-family: var(--font-family-septenary);
    font-weight: 400;
    font-size: 40px;
    line-height: 46px; }
  .box_countdown ul.deal-clock .lcd_text {
    margin-top: -1px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px; }

.hotspot_1 .image-hotspot-img {
  max-width: 519px; }

@media (min-width: 1025px) {
  .hotspot_left {
    flex: 1; } }
.hotspot_left .image-hotspot-img {
  max-width: 519px; }

@media (min-width: 1025px) {
  .hotspot_right {
    flex: 1; } }
.hotspot_right .image-hotspot-img {
  max-width: 645px; }

.hotspot_left .hotspot-btn::after, .hotspot_right .hotspot-btn::after {
  content: '\2b';
  font-family: "Fontawesome 6 Pro";
  font-size: 15px;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 20px; }
.hotspot_left .hotspot-product, .hotspot_right .hotspot-product {
  padding: 10px;
  height: 140px;
  width: 330px;
  padding-left: 120px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
  .rtl .hotspot_left .hotspot-product, .rtl .hotspot_right .hotspot-product {
    padding-right: 120px;
    padding-left: inherit; }
  .rtl .hotspot_left .hotspot-product, .rtl .hotspot_right .hotspot-product {
    text-align: right; }
  @media (max-width: 767px) {
    .hotspot_left .hotspot-product, .hotspot_right .hotspot-product {
      width: 180px;
      height: auto;
      padding: 10px; } }
  .hotspot_left .hotspot-product .hotspot-content-image, .hotspot_right .hotspot-product .hotspot-content-image {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px; }
    .rtl .hotspot_left .hotspot-product .hotspot-content-image, .rtl .hotspot_right .hotspot-product .hotspot-content-image {
      right: 10px;
      left: auto; }
    .hotspot_left .hotspot-product .hotspot-content-image img, .hotspot_right .hotspot-product .hotspot-content-image img {
      width: 95px;
      height: 120px;
      object-fit: cover; }
    @media (max-width: 767px) {
      .hotspot_left .hotspot-product .hotspot-content-image, .hotspot_right .hotspot-product .hotspot-content-image {
        position: initial; }
        .hotspot_left .hotspot-product .hotspot-content-image img, .hotspot_right .hotspot-product .hotspot-content-image img {
          width: 180px;
          height: auto; } }
  .hotspot_left .hotspot-product .hotspot-content-title, .hotspot_right .hotspot-product .hotspot-content-title {
    margin-bottom: 6px; }
    .hotspot_left .hotspot-product .hotspot-content-title a, .hotspot_right .hotspot-product .hotspot-content-title a {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .hotspot_left .hotspot-product .hotspot-content-title a:hover, .hotspot_right .hotspot-product .hotspot-content-title a:hover {
        color: var(--theme-color-default); }
  .hotspot_left .hotspot-product .price, .hotspot_right .hotspot-product .price {
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    flex: 1; }
  .hotspot_left .hotspot-product .btn-action, .hotspot_right .hotspot-product .btn-action {
    padding: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000 !important;
    background-color: transparent !important; }
    .hotspot_left .hotspot-product .btn-action:hover, .hotspot_right .hotspot-product .btn-action:hover {
      color: var(--theme-color-default) !important; }
    .hotspot_left .hotspot-product .btn-action::before, .hotspot_right .hotspot-product .btn-action::before {
      content: '\f07a';
      font-family: "Fontawesome 6 Pro";
      font-size: 18px;
      margin-right: 12px;
      font-weight: 400; }
      .rtl .hotspot_left .hotspot-product .btn-action::before, .rtl .hotspot_right .hotspot-product .btn-action::before {
        margin-left: 12px;
        margin-right: inherit; }

.testimonial2_item .elementor-testimonial-content {
  margin-bottom: 16px;
  min-height: 96px; }
.testimonial2_item .elementor-testimonial-image {
  padding-right: 20px !important; }
  .rtl .testimonial2_item .elementor-testimonial-image {
    padding-left: 20px !important;
    padding-right: inherit; }
.testimonial2_item .elementor-testimonial-name {
  font-family: var(--font-family-septenary); }
.testimonial2_item > .elementor-column-wrap:hover {
  border-color: var(--theme-color-default) !important; }

.banner_sale {
  margin: 0 auto; }
  .banner_sale .widget-image-caption {
    font-family: var(--font-family-septenary); }
    .banner_sale .widget-image-caption sup {
      position: absolute;
      top: 2px;
      left: calc(100% + 2px);
      font-size: 40px;
      line-height: 46px; }
      .rtl .banner_sale .widget-image-caption sup {
        right: calc(100% + 2px);
        left: auto; }
    .banner_sale .widget-image-caption sub {
      position: absolute;
      top: 52px;
      left: calc(100% + 2px);
      font-size: 40px;
      line-height: 46px; }
      .rtl .banner_sale .widget-image-caption sub {
        right: calc(100% + 2px);
        left: auto; }

.team_member {
  transition: 0.25s all ease-in-out;
  padding: 0 15px; }
  @media (max-width: 1024px) {
    .team_member {
      padding: 0 10px; } }
  .team_member .elementor-image-box-title {
    font-family: var(--font-family-septenary); }
  .team_member .member_social {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all ease-in-out; }
    .rtl .team_member .member_social {
      right: 0;
      left: auto; }
  .team_member .elementor-image-box-content {
    background-color: #fff;
    transition: 0.25s all ease-in-out; }
  @media (max-width: 575px) {
    .team_member > .elementor-column-wrap {
      width: fit-content;
      margin: 0 auto; } }
  .team_member:hover .elementor-image-box-content {
    transform: translateY(-60px); }
  .team_member:hover .member_social {
    opacity: 1;
    visibility: visible; }

.our_team .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1024px) {
    .our_team .slick-list {
      margin-left: -10px;
      margin-right: -10px; } }
.our_team ul.slick-dots {
  margin-bottom: 0;
  margin-top: 60px; }
  .our_team ul.slick-dots > li {
    width: auto;
    height: auto;
    margin-right: 5px; }
    .rtl .our_team ul.slick-dots > li {
      margin-left: 5px;
      margin-right: inherit; }
    .our_team ul.slick-dots > li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid transparent;
      position: relative;
      padding: 0; }
      .our_team ul.slick-dots > li button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
        opacity: 0.5; }
    .our_team ul.slick-dots > li.slick-active button {
      border-color: #000; }
      .our_team ul.slick-dots > li.slick-active button::before {
        opacity: 1; }

.box_video .elementor-custom-embed-image-overlay img {
  min-height: 800px;
  object-fit: cover; }
.box_video .elementor-custom-embed-play {
  top: 17.5%;
  transform: translateX(-50%); }
  .box_video .elementor-custom-embed-play .eicon-play {
    opacity: 1;
    font-size: 20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 140px; }
    .box_video .elementor-custom-embed-play .eicon-play::before {
      content: '\f04b';
      font-family: "FontAwesome"; }
.box_video.video_4 .elementor-custom-embed-image-overlay img {
  min-height: 712px; }
.box_video.video_4 .elementor-custom-embed-play {
  top: 31%; }

.box_instagram2 .slick-list {
  margin-left: -5px;
  margin-right: -5px; }
.box_instagram2 .leo-instagram-size img {
  border-radius: 4px; }

.box_icon3 .elementor-image-box-img {
  padding: 18px;
  border: 1px dashed #335472;
  transition: 0.25s all ease-in-out;
  border-radius: 50%; }
  .box_icon3 .elementor-image-box-img:hover {
    border-style: solid;
    border-color: #DDB364; }
  .box_icon3 .elementor-image-box-img img {
    max-width: none; }

.banner_type1 .elementor-widget-wrap {
  flex-direction: column; }
@media (min-width: 768px) {
  .banner_type1 {
    flex: 1; } }

@media (min-width: 768px) {
  .banner_type2 {
    width: fit-content !important; } }
@media (max-width: 767px) {
  .banner_type2 .elementor-image img {
    height: 250px;
    object-fit: cover;
    object-position: top; } }

.flex_1 {
  flex: 1; }

.banner_sale3 sup {
  font-size: 32px;
  line-height: 38px;
  position: absolute;
  top: 8px;
  left: calc(100% + 8px); }
  .rtl .banner_sale3 sup {
    right: calc(100% + 8px);
    left: auto; }
.banner_sale3 sub {
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 9px;
  left: calc(100% + 8px); }
  .rtl .banner_sale3 sub {
    right: calc(100% + 8px);
    left: auto; }

.box_countdown3 ul.deal-clock {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .box_countdown3 ul.deal-clock > li {
    width: 40px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    background-color: var(--theme-color-default);
    margin: 0 13px;
    position: relative; }
    .box_countdown3 ul.deal-clock > li:not(:last-child)::after {
      content: ':';
      font-size: 24px;
      line-height: 24px;
      font-weight: 700;
      color: #000;
      position: absolute;
      left: calc(100% + 10px);
      top: 50%;
      transform: translateY(-50%); }
      .rtl .box_countdown3 ul.deal-clock > li:not(:last-child)::after {
        right: calc(100% + 10px);
        left: auto; }
  .box_countdown3 ul.deal-clock .lcd_number b {
    font-family: var(--font-family-septenary);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px; }
  .box_countdown3 ul.deal-clock .lcd_text {
    display: none; }

.category_item .widget-image-caption {
  transform: translateX(-50%);
  border-radius: 4px;
  font-family: var(--font-family-septenary);
  width: max-content; }

.box_product3 {
  margin-bottom: -258px !important;
  z-index: 2; }

.brand3_item .elementor-image-box-img img {
  max-width: none; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .brand3_item .elementor-image-box-img img {
      max-width: 60px; } }
.brand3_item .elementor-image-box-title {
  font-family: var(--font-family-septenary); }

.box_blog3 .right-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center; }
.box_blog3 .cat {
  order: -2;
  margin-right: 15px; }
  .rtl .box_blog3 .cat {
    margin-left: 15px;
    margin-right: inherit; }
  .box_blog3 .cat a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 2px 10px;
    background-color: #84C8BB;
    border-radius: 4px;
    transition: 0.2s all ease-in-out;
    color: #fff; }
.box_blog3 .blog-meta {
  order: -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.box_blog3 .author {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin-right: 11px; }
  .rtl .box_blog3 .author {
    margin-left: 11px;
    margin-right: inherit; }
  .box_blog3 .author span {
    color: #808080; }
.box_blog3 .created {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #808080; }
.box_blog3 .blog-title {
  margin-top: 16px;
  margin-bottom: 20px; }
  .box_blog3 .blog-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--font-family-septenary);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    transition: 0.25s all ease-in-out; }
    .box_blog3 .blog-title a:hover {
      color: var(--theme-color-default); }
.box_blog3 .blog-desc {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.box_blog3 .blog-readmore a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #000;
  text-transform: uppercase;
  transition: 0.25s all ease-in-out;
  position: relative; }
  .box_blog3 .blog-readmore a::after, .box_blog3 .blog-readmore a::before {
    font-family: "Fontawesome 6 Pro";
    font-size: 16px;
    transition: 0.25s all ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .box_blog3 .blog-readmore a::after {
    content: '\f105';
    opacity: 1;
    visibility: visible;
    left: calc(100% + 10px); }
    .rtl .box_blog3 .blog-readmore a::after {
      right: calc(100% + 10px);
      left: auto; }
  .box_blog3 .blog-readmore a::before {
    content: '\f178';
    opacity: 0;
    visibility: hidden;
    left: 100%; }
    .rtl .box_blog3 .blog-readmore a::before {
      right: 100%;
      left: auto; }
  .box_blog3 .blog-readmore a:hover {
    color: var(--theme-color-default); }
    .box_blog3 .blog-readmore a:hover::after {
      opacity: 0;
      visibility: hidden;
      left: 100%;
      content: '\f061'; }
      .rtl .box_blog3 .blog-readmore a:hover::after {
        right: 100%;
        left: auto; }
    .box_blog3 .blog-readmore a:hover::before {
      opacity: 1;
      visibility: visible;
      left: calc(100% + 10px); }
      .rtl .box_blog3 .blog-readmore a:hover::before {
        right: calc(100% + 10px);
        left: auto; }
.box_blog3 .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1024px) {
    .box_blog3 .slick-list {
      margin-left: -10px;
      margin-right: -10px; } }

.footer_phone .elementor-icon-box-icon {
  width: 40px;
  height: 40px;
  background-color: #DDB364; /*@CASTRO-ROMÁN 28-05-2025 var(--theme-color-default);*/
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.newletter_transform {
  margin-bottom: -163px !important;
  z-index: 2; }

@media (max-width: 1300px) and (min-width: 1025px) {
  .col_slide {
    width: 100% !important; } }

@media (max-width: 1300px) and (min-width: 1025px) {
  .col_banner {
    width: 100% !important;
    margin-top: 30px; }
    .col_banner > .elementor-column-wrap {
      padding: 0 !important; } }

@media (max-width: 1300px) and (min-width: 1025px) {
  .box_banner5 > .elementor-container > .elementor-row {
    flex-wrap: wrap; } }

@media (max-width: 1300px) and (min-width: 1025px) {
  .banner5_1, .banner5_2 {
    width: calc(50% - 15px) !important;
    margin-bottom: 0 !important; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .banner5_1, .banner5_2 {
    width: calc(50% - 10px) !important;
    margin-bottom: 0 !important; } }

@media (max-width: 1300px) and (min-width: 1025px) {
  .banner5_1 {
    margin-right: 15px; }
    .rtl .banner5_1 {
      margin-left: 15px;
      margin-right: inherit; }

  .banner5_2 {
    margin-left: 15px; }
    .rtl .banner5_2 {
      margin-right: 15px;
      margin-left: inherit; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .banner5_1 {
    margin-right: 10px; }
    .rtl .banner5_1 {
      margin-left: 10px;
      margin-right: inherit; }

  .banner5_2 {
    margin-left: 10px; }
    .rtl .banner5_2 {
      margin-right: 10px;
      margin-left: inherit; } }
.sale4_item .elementor-image-box-description {
  font-family: var(--font-family-septenary); }

.box_product_4 .thumbnail-container {
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .box_product_4 .thumbnail-container {
      width: 100%; } }
.box_product_4 .product-miniature:last-child .thumbnail-container {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none; }
@media (max-width: 1200px) and (min-width: 1025px) {
  .box_product_4 .elementor-widget-container {
    padding: 20px !important; }
  .box_product_4 .thumbnail-container .product-image {
    width: 60px; } }

.banner5_3 {
  min-height: 650px; }

.cate5_title .widget-image-caption {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  font-family: var(--font-family-septenary);
  width: max-content; }

.box_cate5 .slick-slide {
  padding-bottom: 30px; }
.box_cate5 ul.slick-dots {
  margin-bottom: 0;
  margin-top: 60px; }
  .box_cate5 ul.slick-dots > li {
    width: auto;
    height: auto;
    margin-right: 5px; }
    .rtl .box_cate5 ul.slick-dots > li {
      margin-left: 5px;
      margin-right: inherit; }
    .box_cate5 ul.slick-dots > li button {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid transparent;
      position: relative;
      padding: 0; }
      .box_cate5 ul.slick-dots > li button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
        opacity: 0.5; }
    .box_cate5 ul.slick-dots > li.slick-active button {
      border-color: #000; }
      .box_cate5 ul.slick-dots > li.slick-active button::before {
        opacity: 1; }

.title_rotate .elementor-heading-title {
  transform: rotate(90deg) translate(100%, -10px);
  transform-origin: top right; }
  [dir] .title_rotate .elementor-heading-title {
    transform: rotate(-90deg) translate(-100%, -30px);
    transform-origin: top left; }

.lSSlideOuter .lSPager.lSGallery {
  margin-top: 10px !important; }
  .lSSlideOuter .lSPager.lSGallery li, .lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 4px; }

.lSSlideOuter.vertical .lightSlider .lslide {
  overflow: hidden; }
[dir] .lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  right: auto;
  transform: translateX(-50%); }
[dir] .lSSlideOuter li {
  margin-right: 0; }

.lSAction > a {
  height: 30px;
  width: 30px; }

.modal.quickview .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  .rtl .modal.quickview .modal-header {
    left: 0;
    right: auto; }
.modal.quickview .modal-body {
  padding: 20px; }
  .modal.quickview .modal-body h1.h1 {
    font-family: var(--font-family-septenary);
    font-size: 38px;
    line-height: 44px;
    font-weight: 400;
    padding-right: 20px; }
    .rtl .modal.quickview .modal-body h1.h1 {
      padding-left: 20px;
      padding-right: inherit; }
.modal.quickview .modal-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: none; }
  .rtl .modal.quickview .modal-footer {
    left: 20px;
    right: auto; }
.modal.quickview .lSSlideOuter {
  margin-bottom: 0; }
.modal.leo-quicklogin-modal .leo-login-title,
.modal.leo-quicklogin-modal .leo-register-title {
  font-size: 24px;
  font-weight: 600; }
.modal.leo-quicklogin-modal .modal-dialog {
  max-width: 450px; }
  @media (min-width: 576px) {
    .modal.leo-quicklogin-modal .modal-dialog {
      margin: 100px auto 30px; } }
.modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .form-control {
  font-size: 14px;
  line-height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #fff;
  outline-width: 1px; }
.modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element label {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 4px; }
.modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .lql-rememberme {
  transform: translateY(1px); }
.modal.leo-quicklogin-modal form .form-control-label {
  font-weight: 500; }
  .modal.leo-quicklogin-modal form .form-control-label.radio-inline {
    margin-right: 15px; }
    .rtl .modal.leo-quicklogin-modal form .form-control-label.radio-inline {
      margin-left: 15px;
      margin-right: inherit; }
.modal.leo-quicklogin-modal .modal-header {
  padding: 0;
  border: none; }
  .modal.leo-quicklogin-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    opacity: 1;
    margin: 0; }
    .rtl .modal.leo-quicklogin-modal .modal-header .close {
      left: 15px;
      right: auto; }
    .modal.leo-quicklogin-modal .modal-header .close span {
      display: none; }
    .modal.leo-quicklogin-modal .modal-header .close::before {
      content: "\f00d";
      font-family: "Fontawesome 6 Pro";
      color: var(--text-color);
      font-size: 20px; }
.modal.leo-quicklogin-modal .modal-footer {
  padding: 0;
  border: none; }
.modal.leo-quicklogin-modal .modal-body {
  padding: 30px 20px 20px; }

.banner_menu {
  position: relative; }
  .banner_menu img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .banner_menu_content {
    position: absolute;
    top: 30px;
    left: 30px; }
    .rtl .banner_menu_content {
      right: 30px;
      left: auto; }
    .banner_menu_content p {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.2em;
      line-height: 20px;
      text-transform: uppercase;
      color: #000; }
    .banner_menu_content h3 {
      font-family: var(--font-family-septenary);
      font-size: 32px;
      line-height: 38px;
      font-weight: 400;
      color: #000; }
      @media (max-width: 991px) {
        .banner_menu_content h3 {
          font-size: 24px;
          line-height: 30px; } }

.footer_link .lnk_view {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: 0.2s all ease-in-out;
  position: relative;
  padding: 0;
  padding-bottom: 5px; }
  .footer_link .lnk_view::before {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.2s all ease-in-out; }
    .rtl .footer_link .lnk_view::before {
      left: 0;
      right: auto; }
  .footer_link .lnk_view:hover::before {
    background-color: var(--theme-color-default);
    width: 80%; }

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
.table-responsive::-webkit-scrollbar {
  height: 6px;
  background-color: #F5F5F5; }
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #000000; }

.slick-initialized .slick-slide {
  display: inline-block; }

.box_product_3 .slick-arrows .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; }
  .box_product_3 .slick-arrows .slick-arrow::before {
    opacity: 1;
    color: #000; }
  .box_product_3 .slick-arrows .slick-arrow.slick-next {
    right: -30px;
    transform: translate(50%, -50%); }
  .box_product_3 .slick-arrows .slick-arrow.slick-prev {
    left: -30px;
    transform: translate(-50%, -50%); }
  @media (max-width: 1024px) {
    .box_product_3 .slick-arrows .slick-arrow {
      width: 40px;
      height: 40px; }
      .box_product_3 .slick-arrows .slick-arrow::before {
        font-size: 24px; }
      .box_product_3 .slick-arrows .slick-arrow.slick-next {
        right: -20px; }
      .box_product_3 .slick-arrows .slick-arrow.slick-prev {
        left: -20px; } }

#leogallery-zoom .tracker {
  display: none !important; }
#leogallery-zoom .magnifier {
  top: auto !important;
  left: auto !important; }

.rtl .paneltool .group-input > label {
  text-align: right; }
  .rtl .paneltool .group-input > label .fa {
    margin-left: 5px;
    margin-right: 0; }

/*# sourceMappingURL=front.css.map */
