/***************************************************
  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: 0;
  margin: auto;
  display: flex;
  justify-content: center; }

.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: 50px !important;
  padding-right: 50px !important; }
  @media (max-width: 1440px) {
    .container-fluid {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (max-width: 991px) {
    .container-fluid {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.container-fluid-home8 {
  padding-left: 45px !important;
  padding-right: 45px !important; }
  @media (max-width: 1440px) {
    .container-fluid-home8 {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.container-large {
  margin-left: 50px !important;
  margin-right: 50px !important;
  margin: auto; }
  @media (max-width: 1440px) {
    .container-large {
      margin-left: 15px !important;
      margin-right: 15px !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; }

.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-left: 16px;
  margin-bottom: 0px; }
  .rtl .col-info > div .icon-menu {
    margin-right: 16px;
    margin-left: inherit; }
.col-info > div i {
  font-size: 20px;
  color: #000;
  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: 15px 0px; }
  .userinfo-selector .popup-title i {
    font-size: 18px; }
    .userinfo-selector .popup-title i:hover {
      color: var(--theme-color-default); }
  .userinfo-selector .popup-title::after {
    font-family: "FontAwesome";
    content: "\f107";
    border: none;
    font-size: 13px;
    display: inline-block;
    width: auto;
    height: auto;
    position: static; }

#_desktop_currency_selector #currency-selector-label {
  display: none; }
#_desktop_currency_selector button {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 15px 0px; }
  #_desktop_currency_selector button i {
    font-size: 16px; }
#_desktop_currency_selector .popup-content {
  right: -90px !important; }
  .rtl #_desktop_currency_selector .popup-content {
    left: -90px !important;
    right: auto; }

#_desktop_language_selector #language-selector-label {
  display: none; }
#_desktop_language_selector button {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 15px 0px; }
  #_desktop_language_selector button i {
    font-size: 16px; }
#_desktop_language_selector .popup-content li a {
  vertical-align: middle;
  display: inline-block; }

.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) !important; }
  #_desktop_cart .header:hover .cart-products-count {
    background-color: var(--theme-color-default); }
  #_desktop_cart .header:hover .value {
    color: var(--theme-color-default); }

.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; }
  .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-home1 {
    line-height: 1.1;
    font-family: 'Marcellus', serif; }
  .bannercontainer .tp-caption.title-slide-home2 {
    line-height: 1.1;
    font-family: 'Yeseva One', cursive; }
  .bannercontainer .tp-caption.title-slide-home3 {
    font-family: 'Bebas Neue', sans-serif; }
  .bannercontainer .tp-caption.title-slide-home4 {
    font-family: 'Kanit', sans-serif; }
  .bannercontainer .tp-caption.title-slide-home5 {
    font-family: 'Calistoga', cursive; }
  .bannercontainer .tp-caption.title-slide-home6 {
    line-height: 1;
    font-family: 'Comfortaa', cursive; }
  .bannercontainer .tp-caption.title-slide-home7 {
    line-height: 1.1;
    font-family: 'Prata', serif; }
  .bannercontainer .tp-caption.title-slide-home8 {
    line-height: 1;
    font-family: 'Fahkwang', 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-2 {
    letter-spacing: 0.2em; }
  .bannercontainer .tp-caption.letter-spacing-3 {
    letter-spacing: 0.3em; }
  .bannercontainer .tp-caption.letter-spacing-4 {
    letter-spacing: 0.4em; }
  .bannercontainer .tp-caption.line-height-1-2 {
    line-height: 1.2; }
  .bannercontainer .tp-caption.line-height-1-4 {
    line-height: 1.4; }

.button-slide {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500 !important;
  padding: 17.5px 35px;
  background-color: var(--theme-color-default);
  transition: .3s;
  text-transform: uppercase !important; }
  .button-slide:hover, .button-slide:focus {
    background-color: #fff;
    color: var(--theme-color-default);
    border: var(--theme-color-default);
    transition: .3s; }

.button1-slide {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500 !important;
  padding: 12px 30px;
  background-color: #333333;
  transition: .3s;
  text-transform: uppercase;
  display: inline; }
  .button1-slide:hover, .button1-slide:focus {
    background-color: var(--theme-color-default);
    color: #fff;
    transition: .3s; }

.button2-slide {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600 !important;
  padding: 15px 33px;
  background-color: #E03E43;
  border-radius: 3px;
  transition: .3s; }
  .button2-slide:hover, .button2-slide:focus {
    background-color: #fff;
    color: #E03E43;
    transition: .3s; }

.button3-slide {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600 !important;
  padding: 15px 33px;
  background-color: #FFE400;
  border-radius: 3px;
  transition: .3s; }
  .button3-slide:hover, .button3-slide:focus {
    background-color: #fff;
    transition: .3s; }

.button4-slide {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600 !important;
  padding: 15px 33px;
  background-color: #C79F6F;
  border-radius: 3px;
  transition: .3s; }
  .button4-slide:hover, .button4-slide:focus {
    background-color: #000;
    color: #fff;
    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(51, 51, 51, 0.7);
  z-index: 89;
  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 .left-block {
  position: relative; }
.latest-blogs .blog-container .cat {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 22; }
  .latest-blogs .blog-container .cat .icon-list {
    display: none; }
  .latest-blogs .blog-container .cat a {
    padding: 0px 10px;
    background-color: #88C040;
    border-radius: 3px; }
.latest-blogs .blog-container .right-block {
  display: flex;
  flex-direction: column; }
  .latest-blogs .blog-container .right-block .blog-meta {
    order: 1; }
    .latest-blogs .blog-container .right-block .blog-meta > div {
      display: inline-block;
      vertical-align: middle; }
  .latest-blogs .blog-container .right-block .blog-title {
    order: 2; }
    .latest-blogs .blog-container .right-block .blog-title a:hover {
      color: var(--theme-color-default); }
  .latest-blogs .blog-container .right-block .blog-desc {
    order: 3; }
.latest-blogs .blog-container .blog-readmore a::after {
  content: "\f105";
  padding-left: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro"; }
  .rtl .latest-blogs .blog-container .blog-readmore a::after {
    padding-right: 10px;
    padding-left: inherit; }

/*home 1*/
.box-brand .manufacturer-block .manufacturer-image-container .name-manufacturer {
  display: none; }
