/***************************************************
  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-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0; }

.linklist-toggle {
  align-items: inherit;
  margin-bottom: 0px; }

.display-flex {
  display: flex;
  align-items: center; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-auto {
  left: 0;
  right: auto;
  margin: auto;
  display: flex; }

.elementor-widget:not(:last-child) {
  margin-bottom: 0px !important; }

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px; }
  @media (min-width: 1200px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 1200px; } }

.container-fluid {
  padding-left: 90px !important;
  padding-right: 90px !important; }
  @media (max-width: 1440px) {
    .container-fluid {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.container-fluid-home5 {
  padding-left: 45px !important;
  padding-right: 45px !important; }
  @media (max-width: 1440px) {
    .container-fluid-home5 {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.container-large {
  padding-left: 65px !important;
  padding-right: 65px !important; }
  @media (max-width: 1440px) {
    .container-large {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media (max-width: 991px) {
    .container-large {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.color-default {
  color: var(--theme-color-default) !important; }

.color-white {
  color: #fff !important; }

.color-yellow {
  color: #FFE400 !important; }

.color-brown {
  color: #978371 !important; }

.color-red {
  color: #E84040 !important; }

.color-light-brown {
  color: #C18E6C !important; }

.color-green {
  color: #88C040 !important; }

.color-black {
  color: #000 !important; }

.text-left {
  text-align: left; }
  .rtl .text-left {
    text-align: right; }

.col-info i:hover {
  color: var(--theme-color-default); }
.col-info > div .icon-menu {
  margin-bottom: 0px; }
.col-info > div i {
  font-size: 24px;
  font-weight: normal;
  font-family: "Font Awesome 5 Pro"; }
  @media (max-width: 991px) {
    .col-info > div i {
      font-size: 22px; } }

p {
  margin-bottom: 0px; }

.leocountdown-time {
  margin-bottom: 0px; }

.userinfo-selector {
  padding: 10px 0px; }
  .userinfo-selector .popup-title i:hover {
    color: #c4e0dd; }
  .userinfo-selector .popup-title span {
    display: none; }

#_desktop_currency_selector #currency-selector-label {
  display: none; }
#_desktop_currency_selector button {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0px; }
  #_desktop_currency_selector button i {
    font-size: 16px; }

#_desktop_language_selector #language-selector-label {
  display: none; }
#_desktop_language_selector button {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0px; }
  #_desktop_language_selector button i {
    font-size: 16px; }
#_desktop_language_selector .popup-content li a {
  vertical-align: middle;
  display: inline-block; }

#leo_block_top {
  padding: 10px 0px; }

.fw-200 {
  font-weight: 200 !important; }

.fw-700 {
  font-weight: 700 !important; }

.border-effect .elementor-element-populated {
  position: relative; }
  .border-effect .elementor-element-populated::before, .border-effect .elementor-element-populated::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    z-index: 0; }
  .border-effect .elementor-element-populated::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1); }
  .border-effect .elementor-element-populated::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  .border-effect .elementor-element-populated:hover::before, .border-effect .elementor-element-populated:hover::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .border-effect .elementor-element-populated > div {
    z-index: 2; }

#_desktop_cart .header:hover {
  color: var(--theme-color-default); }
  #_desktop_cart .header:hover > a > i {
    color: var(--theme-color-default); }
  #_desktop_cart .header:hover .value {
    color: var(--theme-color-default); }

.slick-slide {
  padding: 0px; }

.bannercontainer .tp-caption {
  text-transform: none; }
  .bannercontainer .tp-caption.fw-800 {
    font-weight: 800;
    line-height: 1; }
  .bannercontainer .tp-caption.fw-700 {
    font-weight: 700;
    line-height: 1; }
  .bannercontainer .tp-caption.fw-600 {
    font-weight: 600;
    line-height: 1; }
  .bannercontainer .tp-caption.fw-500 {
    font-weight: 500;
    line-height: 1; }
  .bannercontainer .tp-caption.fw-400 {
    font-weight: 400;
    line-height: 1; }
  .bannercontainer .tp-caption.fw-300 {
    font-weight: 300;
    line-height: 1; }
  .bannercontainer .tp-caption.fw-200 {
    font-weight: 200;
    line-height: 1; }
  .bannercontainer .tp-caption.text-slide-center {
    text-align: center;
    width: 100% !important; }
  .bannercontainer .tp-caption.text-shadown {
    text-shadow: -2px 4px 30px rgba(0, 0, 0, 0.25); }
  .bannercontainer .tp-caption.text-center-1 {
    text-align: center;
    width: auto !important;
    height: auto !important; }
  .bannercontainer .tp-caption.title-slide-home2 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .bannercontainer .tp-caption.text1-slide {
    font-family: "Dosis", sans-serif; }
  .bannercontainer .tp-caption.text2-slide {
    font-family: "Cormorant Garamond", serif; }
  .bannercontainer .tp-caption.text3-slide {
    font-family: "Oswald", sans-serif; }
  .bannercontainer .tp-caption.text4-slide {
    font-family: "Roboto", sans-serif; }
  .bannercontainer .tp-caption.text5-slide {
    font-family: "Maven Pro", sans-serif; }
  .bannercontainer .tp-caption.text6-slide {
    font-family: "Teko", sans-serif; }
  .bannercontainer .tp-caption.text7-slide {
    font-family: "Poppins", sans-serif; }
  .bannercontainer .tp-caption.text8-slide {
    font-family: "Montserrat", sans-serif; }
  .bannercontainer .tp-caption.text-slide {
    letter-spacing: 7px; }
  .bannercontainer .tp-caption.text-home1::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #fff;
    left: -100px;
    top: 50%;
    transform: translateY(-50%); }
    .rtl .bannercontainer .tp-caption.text-home1::before {
      right: -100px;
      left: auto; }
  .bannercontainer .tp-caption.text-slide-home7 {
    background-color: #2d2d2d;
    padding: 8px 20px; }
  .bannercontainer .tp-caption.letter-spacing-1 {
    letter-spacing: 0.1em; }
  .bannercontainer .tp-caption.letter-spacing-2 {
    letter-spacing: 2px; }
  .bannercontainer .tp-caption.letter-spacing-3 {
    letter-spacing: 0.3em; }
  .bannercontainer .tp-caption.letter-spacing-4 {
    letter-spacing: 4px; }
  .bannercontainer .tp-caption.letter-spacing-6 {
    letter-spacing: 6px; }
  .bannercontainer .tp-caption.letter-spacing-20 {
    letter-spacing: 20px; }
  .bannercontainer .tp-caption.letter-spacing-0-5 {
    letter-spacing: -5px; }
  .bannercontainer .tp-caption.line-height-1-2 {
    line-height: 1.2; }
  .bannercontainer .tp-caption.line-height-1-1 {
    line-height: 1.1; }
  .bannercontainer .tp-caption.line-height-1 {
    line-height: 1; }
  .bannercontainer .tp-caption.line-height-0-9 {
    line-height: 0.9; }
  .bannercontainer .tp-caption.line-height-3 {
    line-height: 3; }
  .bannercontainer .tp-caption.line-height-1-5 {
    line-height: 1.5 !important; }
  .bannercontainer .tp-caption.line-height-1-7 {
    line-height: 1.7; }
  .bannercontainer .tp-caption.font-family-base {
    font-family: var(--font-family-base) !important; }

.button-slide {
  color: #000;
  font-size: 14px;
  font-family: "Dosis", sans-serif !important;
  border: 2px solid #000 !important;
  font-weight: 600 !important;
  padding: 17px 40px;
  background-color: transparent;
  transition: .3s;
  letter-spacing: 2px;
  text-transform: uppercase !important; }
  .button-slide:hover, .button-slide:focus {
    background-color: var(--theme-color-default);
    transition: .3s;
    border: 2px solid var(--theme-color-default) !important; }

.button1-slide {
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 20px 40px;
  transition: .3s;
  letter-spacing: 2px;
  background-color: #000;
  text-transform: uppercase !important;
  font-family: "Dosis", sans-serif !important; }
  .button1-slide:hover, .button1-slide:focus {
    background-color: var(--theme-color-default);
    color: #000;
    transition: .3s; }

.button2-slide {
  color: #fff;
  font-size: 14px;
  font-family: "Dosis", sans-serif !important;
  border: 2px solid #fff !important;
  font-weight: 600 !important;
  padding: 17px 40px;
  background-color: transparent;
  transition: .3s;
  letter-spacing: 2px;
  text-transform: uppercase !important; }
  .button2-slide:hover, .button2-slide:focus {
    background-color: var(--theme-color-default);
    transition: .3s; }

.button3-slide {
  color: #000;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 20px 40px;
  transition: .3s;
  letter-spacing: 2px;
  background-color: #fff;
  text-transform: uppercase !important;
  font-family: "Dosis", sans-serif !important; }
  .button3-slide:hover, .button3-slide:focus {
    background-color: var(--theme-color-default);
    color: #fff;
    transition: .3s; }

.button4-slide {
  color: #fff;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 20px 50px;
  transition: .3s;
  letter-spacing: 1px;
  background-color: #dd6543;
  text-transform: uppercase !important;
  font-family: "Oswald", sans-serif !important; }
  .button4-slide:hover, .button4-slide:focus {
    background-color: #fff;
    color: #dd6543;
    transition: .3s; }

.button5-slide {
  color: #fff;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 20px 40px;
  transition: .3s;
  letter-spacing: 1px;
  background-color: #2f8e88;
  text-transform: uppercase !important;
  font-family: "Maven Pro", sans-serif !important; }
  .button5-slide:hover, .button5-slide:focus {
    background-color: #fff;
    color: #2f8e88;
    transition: .3s; }

.button1-slide-home4 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  border: 2px solid #fff !important;
  font-weight: 600 !important;
  padding: 16px 35px;
  background-color: transparent;
  transition: .3s;
  letter-spacing: 2px;
  text-transform: uppercase !important; }
  .button1-slide-home4:hover, .button1-slide-home4:focus {
    color: #fff;
    background-color: #000;
    transition: .3s;
    border: 2px solid #000 !important; }

.button2-slide-home4 {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  padding: 18px 30px;
  background-color: #fff;
  transition: .3s;
  letter-spacing: 2px;
  text-transform: uppercase !important; }
  .button2-slide-home4:hover, .button2-slide-home4:focus {
    color: #fff;
    background-color: #000;
    transition: .3s; }

.button1-slide-home5 {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  padding: 20px 42px;
  background-color: #1677cb;
  transition: .3s;
  letter-spacing: 2px;
  text-transform: uppercase !important; }
  .button1-slide-home5:hover, .button1-slide-home5:focus {
    color: #fff;
    background-color: #000;
    transition: .3s; }

.button1-slide-home6 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  padding: 18px 38px;
  background-color: #faa252;
  transition: .3s;
  letter-spacing: 2px;
  text-transform: uppercase !important; }
  .button1-slide-home6:hover, .button1-slide-home6:focus {
    color: #fff;
    background-color: #000;
    transition: .3s; }

.button-mobile {
  background-color: #fff;
  color: #000;
  padding: 15px 33px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 2px;
  font-family: var(--font-family-base) !important;
  font-weight: 500 !important; }
  .button-mobile::after {
    content: '';
    background-color: var(--theme-color-default);
    height: 100%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: auto;
    right: 0;
    z-index: -1; }
  .button-mobile:hover, .button-mobile:focus {
    color: #fff;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .button-mobile:hover::after, .button-mobile:focus::after {
      width: 100%;
      right: auto;
      left: 0; }

.button1-banner {
  background-color: #fff;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600 !important;
  transition: .3s;
  text-align: center;
  min-width: 200px;
  padding: 5px 10px;
  border: 0px;
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15); }
  .button1-banner:hover, .button1-banner:focus {
    background-color: var(--theme-color-default);
    color: #fff !important;
    transition: .3s; }

.button2-banner {
  color: #000;
  background-color: #FFE400;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600 !important;
  padding: 15px 33px;
  transition: .3s; }
  .button2-banner:hover, .button2-banner:focus {
    color: #000;
    background-color: #fff; }

.button3-banner {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600 !important; }
  .button3-banner i {
    margin-left: 10px;
    transition: .3s;
    transform: rotate(-45deg);
    font-size: 18px; }
    .rtl .button3-banner i {
      margin-right: 10px;
      margin-left: inherit; }
  .button3-banner:hover, .button3-banner:focus {
    color: var(--theme-color-default) !important;
    border-bottom: 2px solid var(--theme-color-default); }
    .button3-banner:hover i, .button3-banner:focus i {
      transform: rotate(0);
      transition: .3s; }

.button5-banner {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600 !important;
  padding: 0.3rem 0; }
  .button5-banner i {
    margin-left: 10px;
    transition: .3s;
    transform: rotate(-45deg);
    font-size: 25px; }
    .rtl .button5-banner i {
      margin-right: 10px;
      margin-left: inherit; }
  .button5-banner:hover, .button5-banner:focus {
    color: var(--theme-color-default) !important; }
    .button5-banner:hover i, .button5-banner:focus i {
      transform: rotate(0);
      transition: .3s; }

.text-light {
  font-weight: 300 !important; }

.box-image-effect::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.box-image-effect::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.box-image-effect:hover::before, .box-image-effect:hover::after {
  width: 100%;
  height: 100%; }

.box-image-effect-2 .elementor-image-box-img {
  position: relative;
  overflow: hidden; }
  .box-image-effect-2 .elementor-image-box-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s; }
.box-image-effect-2 img {
  overflow: hidden;
  transition: .5s;
  position: relative;
  width: 100%; }
.box-image-effect-2:hover .elementor-image-box-img::after {
  background-color: rgba(0, 0, 0, 0.3); }
.box-image-effect-2:hover img {
  transform: scale(1.2);
  transition: .5s; }

.link-left-banner .linklist-menu .list-items a {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden; }
  .link-left-banner .linklist-menu .list-items a::before {
    content: "\f178";
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto !important;
    left: 0 !important;
    transition: all 0.7s ease; }
    .rtl .link-left-banner .linklist-menu .list-items a::before {
      left: auto !important;
      right: auto; }
    .rtl .link-left-banner .linklist-menu .list-items a::before {
      right: 0 !important;
      left: auto; }
  .link-left-banner .linklist-menu .list-items a:hover {
    font-weight: 700;
    font-style: italic;
    transition: all 0.5s ease;
    padding-left: 23px; }
    .rtl .link-left-banner .linklist-menu .list-items a:hover {
      padding-right: 23px;
      padding-left: inherit; }
    .link-left-banner .linklist-menu .list-items a:hover::before {
      font-weight: 700;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      transition: all 0.7s ease;
      font-style: normal; }

.link-right-banner .linklist-menu .list-items a {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden; }
  .link-right-banner .linklist-menu .list-items a::before {
    content: "\f177";
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 0 !important;
    transition: all 0.7s ease; }
    .rtl .link-right-banner .linklist-menu .list-items a::before {
      right: auto !important;
      left: auto; }
    .rtl .link-right-banner .linklist-menu .list-items a::before {
      left: 0 !important;
      right: auto; }
  .link-right-banner .linklist-menu .list-items a:hover {
    font-weight: 700;
    font-style: italic;
    transition: all 0.5s ease;
    padding-right: 23px; }
    .rtl .link-right-banner .linklist-menu .list-items a:hover {
      padding-left: 23px;
      padding-right: inherit; }
    .link-right-banner .linklist-menu .list-items a:hover::before {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      transition: all 0.7s ease; }

.rtl .link-left-banner .linklist-menu .list-items a::before {
  content: "\f177";
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
.rtl .link-left-banner .linklist-menu .list-items a:hover::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
.rtl .link-right-banner .linklist-menu .list-items a::before {
  content: "\f178";
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
.rtl .link-right-banner .linklist-menu .list-items a:hover::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

/*Header*/
.showmenu {
  cursor: pointer; }

