/*
 *   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-slide img {
  width: 100%; }

.elementor-social-icons-wrapper {
  line-height: 1; }

.elementor-slick-slider ul.slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 0 5px; }
  .elementor-slick-slider ul.slick-dots li.slick-active button {
    background-color: #193a43;
    border-color: #193a43; }
  .elementor-slick-slider ul.slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent; }
    .elementor-slick-slider ul.slick-dots li button::before {
      display: none; }

.collection_item img {
  max-width: 280px; }
.collection_item .elementor-image-box-img {
  position: absolute;
  z-index: -1;
  width: fit-content !important;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 1s opacity ease; }
.collection_item .elementor-image-box-content {
  position: relative;
  z-index: 9; }
.collection_item .elementor-image-box-title {
  position: relative; }
  .collection_item .elementor-image-box-title a {
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color-default); }
  .collection_item .elementor-image-box-title::before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--theme-color-default);
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .rtl .collection_item .elementor-image-box-title::before {
      right: 0;
      left: auto; }
.collection_item .elementor-image-box-description {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  transform: translateX(-1rem); }
.collection_item:hover .elementor-image-box-title::before {
  width: 100%; }
.collection_item:hover .elementor-image-box-description {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.showmenu {
  cursor: pointer; }
  @media (max-width: 991px) {
    .showmenu {
      display: none; } }

.group-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 500px;
  z-index: 999;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.6s all ease; }
  .rtl .group-nav {
    left: 0;
    right: auto; }
  [dir] .group-nav {
    transform: translateX(-100%); }
  .group-nav.active-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .group-nav .ap-total {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #193a43;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    display: inline-block; }

.bg-over-lay::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease; }
.bg-over-lay.show-over-lay::before {
  opacity: 1;
  visibility: visible; }

.header-button-wishlist,
.header-button-compare {
  position: relative; }
  .header-button-wishlist i,
  .header-button-compare i {
    font-size: 25px; }
    .header-button-wishlist i.la-heart,
    .header-button-compare i.la-heart {
      font-size: 21px; }
  .header-button-wishlist a,
  .header-button-compare a {
    display: flex;
    align-items: center; }

.header-button-wishlist {
  margin-top: 2px; }

.m-carousel .slick-list {
  margin-left: -20px;
  margin-right: -20px; }
  @media (max-width: 1024px) {
    .m-carousel .slick-list {
      margin-left: -15px;
      margin-right: -15px; } }

.m2-carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px; }

.customer_carousel .slick-arrows {
  position: absolute;
  left: 60px;
  bottom: 20px; }
  .rtl .customer_carousel .slick-arrows {
    right: 60px;
    left: auto; }
  @media (max-width: 767px) {
    .customer_carousel .slick-arrows {
      display: none; } }
  .customer_carousel .slick-arrows .slick-arrow {
    position: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transform: none; }
    .customer_carousel .slick-arrows .slick-arrow::before {
      font-size: 30px; }

.box_blog .blog-readmore {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  .box_blog .blog-readmore::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #538c9b;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1; }
  .box_blog .blog-readmore:hover::before {
    width: 100%;
    left: 0;
    right: auto; }
.box_blog .blog-image-container img {
  transition: 0.25s all ease-in-out; }
.box_blog .blog-container:hover .blog-image-container img {
  filter: brightness(0.5); }
.box_blog.blog9 .blog-readmore::before {
  background-color: #ff4715; }

.box_blog3 .blog-container {
  padding: 20px;
  background-color: #fff; }

.linklist-toggle {
  margin-bottom: 0; }

.footer-newletter .block_newsletter {
  background-color: transparent;
  border-bottom: 2px solid #193a43; }
  .footer-newletter .block_newsletter form button[type="submit"] {
    background-color: transparent;
    padding: 6px 0 0;
    color: #193a43;
    text-transform: uppercase;
    height: auto;
    font-size: 14px;
    font-weight: 600; }
    .footer-newletter .block_newsletter form button[type="submit"]::before {
      display: none; }
    .footer-newletter .block_newsletter form button[type="submit"] i {
      display: none; }
    .footer-newletter .block_newsletter form button[type="submit"] span {
      display: inline-block; }
  .footer-newletter .block_newsletter form input[type="email"] {
    height: 38px;
    border: none; }

.col__info2 .user-info {
  color: var(--text-color);
  gap: 0 15px; }
  .col__info2 .user-info li > a {
    color: var(--link-color); }
    .col__info2 .user-info li > a:hover {
      color: var(--link-color-hover); }
.col__info2 #_desktop_language_selector .popup-over .popup-title .expand-more {
  color: var(--text-color); }
.col__info2 #_desktop_language_selector .popup-over .popup-title::after {
  border-top-color: var(--text-color); }

@media (min-width: 1025px) {
  .width__fit {
    max-width: 320px; } }
@media (max-width: 1024px) {
  .width__fit {
    height: 100%;
    display: flex;
    align-items: center; } }

.box__menu3 .leo-megamenu .navbar-nav > li > a {
  padding: 20px 25px; }
.box__menu3 .leo-megamenu .navbar-nav > li > a > .menu-title::before {
  bottom: -23px; }
.box__menu3 .leo-megamenu .navbar-nav > li > a > .sub-title {
  top: 6px; }

.box__video .eicon-play {
  font-size: 20px;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: none; }
  .box__video .eicon-play::before {
    content: "\f04b";
    font-family: "FontAwesome"; }

.mw-550 {
  max-width: 500px; }

.mw-800 {
  max-width: 800px;
  margin: auto; }

.box__brand .slick-slide img {
  width: fit-content; }
.box__brand .name-manufacturer {
  display: none; }

.text {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .text::after {
    content: "";
    width: 1px;
    height: 60px;
    display: block;
    background-color: #193a43;
    margin-bottom: 16px; }

.box_newletter3 .block_newsletter {
  max-width: 780px; }
  .box_newletter3 .block_newsletter form button[type="submit"] {
    padding: 16px 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    inset: auto; }
    .box_newletter3 .block_newsletter form button[type="submit"] i {
      display: none; }
    .box_newletter3 .block_newsletter form button[type="submit"] span {
      display: inline-block; }

.footer_logo img {
  max-width: 80px; }

.position__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.text__block {
  background-color: rgba(254, 254, 254, 0.5);
  z-index: 2; }
  .text__block .elementor-heading-title {
    color: #193a43; }
  .text__block::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: rgba(65, 110, 122, 0.5);
    top: 0;
    right: 0;
    left: auto;
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1; }

.image__hover {
  overflow: hidden; }
  .image__hover img {
    transition: all ease 0.45s; }
  .image__hover:hover img {
    transform: scale(1.1); }
  .image__hover:hover .text__block .elementor-heading-title {
    color: #fff !important; }
  .image__hover:hover .text__block::before {
    width: 100%;
    left: 0;
    right: auto; }

.banner__text__center {
  overflow: hidden; }
  .banner__text__center img {
    transition: all ease 0.45s; }
  .banner__text__center.elementor-widget-image .widget-image-caption {
    transform: translate(-50%, -50%);
    width: 550px;
    color: var(--text-color);
    background-color: rgba(254, 254, 254, 0.9);
    transition-delay: 0.25s; }
  .banner__text__center .widget-image-caption {
    position: relative;
    z-index: 2; }
    .banner__text__center .widget-image-caption::before {
      content: "";
      position: absolute;
      width: 0;
      height: 100%;
      background-color: rgba(65, 110, 122, 0.9);
      top: 0;
      right: 0;
      left: auto;
      transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: -1; }
  .banner__text__center:hover img {
    transform: scale(1.1); }
  .banner__text__center:hover .widget-image-caption {
    color: #fff !important; }
    .banner__text__center:hover .widget-image-caption::before {
      width: 100%;
      left: 0;
      right: 0; }

.box__product-tab4 .widget-tab-title {
  margin: 0 16px 7px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease-in-out; }
  .box__product-tab4 .widget-tab-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #193a43;
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out; }
  .box__product-tab4 .widget-tab-title.active, .box__product-tab4 .widget-tab-title:hover {
    color: #193a43 !important; }
    .box__product-tab4 .widget-tab-title.active::after, .box__product-tab4 .widget-tab-title:hover::after {
      width: 100%;
      opacity: 1;
      visibility: visible; }

.box__arrivals::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #fff; }
  @media (max-width: 1300px) {
    .box__arrivals::before {
      display: none; } }
.box__arrivals .elementor-container .elementor-row {
  flex-wrap: wrap; }
.box__arrivals img {
  max-width: 805px; }
.box__arrivals .text__rotate {
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left; }
.box__arrivals .flex-1 {
  width: auto !important;
  flex: 1; }
@media (min-width: 768px) {
  .box__arrivals .no-wrap .elementor-row {
    flex-wrap: nowrap; } }

.box__testimonials .elementor-testimonial-content {
  padding-top: 8px; }
  .box__testimonials .elementor-testimonial-content .testi__list-star {
    display: flex;
    margin-top: 8px;
    margin-bottom: 0; }
    .box__testimonials .elementor-testimonial-content .testi__list-star.justify-content-center {
      justify-content: center; }
      .box__testimonials .elementor-testimonial-content .testi__list-star.justify-content-center li {
        margin: 0 3px; }
    .box__testimonials .elementor-testimonial-content .testi__list-star li {
      margin-right: 6px; }
      .rtl .box__testimonials .elementor-testimonial-content .testi__list-star li {
        margin-left: 6px;
        margin-right: inherit; }
      .box__testimonials .elementor-testimonial-content .testi__list-star li i {
        font-size: 14px;
        color: #efce4a; }
.box__testimonials .elementor-testimonial-details {
  display: flex !important;
  align-items: center; }
  .box__testimonials .elementor-testimonial-details .elementor-testimonial-job {
    padding-left: 8px;
    margin-top: 3px; }
    .rtl .box__testimonials .elementor-testimonial-details .elementor-testimonial-job {
      padding-right: 8px;
      padding-left: inherit; }
.box__testimonials.testimonials_8 .elementor-testimonial-content {
  font-family: var(--font-family-senary) !important; }

.slide__overlay .iviewSlider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4; }

.m-block .elementor-row {
  margin-left: -20px;
  margin-right: -20px; }
  @media (max-width: 1024px) {
    .m-block .elementor-row {
      margin-left: -15px;
      margin-right: -15px; } }

.collection__tab .tab-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
  transform: translateX(-100px); }
  .collection__tab .tab-item.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none; }
.collection__tab .widget-tab-title {
  margin: 0 16px;
  cursor: pointer; }
  .collection__tab .widget-tab-title.active {
    border-bottom: 2px solid #193a43; }

.banner_img {
  background-position-x: center; }

.banner5__img::before {
  content: "";
  height: 350px;
  width: 115%;
  background-color: #e4ece6;
  position: absolute;
  bottom: 0;
  right: 110px;
  z-index: -1; }
  .rtl .banner5__img::before {
    left: 110px;
    right: auto; }

.footer__border-right {
  border-right: 1px solid #444; }
  [dir] .footer__border-right {
    border-right: none;
    border-left: 1px solid #444; }

.box_video video {
  min-height: 442px;
  object-fit: cover;
  object-position: center; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .box_video video {
      min-height: 350px; } }

.box_video-big video {
  height: 785px;
  object-fit: cover;
  object-position: center; }
  @media (max-width: 767px) {
    .box_video-big video {
      height: 600px; } }

.box_video_slider video {
  height: 1089px;
  object-fit: cover;
  object-position: center; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .box_video_slider video {
      height: 800px; } }
  @media (max-width: 767px) {
    .box_video_slider video {
      height: 500px; } }

.box_video_slider8 video {
  height: 809px;
  object-fit: cover;
  object-position: center; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .box_video_slider8 video {
      height: 750px; } }
  @media (max-width: 767px) {
    .box_video_slider8 video {
      height: 500px; } }

.box_video-content {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: fit-content !important; }
  .rtl .box_video-content {
    left: 10%;
    right: auto; }
  @media (max-width: 767px) {
    .box_video-content {
      right: 15px;
      left: 15px; } }

.w-fit {
  width: fit-content !important; }

.m-auto {
  margin: 0 auto; }

.box_blog6 .blog-container {
  position: relative; }
  .box_blog6 .blog-container:hover .left-block {
    filter: brightness(0.5); }
  .box_blog6 .blog-container .left-block {
    position: relative;
    transition: 0.25s all ease-in-out; }
    .box_blog6 .blog-container .left-block::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.1)); }
  .box_blog6 .blog-container .right-block {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    padding: 0 30px; }

.box_blog7 .blog-container {
  position: relative;
  border: 2px solid #e9e9e9; }
  .box_blog7 .blog-container:hover .right-block {
    background-color: rgba(0, 0, 0, 0.7); }
    .box_blog7 .blog-container:hover .right-block .blog-title a {
      color: #fff; }
    .box_blog7 .blog-container:hover .right-block .blog-meta .cat a {
      color: #fff; }
    .box_blog7 .blog-container:hover .right-block .created {
      color: #fff; }
    .box_blog7 .blog-container:hover .right-block .blog-readmore a {
      color: #fff;
      border-color: #fff; }
  .box_blog7 .blog-container .right-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: 0.25s all ease; }
    .rtl .box_blog7 .blog-container .right-block {
      right: 0;
      left: auto; }
    .box_blog7 .blog-container .right-block .blog-meta {
      order: -1;
      margin-bottom: 20px;
      line-height: 1.8; }
      .box_blog7 .blog-container .right-block .blog-meta .cat a {
        color: var(--theme-color-default); }
    .box_blog7 .blog-container .right-block .created {
      order: 2;
      flex: 1;
      color: #6c757d; }
    .box_blog7 .blog-container .right-block .blog-readmore {
      order: 3; }
      .box_blog7 .blog-container .right-block .blog-readmore a {
        display: inline-flex;
        align-items: center;
        border-bottom: 2px solid #000;
        color: #000;
        position: relative; }
        .box_blog7 .blog-container .right-block .blog-readmore a::before {
          content: "+";
          margin-right: 6px;
          font-size: 18px; }
          .rtl .box_blog7 .blog-container .right-block .blog-readmore a::before {
            margin-left: 6px;
            margin-right: inherit; }
    .box_blog7 .blog-container .right-block .blog-title a {
      color: #000;
      display: inline-block;
      margin-bottom: 16px; }

.svg_rotate img {
  animation: rotateImg 2.5s infinite linear; }
@keyframes rotateImg {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.fill__default path {
  fill: var(--theme-color-default); }

.newletter_8 .block_newsletter form button[type="submit"] {
  background-color: #cb9c7d;
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in; }
  @media (min-width: 400px) {
    .newletter_8 .block_newsletter form button[type="submit"] {
      margin-left: 16px; }
      .rtl .newletter_8 .block_newsletter form button[type="submit"] {
        margin-right: 16px;
        margin-left: inherit; } }
  .newletter_8 .block_newsletter form button[type="submit"]::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #bc8059;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1; }
  .newletter_8 .block_newsletter form button[type="submit"]:hover {
    color: #fff !important; }
    .newletter_8 .block_newsletter form button[type="submit"]:hover::before {
      width: 100%;
      left: 0;
      right: auto; }
.newletter_8 .block_newsletter form input[type="email"] {
  border-color: #6c757d; }
.newletter_8 .block_newsletter form > .row > div:first-child {
  gap: 15px 0; }

.footer__logo .footer_logo img {
  max-width: none; }
.footer__logo img {
  width: 130px; }

.title_f-heading .title_block {
  font-family: var(--font-family-senary); }

.fill_default svg path {
  fill: var(--theme-color-default); }

.fill_white svg path {
  fill: #fff; }

.btn_theme:not(.not-default) .elementor-button-link {
  color: var(--btn-color) !important; }
.btn_theme .elementor-button-link {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in; }
  .btn_theme .elementor-button-link::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--btn-bg-hover);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1; }
  .btn_theme .elementor-button-link:hover {
    color: var(--btn-color-hover) !important; }
    .btn_theme .elementor-button-link:hover::before {
      width: 100%;
      left: 0;
      right: auto; }
.btn_theme.btn_home6 .elementor-button-link::before {
  background-color: #3b6fae; }
.btn_theme.btn_home7 .elementor-button-link::before {
  background-color: #cd5762; }
.btn_theme.btn_home8 .elementor-button-link::before {
  background-color: #bc8059; }
.btn_theme.btn_home10 .elementor-button-link::before {
  background-color: #df8140; }

@media (max-width: 767px) {
  .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-right: 25px !important; }
    .rtl .elementor-widget-icon-box .elementor-icon-box-icon {
      margin-left: 25px !important;
      margin-right: inherit; } }

@media (max-width: 767px) {
  .mb_order_1 {
    order: -1; } }
.mh_350 img {
  min-height: 350px;
  object-fit: cover; }

.mh_250 img {
  min-height: 250px;
  object-fit: cover; }

.big_heading .elementor-heading-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

@media (max-width: 1300px) and (min-width: 1025px) {
  .carousel_text {
    width: 400px !important; } }

@media (min-width: 1200px) {
  .container {
    width: 1300px; } }
.modal .modal-content {
  border-radius: 0; }
.modal.quickview .modal-body {
  padding: 20px; }
  .modal.quickview .modal-body h1.h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: var(--text-color);
    padding-top: 30px; }
.modal.quickview .social-sharing {
  margin: 0; }
  .modal.quickview .social-sharing li:last-child {
    margin: 0; }
.modal.quickview .modal-header {
  padding: 0; }
  .modal.quickview .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    opacity: 1;
    margin: 0; }
    .rtl .modal.quickview .modal-header .close {
      left: 15px;
      right: auto; }
    .modal.quickview .modal-header .close span {
      display: none; }
    .modal.quickview .modal-header .close::before {
      content: "\f00d";
      font-family: "Line Awesome Free";
      color: var(--text-color); }
.modal.quickview #product-description-short {
  margin-bottom: 20px; }
.modal.quickview .lSSlideOuter {
  margin-bottom: 0; }
.modal.quickview .modal-footer {
  padding: 0; }
  .modal.quickview .modal-footer .product-additional-info {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .rtl .modal.quickview .modal-footer .product-additional-info {
      left: 30px;
      right: auto; }
.modal#blockcart-modal .close {
  color: #fff;
  opacity: 0.8; }
  .modal#blockcart-modal .close i {
    font-size: 18px; }
@media (min-width: 576px) {
  .modal:not(.quickview) .modal-dialog {
    margin: 100px auto 30px;
    max-width: 450px; } }
.modal.leo-quicklogin-modal .leo-login-title,
.modal.leo-quicklogin-modal .leo-register-title {
  font-size: 26px;
  font-weight: 500; }
.modal.leo-quicklogin-modal .lql-form-content .lql-form-content-element .form-control {
  font-size: 14px;
  line-height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.25); }
.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 form .form-control-label {
  font-weight: 500; }
  .modal.leo-quicklogin-modal form .form-control-label.radio-inline {
    margin-right: 15px; }
    .rtl .modal.leo-quicklogin-modal form .form-control-label.radio-inline {
      margin-left: 15px;
      margin-right: inherit; }
.modal.leo-quicklogin-modal .modal-header {
  padding: 0;
  border: none; }
  .modal.leo-quicklogin-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    opacity: 1;
    margin: 0; }
    .rtl .modal.leo-quicklogin-modal .modal-header .close {
      left: 15px;
      right: auto; }
    .modal.leo-quicklogin-modal .modal-header .close span {
      display: none; }
    .modal.leo-quicklogin-modal .modal-header .close::before {
      content: "\f00d";
      font-family: "Line Awesome Free";
      color: var(--text-color);
      font-size: 20px; }
.modal.leo-quicklogin-modal .modal-footer {
  padding: 0;
  border: none; }
.modal.leo-quicklogin-modal .modal-body {
  padding: 30px 20px 20px; }

.page-heading {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: var(--text-color); }
  @media (max-width: 767px) {
    .page-heading {
      font-size: 30px;
      line-height: 40px; } }

#content-hook_order_confirmation .card-block .card-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500; }
  @media (max-width: 767px) {
    #content-hook_order_confirmation .card-block .card-title {
      font-size: 30px;
      line-height: 40px; } }

.page-header > h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: var(--text-color); }
  @media (max-width: 767px) {
    .page-header > h1 {
      font-size: 30px;
      line-height: 40px; } }

.page-footer > div > a, .page-footer .account-link {
  display: inline-block;
  background-color: var(--text-color);
  color: #fff;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .page-footer > div > a::before, .page-footer .account-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--theme-color-default);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .rtl .page-footer > div > a::before, .rtl .page-footer .account-link::before {
      right: 0;
      left: auto; }
  .page-footer > div > a:hover::before, .page-footer > div > a:focus::before, .page-footer > div > a.active::before, .page-footer .account-link:hover::before, .page-footer .account-link:focus::before, .page-footer .account-link.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%; }

body:not(#index) .page-footer {
  margin-bottom: 50px; }

#new-products #js-product-list-header, #manufacturer #main > h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: var(--text-color); }
  @media (max-width: 767px) {
    #new-products #js-product-list-header, #manufacturer #main > h1 {
      font-size: 30px;
      line-height: 40px; } }

.leo-megamenu {
  position: initial; }

.box_header > .elementor-container {
  position: initial; }
.box_header .col_menu {
  position: initial; }
  .box_header .col_menu .elementor-widget, .box_header .col_menu .elementor-widget-wrap, .box_header .col_menu .elementor-column-wrap {
    position: initial; }

.menu_banner {
  position: relative;
  background-color: #000;
  overflow: hidden; }
  @media (max-width: 991px) {
    .menu_banner {
      margin: 30px 0; } }
  .menu_banner img {
    height: auto;
    object-fit: cover;
    opacity: 0.8;
    transition: 0.3s all ease-in-out; }
  .menu_banner .image_des {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    text-align: center; }
    .menu_banner .image_des p {
      font-size: 39px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .menu_banner .image_des p {
          font-size: 24px;
          margin-bottom: 10px; } }
      .menu_banner .image_des p span {
        font-weight: 700; }
    .menu_banner .image_des a {
      display: inline-block;
      font-size: 15px;
      line-height: 1.7;
      font-weight: 400;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.3);
      transition: 0.3s all ease-in-out;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .menu_banner .image_des a {
          opacity: 1;
          transform: scale(1);
          visibility: visible; } }
  .menu_banner:hover img {
    opacity: 0.5;
    transform: scale(1.12); }
  .menu_banner:hover .image_des a {
    transform: scale(1);
    opacity: 1;
    visibility: visible; }

.mega-col .product-description .product-title a {
  font-weight: 500; }
.mega-col .product-price-and-shipping {
  line-height: 1; }
  .mega-col .product-price-and-shipping .price {
    font-size: 20px;
    font-weight: 500; }
  .mega-col .product-price-and-shipping .regular-price {
    font-size: 16px;
    font-weight: 500; }

.menu_banner2 .image_des p, .menu_banner3 .image_des p {
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color); }
.menu_banner2 .image_des span, .menu_banner3 .image_des span {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.8; }

@media (min-width: 992px) {
  .list_cate {
    display: flex;
    gap: 30px; } }
.list_cate .menu_cate img {
  height: auto; }
.list_cate .menu_cate .image_des {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
  text-align: center; }
@media (max-width: 991px) {
  .list_cate .menu_cate {
    margin-bottom: 30px; } }

.box_slide .fw_500 {
  font-weight: 500; }
.box_slide .slide_title {
  line-height: 1.8;
  letter-spacing: 0.3em; }
.box_slide .slide_heading {
  line-height: 1;
  font-weight: 400; }
.box_slide .slide_heading2 {
  line-height: 1.2;
  font-weight: 400; }
.box_slide .t_transform_df {
  text-transform: none !important; }
.box_slide .slide_text {
  line-height: 1.6; }
.box_slide .slide_btn .caption-contain {
  background-color: #193a43;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .box_slide .slide_btn .caption-contain::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #538c9b;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1; }
  .box_slide .slide_btn .caption-contain:hover {
    color: #fff !important; }
    .box_slide .slide_btn .caption-contain:hover::before {
      width: 100%;
      left: 0;
      right: auto; }
.box_slide .slide_btn.mobile_btn .caption-contain {
  font-size: 20px;
  line-height: 24px; }
.box_slide .slide_left {
  left: 75% !important;
  transform: translateX(-50%);
  text-align: center; }
.box_slide .slide_right {
  left: 25% !important;
  transform: translateX(-50%);
  text-align: center; }
.box_slide .slide_right_6 {
  left: 58% !important; }
.box_slide .slide_center {
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center; }
.box_slide .slide_title_6, .box_slide .slide_text_6, .box_slide .slide_btn_6 .caption-contain {
  font-family: var(--font-family-base) !important; }
.box_slide .slide_heading_6 {
  font-family: var(--font-family-heading) !important; }
.box_slide .f_base {
  font-family: var(--font-family-base) !important; }
.box_slide .f_heading {
  font-family: var(--font-family-heading) !important; }
.box_slide .f_senary {
  font-family: var(--font-family-senary) !important; }
.box_slide .text_heading_10 {
  font-weight: 500;
  line-height: 1.2; }
.box_slide .slide_btn_10 .caption-contain {
  background-color: #e69e6c; }
  .box_slide .slide_btn_10 .caption-contain::before {
    background-color: #df8140; }

.cms-id-6 .page-header > h1, .cms-id-7 .page-header > h1 {
  display: none; }

.faq_cms .elementor-toggle-icon-opened, .faq_cms .elementor-toggle-icon-closed {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  font-size: 8px; }
  .faq_cms .elementor-toggle-icon-opened i, .faq_cms .elementor-toggle-icon-closed i {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%; }
.faq_cms .elementor-toggle-icon {
  width: auto !important; }
.faq_cms .elementor-tab-title {
  display: flex;
  align-items: center; }

.member_list > .elementor-column-wrap > .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  justify-content: center; }
  @media (max-width: 1024px) {
    .member_list > .elementor-column-wrap > .elementor-widget-wrap {
      justify-content: flex-start; } }
.member_list .member_item {
  width: 33.33%; }
  @media (max-width: 1024px) {
    .member_list .member_item {
      width: 50%; } }
  @media (max-width: 600px) {
    .member_list .member_item {
      width: 100%; } }
  .member_list .member_item .elementor-image-box-title {
    position: relative; }
    .member_list .member_item .elementor-image-box-title::before {
      content: '';
      width: 30px;
      height: 1px;
      background-color: #000;
      position: absolute;
      bottom: -3px;
      right: 0; }
      .rtl .member_list .member_item .elementor-image-box-title::before {
        left: 0;
        right: auto; }
.member_list .member_contact {
  width: auto !important; }
  .member_list .member_contact::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -7px;
    border: 7px solid transparent;
    border-right-color: #416e7a; }
    .rtl .member_list .member_contact::before {
      right: -7px;
      left: auto; }
  .member_list .member_contact .elementor-social-icons-wrapper {
    display: inline-flex;
    flex-direction: column; }
    .member_list .member_contact .elementor-social-icons-wrapper > a {
      padding-top: 6px !important;
      padding-bottom: 6px !important; }

.hotspot-product {
  padding: 25px 25px 25px 135px;
  width: 300px;
  height: 160px;
  text-align: left; }
  .rtl .hotspot-product {
    padding: 25px 135px 25px 25px; }
  .rtl .hotspot-product {
    text-align: right; }
  @media (max-width: 767px) {
    .hotspot-product {
      top: calc(100% + 20px);
      left: 50%;
      transform: translateX(-50%) !important; } }
  .hotspot-product .hotspot-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px; }
    .rtl .hotspot-product .hotspot-content-image {
      right: 0;
      left: auto; }
    .hotspot-product .hotspot-content-image img {
      height: 160px;
      object-fit: cover; }
  .hotspot-product .hotspot-content-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px; }
  .hotspot-product .price {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--price-color); }
  .hotspot-product .btn-action {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    position: relative; }
    .hotspot-product .btn-action::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #222;
      margin: 0; }
      .rtl .hotspot-product .btn-action::before {
        right: 0;
        left: auto; }
    .hotspot-product .btn-action:hover {
      color: var(--theme-color-default); }

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title.elementor-size-default {
  color: var(--headings-color); }

.elementor-element .elementor-widget-text-editor {
  color: var(--text-color); }

.elementor-element .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  background-color: var(--btn-bg); }
  .elementor-element .elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
    background-color: var(--btn-bg-hover); }

.iview-timer {
  display: none !important; }

.banner_1 .banner1_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.banner_1 .banner1_img {
  overflow: hidden; }
  .banner_1 .banner1_img img {
    height: 474px;
    object-fit: cover;
    transition: 0.2s all ease-in-out; }
    @media (max-width: 767px) {
      .banner_1 .banner1_img img {
        height: 400px; } }
.banner_1:hover .banner1_img img {
  transform: scale(1.1); }

.product-notification {
  width: 348px;
  border-radius: 4px;
  box-shadow: none;
  border-color: #eee;
  height: auto; }
  .product-notification.position3 {
    left: 30px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out; }
    .rtl .product-notification.position3 {
      right: 30px;
      left: auto; }
    .product-notification.position3.active {
      opacity: 1;
      visibility: visible;
      bottom: 30px; }
  .product-notification .product-suggest-content {
    padding: 0;
    flex-wrap: wrap; }
  .product-notification .product-suggest {
    box-shadow: none; }
  .product-notification .product-image {
    width: 88px;
    height: 110px; }
    .product-notification .product-image img {
      height: 100%;
      object-fit: cover; }
  .product-notification .column-right {
    flex: 1; }
    .product-notification .column-right p {
      font-size: 14px; }
  .product-notification .product-name {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .product-notification.leo-smart .time-ago {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    color: var(--text-color); }
  .product-notification .close-notifi {
    border-radius: 50%;
    background-color: #193a43;
    color: #fff;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px; }

.leo-more-cdown.in_detail {
  margin-top: 20px;
  margin-bottom: 20px; }
  .leo-more-cdown.in_detail .deal-clock {
    margin: 0;
    justify-content: flex-start; }
    .leo-more-cdown.in_detail .deal-clock li {
      padding: 0 10px 0 10px;
      text-align: center;
      position: relative; }
      .rtl .leo-more-cdown.in_detail .deal-clock li {
        padding: 0 10px 0 10px; }
      .leo-more-cdown.in_detail .deal-clock li:first-child {
        padding-left: 0; }
        .rtl .leo-more-cdown.in_detail .deal-clock li:first-child {
          padding-right: 0;
          padding-left: inherit; }
      .leo-more-cdown.in_detail .deal-clock li:not(:last-child)::before {
        content: '';
        width: 2px;
        height: 50%;
        position: absolute;
        top: 50%;
        right: -5px;
        background-color: #193a43;
        transform: rotate(15deg) translateY(-50%); }
        .rtl .leo-more-cdown.in_detail .deal-clock li:not(:last-child)::before {
          left: -5px;
          right: auto; }
      .leo-more-cdown.in_detail .deal-clock li > * {
        display: block; }
      .leo-more-cdown.in_detail .deal-clock li b {
        font-size: 20px;
        margin-bottom: 6px; }

@media (max-width: 767px) {
  .flex_xs_1 {
    flex: 1; } }

.box_support_item img {
  width: 50px;
  max-width: 50px; }
.box_support_item.img_white img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1); }
.box_support_item.img_big img {
  width: auto;
  height: 55px;
  max-width: auto; }

.slick-initialized .slick-slide {
  display: inline-block; }

.mh_720 {
  max-height: 1000px; }
  @media (min-width: 768px) {
    .mh_720 {
      max-height: 720px; } }

/*# sourceMappingURL=front.css.map */