.box-brand .manufacturer-block .manufacturer-image-container img {
  opacity: .4; }
.box-brand .manufacturer-block .manufacturer-image-container:hover img {
  opacity: 1; }

.banner3-home1 .box-content .box-wrapper {
  margin-bottom: 60px;
  display: flex;
  align-items: center; }
  .banner3-home1 .box-content .box-wrapper:last-child {
    margin-bottom: 0px; }
  .banner3-home1 .box-content .box-wrapper .box-number {
    position: relative; }
    .banner3-home1 .box-content .box-wrapper .box-number p {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 27px;
      background-color: #fff;
      border-radius: 50%;
      margin: 10px;
      color: #000;
      font-size: 24px;
      line-height: 26px;
      font-family: 'Marcellus', serif; }
    .banner3-home1 .box-content .box-wrapper .box-number::before {
      border: 1px solid #fff;
      border-radius: 50%;
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-radius: 50%;
      display: block; }
    .banner3-home1 .box-content .box-wrapper .box-number:hover p {
      background-color: var(--theme-color-default);
      color: #fff; }
    .banner3-home1 .box-content .box-wrapper .box-number:hover::before {
      border: 1px solid var(--theme-color-default); }
  .banner3-home1 .box-content .box-wrapper .box-text {
    padding-left: 20px; }
    .rtl .banner3-home1 .box-content .box-wrapper .box-text {
      padding-right: 20px;
      padding-left: inherit; }
    .banner3-home1 .box-content .box-wrapper .box-text p:nth-child(1) {
      color: #000;
      font-size: 24px;
      line-height: 26px;
      font-family: 'Marcellus', serif;
      margin-bottom: 10px; }
    .banner3-home1 .box-content .box-wrapper .box-text p:nth-child(2) {
      color: #666666;
      font-size: 16px;
      line-height: 24px; }

.banner4-home1 .banner-left .banner-content .block-carousel-image-container {
  padding: 40px;
  background-color: #fff;
  border-radius: 3px; }
  .banner4-home1 .banner-left .banner-content .block-carousel-image-container > a {
    display: flex;
    flex-direction: column; }
  .banner4-home1 .banner-left .banner-content .block-carousel-image-container .item-sub-title {
    order: 2; }
  .banner4-home1 .banner-left .banner-content .block-carousel-image-container .item-description {
    order: 1;
    display: flex;
    justify-content: space-between; }
  .banner4-home1 .banner-left .banner-content .block-carousel-image-container .content-text {
    display: flex;
    align-items: center; }
    .banner4-home1 .banner-left .banner-content .block-carousel-image-container .content-text .content-right {
      padding-left: 14px;
      font-size: 16px;
      line-height: 1.3; }
      .rtl .banner4-home1 .banner-left .banner-content .block-carousel-image-container .content-text .content-right {
        padding-right: 14px;
        padding-left: inherit; }
      .banner4-home1 .banner-left .banner-content .block-carousel-image-container .content-text .content-right .name-author {
        color: #000; }
      .banner4-home1 .banner-left .banner-content .block-carousel-image-container .content-text .content-right .name-job {
        color: #666666; }
.banner4-home1 .banner-left .banner-content .slick-dots {
  text-align: left; }
  .rtl .banner4-home1 .banner-left .banner-content .slick-dots {
    text-align: right; }
  .banner4-home1 .banner-left .banner-content .slick-dots li button::before {
    color: #fff; }
  .banner4-home1 .banner-left .banner-content .slick-dots li.slick-active button::before {
    color: #fff; }

.banner5-home1 .banner-left .banner-content .elementor-accordion-item {
  border-top: 1px solid #eeeeee !important; }
  .banner5-home1 .banner-left .banner-content .elementor-accordion-item:first-child {
    border-top: 0px !important; }

@media (max-width: 1024px) and (min-width: 768px) {
  .banner2-home2 {
    display: flex;
    flex-direction: column; }
    .banner2-home2 .banner-left,
    .banner2-home2 .banner-right {
      order: 1; }
    .banner2-home2 .banner-center {
      order: 2; } }

/*home 3*/
.banner1-home3 .bottom-banner {
  width: auto;
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .banner1-home3 .bottom-banner {
      position: absolute;
      bottom: 0;
      transform: translateY(30%);
      right: 55px; }
      .rtl .banner1-home3 .bottom-banner {
        left: 55px;
        right: auto; } }
  .banner1-home3 .bottom-banner .count-banner .elementor-counter {
    display: flex; }
    .banner1-home3 .bottom-banner .count-banner .elementor-counter > div {
      padding-right: 5px; }
      .rtl .banner1-home3 .bottom-banner .count-banner .elementor-counter > div {
        padding-left: 5px;
        padding-right: inherit; }
  .banner1-home3 .bottom-banner .banner-content .elementor-widget-wrap {
    flex-direction: column; }

.banner3-home3 .banner-content .block-carousel-image-container {
  position: relative; }
  @media (max-width: 767px) {
    .banner3-home3 .banner-content .block-carousel-image-container img {
      min-height: 300px;
      object-fit: cover; } }
  .banner3-home3 .banner-content .block-carousel-image-container .item-description {
    position: absolute;
    bottom: 60px;
    left: 60px !important;
    right: 60px !important; }
    .rtl .banner3-home3 .banner-content .block-carousel-image-container .item-description {
      right: 60px !important;
      left: auto; }
    .rtl .banner3-home3 .banner-content .block-carousel-image-container .item-description {
      left: 60px !important;
      right: auto; }
    @media (max-width: 767px) {
      .banner3-home3 .banner-content .block-carousel-image-container .item-description {
        bottom: 15px;
        left: 15px !important;
        right: 15px !important; }
        .rtl .banner3-home3 .banner-content .block-carousel-image-container .item-description {
          right: 15px !important;
          left: auto; }
        .rtl .banner3-home3 .banner-content .block-carousel-image-container .item-description {
          left: 15px !important;
          right: auto; } }
    .banner3-home3 .banner-content .block-carousel-image-container .item-description .content {
      display: none;
      font-family: var(--font-family-base);
      line-height: 1.4;
      margin-bottom: 15px; }
      .banner3-home3 .banner-content .block-carousel-image-container .item-description .content p {
        font-size: 16px; }
    .banner3-home3 .banner-content .block-carousel-image-container .item-description .button {
      display: none; }
  .banner3-home3 .banner-content .block-carousel-image-container:hover .title {
    margin-bottom: 10px; }
  .banner3-home3 .banner-content .block-carousel-image-container:hover .content {
    display: block; }
  .banner3-home3 .banner-content .block-carousel-image-container:hover .button {
    display: block; }

@media (min-width: 992px) {
  .banner6-home3 .banner-content .block-carousel-image-container .item-description {
    padding-bottom: 60px; } }
.banner6-home3 .banner-content .block-carousel-image-container .item-description .img-author {
  padding-bottom: 20px; }
.banner6-home3 .banner-content ul.slick-dots li button::before {
  color: #fff; }

/*home 4*/
.banner7-home4 .banner-content .block-carousel-image-container a {
  display: flex;
  align-items: center; }
  .banner7-home4 .banner-content .block-carousel-image-container a .item-title {
    width: auto !important; }
  .banner7-home4 .banner-content .block-carousel-image-container a img {
    margin-left: 0; }
    .rtl .banner7-home4 .banner-content .block-carousel-image-container a img {
      margin-right: 0;
      margin-left: inherit; }
  .banner7-home4 .banner-content .block-carousel-image-container a .item-sub-title {
    white-space: nowrap;
    padding-left: 20px; }
    .rtl .banner7-home4 .banner-content .block-carousel-image-container a .item-sub-title {
      padding-right: 20px;
      padding-left: inherit; }
    @media (max-width: 1650px) {
      .banner7-home4 .banner-content .block-carousel-image-container a .item-sub-title {
        white-space: inherit; } }

/*home 5*/
.banner3-home5 .banner-content .block-carousel-image-container {
  background-color: #fff;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 20px; }
.banner3-home5 .banner-content ul.slick-dots {
  left: 30%;
  text-align: left;
  width: auto; }
  .rtl .banner3-home5 .banner-content ul.slick-dots {
    right: 30%;
    left: auto; }
  .rtl .banner3-home5 .banner-content ul.slick-dots {
    text-align: right; }
  .banner3-home5 .banner-content ul.slick-dots li button:before {
    font-size: 8px;
    color: #FFB500; }

.banner8-home5 .banner-content .block-carousel-image-container {
  background-color: #fff;
  padding: 34px 40px 45px;
  margin-bottom: 45px; }
  .banner8-home5 .banner-content .block-carousel-image-container > a > img {
    margin-left: 0; }
    .rtl .banner8-home5 .banner-content .block-carousel-image-container > a > img {
      margin-right: 0;
      margin-left: inherit; }
  .banner8-home5 .banner-content .block-carousel-image-container .text-block {
    padding-bottom: 29px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eeeeee; }
  .banner8-home5 .banner-content .block-carousel-image-container .content-text {
    display: flex;
    justify-content: space-between; }
  .banner8-home5 .banner-content .block-carousel-image-container .content-left {
    display: flex;
    align-items: center; }
    .banner8-home5 .banner-content .block-carousel-image-container .content-left > div {
      padding-left: 14px; }
      .rtl .banner8-home5 .banner-content .block-carousel-image-container .content-left > div {
        padding-right: 14px;
        padding-left: inherit; }
    .banner8-home5 .banner-content .block-carousel-image-container .content-left .name-job {
      color: #666666 !important; }
.banner8-home5 .banner-content ul.slick-dots {
  left: 30%;
  text-align: left;
  width: auto; }
  .rtl .banner8-home5 .banner-content ul.slick-dots {
    right: 30%;
    left: auto; }
  .rtl .banner8-home5 .banner-content ul.slick-dots {
    text-align: right; }
  .banner8-home5 .banner-content ul.slick-dots li button:before {
    font-size: 8px;
    color: #FFB500; }

/*
home 6*/
.box-icon-video .elementor-widget-video .elementor-custom-embed-image-overlay img {
  width: auto; }

.banner9-home6 .banner-content .block-carousel-image-container .item-description .text-block {
  padding-bottom: 37px; }
.banner9-home6 .banner-content .block-carousel-image-container .item-description .content-text .img-author {
  padding-bottom: 19px; }
.banner9-home6 .banner-content .block-carousel-image-container .item-description .content-text .name-job {
  color: #666666; }

.banner10-home6 .box-email .block_newsletter {
  max-width: none; }
  .banner10-home6 .box-email .block_newsletter form {
    border: 0px; }
    .banner10-home6 .box-email .block_newsletter form .btn {
      display: flex;
      align-items: center;
      background-color: #5CE0EE !important;
      padding: 15px 33px !important;
      border-radius: 3px; }
      .banner10-home6 .box-email .block_newsletter form .btn span {
        display: block; }
      .banner10-home6 .box-email .block_newsletter form .btn::after {
        display: none; }

/*home 7*/
.banner6-home7 .icon-banner svg:hover path {
  stroke: #fff;
  fill: #fff; }
.banner6-home7 .icon-banner svg:hover circle {
  stroke: #C79F6F; }
  .banner6-home7 .icon-banner svg:hover circle:nth-child(2) {
    fill: #C79F6F; }

.banner8-home7 .banner-content .block-carousel-image-container .item-description {
  display: flex;
  align-items: center; }
  .banner8-home7 .banner-content .block-carousel-image-container .item-description img {
    margin: inherit;
    padding-right: 18px; }
    .rtl .banner8-home7 .banner-content .block-carousel-image-container .item-description img {
      padding-left: 18px;
      padding-right: inherit; }
  .banner8-home7 .banner-content .block-carousel-image-container .item-description .name-job {
    color: #666666 !important; }
.banner8-home7 .banner-content ul.slick-dots {
  text-align: left; }
  .rtl .banner8-home7 .banner-content ul.slick-dots {
    text-align: right; }
  .banner8-home7 .banner-content ul.slick-dots li button::before {
    color: #C79F6F;
    font-size: 10px; }

.banner9-home7 .banner-content .block_carousel .slick-track > div:nth-child(2n) {
  padding-top: 30px; }
.banner9-home7 .banner-content .block-carousel-image-container > a img {
  width: 100%; }

/*home 8*/
.banner2-home8 .icon-banner svg:hover path {
  stroke: #fff;
  fill: #fff; }
.banner2-home8 .icon-banner svg:hover circle:nth-child(2) {
  fill: #134981; }

.banner4-home8 .banner-content .elementor-image-box-wrapper .elementor-image-box-description {
  display: none; }
.banner4-home8 .banner-content:hover .elementor-image-box-wrapper .elementor-image-box-description {
  display: block; }

.banner6-home8 .banner-content .block-carousel-image-container {
  background-color: #fff;
  border-radius: 16px;
  padding: 70px; }
  @media (max-width: 1024px) {
    .banner6-home8 .banner-content .block-carousel-image-container {
      padding: 30px; } }
  .banner6-home8 .banner-content .block-carousel-image-container .item-description img {
    padding-bottom: 30px; }
  .banner6-home8 .banner-content .block-carousel-image-container .item-description .name-job {
    color: #666666; }
.banner6-home8 .banner-content .slick-list {
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    .banner6-home8 .banner-content .slick-list {
      padding-bottom: 30px; } }
.banner6-home8 .banner-content ul.slick-dots li.slick-active button:before {
  font-size: 10px;
  color: #134981; }
.banner6-home8 .banner-content ul.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1; }

.banner7-home8 .banner-content .instagram-block img {
  border-radius: 16px; }
.banner7-home8 .banner-content .slick-list {
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    .banner7-home8 .banner-content .slick-list {
      padding-bottom: 30px; } }
.banner7-home8 .banner-content ul.slick-dots li.slick-active button:before {
  font-size: 10px;
  color: #134981; }
.banner7-home8 .banner-content ul.slick-dots li button:before {
  font-size: 10px;
  color: #eeeeee;
  opacity: 1; }

.box-email-home8 .block_newsletter form {
  border: 0px;
  background-color: #F2F7FA; }
  .box-email-home8 .block_newsletter form input[type="email"] {
    background-color: transparent; }
  .box-email-home8 .block_newsletter form .btn {
    padding: 10px 20px !important; }
    .box-email-home8 .block_newsletter form .btn:hover {
      background-color: transparent !important; }

/*menu*/
.text-menu {
  background: #fbfbfb;
  border-top: 1px solid #eee;
  font-size: 20px;
  margin: 0 -15px -15px;
  padding: 20px 10px;
  text-align: center; }
  .text-menu .shop-now {
    color: #FFF;
    font-size: 15px;
    padding: 6px 20px;
    display: inline-block;
    background: #738c92;
    border-radius: 6px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rtl .text-menu .shop-now {
      margin-right: 20px;
      margin-left: inherit; }
  .text-menu p {
    font-size: 20px; }

.header-menu .col-menu .elementor-widget {
  position: initial; }

/*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%; } }

/*# sourceMappingURL=front.css.map */