.bg-over-lay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120vh;
  background-color: rgba(24, 56, 51, 0.3);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.show-over-lay {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.latest-blogs .blog-container {
  position: relative; }
  .latest-blogs .blog-container .left-block {
    position: relative; }
    .latest-blogs .blog-container .left-block .blog-image-container a {
      position: relative; }
      .latest-blogs .blog-container .left-block .blog-image-container a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2); }
  .latest-blogs .blog-container .cat .icon-list {
    display: none; }
  .latest-blogs .blog-container .cat a {
    padding: 3px 5px;
    background-color: #000; }
  .latest-blogs .blog-container .right-block {
    position: absolute;
    padding: 45px 40px;
    bottom: 0;
    top: auto;
    left: 0; }
    .rtl .latest-blogs .blog-container .right-block {
      right: 0;
      left: auto; }
    .latest-blogs .blog-container .right-block .blog-meta > div {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-right: 28px; }
      .rtl .latest-blogs .blog-container .right-block .blog-meta > div {
        padding-left: 28px;
        padding-right: inherit; }
      .latest-blogs .blog-container .right-block .blog-meta > div::after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--theme-color-default);
        position: absolute;
        top: 50%;
        margin-left: 12px;
        transform: translateY(-50%); }
        .rtl .latest-blogs .blog-container .right-block .blog-meta > div::after {
          margin-right: 12px;
          margin-left: inherit; }
      .latest-blogs .blog-container .right-block .blog-meta > div:last-child::after {
        display: none; }
    .latest-blogs .blog-container .right-block .blog-meta .author .icon-author {
      display: none; }
    .latest-blogs .blog-container .right-block .blog-meta .created .icon-calendar {
      display: none; }
    .latest-blogs .blog-container .right-block .blog-title a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .latest-blogs .blog-container .right-block .blog-title a:hover {
        color: #c4e0dd; }
    .latest-blogs .blog-container .right-block .blog-desc {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .latest-blogs .blog-container .blog-readmore::before {
    content: "\f105";
    padding-right: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .latest-blogs .blog-container .blog-readmore::before {
      padding-left: 8px;
      padding-right: inherit; }

.box-brand .manufacturer-block .manufacturer-image-container .name-manufacturer {
  display: none; }

.blog-home2 .latest-blogs .blog-container .right-block {
  position: inherit;
  padding: 30px; }
.blog-home2 .latest-blogs .blog-container .blog-readmore::before {
  color: #dd6543; }
.blog-home2 .latest-blogs .blog-container .blog-readmore:hover {
  color: #dd6543; }
.blog-home2 .latest-blogs .slick-active .blog-container {
  border-right: 1px solid #ebebeb; }
  .rtl .blog-home2 .latest-blogs .slick-active .blog-container {
    border-left: 1px solid #ebebeb;
    border-right: inherit; }
.blog-home2 .latest-blogs .slick-active:last-child .blog-container {
  border-right: 0px; }
  .rtl .blog-home2 .latest-blogs .slick-active:last-child .blog-container {
    border-left: 0px;
    border-right: inherit; }

.blog-footer-home2 .latest-blogs .blog-container {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb; }
  .blog-footer-home2 .latest-blogs .blog-container .left-block {
    float: left;
    width: 25%;
    padding-right: 10px; }
    .rtl .blog-footer-home2 .latest-blogs .blog-container .left-block {
      padding-left: 10px;
      padding-right: inherit; }
    .blog-footer-home2 .latest-blogs .blog-container .left-block img {
      min-height: 60px;
      object-fit: cover; }
  .blog-footer-home2 .latest-blogs .blog-container .right-block {
    float: left;
    width: 75%;
    position: inherit;
    padding: 0; }
    .blog-footer-home2 .latest-blogs .blog-container .right-block .blog-title a:hover {
      color: #dd6543; }
.blog-footer-home2 .latest-blogs .slick-current > div:last-child .blog-container {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px; }

/*home 3*/
.banner1-home3 .banner-content .banner-image {
  transition: .3s ease-in; }
  .banner1-home3 .banner-content .banner-image .elementor-image-box-content {
    background-color: rgba(163, 165, 167, 0.3);
    transition: .3s ease-in; }
  .banner1-home3 .banner-content .banner-image .elementor-image-box-description {
    display: none;
    transition: .3s ease-in; }
  .banner1-home3 .banner-content .banner-image:hover {
    transition: .3s ease-in; }
    .banner1-home3 .banner-content .banner-image:hover .elementor-image-box-content {
      background-color: #245cb3;
      transition: .3s ease-in; }
    .banner1-home3 .banner-content .banner-image:hover .elementor-image-box-description {
      display: block;
      transition: .3s ease-in; }

.blog-home3 .latest-blogs .blog-container .right-block {
  position: inherit;
  padding: 0px 30px 65px; }
.blog-home3 .latest-blogs .blog-container .blog-readmore::before {
  color: #245cb3; }
.blog-home3 .latest-blogs .blog-container .blog-readmore:hover {
  color: #245cb3; }
  .blog-home3 .latest-blogs .blog-container .blog-readmore:hover::before {
    color: #fff; }
.blog-home3 .latest-blogs .slick-active .blog-container {
  border-right: 1px solid #ebebeb; }
  .rtl .blog-home3 .latest-blogs .slick-active .blog-container {
    border-left: 1px solid #ebebeb;
    border-right: inherit; }
.blog-home3 .latest-blogs .slick-active:last-child .blog-container {
  border-right: 0px; }
  .rtl .blog-home3 .latest-blogs .slick-active:last-child .blog-container {
    border-left: 0px;
    border-right: inherit; }

.blog-footer-home3 .latest-blogs .blog-container {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .blog-footer-home3 .latest-blogs .blog-container .left-block {
    float: left;
    width: 25%;
    padding-right: 10px; }
    .rtl .blog-footer-home3 .latest-blogs .blog-container .left-block {
      padding-left: 10px;
      padding-right: inherit; }
    .blog-footer-home3 .latest-blogs .blog-container .left-block img {
      min-height: 60px;
      object-fit: cover; }
  .blog-footer-home3 .latest-blogs .blog-container .right-block {
    float: left;
    width: 75%;
    position: inherit;
    padding: 0; }
    .blog-footer-home3 .latest-blogs .blog-container .right-block .blog-title a:hover {
      color: #245cb3; }
.blog-footer-home3 .latest-blogs .slick-current > div:last-child .blog-container {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px; }

/*home 5*/
.banner1-home5 .banner-content .banner-text {
  display: none; }
.banner1-home5 .banner-content .banner-button {
  display: none; }
.banner1-home5 .banner-content:hover .elementor-column-wrap::before {
  content: '';
  background-color: rgba(221, 186, 118, 0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute; }
.banner1-home5 .banner-content:hover .banner-text {
  display: block; }
.banner1-home5 .banner-content:hover .banner-button {
  display: block; }
.banner1-home5 .banner-content:hover .banner-title .elementor-heading-title {
  color: #fff !important;
  font-size: 18px; }

.blog-home5 .latest-blogs .blog-container .right-block {
  position: inherit;
  padding: 30px; }
.blog-home5 .latest-blogs .blog-container .blog-readmore::before {
  color: #ddba76; }
.blog-home5 .latest-blogs .blog-container .blog-readmore:hover {
  color: #ddba76; }
.blog-home5 .latest-blogs .slick-active .blog-container {
  border-right: 1px solid #ebebeb; }
  .rtl .blog-home5 .latest-blogs .slick-active .blog-container {
    border-left: 1px solid #ebebeb;
    border-right: inherit; }
.blog-home5 .latest-blogs .slick-active:last-child .blog-container {
  border-right: 0px; }
  .rtl .blog-home5 .latest-blogs .slick-active:last-child .blog-container {
    border-left: 0px;
    border-right: inherit; }

.blog-footer-home5 .latest-blogs .blog-container {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb; }
  .blog-footer-home5 .latest-blogs .blog-container .left-block {
    float: left;
    width: 25%;
    padding-right: 10px; }
    .rtl .blog-footer-home5 .latest-blogs .blog-container .left-block {
      padding-left: 10px;
      padding-right: inherit; }
    .blog-footer-home5 .latest-blogs .blog-container .left-block img {
      min-height: 60px;
      object-fit: cover; }
  .blog-footer-home5 .latest-blogs .blog-container .right-block {
    float: left;
    width: 75%;
    position: inherit;
    padding: 0; }
    .blog-footer-home5 .latest-blogs .blog-container .right-block .blog-title a:hover {
      color: #ddba76; }
.blog-footer-home5 .latest-blogs .slick-current > div:last-child .blog-container {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px; }

/*home 6*/
.banner1-home6 .banner-content .elementor-widget-container .elementor-image-box-description {
  display: none;
  transition: .3s ease-in; }
.banner1-home6 .banner-content .elementor-image-box-img img {
  width: 100%; }
.banner1-home6 .banner-content:hover .elementor-widget-container .elementor-image-box-description {
  display: block;
  transition: .3s ease-in; }
.banner1-home6 .banner-content:hover .elementor-widget-container .elementor-image-box-title {
  color: #fff !important; }
.banner1-home6 .banner-content:hover .elementor-widget-container .elementor-image-box-wrapper {
  position: relative; }
  .banner1-home6 .banner-content:hover .elementor-widget-container .elementor-image-box-wrapper::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.blog-home6 .latest-blogs .blog-container {
  border: 1px solid #ebebeb; }
  .blog-home6 .latest-blogs .blog-container .right-block {
    position: inherit;
    padding: 25px 40px; }
  .blog-home6 .latest-blogs .blog-container .blog-readmore::before {
    display: none; }
  .blog-home6 .latest-blogs .blog-container .cat {
    position: absolute;
    top: -50px; }
    .blog-home6 .latest-blogs .blog-container .cat a {
      background-color: #4f66c3; }

/*paneltool css*/
.paneltool .panelbutton {
  left: -40px; }
  .rtl .paneltool .panelbutton {
    right: -40px;
    left: auto; }
.paneltool .panelcontent {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh; }
  .paneltool .panelcontent > div {
    padding: 15px; }

#leo-paneltool .paneltool h4 {
  padding-top: 0px; }

.paneltool.multiproductdetailtool.active {
  z-index: 999999; }

.paneltool.themetool.active {
  z-index: 999999; }

.paneltool.themetool .panelbutton {
  left: -90px; }
  .rtl .paneltool.themetool .panelbutton {
    right: -90px;
    left: auto; }

.paneltool .group-input > label {
  text-align: left; }
  .rtl .paneltool .group-input > label {
    text-align: right; }

.paneltool .group-input .product-detail-demo {
  margin-left: 10px;
  padding: 5px 0 5px 15px; }
  .rtl .paneltool .group-input .product-detail-demo {
    margin-right: 10px;
    margin-left: inherit; }
  .rtl .paneltool .group-input .product-detail-demo {
    padding: 5px 15px 5px 0; }
  .paneltool .group-input .product-detail-demo::before {
    left: 0px; }
    .rtl .paneltool .group-input .product-detail-demo::before {
      right: 0px;
      left: auto; }

.paneltool .group-input > label .fa {
  margin-right: 5px; }
  .rtl .paneltool .group-input > label .fa {
    margin-left: 5px;
    margin-right: inherit; }

.group-input.active .paneltool-subcontent {
  margin-top: 0px; }

.blockreassurance_product {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1); }
  .blockreassurance_product > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    display: table;
    width: 100%; }
    .blockreassurance_product > div:last-child {
      border-bottom: 0; }
    .blockreassurance_product > div .item-product {
      float: left;
      margin-right: 5px;
      padding-top: 0px;
      display: table-cell;
      vertical-align: middle; }
      .rtl .blockreassurance_product > div .item-product {
        float: right; }
      .rtl .blockreassurance_product > div .item-product {
        margin-left: 5px;
        margin-right: inherit; }
    .blockreassurance_product > div .block-title {
      display: inline-block;
      display: table-cell;
      vertical-align: middle;
      font-weight: 700;
      font-size: 15px; }
    .blockreassurance_product > div > p {
      display: inline-block;
      display: table-cell;
      vertical-align: middle;
      font-weight: 700;
      font-size: 15px; }
  .blockreassurance_product .clearfix {
    display: none; }

.rtl .breadcrumb-full {
  right: 50% !important;
  transform: translateX(50%); }

.header-menu .col-menu .list-menu {
  position: static; }

body:not(#index) .breadcrumb {
  display: block !important; }

#exportDataToCsv {
  margin-top: 15px; }

#exportDataToPdf {
  margin-top: 15px; }

#my-account .page-footer {
  margin-bottom: 80px; }
  #my-account .page-footer a {
    padding: 0.5rem 1.25rem;
    background-color: var(--btn-bg);
    color: var(--btn-color);
    text-transform: uppercase; }
    #my-account .page-footer a:hover {
      background-color: var(--theme-color-default); }

.size-guide {
  width: fit-content;
  border-bottom: 1px solid #000;
  margin-bottom: 25px; }
  .size-guide .btn.show_sizechart {
    padding: 0;
    color: #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 14px; }
    .size-guide .btn.show_sizechart::before {
      content: "\e3be";
      font-family: "Material Icons";
      font-size: 16px; }
  .size-guide:hover {
    border-bottom: 1px solid var(--theme-color-default); }
    .size-guide:hover .btn.show_sizechart {
      color: var(--theme-color-default); }

.breadcrumb-full {
  margin-bottom: 65px; }

@keyframes icon-drop {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  70% {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: translateY(70%);
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -o-transform: translateY(70%);
    transform: translateY(70%); }
  71%,
        100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
.gallery_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px; }
  .gallery_img img {
    height: auto;
    padding: 15px; }
    @media (min-width: 768px) {
      .gallery_img img {
        float: left;
        width: 33.33333%; } }

@keyframes marquee {
  0% {
    right: -150%; }
  100% {
    right: 150%; } }
.marquee {
  animation: marquee 50s linear infinite; }
  @media (max-width: 575px) {
    .marquee {
      animation: marquee 20s linear infinite; } }
  .marquee .elementor-heading-title {
    width: 150%; }
    @media (max-width: 1200px) {
      .marquee .elementor-heading-title {
        width: 400%; } }
    @media (max-width: 991px) {
      .marquee .elementor-heading-title {
        width: 600%; } }
    @media (max-width: 575px) {
      .marquee .elementor-heading-title {
        width: 800%; } }

.elementor-editor-active .elementor-element-edit-mode.group-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: 100%;
  height: auto; }

.leonextprevious-container {
  display: inline-block;
  float: right; }
  .rtl .leonextprevious-container {
    float: left; }
  .leonextprevious-container > div {
    position: relative;
    padding: 0px 10px;
    margin: 0px; }
    .leonextprevious-container > div .btn {
      position: relative;
      box-shadow: none;
      background-color: transparent !important;
      color: #555 !important;
      padding: 0;
      border: 0px; }
      .leonextprevious-container > div .btn i {
        margin: 0;
        font-size: 18px; }
      .leonextprevious-container > div .btn p {
        margin-bottom: 0;
        color: var(--text-color);
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 1.5;
        text-transform: uppercase;
        white-space: pre-wrap; }
    .leonextprevious-container > div .button-hover {
      position: absolute;
      top: 100%;
      z-index: 99;
      border: 1px solid #eee;
      border-radius: 4px;
      padding: 8px;
      min-width: 150px;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: .25s all ease-in-out;
      text-align: center; }
      .leonextprevious-container > div .button-hover p {
        text-align: center; }
      .leonextprevious-container > div .button-hover img {
        width: 134px;
        float: none;
        margin-bottom: 10px; }
    .leonextprevious-container > div.leo-button-prev .btn::after {
      right: 0; }
    .leonextprevious-container > div.leo-button-prev .button-hover {
      right: -30px; }
    .leonextprevious-container > div.leo-button-next .btn::after {
      left: 0; }
    .leonextprevious-container > div.leo-button-next .button-hover {
      left: -30px; }
    .leonextprevious-container > div:hover .button-hover {
      opacity: 1;
      visibility: visible; }
    .leonextprevious-container > div:hover.leo-button-prev .button-hover {
      right: 0px; }
    .leonextprevious-container > div:hover.leo-button-next .button-hover {
      left: 0px; }

.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 8px !important;
  border-width: 1px !important;
  border-color: #eeeeee !important;
  border-style: dashed !important; }
  .lSSlideOuter .lSPager.lSGallery li.active {
    border-color: #c4e0dd !important; }

/* menu */
@media (min-width: 992px) {
  .leo-megamenu .homepages_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px 0; } }
.leo-megamenu .homepages_list .homepages_item {
  text-align: center; }
  .leo-megamenu .homepages_list .homepages_item > a {
    display: block; }
    .leo-megamenu .homepages_list .homepages_item > a img {
      width: 100%; }

#btn_view_product {
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px; }

/*# sourceMappingURL=front.css.map */
