/*
 *   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; }

.elementor-button-wrapper {
  line-height: 1; }

.name-manufacturer {
  display: none; }

.linklist-toggle {
  margin-bottom: 0;
  line-height: 1; }

.slick-list .slick-track {
  padding-top: 0; }

#_desktop_language_selector #currency-selector-label,
#_desktop_language_selector #language-selector-label,
#_desktop_currency_selector #currency-selector-label,
#_desktop_currency_selector #language-selector-label {
  display: none; }
#_desktop_language_selector .popup-title,
#_desktop_currency_selector .popup-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700; }
  #_desktop_language_selector .popup-title i::before,
  #_desktop_currency_selector .popup-title i::before {
    text-align: center;
    content: "\f107";
    font-family: "Font Awesome Regular";
    font-size: 12px;
    font-weight: 600; }

[dir] #_desktop_currency_selector .popup-title {
  display: flex;
  align-items: center; }

.userinfo-selector .popup-title {
  display: flex;
  justify-content: center;
  align-items: center; }
  .userinfo-selector .popup-title i.fa-user::before {
    content: "\f007";
    font-family: "Font Awesome Light";
    font-size: 20px;
    font-weight: 400; }
  .userinfo-selector .popup-title:hover {
    color: var(--theme-color-default); }

.header-button-wishlist .ap-btn-wishlist {
  display: flex;
  align-items: center; }
  .header-button-wishlist .ap-btn-wishlist i {
    font-family: "Font Awesome Light";
    font-size: 20px;
    font-weight: 400;
    font-style: normal; }

#_desktop_cart .header,
#_desktop_cart .header a {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -1px; }
  #_desktop_cart .header i,
  #_desktop_cart .header a i {
    font-size: 0;
    width: auto;
    height: auto; }
    #_desktop_cart .header i::before,
    #_desktop_cart .header a i::before {
      content: "\f290";
      font-family: "Font Awesome Light";
      font-size: 20px;
      font-weight: 400; }
  #_desktop_cart .header .cart-products-count,
  #_desktop_cart .header a .cart-products-count {
    position: absolute;
    top: -3px;
    right: 3px;
    transform: translateX(100%);
    background-color: #c70a33;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    padding: 0 4px;
    border-radius: 5px; }
    .rtl #_desktop_cart .header .cart-products-count, .rtl
    #_desktop_cart .header a .cart-products-count {
      left: 3px;
      right: auto; }
#_desktop_cart .leo-dropdown-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5); }
  #_desktop_cart .leo-dropdown-cart::after {
    content: "\f00d";
    font-family: "Font Awesome Regular";
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all; }
  #_desktop_cart .leo-dropdown-cart .leo-dropdown-cart-content {
    width: fit-content;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    border: none;
    padding-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    transform: translateX(100%); }
  #_desktop_cart .leo-dropdown-cart.show .leo-dropdown-cart-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  #_desktop_cart .leo-dropdown-cart.show::after {
    opacity: 1;
    visibility: visible; }
  #_desktop_cart .leo-dropdown-cart .mCSB_scrollTools {
    width: 4px; }
  #_desktop_cart .leo-dropdown-cart .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0; }
  #_desktop_cart .leo-dropdown-cart .leo-cart-item-img {
    width: 25%; }
    #_desktop_cart .leo-dropdown-cart .leo-cart-item-img img {
      border-radius: 5px;
      border: 1px solid #e1e1e1; }
  #_desktop_cart .leo-dropdown-cart .leo-cart-item-info {
    width: 65%; }
    #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .product-quantity {
      display: block; }
    #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .product-discount {
      display: flex;
      align-items: center; }
      #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .product-discount .discount-percentage {
        margin-right: 10px;
        line-height: 20px;
        font-size: 14px; }
        .rtl #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .product-discount .discount-percentage {
          margin-left: 10px;
          margin-right: inherit; }
      #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .product-discount .regular-price {
        font-size: 16px; }
        [dir] #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .product-discount .regular-price {
          margin-left: 10px;
          margin-right: 0; }
    #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .current-price {
      display: flex; }
      #_desktop_cart .leo-dropdown-cart .leo-cart-item-info .current-price .price {
        font-size: 20px; }
  #_desktop_cart .leo-dropdown-cart .leo-dropdown-cart-item {
    height: auto !important; }
    #_desktop_cart .leo-dropdown-cart .leo-dropdown-cart-item.has-view-additional {
      padding-bottom: 10px; }
    #_desktop_cart .leo-dropdown-cart .leo-dropdown-cart-item .product-name a {
      font-size: 16px;
      font-family: var(--font-family-base); }
  #_desktop_cart .leo-dropdown-cart .leo-remove-from-cart {
    top: 10px;
    right: 10px;
    line-height: 1; }
    .rtl #_desktop_cart .leo-dropdown-cart .leo-remove-from-cart {
      left: 10px;
      right: auto; }
    #_desktop_cart .leo-dropdown-cart .leo-remove-from-cart i {
      width: auto;
      height: auto;
      font-size: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      #_desktop_cart .leo-dropdown-cart .leo-remove-from-cart i::before {
        content: "\f2ed";
        font-family: "Font Awesome Regular";
        font-size: 16px; }
  #_desktop_cart .leo-dropdown-cart .product-price {
    display: flex;
    align-items: center;
    font-family: var(--font-family-senary);
    margin: 8px 0; }
  #_desktop_cart .leo-dropdown-cart .view-leo-dropdown-additional {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #2c2c2c;
    border-radius: 3px;
    margin: 0; }
    .rtl #_desktop_cart .leo-dropdown-cart .view-leo-dropdown-additional {
      left: 10px;
      right: auto; }
    #_desktop_cart .leo-dropdown-cart .view-leo-dropdown-additional::before, #_desktop_cart .leo-dropdown-cart .view-leo-dropdown-additional::after {
      width: 8px;
      height: 2px; }
  #_desktop_cart .leo-dropdown-cart .product-line-info span {
    font-size: 14px; }

.button_percent .elementor-button-link > span {
  align-items: center; }
  .button_percent .elementor-button-link > span::before {
    content: "\f646";
    font-family: "Font Awesome Light";
    font-size: 20px;
    margin-right: 6px;
    margin-bottom: -1px; }
    .rtl .button_percent .elementor-button-link > span::before {
      margin-left: 6px;
      margin-right: inherit; }

.flex-1 {
  flex: 1; }

.box_slide .slide_title {
  line-height: 1.2;
  font-weight: 400; }
.box_slide .slide_heading {
  line-height: 1;
  font-weight: 900; }
.box_slide .slide_btn .caption-contain {
  padding: 13px 30px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-family-base);
  overflow: hidden;
  transition: 0.25s all; }
  .box_slide .slide_btn .caption-contain span {
    display: flex;
    align-items: center;
    animation: button-animation-out 0.25s; }
    .box_slide .slide_btn .caption-contain span::after {
      content: "\f061";
      font-family: "Font Awesome Light";
      font-size: 16px;
      margin-left: 10px; }
      .rtl .box_slide .slide_btn .caption-contain span::after {
        margin-right: 10px;
        margin-left: inherit; }
      [dir] .box_slide .slide_btn .caption-contain span::after {
        content: "\f060"; }
  @media (max-width: 575px) {
    .box_slide .slide_btn .caption-contain {
      padding: 18px 30px;
      font-size: 16px; } }
  @media (max-width: 480px) {
    .box_slide .slide_btn .caption-contain {
      padding: 20px 40px;
      font-size: 20px; } }
  .box_slide .slide_btn .caption-contain:hover span {
    animation: button-animation-in 0.25s; }
.box_slide .slide_btn.type_1 .caption-contain {
  background-color: var(--theme-color-default);
  color: #292222; }
  .box_slide .slide_btn.type_1 .caption-contain:hover {
    background-color: #000;
    color: #fff; }
.box_slide .slide_btn.type_2 .caption-contain {
  background-color: #fff;
  color: #000; }
  .box_slide .slide_btn.type_2 .caption-contain:hover {
    background-color: #000;
    color: #fff; }
.box_slide .slide_center {
  text-align: center;
  left: 50% !important;
  transform: translateX(-50%); }
  .box_slide .slide_center.type_1 {
    transform: translateX(calc(-100% - 8px)); }
  .box_slide .slide_center.type_2 {
    transform: translateX(8px); }

.box_product-tab .widget-tab-title {
  border: 2px solid #000;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  transition: 0.25s all;
  font-family: var(--font-family-senary);
  cursor: pointer;
  margin-right: 20px; }
  .rtl .box_product-tab .widget-tab-title {
    margin-left: 20px;
    margin-right: inherit; }
  .box_product-tab .widget-tab-title.active {
    background-color: #000;
    color: #fff; }
  .box_product-tab .widget-tab-title:not(.active):hover {
    background-color: var(--theme-color-default);
    color: #000; }
@media (max-width: 767px) {
  .box_product-tab .widget-tabs-wrapper {
    margin-bottom: 25px; } }

.btn_theme .elementor-button-link {
  overflow: hidden; }
  .btn_theme .elementor-button-link .elementor-button-text {
    display: flex;
    align-items: center;
    animation: button-animation-out 0.25s; }
    .btn_theme .elementor-button-link .elementor-button-text::after {
      content: "\f061";
      font-family: "Font Awesome Light";
      font-size: 14px;
      margin-left: 10px;
      color: var(--theme-color-default);
      transition: 0.25s all; }
      .rtl .btn_theme .elementor-button-link .elementor-button-text::after {
        margin-right: 10px;
        margin-left: inherit; }
      [dir] .btn_theme .elementor-button-link .elementor-button-text::after {
        content: "\f060"; }
  .btn_theme .elementor-button-link:hover .elementor-button-text {
    animation: button-animation-in 0.25s; }
    .btn_theme .elementor-button-link:hover .elementor-button-text::after {
      color: #000; }
.btn_theme.color_2 .elementor-button-link .elementor-button-text::after {
  color: #000; }
.btn_theme.color_2 .elementor-button-link:hover .elementor-button-text::after {
  color: #000; }

.color_primary {
  color: var(--theme-color-default); }

.t_horizontal {
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%); }
  [dir] .t_horizontal {
    margin-left: 0;
    margin-right: auto; }

.t_outline.outline_green {
  -webkit-text-stroke: 2px #a6ba39; }

.t_decoration {
  text-decoration: underline;
  text-decoration-color: #8b8b8b; }

.t_linear {
  background: linear-gradient(180deg, #eaeaea 0%, rgba(226, 226, 226, 0) 85.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 767px) {
  .mobile-relative {
    position: relative !important; } }

.el_categori {
  width: auto !important;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px); }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .el_categori {
      bottom: 20px;
      left: 20px;
      right: 20px;
      padding: 20px !important; } }

@media (max-width: 767px) and (min-width: 576px) {
  .categori_item {
    width: 50% !important; }
    .categori_item.mg_0 > .elementor-column-wrap {
      margin-bottom: 0 !important; } }
.categori_item > .elementor-column-wrap > .elementor-widget-wrap {
  overflow: hidden;
  border-radius: 10px; }
  .categori_item > .elementor-column-wrap > .elementor-widget-wrap .elementor-image img {
    transition: 0.25s all; }
  .categori_item > .elementor-column-wrap > .elementor-widget-wrap:hover .elementor-image img {
    transition: 0.25s all;
    transform: scale(1.1); }

.el-scrolling {
  transform: rotate(-0.9deg); }

.el-scrolling-inner {
  width: max-content !important;
  animation: marquee 12s linear infinite; }
  [dir] .el-scrolling-inner {
    animation: marquee-rtl 12s linear infinite; }
  .el-scrolling-inner > .elementor-container > .elementor-row {
    flex-wrap: nowrap !important; }

.el-scrolling-item {
  width: max-content !important; }

.el-scrolling-wrapper > .elementor-column-wrap > .elementor-widget-wrap {
  flex-wrap: nowrap !important;
  white-space: nowrap; }

@keyframes button-animation-in {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-35px); }
  50.1% {
    transform: translateY(35px); }
  100% {
    transform: translateY(0); } }
@keyframes button-animation-out {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(35px); }
  50.1% {
    transform: translateY(-35px); }
  100% {
    transform: translateY(0); } }
@keyframes marquee {
  100% {
    transform: translateX(-100%); } }
@keyframes marquee-rtl {
  100% {
    transform: translateX(100%); } }
.el_brand-info .elementor-image-box-img img {
  width: 170px; }
.el_brand-info .elementor-image-box-content {
  max-width: 670px; }

.el_brand {
  border: 1px solid #fff; }
  .el_brand .item {
    padding: 19px 15px !important; }
    [dir] .el_brand .item {
      border-left: 1px solid #fff; }
  .el_brand .slick-list .slick-track {
    padding-top: 0; }
  .el_brand .slick-active .item {
    border-right: 1px solid #fff; }
    [dir] .el_brand .slick-active .item {
      border-right: none; }

.el_blog .blog_img_link {
  display: block;
  border-radius: 5px;
  overflow: hidden; }
  .el_blog .blog_img_link img {
    transition: 0.25s all;
    min-height: 200px;
    object-fit: cover; }
.el_blog .blog-image-container {
  margin-bottom: 20px; }
.el_blog .blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px; }
.el_blog .cat {
  border: 1px solid var(--theme-color-default);
  border-radius: 30px;
  transition: 0.25s all; }
  .el_blog .cat:hover {
    background-color: var(--theme-color-default); }
.el_blog .blog-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .el_blog .blog-title a {
    transition: 0.25s all; }
.el_blog .blog-container:hover .blog_img_link img {
  transform: scale(1.1); }

.el_newletter .block_newsletter {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .el_newletter .block_newsletter {
      width: fit-content;
      margin: 0 auto; } }
  .el_newletter .block_newsletter .row {
    margin-left: auto;
    margin-right: auto; }
    .el_newletter .block_newsletter .row > * {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
  .el_newletter .block_newsletter #block-newsletter-label {
    display: none; }
  .el_newletter .block_newsletter form .row .col-xs-12:first-of-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0; }
    @media (max-width: 767px) {
      .el_newletter .block_newsletter form .row .col-xs-12:first-of-type {
        width: 100%; } }
    @media (max-width: 420px) {
      .el_newletter .block_newsletter form .row .col-xs-12:first-of-type {
        justify-content: center; } }
  .el_newletter .block_newsletter form .row .col-xs-12:last-of-type {
    display: none; }
  .el_newletter .block_newsletter form .input-wrapper {
    flex: 1;
    min-width: 220px;
    max-width: 400px;
    position: relative; }
    .el_newletter .block_newsletter form .input-wrapper::before {
      content: "\f2b6";
      font-family: "Font Awesome Regular";
      font-size: 16px;
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%); }
      .rtl .el_newletter .block_newsletter form .input-wrapper::before {
        right: 30px;
        left: auto; }
    @media (max-width: 1024px) {
      .el_newletter .block_newsletter form .input-wrapper {
        max-width: 100%;
        width: 400px;
        flex: none; } }
  .el_newletter .block_newsletter form input[type="email"] {
    max-width: 450px;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    border-radius: 0;
    background-color: #fff;
    border-radius: 30px;
    color: #8b8b8b;
    padding-left: 50px; }
    .rtl .el_newletter .block_newsletter form input[type="email"] {
      padding-right: 50px;
      padding-left: inherit; }
    .el_newletter .block_newsletter form input[type="email"]::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #8b8b8b;
      opacity: 1; }
    .el_newletter .block_newsletter form input[type="email"]::-moz-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #8b8b8b;
      opacity: 1; }
    .el_newletter .block_newsletter form input[type="email"]:-moz-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #8b8b8b;
      opacity: 1; }
    .el_newletter .block_newsletter form input[type="email"]:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #8b8b8b;
      opacity: 1; }
    .el_newletter .block_newsletter form input[type="email"]:focus {
      border: 1px solid #808080; }
  .el_newletter .block_newsletter form button[type="submit"] {
    padding: 0 30px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color-default);
    color: #000;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 30px;
    width: auto;
    height: auto;
    min-height: 50px;
    border: none;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.25s all;
    overflow: hidden; }
    .rtl .el_newletter .block_newsletter form button[type="submit"] {
      padding: 0 30px 0 30px; }
    .rtl .el_newletter .block_newsletter form button[type="submit"] {
      left: 0;
      right: auto; }
    @media (max-width: 420px) {
      .el_newletter .block_newsletter form button[type="submit"] {
        position: initial;
        order: 2; } }
    [dir] .el_newletter .block_newsletter form button[type="submit"] {
      border-radius: 30px 0 0 30px; }
    .el_newletter .block_newsletter form button[type="submit"] span {
      animation: button-animation-out 0.25s;
      display: inline-block; }
    .el_newletter .block_newsletter form button[type="submit"] i {
      order: 2;
      animation: button-animation-out 0.25s; }
      .el_newletter .block_newsletter form button[type="submit"] i::before {
        content: "\f061";
        font-family: "Font Awesome Light";
        font-size: 14px;
        margin-left: 10px;
        transition: 0.25s all; }
        .rtl .el_newletter .block_newsletter form button[type="submit"] i::before {
          margin-right: 10px;
          margin-left: inherit; }
        [dir] .el_newletter .block_newsletter form button[type="submit"] i::before {
          content: "\f060"; }
    .el_newletter .block_newsletter form button[type="submit"]:hover {
      background-color: #000;
      color: #fff; }
      .el_newletter .block_newsletter form button[type="submit"]:hover span,
      .el_newletter .block_newsletter form button[type="submit"]:hover i {
        animation: button-animation-in 0.25s; }
.el_newletter.newletter2 .block_newsletter form button[type="submit"] {
  position: initial;
  order: 2; }
  [dir] .el_newletter.newletter2 .block_newsletter form button[type="submit"] {
    border-radius: 30px; }
.el_newletter.newletter2 .block_newsletter form .input-wrapper {
  max-width: none; }
  @media (min-width: 481px) {
    .el_newletter.newletter2 .block_newsletter form .input-wrapper {
      margin-right: 8px; }
      .rtl .el_newletter.newletter2 .block_newsletter form .input-wrapper {
        margin-left: 8px;
        margin-right: inherit; } }
  @media (max-width: 1024px) {
    .el_newletter.newletter2 .block_newsletter form .input-wrapper {
      flex: 1; } }
  @media (max-width: 480px) {
    .el_newletter.newletter2 .block_newsletter form .input-wrapper {
      flex: none;
      width: 100%; } }
.el_newletter.newletter2 .block_newsletter form input[type="email"] {
  max-width: none; }
@media (max-width: 480px) {
  .el_newletter.newletter2 .block_newsletter form .row .col-xs-12:first-of-type {
    justify-content: center; } }

@media (max-width: 767px) {
  #footer .linklist-toggle {
    justify-content: center;
    margin-bottom: 20px; }
    #footer .linklist-toggle .title_block {
      flex: none;
      margin-bottom: 0 !important; }
    #footer .linklist-toggle span.icon-toggle {
      color: #fff;
      font-weight: 600;
      font-family: "Font Awesome Light";
      margin-left: 10px; }
      .rtl #footer .linklist-toggle span.icon-toggle {
        margin-right: 10px;
        margin-left: inherit; }
  #footer .linklist-menu {
    margin-bottom: 30px; } }
.btn_theme.color_2 .elementor-button-link .elementor-button-text::after {
  color: #000; }

@media (max-width: 1200px) and (min-width: 1025px) {
  .el_banner-1 > .elementor-container {
    min-height: 300px !important; }

  .el_banner-2 > .elementor-container {
    min-height: 630px !important; } }
.el_polygon {
  clip-path: polygon(0 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%); }
  @media (max-width: 1024px) {
    .el_polygon {
      clip-path: polygon(0 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%); } }

.el_polygon2 {
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 30px), 0% 100%); }
  @media (max-width: 1024px) {
    .el_polygon2 {
      clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 20px), 0% 100%); } }

.full_height .elementor-widget-wrap,
.full_height .elementor-element {
  height: 100%; }

.el_hotspot .elementor-widget-container,
.el_hotspot .image-hotspot-wrapper,
.el_hotspot .image-hotspot-hotspots {
  height: 100%; }
.el_hotspot .image-hotspot-img {
  height: 100%;
  object-fit: cover; }
  @media (max-width: 767px) {
    .el_hotspot .image-hotspot-img {
      clip-path: polygon(0 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%); } }
.el_hotspot .hotspot-anm {
  display: none; }
.el_hotspot .image-hotspot {
  width: 70px;
  height: 70px; }
  .el_hotspot .image-hotspot:hover .hotspot-btn::before {
    background-color: transparent !important; }
.el_hotspot .hotspot-btn::before {
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f065";
  font-family: "Font Awesome Regular";
  font-size: 18px;
  color: #000;
  background-color: transparent; }
.el_hotspot .hotspot-btn::after {
  display: none; }
.el_hotspot .hotspot-btn:hover {
  background-color: var(--theme-color-default); }

@media (min-width: 1025px) and (max-width: 1400px) {
  .el_hotspot-heading .elementor-heading-title {
    font-size: 90px !important; } }
@media (min-width: 1025px) and (max-width: 1200px) {
  .el_hotspot-heading .elementor-heading-title {
    font-size: 80px !important; } }

.hotspot_after:not(.slick-slide) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.box_product-tab3 .widget-tabs-wrapper {
  position: absolute;
  right: 0;
  top: -102px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .rtl .box_product-tab3 .widget-tabs-wrapper {
    left: 0;
    right: auto; }
  @media (max-width: 1400px) and (min-width: 1025px) {
    .box_product-tab3 .widget-tabs-wrapper {
      top: -99px; } }
  @media (max-width: 1200px) {
    .box_product-tab3 .widget-tabs-wrapper {
      position: relative;
      top: -25px;
      margin-bottom: 15px; } }
.box_product-tab3 .widget-tab-title {
  font-family: var(--font-family-senary);
  padding: 18px 40px;
  border-radius: 40px;
  background-color: transparent;
  transition: 0.25s all;
  cursor: pointer; }
  .box_product-tab3 .widget-tab-title.active {
    background-color: #000;
    padding: 18px 50px; }
  @media (max-width: 1400px) and (min-width: 1025px) {
    .box_product-tab3 .widget-tab-title {
      padding: 15px 30px; }
      .box_product-tab3 .widget-tab-title.active {
        padding: 15px 30px; } }
  @media (max-width: 767px) {
    .box_product-tab3 .widget-tab-title {
      padding: 15px 30px; }
      .box_product-tab3 .widget-tab-title.active {
        padding: 15px 30px; } }
  @media (max-width: 480px) {
    .box_product-tab3 .widget-tab-title {
      padding: 10px 20px; }
      .box_product-tab3 .widget-tab-title.active {
        padding: 10px 20px; } }
  .box_product-tab3 .widget-tab-title:not(.active):hover {
    color: var(--theme-color-default) !important; }

.btn_theme_2 .elementor-button-link {
  font-family: var(--font-family-senary);
  overflow: hidden; }
  .btn_theme_2 .elementor-button-link .elementor-button-text {
    animation: button-animation-out 0.25s; }
  .btn_theme_2 .elementor-button-link:hover .elementor-button-text {
    animation: button-animation-in 0.25s; }

.btn_link .elementor-button-link .elementor-button-text {
  display: flex;
  align-items: center; }
  .btn_link .elementor-button-link .elementor-button-text::after {
    content: "\f061";
    font-family: "Font Awesome Light";
    font-size: 14px;
    margin-left: 10px;
    color: var(--theme-color-default);
    transition: 0.25s all; }
    .rtl .btn_link .elementor-button-link .elementor-button-text::after {
      margin-right: 10px;
      margin-left: inherit; }
    [dir] .btn_link .elementor-button-link .elementor-button-text::after {
      content: "\f060"; }

.el_video img {
  border-radius: 10px;
  min-height: 400px;
  object-fit: cover; }
.el_video .eicon-play {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  transition: 0.25s all; }
  @media (max-width: 575px) {
    .el_video .eicon-play {
      width: 100px;
      height: 100px; } }
  .el_video .eicon-play::before {
    content: "\f04b";
    font-family: "FontAwesome"; }
  .el_video .eicon-play:hover {
    background-color: var(--theme-color-default);
    backdrop-filter: initial;
    color: #000; }

.el_image_box .elementor-image-box-title {
  font-family: var(--font-family-base); }
.el_image_box .elementor-image-box-img {
  width: 54px;
  height: 54px; }
  .el_image_box .elementor-image-box-img img {
    width: 100%;
    height: 100%; }
.el_image_box .elementor-image-box-content {
  flex: 1; }

.el_testi .slick-list {
  overflow: visible; }
.el_testi .image {
  position: relative; }
  .el_testi .image img {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-left: 0 !important; }
    .rtl .el_testi .image img {
      margin-right: 0 !important;
      margin-left: inherit; }
.el_testi .product__info {
  position: absolute;
  left: 75px;
  top: 0;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .rtl .el_testi .product__info {
    right: 75px;
    left: auto; }
  .el_testi .product__info .star_list {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px; }
  .el_testi .product__info .star {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    float: none; }
    .el_testi .product__info .star::before {
      color: #000; }
  .el_testi .product__info-name {
    font-size: 16px;
    font-family: var(--font-family-senary);
    font-weight: 900;
    line-height: 19px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
.el_testi .item-description {
  margin-top: 40px; }
.el_testi .description {
  max-width: 700px;
  margin-left: 0; }
  .rtl .el_testi .description {
    margin-right: 0;
    margin-left: inherit; }
  .el_testi .description p {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
    color: #000; }
    @media (max-width: 1024px) {
      .el_testi .description p {
        font-size: 24px;
        line-height: 38px; } }
    @media (max-width: 575px) {
      .el_testi .description p {
        font-size: 20px;
        line-height: 30px; } }
  .el_testi .description .author {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px; }
  .el_testi .description .date {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #8b8b8b; }
.el_testi .elementor-slick-slider ul.slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 79px;
  margin-bottom: 19px;
  display: flex;
  justify-content: flex-start;
  height: 2px;
  background-color: #e8e8e8;
  width: calc(100% - 110px); }
  @media (max-width: 575px) {
    .el_testi .elementor-slick-slider ul.slick-dots {
      margin-top: 50px; } }
  .el_testi .elementor-slick-slider ul.slick-dots li {
    flex: 1;
    height: 2px; }
    .el_testi .elementor-slick-slider ul.slick-dots li button {
      width: 100%;
      height: 2px;
      padding: 0;
      position: relative; }
      .el_testi .elementor-slick-slider ul.slick-dots li button::before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        opacity: 1;
        background-color: transparent;
        transition: 0.6s all ease-in-out; }
    .el_testi .elementor-slick-slider ul.slick-dots li.slick-active button::before {
      width: 100%;
      left: 0;
      right: auto;
      opacity: 1;
      background-color: #000; }
.el_testi .elementor-slick-slider .slick-arrows {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: -19px;
  right: 0; }
  .rtl .el_testi .elementor-slick-slider .slick-arrows {
    left: 0;
    right: auto; }
.el_testi .elementor-slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  position: initial;
  transform: none;
  transition: 0.25s all; }
  .el_testi .elementor-slick-slider .slick-arrow::before {
    font-family: "Font Awesome Regular";
    font-size: 16px;
    color: #000;
    opacity: 1; }
  .el_testi .elementor-slick-slider .slick-arrow.slick-next::before {
    content: "\f061"; }
  .el_testi .elementor-slick-slider .slick-arrow.slick-prev::before {
    content: "\f060"; }
  .el_testi .elementor-slick-slider .slick-arrow:hover {
    background-color: var(--theme-color-default); }

.el_brand-item {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 0 0 10px 10px; }

@media (max-width: 767px) and (min-width: 500px) {
  .brand__item {
    width: 50% !important; } }
@media (max-width: 499px) {
  .brand__item.mg_30 {
    margin-bottom: 30px; } }
.brand__item > .elementor-column-wrap > .elementor-widget-wrap {
  border-radius: 10px;
  overflow: hidden; }
  .brand__item > .elementor-column-wrap > .elementor-widget-wrap .elementor-image img {
    transition: 0.25s all; }
  .brand__item > .elementor-column-wrap > .elementor-widget-wrap:hover .elementor-widget-image:not(.el_brand-item) img {
    transform: scale(1.1); }

.el_category2 .image {
  min-height: 370px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  position: relative;
  padding: 50px 60px;
  background-color: #fff;
  transition: 0.3s all;
  overflow: hidden; }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .el_category2 .image {
      padding: 40px 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .el_category2 .image {
      padding: 40px 30px; } }
  @media (max-width: 480px) {
    .el_category2 .image {
      padding: 40px 30px; } }
  .el_category2 .image img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 70%;
    z-index: 1;
    transition: 0.25s all; }
  .el_category2 .image .item-sub-title {
    font-family: var(--font-family-senary);
    position: relative;
    z-index: 2; }
  .el_category2 .image .item-description {
    position: absolute;
    bottom: 50px;
    left: 60px;
    z-index: 2; }
    @media (max-width: 1200px) and (min-width: 1025px) {
      .el_category2 .image .item-description {
        bottom: 40px;
        left: 30px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .el_category2 .image .item-description {
        bottom: 40px;
        left: 30px; } }
    @media (max-width: 480px) {
      .el_category2 .image .item-description {
        bottom: 40px;
        left: 30px; } }
  .el_category2 .image .btn_type3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 30px;
    background-color: var(--theme-color-default);
    color: #000;
    min-width: 44px;
    transition: 0.3s all; }
    .el_category2 .image .btn_type3 span {
      opacity: 0;
      visibility: hidden;
      transition: 0.3s all;
      width: 0;
      margin-right: 0; }
      .rtl .el_category2 .image .btn_type3 span {
        margin-left: 0;
        margin-right: inherit; }
    .el_category2 .image .btn_type3::after {
      content: "\f061";
      font-family: "Font Awesome Regular";
      font-size: 14px; }
      [dir] .el_category2 .image .btn_type3::after {
        content: "\f060"; }
    .el_category2 .image .btn_type3:hover {
      padding: 10px 30px; }
      .el_category2 .image .btn_type3:hover span {
        width: auto;
        margin-right: 10px;
        opacity: 1;
        visibility: visible; }
        .rtl .el_category2 .image .btn_type3:hover span {
          margin-left: 10px;
          margin-right: inherit; }
  .el_category2 .image:hover {
    background-color: #f5f5f5; }
    .el_category2 .image:hover img {
      transform: scale(1.1); }
.el_category2 .slick-list {
  overflow: visible;
  clip-path: inset(0 -100% 0 0); }

.el_product2 .thumbnail-container {
  margin-bottom: 0;
  padding: 30px;
  border-right: 1px solid transparent; }
  [dir] .el_product2 .thumbnail-container {
    border-right: 1px solid #e1e1e1; }
  .el_product2 .thumbnail-container .product-image {
    border: none; }
.el_product2 .slick-active .thumbnail-container {
  border-right: 1px solid #e1e1e1; }
.el_product2 .slick-slide .product-miniature:not(:last-child) .thumbnail-container {
  border-bottom: 1px solid #e1e1e1; }

.el_fullheight {
  height: 100%; }

@media (max-width: 1200px) and (min-width: 1025px) {
  .big_heading .elementor-heading-title {
    font-size: 100px !important; } }
@media (max-width: 575px) {
  .big_heading .elementor-heading-title {
    font-size: 60px !important; } }

.el_testi2 .item-description h3 {
  margin-bottom: 28px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .el_testi2 .item-description h3 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .el_testi2 .item-description h3 {
      font-size: 30px; } }
.el_testi2 .item-description .author {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px; }
.el_testi2 .item-description .date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500; }
.el_testi2 .elementor-slick-slider ul.slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: fit-content;
  position: absolute;
  right: -100px;
  top: 45%;
  bottom: auto;
  transform: translateY(-50%); }
  .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
    left: -100px;
    right: auto; }
  @media (max-width: 1800px) {
    .el_testi2 .elementor-slick-slider ul.slick-dots {
      right: -30px; }
      .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
        left: -30px;
        right: auto; } }
  @media (max-width: 1400px) {
    .el_testi2 .elementor-slick-slider ul.slick-dots {
      right: -10px; }
      .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
        left: -10px;
        right: auto; } }
  @media (max-width: 767px) {
    .el_testi2 .elementor-slick-slider ul.slick-dots {
      right: 0; }
      .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
        left: 0;
        right: auto; } }
  .el_testi2 .elementor-slick-slider ul.slick-dots li {
    width: auto;
    height: auto; }
    .el_testi2 .elementor-slick-slider ul.slick-dots li button {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      padding: 0;
      transition: 0.25s all; }
      .el_testi2 .elementor-slick-slider ul.slick-dots li button::before {
        display: none; }
    .el_testi2 .elementor-slick-slider ul.slick-dots li.slick-active button {
      width: 8px;
      height: 8px;
      background-color: transparent;
      border: 2px solid var(--theme-color-default); }
@media (max-width: 1400px) {
  .el_testi2 .item-description {
    padding-right: 30px; }
    .rtl .el_testi2 .item-description {
      padding-left: 30px;
      padding-right: inherit; } }

.t_outline.outline_red {
  -webkit-text-stroke: 2px #c70a33; }

.btn_theme.i_color-black .elementor-button-link .elementor-button-text::after {
  color: #000; }

.el_tab .tabs_item {
  display: none;
  height: 100%;
  border-radius: 5px;
  overflow: hidden; }
  .el_tab .tabs_item * {
    height: 100%; }
  .el_tab .tabs_item img {
    object-fit: cover; }
  .el_tab .tabs_item:first-child {
    display: block; }
.el_tab .tabs_nav_item {
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: 0.25s all; }
  .el_tab .tabs_nav_item:not(:last-child) {
    margin-bottom: 10px; }
  .el_tab .tabs_nav_item img {
    opacity: 0.2;
    transition: 0.25s all; }
  .el_tab .tabs_nav_item.current {
    border-color: #000; }
    .el_tab .tabs_nav_item.current img {
      opacity: 1; }
.el_tab .tab_content {
  max-width: 300px;
  width: 100%; }
.el_tab .tabs {
  flex: 1;
  margin-left: 10px; }
  .rtl .el_tab .tabs {
    margin-right: 10px;
    margin-left: inherit; }
@media (max-width: 1400px) and (min-width: 1025px) {
  .el_tab .tab_content {
    flex: 1;
    max-width: none; }
  .el_tab .tabs {
    flex: none;
    width: 100%;
    max-width: 120px; } }
@media (max-width: 991px) {
  .el_tab .tab_content {
    max-width: 250px; } }
@media (max-width: 767px) {
  .el_tab .tab_content {
    max-width: 60%; }
    .el_tab .tab_content img {
      width: 100%; } }

.col_left_desktop > .elementor-container {
  margin-left: 0;
  margin-right: auto; }
  [dir] .col_left_desktop > .elementor-container {
    margin-left: auto;
    margin-right: 0; }

.mw_100 .elementor-divider-separator {
  max-width: 100%; }

.el_testi2 .item-description h3 {
  margin-bottom: 28px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .el_testi2 .item-description h3 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .el_testi2 .item-description h3 {
      font-size: 30px; } }
.el_testi2 .item-description .author {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px; }
.el_testi2 .item-description .date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500; }
.el_testi2 .elementor-slick-slider ul.slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: fit-content;
  position: absolute;
  right: -100px;
  top: 45%;
  bottom: auto;
  transform: translateY(-50%); }
  .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
    left: -100px;
    right: auto; }
  @media (max-width: 1800px) {
    .el_testi2 .elementor-slick-slider ul.slick-dots {
      right: -30px; }
      .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
        left: -30px;
        right: auto; } }
  @media (max-width: 1400px) {
    .el_testi2 .elementor-slick-slider ul.slick-dots {
      right: -10px; }
      .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
        left: -10px;
        right: auto; } }
  @media (max-width: 767px) {
    .el_testi2 .elementor-slick-slider ul.slick-dots {
      right: 0; }
      .rtl .el_testi2 .elementor-slick-slider ul.slick-dots {
        left: 0;
        right: auto; } }
  .el_testi2 .elementor-slick-slider ul.slick-dots li {
    width: auto;
    height: auto; }
    .el_testi2 .elementor-slick-slider ul.slick-dots li button {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      padding: 0;
      transition: 0.25s all; }
      .el_testi2 .elementor-slick-slider ul.slick-dots li button::before {
        display: none; }
    .el_testi2 .elementor-slick-slider ul.slick-dots li.slick-active button {
      width: 8px;
      height: 8px;
      background-color: transparent;
      border: 2px solid var(--theme-color-default); }
@media (max-width: 1400px) {
  .el_testi2 .item-description {
    padding-right: 30px; }
    .rtl .el_testi2 .item-description {
      padding-left: 30px;
      padding-right: inherit; } }

.t_outline.outline_red {
  -webkit-text-stroke: 2px #c70a33; }

.btn_theme.i_color-black .elementor-button-link .elementor-button-text::after {
  color: #000; }

.el_tab .tabs_item {
  display: none;
  height: 100%;
  border-radius: 5px;
  overflow: hidden; }
  .el_tab .tabs_item * {
    height: 100%; }
  .el_tab .tabs_item img {
    object-fit: cover; }
  .el_tab .tabs_item:first-child {
    display: block; }
.el_tab .tabs_nav_item {
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: 0.25s all; }
  .el_tab .tabs_nav_item:not(:last-child) {
    margin-bottom: 10px; }
  .el_tab .tabs_nav_item img {
    opacity: 0.2;
    transition: 0.25s all; }
  .el_tab .tabs_nav_item.current {
    border-color: #000; }
    .el_tab .tabs_nav_item.current img {
      opacity: 1; }
.el_tab .tab_content {
  max-width: 300px;
  width: 100%; }
.el_tab .tabs {
  flex: 1;
  margin-left: 10px; }
  .rtl .el_tab .tabs {
    margin-right: 10px;
    margin-left: inherit; }
@media (max-width: 1400px) and (min-width: 1025px) {
  .el_tab .tab_content {
    flex: 1;
    max-width: none; }
  .el_tab .tabs {
    flex: none;
    width: 100%;
    max-width: 120px; } }
@media (max-width: 991px) {
  .el_tab .tab_content {
    max-width: 250px; } }
@media (max-width: 767px) {
  .el_tab .tab_content {
    max-width: 60%; }
    .el_tab .tab_content img {
      width: 100%; } }

@media (max-width: 1200px) and (min-width: 1025px) {
  .banner4_heading .elementor-heading-title {
    font-size: 36px !important; } }

@media (min-width: 1025px) {
  .col_right_desktop > .elementor-container {
    margin-right: 0;
    margin-left: auto; } }

.el_hotspot4 .elementor-widget-container,
.el_hotspot4 .image-hotspot-wrapper,
.el_hotspot4 .image-hotspot-hotspots {
  height: 100%; }
.el_hotspot4 .image-hotspot-img {
  height: 100%;
  object-fit: cover;
  object-position: left center; }
  @media (max-width: 575px) {
    .el_hotspot4 .image-hotspot-img {
      min-height: 400px;
      object-position: center; } }
.el_hotspot4 .image-hotspot {
  width: 70px;
  height: 70px; }
  .el_hotspot4 .image-hotspot:hover .hotspot-btn::before {
    background-color: transparent !important; }
.el_hotspot4 .hotspot-btn::before {
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f065";
  font-family: "Font Awesome Regular";
  font-size: 18px;
  color: #000;
  background-color: transparent; }
.el_hotspot4 .hotspot-btn::after {
  display: none; }
.el_hotspot4 .hotspot-btn:hover {
  background-color: var(--theme-color-default); }

@media (min-width: 1025px) and (max-width: 1500px) {
  .big_heading4 .elementor-heading-title {
    font-size: 100px !important; } }
@media (min-width: 1025px) and (max-width: 1200px) {
  .big_heading4 .elementor-heading-title {
    font-size: 80px !important; } }

.product_hotspot {
  transform: translateX(-30%);
  display: flex;
  align-items: center; }
  .product_hotspot img {
    max-width: calc(100vw * 0.26);
    width: 100%; }
    @media (max-width: 1024px) {
      .product_hotspot img {
        max-width: 300px; } }
    @media (max-width: 767px) {
      .product_hotspot img {
        max-width: 250px; } }
  @media (max-width: 1024px) {
    .product_hotspot {
      transform: none; } }
  @media (max-width: 575px) {
    .product_hotspot {
      display: none; } }

.btn_type3 .elementor-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 10px !important;
  border-radius: 30px;
  background-color: var(--theme-color-default);
  color: #000;
  min-width: 44px;
  transition: 0.3s all;
  overflow: hidden; }
  .btn_type3 .elementor-button-link span {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    width: 0;
    margin-right: 0; }
    .rtl .btn_type3 .elementor-button-link span {
      margin-left: 0;
      margin-right: inherit; }
  .btn_type3 .elementor-button-link::after {
    content: "\f061";
    font-family: "Font Awesome Regular";
    font-size: 14px; }
    [dir] .btn_type3 .elementor-button-link::after {
      content: "\f060"; }
  .btn_type3 .elementor-button-link:hover {
    padding: 10px 30px !important; }
    .btn_type3 .elementor-button-link:hover span {
      width: auto;
      margin-right: 10px;
      opacity: 1;
      visibility: visible; }
      .rtl .btn_type3 .elementor-button-link:hover span {
        margin-left: 10px;
        margin-right: inherit; }
.btn_type3.no-text .elementor-button-link::after {
  animation: button-animation-out 0.25s; }
.btn_type3.no-text .elementor-button-link:hover {
  padding: 10px 10px !important; }
  .btn_type3.no-text .elementor-button-link:hover span {
    margin-right: 0; }
    .rtl .btn_type3.no-text .elementor-button-link:hover span {
      margin-left: 0;
      margin-right: inherit; }
  .btn_type3.no-text .elementor-button-link:hover::after {
    animation: button-animation-in 0.25s; }

.full__height {
  height: 100%; }

.el_category4_item .elementor-image-box-content {
  display: flex;
  align-items: top;
  gap: 10px; }
.el_category4_item .elementor-image-box-title {
  position: relative; }
  .el_category4_item .elementor-image-box-title::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: auto;
    right: 0;
    transition: 0.3s all; }
.el_category4_item .elementor-image-box-wrapper {
  position: relative; }
  .el_category4_item .elementor-image-box-wrapper:hover .elementor-image-box-img {
    opacity: 1;
    visibility: visible;
    right: 18px; }
    .rtl .el_category4_item .elementor-image-box-wrapper:hover .elementor-image-box-img {
      left: 18px;
      right: auto; }
  .el_category4_item .elementor-image-box-wrapper:hover .elementor-image-box-title::before {
    left: 0;
    right: auto;
    width: 100%; }
.el_category4_item .elementor-image-box-img {
  position: absolute;
  bottom: -10px;
  right: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s all; }
  .rtl .el_category4_item .elementor-image-box-img {
    left: 100%;
    right: auto; }
.el_category4_item:hover {
  z-index: 2; }

.el_category4_list .elementor-widget-wrap {
  gap: 30px 40px; }

.caption_heading4 .widget-image-caption {
  font-family: var(--font-family-senary); }
  @media (max-width: 1400px) and (min-width: 1025px) {
    .caption_heading4 .widget-image-caption {
      font-size: 30px !important; } }

.caption_heading .widget-image-caption {
  font-family: var(--font-family-senary); }

.el_collection4 > .elementor-container > .elementor-row {
  gap: 30px; }
.el_collection4 .el_collection4_item {
  overflow: hidden;
  border-radius: 10px; }
@media (max-width: 1199px) {
  .el_collection4 > .elementor-container > .elementor-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 20px; }
    .el_collection4 > .elementor-container > .elementor-row::-webkit-scrollbar {
      height: 5px;
      width: calc(100% - 60px);
      margin-left: 15px;
      margin-right: 15px;
      border-radius: 10px; }
    .el_collection4 > .elementor-container > .elementor-row::-webkit-scrollbar-track {
      background-color: #e1e1e1; }
    .el_collection4 > .elementor-container > .elementor-row::-webkit-scrollbar-thumb {
      background-color: var(--theme-color-default); }
  .el_collection4 .el_collection4_item {
    flex: 1 0 calc(calc(100% - 60px) / 3); } }
@media (max-width: 800px) {
  .el_collection4 .el_collection4_item {
    flex: 1 0 calc(calc(100% - 30px) / 2); } }
@media (max-width: 550px) {
  .el_collection4 .el_collection4_item {
    flex: 1 0 100%; } }

@media (max-width: 767px) {
  .el_hotspot.no-polygon .image-hotspot-img {
    clip-path: none; } }
.el_hotspot.radius .image-hotspot-img {
  border-radius: 10px; }

@media (max-width: 1400px) {
  .banner_hotspot_item {
    right: 0 !important; } }

.brand_black img {
  filter: brightness(0); }

@media (max-width: 767px) {
  .el_testimonial4 .item-description h3 {
    font-size: 30px; } }
.el_testimonial4 .item-description .author {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px; }
.el_testimonial4 .item-description .date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500; }
.el_testimonial4 .slick-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px; }
  .el_testimonial4 .slick-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    position: initial;
    transform: none;
    transition: 0.25s all; }
    .el_testimonial4 .slick-arrows .slick-arrow::before {
      font-family: "Font Awesome Regular";
      font-size: 14px;
      color: #000;
      opacity: 1; }
    .el_testimonial4 .slick-arrows .slick-arrow.slick-next::before {
      content: "\f061"; }
    .el_testimonial4 .slick-arrows .slick-arrow.slick-prev::before {
      content: "\f060"; }
    .el_testimonial4 .slick-arrows .slick-arrow:hover {
      background-color: var(--theme-color-default); }

.el_collection6 > .elementor-container > .elementor-row {
  flex-wrap: nowrap;
  gap: 30px; }
  @media (max-width: 1400px) {
    .el_collection6 > .elementor-container > .elementor-row {
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 20px; }
      .el_collection6 > .elementor-container > .elementor-row::-webkit-scrollbar {
        height: 5px;
        width: calc(100% - 60px);
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px; }
      .el_collection6 > .elementor-container > .elementor-row::-webkit-scrollbar-track {
        background-color: #e1e1e1; }
      .el_collection6 > .elementor-container > .elementor-row::-webkit-scrollbar-thumb {
        background-color: var(--theme-color-default); } }
  @media (max-width: 1400px) {
    .el_collection6 > .elementor-container > .elementor-row > div {
      flex: 1 0 calc(calc(100% - 120px) / 5); } }
  @media (max-width: 1200px) {
    .el_collection6 > .elementor-container > .elementor-row > div {
      flex: 1 0 calc(calc(100% - 90px) / 4); } }
  @media (max-width: 992px) {
    .el_collection6 > .elementor-container > .elementor-row > div {
      flex: 1 0 calc(calc(100% - 60px) / 3); } }
  @media (max-width: 768px) {
    .el_collection6 > .elementor-container > .elementor-row > div {
      flex: 1 0 calc(calc(100% - 30px) / 2); } }
  @media (max-width: 500px) {
    .el_collection6 > .elementor-container > .elementor-row > div {
      flex: 1 0 100%; } }
.el_collection6 .elementor-inner-column {
  overflow: hidden; }
  .el_collection6 .elementor-inner-column .elementor-image img {
    transition: 0.25s all; }
  .el_collection6 .elementor-inner-column:hover .elementor-image img {
    transform: scale(1.1); }

.collection_arrows {
  position: initial; }
  @media (min-width: 1401px) {
    .collection_arrows {
      display: none; } }
  .collection_arrows .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    position: initial;
    transform: none;
    transition: 0.25s all;
    font-size: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% + 10px); }
    .collection_arrows .arrow::before {
      font-family: "Font Awesome Regular";
      font-size: 14px;
      color: #000;
      opacity: 1; }
    .collection_arrows .arrow.next {
      right: 0;
      transform: translate(50%, -50%); }
      .collection_arrows .arrow.next::before {
        content: "\f061"; }
    .collection_arrows .arrow.prev {
      left: 0;
      transform: translate(-50%, -50%); }
      .collection_arrows .arrow.prev::before {
        content: "\f060"; }
    .collection_arrows .arrow:hover {
      background-color: var(--theme-color-default); }
    .collection_arrows .arrow:focus {
      outline: none; }

.button_question .elementor-button-content-wrapper::before {
  content: "\f05a";
  font-family: "Font Awesome Regular";
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  color: #000; }
  .rtl .button_question .elementor-button-content-wrapper::before {
    margin-left: 10px;
    margin-right: inherit; }

.col_fullheight > .elementor-column-wrap > .elementor-widget-wrap {
  height: 100%; }

.inner_fullheight {
  height: 100%; }
  .inner_fullheight > .elementor-container {
    height: 100%; }

.el_hotspot6 .image-hotspot-img {
  border-radius: 10px;
  height: 810px;
  object-fit: cover;
  object-position: center; }
  @media (max-width: 1024px) {
    .el_hotspot6 .image-hotspot-img {
      height: 630px; } }
  @media (max-width: 575px) {
    .el_hotspot6 .image-hotspot-img {
      height: 500px; } }

.image_box6 .elementor-image-box-content {
  flex: 1; }
.image_box6 .elementor-image-box-description {
  max-width: 350px;
  font-family: var(--font-family-senary); }
@media (max-width: 767px) {
  .image_box6 .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 30px; } }
@media (max-width: 575px) {
  .image_box6 .elementor-image-box-img,
  .image_box6 .elementor-image-box-content {
    width: 100%;
    text-align: center; }
  .image_box6 .elementor-image-box-wrapper {
    flex-wrap: wrap; }
  .image_box6 .elementor-image-box-description {
    margin-left: auto;
    margin-right: auto; } }

.testimonial6_item .elementor-widget-wrap {
  max-width: 300px;
  background-color: #fff;
  padding: 40px 30px 32px 30px; }
  @media (max-width: 400px) {
    .testimonial6_item .elementor-widget-wrap {
      padding: 30px 20px; } }
@media (max-width: 400px) {
  .testimonial6_item > .elementor-column-wrap {
    padding: 20px !important; }
  .testimonial6_item .elementor-widget-wrap {
    padding: 30px 20px; } }

.el_testimonial6 > .elementor-container > .elementor-row {
  flex-wrap: nowrap;
  gap: 30px; }
  @media (max-width: 1200px) {
    .el_testimonial6 > .elementor-container > .elementor-row {
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 20px; }
      .el_testimonial6 > .elementor-container > .elementor-row::-webkit-scrollbar {
        height: 5px;
        width: calc(100% - 60px);
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px; }
      .el_testimonial6 > .elementor-container > .elementor-row::-webkit-scrollbar-track {
        background-color: #e1e1e1; }
      .el_testimonial6 > .elementor-container > .elementor-row::-webkit-scrollbar-thumb {
        background-color: var(--theme-color-default); } }
  @media (max-width: 1200px) {
    .el_testimonial6 > .elementor-container > .elementor-row .testimonial6_item {
      flex: 1 0 calc(calc(100% - 30px) / 2); } }
  @media (max-width: 767px) {
    .el_testimonial6 > .elementor-container > .elementor-row .testimonial6_item {
      flex: 1 0 100%; } }

.banner_hover .elementor-background-overlay {
  transition: 0.25s all; }
.banner_hover:hover .elementor-background-overlay {
  transform: scale(1.09); }

.box_slide .iview-controlNav {
  opacity: 1 !important; }
  .box_slide .iview-controlNav div.iview-items {
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    max-width: 1710px;
    padding: 0 30px; }
    .box_slide .iview-controlNav div.iview-items ul {
      line-height: 1;
      display: flex;
      align-items: center;
      gap: 20px; }
      .box_slide .iview-controlNav div.iview-items ul li {
        height: auto; }
      .box_slide .iview-controlNav div.iview-items ul li a.iview-control {
        margin: 0;
        width: 6px;
        height: 6px;
        display: block;
        transition: 0.25s all; }
        .box_slide .iview-controlNav div.iview-items ul li a.iview-control.active {
          width: 12px;
          height: 12px;
          background-color: transparent;
          border: 2px solid var(--theme-color-default); }

body:not(#index) .container {
  width: 1680px;
  max-width: 100%; }
@media (min-width: 768px) {
  body:not(#index) #left-column {
    min-width: 350px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    body:not(#index) #left-column {
      min-width: 250px; } }

body:not(#index) #wrapper > .container > .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px; }
  @media (max-width: 1199px) {
    body:not(#index) #wrapper > .container > .row {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    body:not(#index) #wrapper > .container > .row {
      margin-bottom: 80px; } }
  body:not(#index) #wrapper > .container > .row > #content-wrapper {
    flex: 1; }
body:not(#index).cms-id-4 #wrapper > .container, body:not(#index).cms-id-7 #wrapper > .container {
  width: 100%;
  padding: 0; }

#search_filters .facet .facet-title {
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 17px; }
#search_filters .facet .faceted-slider {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #search_filters .facet .faceted-slider {
      margin-top: 30px; } }
  #search_filters .facet .faceted-slider > li {
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      #search_filters .facet .faceted-slider > li {
        padding: 20px !important; } }
    #search_filters .facet .faceted-slider > li > p {
      order: 2;
      margin-bottom: 0;
      margin-top: 21px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      text-transform: uppercase;
      color: #000;
      font-family: var(--font-family-senary); }
@media (min-width: 768px) {
  #search_filters .facet:not(:last-child) {
    margin-bottom: 50px; } }
#search_filters .facet > ul {
  margin-bottom: 0; }
#search_filters .facet .facet-label {
  display: flex;
  align-items: center; }
  #search_filters .facet .facet-label .custom-checkbox {
    top: auto;
    line-height: 1; }
    #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] {
      width: 16px;
      height: 16px; }
      #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
        margin-right: 12px;
        width: 16px;
        height: 16px;
        border: 2px solid #e1e1e1;
        vertical-align: initial;
        position: relative; }
        .rtl #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
          margin-left: 12px;
          margin-right: inherit; }
        #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 14px;
          font-weight: 600;
          margin: 0; }
  #search_filters .facet .facet-label.active .custom-checkbox input[type="checkbox"] + span.color {
    border-color: var(--theme-color-default); }
  #search_filters .facet .facet-label a {
    flex: 1;
    margin-top: 0;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #search_filters .facet .facet-label a > span {
      font-size: 14px;
      font-weight: 600; }
#search_filters .ui-slider-horizontal {
  height: 4px;
  border: none;
  border-radius: 0;
  background: #e3e3e3; }
#search_filters .ui-widget-header {
  background-color: #000;
  border: none; }
#search_filters .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 4px;
  border: 4px solid #000;
  top: -5px; }

#product #wrapper .breadcrumb-bg {
  background-image: none !important;
  min-height: auto;
  padding-top: 18px;
  margin-bottom: 36px;
  border-top: 1px solid #e1e1e1; }
#product #wrapper .breadcrumb ol {
  position: initial; }
#product #wrapper .breadcrumb li a {
  color: #8b8b8b; }
#product #wrapper .breadcrumb li::after {
  color: #8b8b8b; }
#product #wrapper .breadcrumb li:last-child {
  color: #8b8b8b; }

.leonextprevious-container {
  width: fit-content;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 15px;
  top: -62px; }
  .rtl .leonextprevious-container {
    left: 15px;
    right: auto; }
  .leonextprevious-container::after {
    display: none; }
  .leonextprevious-container > div {
    padding: 0;
    margin: 0;
    width: auto; }
  .leonextprevious-container .leonextprevious-btn {
    background-color: transparent;
    padding: 0;
    transition: 0.3s all; }
    .leonextprevious-container .leonextprevious-btn p {
      color: #000;
      margin-bottom: 0;
      text-align: left; }
    .leonextprevious-container .leonextprevious-btn > p {
      font-size: 0; }
      .leonextprevious-container .leonextprevious-btn > p i {
        margin: 0;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center; }
    .leonextprevious-container .leonextprevious-btn .leonextprevious_info {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      z-index: 2;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      padding: 10px;
      display: flex;
      width: 250px;
      background-color: #fff;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden;
      transform: translateY(30px);
      transition: 0.3s all; }
      .rtl .leonextprevious-container .leonextprevious-btn .leonextprevious_info {
        left: 0;
        right: auto; }
      .leonextprevious-container .leonextprevious-btn .leonextprevious_info img {
        width: 60px; }
      .leonextprevious-container .leonextprevious-btn .leonextprevious_info .small {
        padding-left: 10px;
        padding-top: 5px;
        flex: 1; }
        .rtl .leonextprevious-container .leonextprevious-btn .leonextprevious_info .small {
          padding-right: 10px;
          padding-left: inherit; }
      .leonextprevious-container .leonextprevious-btn .leonextprevious_info .name {
        font-family: var(--font-family-senary);
        font-size: 16px;
        line-height: 1.2;
        font-weight: 900;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 5px;
        color: #000;
        white-space: initial; }
      .leonextprevious-container .leonextprevious-btn .leonextprevious_info .price {
        font-family: var(--font-family-senary);
        font-weight: 400;
        font-size: 20px; }
      .leonextprevious-container .leonextprevious-btn .leonextprevious_info::before {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        right: 0;
        top: -10px; }
    .leonextprevious-container .leonextprevious-btn:hover {
      background-color: transparent; }
      .leonextprevious-container .leonextprevious-btn:hover .leonextprevious_info {
        opacity: 1;
        visibility: visible;
        transform: none; }
    .leonextprevious-container .leonextprevious-btn:active {
      box-shadow: none; }
    .leonextprevious-container .leonextprevious-btn:hover {
      background-color: var(--theme-color-default);
      border-radius: 3px; }
      .leonextprevious-container .leonextprevious-btn:hover i {
        color: #000; }

.custom-tab-top {
  max-width: 980px;
  margin-bottom: 45px; }
  .custom-tab-top h2 {
    text-transform: uppercase;
    margin-bottom: 23px; }
    @media (max-width: 991px) {
      .custom-tab-top h2 {
        font-size: 40px; } }
    @media (max-width: 575px) {
      .custom-tab-top h2 {
        font-size: 30px; } }
  .custom-tab-top p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000; }
    @media (max-width: 575px) {
      .custom-tab-top p {
        font-size: 18px; } }

.custom-tab-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; }

.custom-tab-col {
  flex: 1; }
  .custom-tab-col img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 33px; }
  .custom-tab-col h4 {
    text-transform: uppercase;
    margin-bottom: 21px; }
  .custom-tab-col p {
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .custom-tab-col a {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    transition: 0.2s all; }
    .custom-tab-col a::after {
      content: "\f061";
      font-family: "Font Awesome Light";
      font-size: 16px;
      margin-left: 10px;
      color: var(--theme-color-default); }
      .rtl .custom-tab-col a::after {
        margin-right: 10px;
        margin-left: inherit; }
      [dir] .custom-tab-col a::after {
        content: "\f060"; }
    .custom-tab-col a:hover {
      color: var(--theme-color-default); }
  @media (max-width: 991px) {
    .custom-tab-col:last-child {
      width: 100%;
      flex: none; } }
  @media (max-width: 575px) {
    .custom-tab-col {
      width: 100%;
      flex: none; } }

.thumbnail-container .leo-more-info {
  height: auto;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  width: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  left: 10px !important; }
  .thumbnail-container .leo-more-info .view_scroll_right,
  .thumbnail-container .leo-more-info .view_scroll_spacer {
    display: none; }
  .thumbnail-container .leo-more-info .thumbs_list {
    width: 100%;
    height: auto;
    overflow: initial; }
    .thumbnail-container .leo-more-info .thumbs_list ul {
      margin: 0;
      display: flex;
      align-items: center;
      position: initial; }
      .thumbnail-container .leo-more-info .thumbs_list ul .slick-list {
        margin-left: -4px !important;
        margin-right: -4px !important; }
      .thumbnail-container .leo-more-info .thumbs_list ul .slick-next {
        right: 0 !important; }
        .thumbnail-container .leo-more-info .thumbs_list ul .slick-next::before {
          content: "\f061";
          font-family: "Font Awesome Regular";
          font-size: 16px;
          color: #000; }
      .thumbnail-container .leo-more-info .thumbs_list ul .slick-prev {
        left: 0 !important; }
        .thumbnail-container .leo-more-info .thumbs_list ul .slick-prev::before {
          content: "\f060";
          font-family: "Font Awesome Regular";
          font-size: 16px;
          color: #000; }
      .thumbnail-container .leo-more-info .thumbs_list ul li {
        width: auto;
        height: auto;
        border-radius: 3px;
        overflow: hidden;
        padding: 0 4px; }
      .thumbnail-container .leo-more-info .thumbs_list ul img {
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        width: 40px; }
.thumbnail-container:hover .leo-more-info {
  width: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  left: 10px !important; }

@media (min-width: 1025px) {
  #wrapper .breadcrumb .blog-lastest-title {
    font-size: 4rem; } }

body:not(#index) h1,
body:not(#index) h2,
body:not(#index) h3,
body:not(#index) h4,
body:not(#index) h5,
body:not(#index) h6,
body:not(#index) .h1,
body:not(#index) .h2,
body:not(#index) .h3,
body:not(#index) .h4,
body:not(#index) .h5,
body:not(#index) .h6 {
  text-transform: uppercase; }

.cms_ourteam > .elementor-container > .elementor-row {
  gap: 0 30px;
  overflow: auto;
  flex-wrap: nowrap;
  padding-bottom: 8px; }
  .cms_ourteam > .elementor-container > .elementor-row::-webkit-scrollbar {
    height: 5px; }
  .cms_ourteam > .elementor-container > .elementor-row::-webkit-scrollbar-track {
    background-color: #e1e1e1; }
  .cms_ourteam > .elementor-container > .elementor-row::-webkit-scrollbar-thumb {
    background-color: var(--theme-color-default); }
  .cms_ourteam > .elementor-container > .elementor-row > .elementor-element {
    min-width: 300px;
    max-width: 390px; }
    .cms_ourteam > .elementor-container > .elementor-row > .elementor-element:hover .cms_ourteam_social {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }

.cms_ourteam_item .elementor-image-box-img img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden; }
.cms_ourteam_item .elementor-image-box-content {
  width: fit-content; }

.cms_ourteam_social {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: auto !important;
  transition: 0.3s all; }
  @media (min-width: 992px) {
    .cms_ourteam_social {
      opacity: 0;
      visibility: hidden;
      transform: translateY(30px); } }
  .cms_ourteam_social .elementor-social-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 30px; }
    .cms_ourteam_social .elementor-social-icons-wrapper .elementor-social-icon {
      margin: 0; }

.cms_counter .elementor-counter-number-wrapper span {
  font-family: var(--font-family-senary);
  background: linear-gradient(180deg, #fff 41.65%, rgba(255, 255, 255, 0) 80.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.cms_counter .elementor-counter-title {
  margin-top: -40px; }
  @media (max-width: 1024px) {
    .cms_counter .elementor-counter-title {
      margin-top: -20px; } }

.faq_tabs_content .faq_tab_content {
  display: none; }
  .faq_tabs_content .faq_tab_content:first-child {
    display: block; }

.faq_tab_item .elementor-heading-title {
  max-width: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.25s all;
  cursor: pointer; }
  .faq_tab_item .elementor-heading-title::after {
    content: "\f061";
    font-family: "Font Awesome Light";
    font-size: 20px;
    margin-right: 30px;
    transition: 0.25s all;
    opacity: 0;
    visibility: hidden; }
    [dir] .faq_tab_item .elementor-heading-title::after {
      content: "\f060"; }
.faq_tab_item.current .elementor-heading-title {
  color: #000 !important; }
  .faq_tab_item.current .elementor-heading-title::after {
    margin-right: 0;
    opacity: 1;
    visibility: visible; }

#contact .card-block {
  padding: 0; }
#contact .contact-form {
  padding: 0; }
  #contact .contact-form .form-fields > .form-group:first-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    #contact .contact-form .form-fields .form-control-comment {
      float: right; } }

#authentication .page-header {
  text-align: center; }

.register-form > p a {
  font-weight: 600; }
.register-form #customer-form .form-control-valign .radio-inline {
  display: inline-flex;
  align-items: center; }
  .register-form #customer-form .form-control-valign .radio-inline .custom-radio {
    margin-top: 0; }

.page-footer .account-link {
  color: var(--link-color);
  display: inline-flex;
  align-items: center; }
  .page-footer .account-link span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
  .page-footer .account-link i {
    font-size: 0;
    width: auto;
    height: auto;
    margin-right: 6px; }
    .rtl .page-footer .account-link i {
      margin-left: 6px;
      margin-right: inherit; }
    .page-footer .account-link i::before {
      content: "\f060";
      font-family: "Font Awesome Regular";
      font-size: 14px; }
  .page-footer .account-link[data-role="home"] i::before {
    content: "\f015"; }
  .page-footer .account-link:hover {
    color: var(--link-color-hover); }

#pagenotfound .page-header {
  display: none; }

#_desktop_currency_selector.popup-over .popup-content,
#_desktop_language_selector .popup-over .popup-content {
  top: calc(100% + 30px);
  left: auto;
  transition: 0.25s all;
  opacity: 0;
  visibility: hidden;
  display: block; }
  [dir] #_desktop_currency_selector.popup-over .popup-content, [dir]
  #_desktop_language_selector .popup-over .popup-content {
    left: 0;
    right: auto; }
  #_desktop_currency_selector.popup-over .popup-content::before,
  #_desktop_language_selector .popup-over .popup-content::before {
    content: "";
    width: 50px;
    height: 16px;
    position: absolute;
    bottom: 100%;
    right: 0; }
  @media (max-width: 575px) {
    #_desktop_currency_selector.popup-over .popup-content,
    #_desktop_language_selector .popup-over .popup-content {
      left: 0;
      right: auto; }
      #_desktop_currency_selector.popup-over .popup-content::before,
      #_desktop_language_selector .popup-over .popup-content::before {
        left: 0;
        right: auto; } }
  #_desktop_currency_selector.popup-over .popup-content li,
  #_desktop_language_selector .popup-over .popup-content li {
    padding: 0; }
  #_desktop_currency_selector.popup-over .popup-content a,
  #_desktop_language_selector .popup-over .popup-content a {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px; }
#_desktop_currency_selector.popup-over:hover .popup-content,
#_desktop_language_selector .popup-over:hover .popup-content {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible; }

.userinfo-selector.popup-over .popup-content {
  left: auto;
  right: 0;
  top: calc(100% + 30px);
  transition: 0.25s all;
  display: block !important;
  opacity: 0;
  visibility: hidden; }
  [dir] .userinfo-selector.popup-over .popup-content {
    left: 0;
    right: auto; }
  .userinfo-selector.popup-over .popup-content::before {
    content: "";
    width: 50px;
    height: 16px;
    position: absolute;
    bottom: 100%;
    right: 0; }
  .userinfo-selector.popup-over .popup-content li {
    padding: 0; }
    .userinfo-selector.popup-over .popup-content li a {
      font-size: 14px;
      line-height: 30px;
      font-weight: 500; }
.userinfo-selector.popup-over:hover .popup-content {
  top: calc(100% + 15px);
  opacity: 1;
  visibility: visible; }

.modal .modal-content {
  border: 1px solid #e1e1e1;
  border-radius: 5px; }
@media (max-width: 480px) {
  .modal .modal-dialog {
    max-width: calc(100% - 30px); } }
.modal.leo-quicklogin-modal .leo-login-title,
.modal.leo-quicklogin-modal .leo-register-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase; }
@media (max-width: 480px) {
  .modal.leo-quicklogin-modal .row.lql-form-content-element > div {
    width: 100%; } }
.modal.leo-quicklogin-modal .modal-dialog {
  max-width: 500px; }
  @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 {
  border: 1px solid #e1e1e1;
  background: #fff;
  outline-width: 1px; }
  .modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .form-control:focus {
    border-color: var(--theme-color-default); }
.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);
  margin-right: 5px; }
  .rtl .modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .lql-rememberme {
    margin-left: 5px;
    margin-right: inherit; }
.modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .fa-eye-slash,
.modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .fa-eye {
  line-height: 50px;
  right: 10px; }
  .rtl .modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .fa-eye-slash, .rtl
  .modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .fa-eye {
    left: 10px;
    right: auto; }
.modal.leo-quicklogin-modal .lql-callregister,
.modal.leo-quicklogin-modal .lql-calllogin {
  margin-bottom: 0; }
.modal.leo-quicklogin-modal .leo-resetpass-form {
  margin-top: 20px; }
  .modal.leo-quicklogin-modal .leo-resetpass-form .h3 {
    font-size: 26px;
    text-transform: uppercase; }
.modal.leo-quicklogin-modal form .form-control-label:not(.radio-inline) {
  font-weight: 500; }
.modal.leo-quicklogin-modal form .form-control-label.radio-inline {
  margin-right: 15px;
  font-weight: 400; }
  .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: 5px;
    right: 10px;
    z-index: 2;
    opacity: 1;
    margin: 0; }
    .rtl .modal.leo-quicklogin-modal .modal-header .close {
      left: 10px;
      right: auto; }
    .modal.leo-quicklogin-modal .modal-header .close span {
      display: none; }
    .modal.leo-quicklogin-modal .modal-header .close::before {
      content: "\f00d";
      font-family: "Font Awesome Light";
      color: var(--text-color);
      font-size: 18px; }
.modal.leo-quicklogin-modal .modal-footer {
  padding: 0;
  border: none; }
.modal.leo-quicklogin-modal .modal-body {
  padding: 30px 20px 20px; }
.modal .modal-title {
  text-transform: none !important;
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 24px; }
  .modal .modal-title a {
    display: block; }
    .modal .modal-title a strong {
      font-weight: 600; }
.modal .modal-header .close {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
  margin: 0; }
  .rtl .modal .modal-header .close {
    left: 10px;
    right: auto; }
  .modal .modal-header .close::before {
    content: "\f00d";
    font-family: "Font Awesome Regular";
    font-size: 16px; }
  .modal .modal-header .close span {
    display: none; }
.modal.leo-modal-wishlist .modal-header, .modal.leo-modal-compare .modal-header {
  border: none; }
.modal.quickview .modal-body h1.h1 {
  font-size: 40px;
  text-transform: uppercase; }
.modal.quickview .modal-body .product-flags {
  display: flex;
  flex-direction: column; }
.modal.quickview .modal-body .product-prices {
  display: flex;
  align-items: flex-end;
  gap: 0 9px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .modal.quickview .modal-body .product-prices div {
    margin-bottom: 0; }
  .modal.quickview .modal-body .product-prices .discount-percentage {
    display: none; }
  .modal.quickview .modal-body .product-prices .product-price {
    order: -1;
    font-size: 30px;
    line-height: 36px; }
    .modal.quickview .modal-body .product-prices .product-price.has-discount {
      color: #c70a33; }
  .modal.quickview .modal-body .product-prices .product-discount {
    margin-bottom: 1px; }
    .modal.quickview .modal-body .product-prices .product-discount .regular-price {
      font-size: 20px;
      line-height: 24px;
      font-family: var(--font-family-senary);
      font-weight: 400;
      color: #8b8b8b;
      text-decoration-thickness: 1px; }
.modal.quickview .lSSlideOuter .lSPager.lSGallery li {
  border-radius: 5px;
  border: 1px solid #e1e1e1; }
  .modal.quickview .lSSlideOuter .lSPager.lSGallery li.active {
    border-color: #000; }
[dir] .modal.quickview .lSSlideOuter li {
  margin-right: 0; }
.modal.quickview .lSAction > a {
  height: 28px; }

#module-psgdpr-gdpr .page_content h2 {
  font-size: 26px; }
#module-psgdpr-gdpr .psgdprinfo17 {
  background: #f5f5f5;
  border-radius: 5px; }

.footer_links .btn {
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.25s all; }
  .footer_links .btn i {
    font-size: 0;
    width: auto;
    height: auto;
    margin-right: 6px; }
    .rtl .footer_links .btn i {
      margin-left: 6px;
      margin-right: inherit; }
    .footer_links .btn i::before {
      content: "\f060";
      font-family: "Font Awesome Regular";
      font-size: 14px; }
.footer_links .pull-xs-right .btn i::before {
  content: "\f015"; }
.footer_links .pull-xs-left {
  margin-right: 30px; }
  .rtl .footer_links .pull-xs-left {
    margin-left: 30px;
    margin-right: inherit; }

.blockreassurance_product {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1; }
  .blockreassurance_product > div {
    display: flex;
    align-items: center; }
  .blockreassurance_product .item-product {
    padding: 0;
    margin: 0 9px 0 0; }
    .rtl .blockreassurance_product .item-product {
      margin: 0 0 0 9px; }
  .blockreassurance_product .block-title,
  .blockreassurance_product p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
  .blockreassurance_product p {
    color: #8b8b8b !important;
    margin-left: 2px; }
    .rtl .blockreassurance_product p {
      margin-right: 2px;
      margin-left: inherit; }

.menu_banner {
  position: relative; }
  .menu_banner img {
    height: 100%;
    object-fit: cover; }
  .menu_banner_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(20px);
    padding: 21px 30px 23px;
    border-radius: 10px;
    min-width: 260px; }
    .rtl .menu_banner_content {
      right: 30px;
      left: auto; }
    .menu_banner_content h4 {
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 10px; }
    .menu_banner_content a {
      text-transform: uppercase;
      padding: 3px 12px;
      border-radius: 30px;
      color: #000;
      background-color: var(--theme-color-default);
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      transition: 0.25s all;
      display: inline-flex;
      align-items: center; }
      .menu_banner_content a::after {
        content: "\f061";
        font-family: "Font Awesome Light";
        font-size: 14px;
        margin-left: 5px; }
        .rtl .menu_banner_content a::after {
          margin-right: 5px;
          margin-left: inherit; }
        [dir] .menu_banner_content a::after {
          content: "\f060"; }
      .menu_banner_content a:hover {
        background-color: #000;
        color: #fff; }

.el-menu,
.col__menu {
  position: initial; }
  .el-menu > .elementor-column-wrap,
  .col__menu > .elementor-column-wrap {
    position: initial; }
    .el-menu > .elementor-column-wrap > .elementor-widget-wrap,
    .col__menu > .elementor-column-wrap > .elementor-widget-wrap {
      position: initial; }
      .el-menu > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget,
      .col__menu > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget {
        position: initial; }
  .el-menu .navbar,
  .col__menu .navbar {
    position: initial; }
  .el-menu .leo-megamenu .menu-home .dropdown-menu,
  .col__menu .leo-megamenu .menu-home .dropdown-menu {
    background-color: #2e2e2e;
    padding: 45px 0 50px;
    border-radius: 0; }
  .el-menu .leo-megamenu .menu-home .dropdown-menu-inner,
  .col__menu .leo-megamenu .menu-home .dropdown-menu-inner {
    max-width: 1710px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1024px) {
      .el-menu .leo-megamenu .menu-home .dropdown-menu-inner,
      .col__menu .leo-megamenu .menu-home .dropdown-menu-inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .el-menu .leo-megamenu .menu-home .dropdown-menu-inner,
      .col__menu .leo-megamenu .menu-home .dropdown-menu-inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .el-menu .leo-megamenu .menu-home .widget-inner p,
  .col__menu .leo-megamenu .menu-home .widget-inner p {
    margin-bottom: 16px; }
    .el-menu .leo-megamenu .menu-home .widget-inner p:last-child,
    .col__menu .leo-megamenu .menu-home .widget-inner p:last-child {
      margin-bottom: 0; }
  .el-menu .leo-megamenu .menu-home .widget-inner img,
  .col__menu .leo-megamenu .menu-home .widget-inner img {
    border-radius: 5px;
    height: auto; }
  .el-menu .leo-megamenu .menu-home .widget-inner a,
  .col__menu .leo-megamenu .menu-home .widget-inner a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: var(--font-family-senary);
    color: #fff; }
    .el-menu .leo-megamenu .menu-home .widget-inner a span,
    .col__menu .leo-megamenu .menu-home .widget-inner a span {
      color: var(--theme-color-default);
      transition: 0.25s all; }
  .el-menu .leo-megamenu .menu-home .widget-inner:hover a span,
  .col__menu .leo-megamenu .menu-home .widget-inner:hover a span {
    color: #c70a33; }
  .el-menu .leo-megamenu .menu-shop .dropdown-menu,
  .col__menu .leo-megamenu .menu-shop .dropdown-menu {
    background-color: #fff;
    padding: 0;
    border-radius: 0; }
  .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner,
  .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner {
    padding-left: 7%; }
    .rtl .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner, .rtl
    .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner {
      padding-right: 7%;
      padding-left: inherit; }
    @media (max-width: 1710px) {
      .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner,
      .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner {
        padding-left: 30px; }
        .rtl .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner, .rtl
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner {
          padding-right: 30px;
          padding-left: inherit; } }
    @media (max-width: 1200px) {
      .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner,
      .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner {
        padding-left: 0; }
        .rtl .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner, .rtl
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner {
          padding-right: 0;
          padding-left: inherit; } }
    .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row,
    .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row {
      display: flex;
      margin: 0; }
      .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:not(:last-child),
      .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:not(:last-child) {
        border-left: 1px solid #e1e1e1;
        padding: 45px 30px; }
        @media (max-width: 1500px) {
          .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:not(:last-child),
          .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:not(:last-child) {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (max-width: 1200px) {
          .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:not(:last-child),
          .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:not(:last-child) {
            flex: 1; } }
      @media (max-width: 1200px) {
        .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:first-child,
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:first-child {
          border: none; } }
      .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child,
      .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child {
        padding: 0; }
        .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .mega-col-inner,
        .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .leo-widget,
        .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .widget-html,
        .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .widget-inner,
        .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .menu_banner,
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .mega-col-inner,
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .leo-widget,
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .widget-html,
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .widget-inner,
        .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child .menu_banner {
          height: 100%; }
        @media (max-width: 1200px) {
          .el-menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child,
          .col__menu .leo-megamenu .menu-shop .dropdown-menu-inner .row > .mega-col:last-child {
            display: none; } }
  .el-menu .leo-megamenu .menu-shop:hover a.dropdown-toggle::before,
  .col__menu .leo-megamenu .menu-shop:hover a.dropdown-toggle::before {
    border-bottom-color: #fff; }

.justify-end > .elementor-column-wrap > .elementor-widget-wrap {
  justify-content: flex-end; }

.box_hotspot .hotspot-dropdown-bottom,
.el_hotspot4 .hotspot-dropdown-bottom,
.el_hotspot .hotspot-dropdown-bottom {
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%); }
.box_hotspot .hotspot-dropdown-top,
.el_hotspot4 .hotspot-dropdown-top,
.el_hotspot .hotspot-dropdown-top {
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%); }
.box_hotspot .hotspot-content,
.el_hotspot4 .hotspot-content,
.el_hotspot .hotspot-content {
  padding: 12px;
  border-radius: 5px; }
  .box_hotspot .hotspot-content .btn-action,
  .el_hotspot4 .hotspot-content .btn-action,
  .el_hotspot .hotspot-content .btn-action {
    background-color: var(--theme-color-default);
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
    justify-content: center; }
    .box_hotspot .hotspot-content .btn-action::before, .box_hotspot .hotspot-content .btn-action::after,
    .el_hotspot4 .hotspot-content .btn-action::before,
    .el_hotspot4 .hotspot-content .btn-action::after,
    .el_hotspot .hotspot-content .btn-action::before,
    .el_hotspot .hotspot-content .btn-action::after {
      display: none; }
.box_hotspot .hotspot-content-image,
.el_hotspot4 .hotspot-content-image,
.el_hotspot .hotspot-content-image {
  border-radius: 5px;
  border: 1px solid #e1e1e1; }
.box_hotspot .hotspot-type-product .hotspot-content-title,
.el_hotspot4 .hotspot-type-product .hotspot-content-title,
.el_hotspot .hotspot-type-product .hotspot-content-title {
  font-size: 16px;
  text-transform: uppercase; }
.box_hotspot .hotspot-type-product .price,
.el_hotspot4 .hotspot-type-product .price,
.el_hotspot .hotspot-type-product .price {
  font-size: 22px;
  font-family: var(--font-family-senary);
  color: var(--price-color); }

.footer_brand {
  color: #000 !important;
  text-decoration: underline; }
  .footer_brand:hover {
    color: var(--theme-color-default) !important; }

.product-notification.position3 {
  bottom: 30px;
  left: 30px;
  border: none;
  height: auto; }
  .rtl .product-notification.position3 {
    right: 30px;
    left: auto; }
.product-notification .product-suggest {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1); }
.product-notification.leo-smart .time-ago {
  background: transparent;
  color: #000;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6px; }
.product-notification.leo-smart .close-notifi {
  font-size: 0;
  background: #1c1c1c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: -10px;
  right: -10px; }
  .product-notification.leo-smart .close-notifi::before {
    content: "\f00d";
    font-family: "Font Awesome Regular";
    font-size: 12px; }
.product-notification .product-name {
  font-family: var(--font-family-senary);
  font-size: 18px; }

/*# sourceMappingURL=front.css.map */
