@charset "UTF-8";
.background-color-primary {
  background-color: #CF987E;
}

.background-color-secondary {
  background-color: #282828;
}

.background-color-secondary {
  background-color: #A3A3A3;
}

.background-color-body {
  background-color: #8A8A8A;
}

.background-color-border {
  background-color: #A3A3A3;
}

.text-color-primary {
  color: #CF987E !important;
}

.border-color-primary {
  border-color: #CF987E !important;
}

.border-top-color-primary {
  border-top-color: #CF987E !important;
}

.border-bottom-color-primary {
  border-bottom-color: #CF987E !important;
}

.border-left-color-primary {
  border-left-color: #CF987E !important;
}

.border-right-color-primary {
  border-right-color: #CF987E !important;
}

.text-color-secondary {
  color: #282828 !important;
}

.border-color-secondary {
  border-color: #282828 !important;
}

.border-top-color-secondary {
  border-top-color: #282828 !important;
}

.border-bottom-color-secondary {
  border-bottom-color: #282828 !important;
}

.border-left-color-secondary {
  border-left-color: #282828 !important;
}

.border-right-color-secondary {
  border-right-color: #282828 !important;
}

.text-color-heading {
  color: #282828 !important;
}

.border-color-heading {
  border-color: #282828 !important;
}

.border-top-color-heading {
  border-top-color: #282828 !important;
}

.border-bottom-color-heading {
  border-bottom-color: #282828 !important;
}

.border-left-color-heading {
  border-left-color: #282828 !important;
}

.border-right-color-heading {
  border-right-color: #282828 !important;
}

.text-color-three {
  color: #A3A3A3 !important;
}

.border-color-three {
  border-color: #A3A3A3 !important;
}

.border-top-color-three {
  border-top-color: #A3A3A3 !important;
}

.border-bottom-color-three {
  border-bottom-color: #A3A3A3 !important;
}

.border-left-color-three {
  border-left-color: #A3A3A3 !important;
}

.border-right-color-three {
  border-right-color: #A3A3A3 !important;
}

.text-color-body {
  color: #8A8A8A !important;
}

.border-color-body {
  border-color: #8A8A8A !important;
}

.border-top-color-body {
  border-top-color: #8A8A8A !important;
}

.border-bottom-color-body {
  border-bottom-color: #8A8A8A !important;
}

.border-left-color-body {
  border-left-color: #8A8A8A !important;
}

.border-right-color-body {
  border-right-color: #8A8A8A !important;
}

.border-color {
  border-color: #A3A3A3 !important;
}

.border-top-color {
  border-top-color: #A3A3A3 !important;
}

.border-bottom-color {
  border-bottom-color: #A3A3A3 !important;
}

.border-left-color {
  border-left-color: #A3A3A3 !important;
}

.border-right-color {
  border-right-color: #A3A3A3 !important;
}

/**
Detect
Extra small   <576px        --  none
Small         ≥576px        --  sm
Medium        ≥768px        --  md
Large         ≥992px        --  lg
Extra large   ≥1200px       --  xl
Extra large   ≥1824px       --  xxl
*/
.position-rel {
  position: relative;
}

.container.la-container-full {
  width: 100%;
}

@media (min-width: 1300px) {
  body:not(.header-type-vertical) .container.la-container-full {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1500px) {
  body:not(.header-type-vertical) .container.la-container-full {
    padding-left: 80px;
    padding-right: 80px;
  }
}

#lastudio-header-builder .lahb-area.no-padding,
#lastudio-header-builder .lahb-area .no-padding {
  padding-left: 0;
  padding-right: 0;
}

#lastudio-header-builder .lahb-area:not(.lahb-vertical).la-no-padding,
#lastudio-header-builder .lahb-area:not(.lahb-vertical) .la-no-padding {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.lahb-screen-view {
  display: none;
  clear: both;
}

@media (min-width: 1200px) {
  .lahb-desktop-view {
    display: block;
  }
}

@media (min-width: 861px) and (max-width: 1199px) {
  .lahb-tablets-view {
    display: block;
  }
}

@media (max-width: 860px) {
  .lahb-mobiles-view {
    display: block;
  }
}

.lahb-wrap {
  position: relative;
  width: 100%;
  z-index: 4;
}

.lahb-area,
.lahb-area:not(.lahb-vertical) > .container,
.lahb-content-wrap,
.lahb-col,
.lahb-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lahb-topbar-area{
  height: 60px;
}

.lahb-row1-area {
  height: 90px;
}

@media (min-width: 1200px) {
  .lahb-row1-area {
    height: 120px;
  }
}

.lahb-content-wrap {
  width: 100%;
}

.lahb-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.lahb-col:empty {
  display: none;
}

.lahb-col.lahb-col__left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.lahb-col.lahb-col__center {
  -webkit-justify-content: center;
  justify-content: center;
}

.lahb-col.lahb-col__right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.lahb-area {
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 100%;
}

.lahb-area .lahb-element {
  -webkit-justify-content: center;
  justify-content: center;
}

.lahb-area.lahb-content-top .lahb-col {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.lahb-area.lahb-content-middle .lahb-col,
.lahb-area .lahb-element {
  -webkit-align-items: center;
  align-items: center;
}

.lahb-area.lahb-content-bottom .lahb-col {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#lastudio-header-builder .lahb-area.no-padding,
#lastudio-header-builder .lahb-area .no-padding {
  padding-left: 0;
  padding-right: 0;
}

#lastudio-header-builder .lahb-area:not(.lahb-vertical).la-no-padding,
#lastudio-header-builder .lahb-area:not(.lahb-vertical) .la-no-padding {
  padding: 0;
  margin: 0 auto;
}

.lahb-vertical-toggle-wrap {
  background-color: #fff;
  width: var(--vertical-header-width2);
  height: 100%;
  position: fixed;
  text-align: center;
  z-index: 2;
  top: 0;
}
.admin-bar .lahb-vertical-toggle-wrap {
  top: 32px;
}
@media(min-width: 1500px){
  .lahb-vertical-toggle-wrap {
    width: var(--vertical-header-width);
  }
}

.ltr .lahb-vertical-toggle-wrap {
  left: 0;
}

.rtl .lahb-vertical-toggle-wrap {
  right: 0;
}

.lahb-vertical-toggle-wrap .vertical-toggle-icon {
  position: absolute;
  top: 45%;
  font-size: 32px;
  left: calc(50% - 20px);
  width: 40px;
}

.lahb-wrap .lahb-vertical.lahb-area.container {
  padding-left: 0;
  padding-right: 0;
}

.lahb-varea .lahb-area .lahb-col{
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.lahb-varea .lahb-content-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.lahb-vertical-logo-wrap {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.lahb-vertical-logo-wrap.is-open {
  visibility: hidden;
  opacity: 0;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu > li {
  float: none;
}

#lastudio-header-builder .lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu > li > a {
  padding: 0;
  margin-bottom: 20px;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li a .lahb-vertical-nav-icon {
  position: absolute;
  top: calc(50% - 5px);
  width: 20px;
  text-align: center;
  margin: 0;
}
.rtl .lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li a .lahb-vertical-nav-icon{
  left: 0;
}
.ltr .lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li a .lahb-vertical-nav-icon{
  right: 0;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li a:hover {
  text-decoration: none;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li:hover > ul {
  display: none;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.mm-lv-2 a {
  padding-left: 40px;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.menu-item ul {
  position: static;
  width: 100%;
  left: 0;
  background: transparent;
  display: none;
  padding: 0 0 30px;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  margin: 0;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.menu-item ul li:hover,
.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.menu-item ul li ul li:hover,
.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.menu-item ul > li.menu-item > ul {
  background: transparent;
  padding: 0;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.menu-item .mm-mega-ul {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: block;
}

.lahb-vertical .lahb-nav-wrap:not(.lahb-vertital-menu_nav) .menu li.menu-item .mm-mega-ul > li {
  width: 100% !important;
}

.lahb-vertical .lahb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children:before,
.lahb-vertical .lahb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > ul li.menu-item-has-children:before, .lahb-vertical .lahb-nav-wrap.has-parent-arrow > ul > li.mega:before {
  display: none;
}

#lastudio-header-builder .lahb-vertical .lahb-col nav,
#lastudio-header-builder .lahb-vertical .lahb-col {
  width: 100%;
}

#lastudio-header-builder .lahb-vertical .lahb-col nav > ul {
  float: none;
  width: 100%;
}

.lahb-icon-wrap {
  cursor: pointer;
}

.lahb-icon-wrap .lahb-icon-element {
  display: inline-block;
  transition: all 0.2s ease;
  vertical-align: middle;
}

.lahb-icon-wrap .lahb-icon-element i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}

.lahb-icon-wrap .hamburger-op-icon i {
  font-size: inherit;
}

.lahb-icon-wrap .hamburger-op-icon.open-button {
  font-family: 'FontAwesome';
}

.lahb-icon-wrap .hamburger-op-icon.open-button i:before {
  content: "\f00d";
}

.lahb-login .lahb-icon-element > i {
  font-size: inherit;
}

.lahb-modal-target-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lahb-tooltip[data-tooltip] {
  position: relative;
  cursor: pointer;
}

.lahb-tooltip[data-tooltip]:before,
.lahb-tooltip[data-tooltip]:after {
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s ease;
}

.lahb-tooltip[data-tooltip]:before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  padding: 0 8px;
  background-color: #010101;
  border-radius: 0;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  height: 23px;
  line-height: 23px;
  white-space: nowrap;
  z-index: 88;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.23);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.lahb-tooltip[data-tooltip]:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #010101;
}

.lahb-tooltip[data-tooltip]:hover:before,
.lahb-tooltip[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
}

.lahb-tooltip.tooltip-on-top[data-tooltip]:before {
  bottom: inherit;
  top: -16px;
}

.lahb-tooltip.tooltip-on-top[data-tooltip]:after {
  bottom: inherit;
  top: 2px;
}

.lahb-tooltip.tooltip-on-top[data-tooltip]:before {
  bottom: inherit;
  top: -16px;
}

.lahb-header-dropdown {
  position: relative;
}

.lahb-icon-element i,
.lahb-icon-element i:hover {
  cursor: pointer;
}

img.lahb-logo {
  z-index: 2;
  width: 110px;
}

.lahb-logo.logo--transparency {
  display: none;
}

.enable-header-transparency .lahb-wrap:not(.is-sticky) .logo--transparency {
  display: inline-block;
}

.enable-header-transparency .lahb-wrap:not(.is-sticky) .logo--normal {
  display: none;
}

.enable-header-transparency #lastudio-header-builder {
  position: absolute;
}

.lahb-element .search-form .search-button {
  color: inherit;
}

.lahb-logo .la-site-name {
  font-size: 23px;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  transition: all .3s ease-in-out;
}

.lahb-logo .la-site-desc {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  width: 100%;
  align-self: flex-start;
  transition: all .3s ease-in-out;
}

.lahb-nav-wrap .menu,
.lahb-nav-wrap .menu > li {
  float: left;
}

.lahb-nav-wrap .menu,
.lahb-nav-wrap .menu li,
.lahb-nav-wrap .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lahb-nav-wrap .menu a:not(.button),
.lahb-nav-wrap .menu li.sfHover > ul,
.lahb-nav-wrap .menu li:hover > ul {
  display: inline-block;
}

.lahb-nav-wrap .menu ul ul {
  top: -10px;
  left: 100%;
}

.lahb-nav-wrap .menu {
  margin: 0;
}

.lahb-nav-wrap li.mm-lv-0 > a {
  padding: 0 23px;
}

.lahb-nav-wrap .menu > li.menu-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.lahb-nav-wrap .menu > li.menu-item > a .text-wrap {
  position: relative;
}

.lahb-nav-wrap .menu > li.menu-item > a .text-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2em;
  width: 20%;
  border-bottom: 2px solid;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: width 0.5s ease, opacity 0.3s ease;
}

.lahb-nav-wrap .menu > li.menu-item > a:hover .text-wrap:after {
  width: 100%;
  opacity: 1;
}

.enable-header-transparency .lahb-nav-wrap .menu > li.menu-item > a:after {
  background-color: #fff;
}

.lahb-nav-wrap .menu > li.current > a:after {
  width: calc(100% - 50px) !important;
  opacity: 1;
}

.lahb-nav-wrap .menu > li.menu-item > ul {
  margin-top: 20px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
}

.lahb-nav-wrap .menu > li.menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.lahb-nav-wrap .menu > li.menu-item ul {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
}

.lahb-wrap .lahb-nav-wrap .menu li.current ul li a:hover,
.lahb-wrap .lahb-nav-wrap .menu ul.sub-menu li.current > a,
.lahb-wrap .lahb-nav-wrap .menu ul li.menu-item:hover > a {
  color: #CF987E;
  text-decoration: underline;
}

.lahb-nav-wrap .menu > li.current > a {
  color: #CF987E;
}

.lahb-nav-wrap .menu > li.current > a .text-wrap:after {
  width: 100%;
  opacity: 1;
}

.lahb-nav-wrap .menu li.menu-item a > i {
  vertical-align: middle;
  margin-right: 5px;
}

.lahb-nav-wrap .menu ul {
  z-index: 3;
  position: absolute;
  width: 250px;
  padding: 12px 0;
  margin: 0;
  display: none;
}

.lahb-nav-wrap .menu ul li {
  position: relative;
}

.lahb-nav-wrap .menu ul li.menu-item a {
  padding: 10px 20px;
}

.lahb-nav-wrap .menu ul li.menu-item a.hcolorf {
  display: block;
}

.lahb-nav-wrap .sf-arrows > li > .sf-with-ul:after {
  display: none;
}

.lahb-nav-wrap .menu ul li a.sf-with-ul {
  position: relative;
  padding-right: 20px;
}

.lahb-nav-wrap .menu ul li ul {
  padding: 0;
}

.lahb-nav-wrap.has-megamenu > ul > li.mega {
  position: relative;
}

.lahb-nav-wrap.has-megamenu > ul > li.mega ul.sub-menu ul {
  display: block;
  padding: 0;
  position: relative;
  width: auto;
  max-width: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}

.lahb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu {
  padding: 0;
}

.lahb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu .mm-mega-ul {
  padding: 15px;
}

.lahb-nav-wrap.has-megamenu > ul > li.mega > ul.sub-menu .mm-mega-ul > .submenu {
  padding: 15px;
}

.lahb-nav-wrap.has-megamenu .menu li.mega li.mm-lv-1 > a {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.lahb-nav-wrap .la-menu-icon {
  margin-right: 3px;
  transition: all 0.3s ease;
}

.lahb-nav-wrap .la-menu-desc {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 12px;
  font-size: 11px;
  color: #9a9a9a;
  font-style: normal;
  font-weight: 400;
  display: none;
}

.lahb-nav-wrap.has-desc-item .la-menu-desc {
  display: block;
}

.lahb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children {
  position: relative;
}

.lahb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > a:before,
.lahb-nav-wrap.has-parent-arrow > ul > li.mega > a:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  font-size: 10px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lahb-nav-wrap.has-parent-arrow > ul > li.menu-item-has-children > ul li.menu-item-has-children:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 10px;
  color: #999;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lahb-nav-wrap.has-parent-arrow.arrow-left > ul > li.menu-item-has-children > a:before,
.lahb-nav-wrap.has-parent-arrow.arrow-left > ul > li.mega > a:before {
  content: "\f105";
}

.lahb-nav-wrap.has-parent-arrow.arrow-right > ul > li.menu-item-has-children > a:before,
.lahb-nav-wrap.has-parent-arrow.arrow-right > ul > li.mega > a:before {
  content: "\f104";
}

.lahb-nav-wrap.has-parent-arrow.arrow-top > ul > li.menu-item-has-children > a:before,
.lahb-nav-wrap.has-parent-arrow.arrow-top > ul > li.mega > a:before {
  content: "\f106";
}

.full-width-menu.lahb-nav-wrap {
  width: 100%;
}

.full-width-menu.lahb-nav-wrap .menu {
  flex-direction: row;
  -webkit-flex-direction: row;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.full-width-menu.lahb-nav-wrap .menu > li {
  flex: 1;
}

.full-width-menu.lahb-nav-wrap .menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.full-width-menu.lahb-nav-wrap .menu a span.menu-item-badge {
  top: 2%;
  right: inherit;
}

.menu a {
  position: relative;
}

.menu a span.menu-item-badge {
  position: absolute;
  display: inline-block;
  line-height: 16px;
  bottom: calc(100% - 1px);
}
.ltr .menu a span.menu-item-badge {
  left: calc(100% - 27px);
}
.rtl .menu a span.menu-item-badge {
  right: calc(100% - 27px);
}

.menu a span.menu-item-badge-border {
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  margin: 0 0 0 6px;
  display: block;
}

.menu a span.menu-item-badge-text {
  padding: 1px 6px 0;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.menu .sub-menu span.menu-item-badge {
  position: relative;
  display: inline-block;
  line-height: 16px;
  top: -1px;
  margin-left: 8px;
}

.menu .sub-menu span.menu-item-badge-border {
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-4.5px);
  position: absolute;
}

.lahb-responsive-menu-wrap {
  opacity: 0;
  visibility: hidden;
}

.lahb-menu-cross-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.lahb-menu-cross-icon,
.lahb-menu-cross-icon:before,
.lahb-menu-cross-icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #383838;
  transition: background-color 0.18s ease 0.40s, transform 0.2s ease 0.38s;
}

.lahb-menu-cross-icon:before,
.lahb-menu-cross-icon:after {
  position: absolute;
  content: "";
}

.lahb-menu-cross-icon:before {
  top: -7px;
}

.lahb-menu-cross-icon:after {
  top: 7px;
}

.open.lahb-menu-cross-icon {
  background-color: transparent;
}

.open.lahb-menu-cross-icon:before,
.open.lahb-menu-cross-icon:after {
  background-color: #383838;
}

.close-responsive-nav .open.lahb-menu-cross-icon:before,
.close-responsive-nav .open.lahb-menu-cross-icon:after {
  background-color: #fff;
}

.open.lahb-menu-cross-icon:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.open.lahb-menu-cross-icon:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.lahb-responsive-menu-wrap {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #151515;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 100px;
  color: #C0C0C0;
}

.lahb-responsive-menu-wrap.open-menu-wrap {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}

.responav {
  margin: 0;
  padding: 0;
}

.responav .container {
  width: auto;
  padding: 0;
}

.responav li {
  list-style: none;
}

.responav li.menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.responav li.mega li:hover {
  background-color: inherit;
}

.responav li.menu-item > a {
  display: block;
  padding: 14px 20px;
}

.responav li.menu-item a i {
  margin-right: 4px;
}

.responav li.menu-item a > i.respo-nav-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  width: 50px;
  height: 100%;
}

.responav li.menu-item a > i.respo-nav-icon:before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.responav li.menu-item > ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 5px 0;
  margin: 5px 0;
}

.responav li.menu-item > ul li > a {
  font-size: 11px;
  font-weight: normal !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.responav li.menu-item > ul li > ul li > a {
  padding-right: 40px;
  padding-left: 40px;
}

.responav li.menu-item > ul li > ul li > ul li > a {
  padding-right: 50px;
  padding-left: 50px;
}

.responav li .wpb_row {
  margin-left: 0;
  margin-right: 0;
}

.responav [class*=vertical-] {
  display: none;
}

.responav .widget_nav_menu li {
  border-top: 0;
}

.responav .widget_nav_menu ul li a {
  padding: 7px 10px;
}

.responav .teaser-box6 .teaser-title {
  font-size: 18px;
}

.responav span.menu-item-badge {
  display: inline-block;
  position: relative;
  margin-left: 9px;
}

.responav span.menu-item-badge-text {
  text-align: center;
  display: inline-block;
  padding: 1px 8px 0;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}

.responav span.menu-item-badge-border {
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-3px);
  position: absolute;
}

.responav li ul span.menu-item-badge-border {
  transform: translateY(-3.5px);
}

.close-responsive-nav {
  display: block;
  position: absolute;
  top: 60px;
  right: 16px;
  z-index: 2;
  cursor: pointer;
}

.lahb-responsive-menu-wrap .la-menu-desc {
  font-size: 12px;
  text-transform: initial;
  font-weight: normal;
}

.lahb-responsive-menu-icon-wrap a {
  font-size: 22px;
  line-height: 30px;
}

.lahb-responsive-menu-icon-wrap a i {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .lahb-responsive-menu-icon-wrap {
    display: none;
  }
  .header-type-vertical .lahb-col:empty {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1199px) {
  .lahb-responsive-menu-icon-wrap {
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .lahb-nav-wrap:not(.la-hide-mobile-menu) {
    display: none;
  }
  .lahb-responsive-menu-icon-wrap,
  .lahb-responsive-menu-wrap {
    opacity: 1;
    visibility: visible;
  }
  .responav li.mega ul[class^=sub-] {
    background-color: #282828;
  }
}

.lahb-wrap p.lahb-text {
  margin-bottom: 0;
}

.lahb-login {
  position: relative;
}

.la-header-avatar img {
  border-radius: 50%;
  margin-right: 12px;
  width: 28px;
}

.lahb-login span, .lahb-login i:before {
  transition: all 0.2s ease;
}

.lahb-login .lahb-icon-element i:not(.fa-user-circle-o) {
  margin-right: 8px;
}

.lahb-header-dropdown .lahb-modal-login {
  display: none;
}

.login-dropdown-element .lahb-modal-login {
  position: absolute;
  right: -1px;
  top: 100%;
  background: #fff;
  box-shadow: 0px 8px 35px -6px rgba(0, 0, 0, 0.18);
  z-index: 336;
  width: 300px;
  padding: 20px;
  color: #8A8A8A;
}

.login-dropdown-element .lahb-modal-login form input {
  border-color: #e4e4e4;
}

.login-dropdown-element .lahb-modal-login form input[type="text"],
.login-dropdown-element .lahb-modal-login form input[type="password"] {
  width: 100%;
}

.login-dropdown-element .lahb-modal-login form input[type="text"]:focus,
.login-dropdown-element .lahb-modal-login form input[type="password"]:focus {
  box-shadow: none;
}

.login-dropdown-element .lahb-modal-login form .login-username {
  margin-top: 16px;
}

.login-dropdown-element .lahb-modal-login form .login-username label,
.login-dropdown-element .lahb-modal-login form .login-password label {
  display: none;
}

.no-arrow .login-dropdown-arrow-wrap {
  display: none;
}

.with-arrow .login-dropdown-arrow-wrap {
  position: absolute;
  top: -8px;
  right: 30px;
}

.with-arrow .login-dropdown-arrow-wrap:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f6f6f6;
  content: '';
  position: absolute;
  left: -8px;
}

.lahb-contact-text-modal {
  font-size: 14px;
}

.lahb-trigger-element,
.lahb-trigger-element a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.la-contact-form.la-element-dropdown {
  position: absolute;
  min-width: 280px;
  background: #fff;
  left: -260px;
  top: 100%;
  display: none;
}

.lahb-button a {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}

.lahb-button a:hover,
.lahb-button a:focus {
  background-color: #282828;
  color: #fff;
}

.header-search-content {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.header-search-content::before, .header-search-content::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.header-search-content::after {
  clear: both;
}

#lastudio-header-builder [class*="dl-icon-"] {
  vertical-align: middle;
  pointer-events: none;
}

#lastudio-header-builder .lahb-search.toggle,
.lahb-header-toggle,
.lahb-header-full {
  position: relative;
}

#lastudio-header-builder .lahb-search .search-field {
  box-shadow: none;
  cursor: text;
  font-size: 1em;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#lastudio-header-builder .lahb-search-form-box {
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 0;
  display: none;
  z-index: 999;
  top: 100%;
  width: 320px;
  height: 65px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 14px -6px rgba(0, 0, 0, 0.09);
}

#lastudio-header-builder .lahb-search-form-box.show-sbox {
  display: block;
  -webkit-animation: fade-anim .3s ease .037s both;
  animation: fade-anim .3s ease .037s both;
  z-index: 9112000;
}

#page #lastudio-header-builder .lahb-search-form-box:before {
  content: '';
  display: block;
  position: absolute;
  right: 24px;
  width: 10px;
  height: 10px;
  background: #e4e4e4;
  border: solid #e4e4e4;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(45degdeg);
  transform: rotate(45degdeg);
  z-index: 9;
  top: -5px;
}

#lastudio-header-builder a.search-form-icon, a.search-form-icon:visited {
  display: block;
  width: 16px;
  height: 16px;
  color: #888;
}

#lastudio-header-builder a.search-form-icon:hover {
  color: #555;
}

#lastudio-header-builder a.search-form-icon i {
  color: #4A4A4A;
  padding: 11px;
  padding-left: 12px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid;
}

#lastudio-header-builder .top-bar .lahb-search a.search-form-icon i {
  font-size: 11px;
  padding: 10px;
  padding-left: 11px;
  color: #aaa;
}

#lastudio-header-builder .top-bar .lahb-search a.search-form-icon:hover i {
  color: #aaa;
}

#lastudio-header-builder .top-bar .lahb-search a.search-form-icon {
  padding: 0;
  margin-top: 7px;
}

@media only screen and (max-width: 290px) {
  #lastudio-header-builder .lahb-search-form-box {
    right: -24px;
    padding: 14px 10px;
  }
  #lastudio-header-builder .lahb-search-form-box:after, .lahb-search-form-box:before {
    right: 27px;
  }
}

#header-search-modal .search-form,
.header-search-content > .col-md-12,
#header-search-modal {
  height: 100%;
}

.lahb-search-form-box form,
.header-search-simple-wrap form {
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 860px) {
  #header-search-modal .search-field {
    font-size: 30px;
    line-height: 140px;
  }
}

@media only screen and (max-width: 290px) {
  #header-search-modal .search-field {
    font-size: 28px;
  }
  #header-search-modal .search-form i {
    right: 9px;
  }
}

.lahb-header-slide {
  position: relative;
}

.lahb-icon-content i,
.lahb-icon-content span {
  vertical-align: middle;
  display: inline-block;
  transition: all 0.2s ease;
}

.lahb-icon-content i {
  margin-right: 10px;
}

/*------------------------------------*
	$HAMBURGER MENU
*------------------------------------*/
.hamburger-menu-main,
.hamburger-full-wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}

/*------------------------------------*
	$HAMBURGER MENU - TYPE TOGGLE
*------------------------------------*/
.hamburger-menu-wrap {
  transition: all .5s;
  position: fixed;
  width: 470px;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 70px 70px 30px;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 1500px) {
  .hamburger-menu-wrap {
    padding: 50px 40px 30px;
    width: 370px;
  }
}

@media (max-width: 800px) {
  .hamburger-menu-wrap {
    padding: 50px 30px 20px;
    width: 320px;
  }
}

.hamburger-menu-wrap.hm-dark {
  color: #fff;
  background-color: #212121;
}

.hamburger-menu-wrap.toggle-right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hamburger-menu-wrap.toggle-right .btn-close-hamburger-menu {
  left: 30px;
}

.hamburger-menu-wrap.toggle-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hamburger-menu-wrap.toggle-left .btn-close-hamburger-menu {
  right: 30px;
}

.is-open .hamburger-menu-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hamburger-menu-wrap .hamburger-logo-image-wrap {
  margin-top: 30px;
}

.hamburger-menu-wrap .lahb-hamburger-top {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}

.hamburger-menu-wrap .hamburger-nav-icon {
  font-size: 12px;
}

.hamburger-menu-wrap .hamburger-main ul {
  list-style: none;
  margin: 50px 0;
}

.hamburger-menu-wrap .hamburger-main ul.sub-menu {
  display: none;
}

.hamburger-menu-wrap .hamburger-main li {
  display: block;
  position: relative;
}

.hamburger-menu-wrap .hamburger-main li li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.hamburger-menu-wrap .hamburger-main li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.hamburger-menu-wrap .hamburger-main li ul {
  width: 100%;
  padding: 20px 0;
  margin: 0;
}

.hamburger-menu-wrap .hamburger-nav > li > a {
  font-size: 20px;
  padding: 15px 0;
}

.hamburger-menu-wrap .hamburger-copyright {
  font-size: 12px;
}

.btn-close-hamburger-menu {
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  top: 50px;
  transition: all .25s ease-out;
  z-index: 2;
}

.btn-close-hamburger-menu:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*------------------------------------*
	$HAMBURGER MENU - TYPE FULL
*------------------------------------*/
.la-hamburger-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s,visibility 0s .5s;
}

.la-hamburger-wrap.open-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s;
}

.la-hamburger-wrap .hamburger-nav {
  max-height: 90%;
  position: relative;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}

.la-hamburger-wrap .hamburger-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.la-hamburger-wrap .hamburger-main .hamburger-nav-icon {
  font-size: 12px;
  padding: 10px;
}

.rtl .la-hamburger-wrap .hamburger-main .hamburger-nav-icon {
  margin-left: -16px;
}

.ltr .la-hamburger-wrap .hamburger-main .hamburger-nav-icon {
  margin-right: -16px;
}

.la-hamburger-wrap .hamburger-main ul {
  list-style: none;
}

.la-hamburger-wrap .hamburger-main ul.sub-menu {
  margin: 0;
  display: none;
}

.la-hamburger-wrap .hamburger-main li {
  display: block;
  position: relative;
}

.la-hamburger-wrap .hamburger-main li li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.la-hamburger-wrap .hamburger-main li ul {
  width: 100%;
  padding: 20px 0 0;
}

.la-hamburger-wrap .hamburger-main .mm-lv-0 {
  padding-bottom: 20px;
}

.la-hamburger-wrap .lahb-hamburger-top {
  overflow: auto;
  max-height: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  margin-top: 80px;
  margin-bottom: 40px;
}

.la-hamburger-wrap .lahb-hamburger-bottom {
  position: absolute;
  width: 250px;
  bottom: 80px;
}

.rtl .la-hamburger-wrap .lahb-hamburger-bottom {
  left: 100px;
}

.ltr .la-hamburger-wrap .lahb-hamburger-bottom {
  right: 100px;
}

.la-hamburger-wrap.hm-dark {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.btn-close-hamburger-menu-full {
  position: absolute;
  top: 20%;
  right: 10%;
  font-size: 40px;
  color: #fff;
  z-index: 3;
  display: inherit;
}

.btn-close-hamburger-menu-full:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.la-hamburger-wrap .hamburger-main .mm-lv-0 > a {
  font-size: 46px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .la-hamburger-wrap .hamburger-main .mm-lv-0 > a {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .la-hamburger-wrap .hamburger-main .mm-lv-0 > a {
    font-size: 26px;
  }
}

.la-hamburger-wrap .hamburger-main .mm-lv-1 > a {
  font-size: 26px;
}

@media (max-width: 1200px) {
  .la-hamburger-wrap .hamburger-main .mm-lv-1 > a {
    font-size: 18px;
  }
}

.la-hamburger-wrap .hamburger-main li a {
  color: #919191;
}

.la-hamburger-wrap .hamburger-main li:hover > a, .la-hamburger-wrap .hamburger-main li.active > a, .la-hamburger-wrap .hamburger-main li.open > a, .la-hamburger-wrap .hamburger-main li.current > a {
  color: #fff;
}

.la-header-social-icon i {
  vertical-align: middle;
  font-size: 24px;
}

.header-social-icons a,
.header-social-icons i {
  display: block;
}

.lahb-social {
  position: relative;
}

.js-icon_menu_trigger,
.js-contact_trigger_dropdown,
.js-contact_trigger_modal,
.js-social_trigger_full,
.js-social_trigger_dropdown,
.js-social_trigger_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-slide-toggle {
  display: none;
}

#header-social-modal,
#header-search-modal,
#header-share-modal {
  display: none;
}

#header-social-modal h3,
#header-share-modal h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 150px;
}

#header-social-modal .col-md-6,
#header-share-modal .col-md-6 {
  position: relative;
  height: 150px;
}

#header-social-modal .socialfollow,
#header-share-modal .socialfollow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#header-social-modal .socialfollow a,
#header-share-modal .socialfollow a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

#header-social-modal .socialfollow a:hover,
#header-share-modal .socialfollow a:hover {
  background: #fff;
}

#header-social-modal .socialfollow a i,
#header-share-modal .socialfollow a i {
  color: #fff;
}

#header-social-modal .socialfollow a:hover i,
#header-share-modal .socialfollow a:hover i {
  color: #437df9;
}

.header-social-simple-wrap a,
.header-share-simple-wrap a {
  display: inline-block;
  padding: 8px;
}

@media only screen and (min-width: 481px) and (max-width: 860px) {
  .main-slide-toggle .col-md-6 {
    padding: 0;
  }
  #header-social-modal h3,
  #header-share-modal h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .main-slide-toggle {
    height: 140px;
  }
  .main-slide-toggle .col-md-6 {
    width: 100%;
  }
  #header-social-modal h3,
  #header-share-modal h3 {
    font-size: 26px;
    line-height: 70px;
  }
  #header-social-modal .col-md-6,
  #header-share-modal .col-md-6 {
    height: 70px;
  }
  #header-social-modal .socialfollow,
  #header-share-modal .socialfollow {
    top: 5px;
    transform: inherit;
    right: inherit;
  }
}

@media only screen and (max-width: 320px) {
  #header-social-modal .socialfollow a,
  #header-share-modal .socialfollow a {
    width: 30px;
    height: 30px;
    padding: 3px;
  }
  #header-social-modal .socialfollow a i,
  #header-share-modal .socialfollow a i {
    font-size: 14px;
  }
}

.lahb-element .header-social-full-wrap {
  display: none;
}

.la-social-popup #lightcase-case {
  background-color: #11ccd3;
}

.la-social-popup #lightcase-case .lightcase-inlineWrap {
  padding: 0 !important;
}

.header-social-dropdown-wrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100px;
  background: #fff;
}

#header-social-modal .header-social-content,
.header-social-content > .col-md-6,
#header-social-modal {
  height: 100%;
}

.js-cart_aside_trigger {
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
}

.woo-no-product-in-cart {
  padding: 10px;
  text-align: center;
}

.lahb-header-woo-cart-toggle {
  position: relative;
}

.lahb-bp-notification {
  position: relative;
}

.lahb-header-woo-cart-toggle .la-cart-modal-icon .la-cart-count {
  position: absolute;
  top: -1em;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  color: #fff;
  text-align: center;
  right: -.8em;
  border-radius: 10px;
  background-color: #CF987E;
}

.lahb-cart .cart-i_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.lahb-cart .la-cart-total-price {
  display: inline-block;
  vertical-align: middle;
}

#lastudio-header-builder .menu-item > span.narrow {
  display: none;
}

.lahb-language .nice-select {
  margin: 0;
}

.lahb-language .header-language-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.lahb-language .header-language-list ul {
  margin: 0;
}

.wpml-ls-legacy-dropdown-click a {
  display: initial;
  padding: 0;
}

.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  background-color: transparent !important;
  border-color: transparent;
  width: auto;
}

.wpml-ls-statics-shortcode_actions a {
  background-color: transparent;
  border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  font-family: 'themify';
  content: "\e64b";
  border: none;
  top: calc(50% - .370em);
  font-size: 12px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
  padding: 2px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  padding: 10px;
  text-align: center;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:before, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -4px;
  content: '';
  right: 9px;
  margin-left: -9px;
  position: absolute;
  z-index: 999;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu:before {
  border-left: 6px solid rgba(101, 101, 101, 0);
  border-right: 6px solid rgba(93, 93, 93, 0);
  border-bottom: 6px solid;
  border-bottom-color: #ccc;
  top: -6px;
  margin-left: -9px;
  z-index: 99;
}

.la-polylang-switcher-inline li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.la-polylang-switcher-inline li a {
  color: #222;
}

.la-polylang-switcher-dropdown select {
  width: auto;
  margin: 0;
}

#lastudio-header-builder .socialfollow a {
  margin-right: 0;
}

.lahb-icon-menu-wrap {
  position: relative;
}

.lahb-icon-menu-content {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
  min-width: 100%;
}

.lahb-icon-menu-wrap .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lahb-icon-menu-content a {
  display: block;
}

.lahb-icon-menu-wrap .menu li {
  display: block;
  margin: 0;
}

.lahb-icon-menu-wrap .menu li li > a {
  color: #666;
  display: block;
}

.lahb-icon-menu-wrap .menu li li > a i {
  margin-right: 10px;
}

.lahb-icon-menu-wrap .menu li li > a span.menu-item-badge-border {
  width: 0;
  height: 0;
  border-top: 4px solid transparent !important;
  border-right: 5px solid;
  border-bottom: 4px solid transparent;
  margin: 0;
  top: 50%;
  left: -5px;
  transform: translateY(-4px);
  position: absolute;
}

.lahb-icon-menu-wrap .menu li li > a a span.menu-item-badge {
  position: relative;
  top: -2px;
}

.lahb-profile-image-wrap {
  float: left;
  margin-right: 20px;
}

.lahb-profile-content {
  float: left;
}

.lahb-profile-socials-wrap {
  margin-top: 5px;
}

.lahb-profile-name {
  padding-top: 28px;
  display: block;
  color: #2f2f2f;
  font-size: 21px;
}

.lahb-profile-socials-divider:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e4e4e4;
  margin: 4px 0;
}

.lahb-profile-socials-divider:after {
  content: '';
  display: inline-block;
  background: #ff6b43;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 2px 8px 2px 4px;
}

.lahb-profile-socials-dropdown-arrow i {
  font-size: 10px;
}

.lahb-profile-socials-text {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: all 0.2s ease;
}

.lahb-profile-socials-text:hover, .lahb-profile-socials-text:hover i {
  cursor: pointer;
  color: #ff6b43;
}

.lahb-profile-socials-text i {
  font-size: 10px;
}

.lahb-profile-socials-icons {
  display: block;
  border: 1px solid #e4e4e4;
  padding: 15px 17px;
  position: absolute;
  min-width: 125px;
  top: 28px;
  z-index: 9999999999;
}

.lahb-profile-socials-icons.profile-socials-show {
  opacity: 1;
  visibility: visible;
}

.lahb-profile-socials-icons.profile-socials-hide {
  opacity: 0;
  visibility: hidden;
}

.lahb-profile-socials-icons a {
  color: #444;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.lahb-profile-socials-icons a:hover {
  color: #ff6b43;
}

.lahb-spinner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 999;
}

body > .lahb-spinner-wrap {
  z-index: 99999999;
  opacity: 1;
}

.lahb-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 200px auto 0;
}

#lastudio-header-builder .lahb-spinner {
  margin-top: 24px;
}

.lahb-spinner .double-bounce1,
.lahb-spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #008aff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.lahb-spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

#wpcontent.mtrl_nopagetitle {
  padding-top: 9px;
}

#wpcontent.mtrl_nopagetitle {
  padding-top: 9px;
}

.lahb-frontend-builder-wrap .menu li {
  max-width: inherit;
}

.lahb-login .icon-right i,
.lahb-login .icon-right .la-header-avatar {
  float: right;
  display: inline-block;
}

#lahb-vertical-cf-scroll {
  display: none !important;
}

.mm-popup-wide > .sub-menu > .mm-mega-li {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mm-popup-wide > .sub-menu .mm-mega-ul {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-popup-wide > .sub-menu .mm-mega-ul > li > ul {
  display: block !important;
  box-shadow: none !important;
}

.enable-header-sticky #lastudio-header-builder .lahbhinner {
  width: 100%;
}

.enable-header-sticky:not(.header-sticky-type-auto) .is-sticky .lahbhinner {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.body-loaded .is-sticky .lahbhinner {
  position: fixed;
  top: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  will-change: transform, background;
}

.body-loaded .is-sticky .lahbhinner.sticky--pinned {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}

.body-loaded .is-sticky .lahbhinner.sticky--unpinned {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  visibility: hidden;
  transition: transform 0.5s, background .25s, visibility 0.25s, opacity 0.25s;
}

.lahb-wrap-sticky-height {
  display: none;
  height: var(--header-height, 120px);
}

.body-loaded .lahbhouter {
  position: relative;
}

.body-loaded .lahbhouter .lahbhinner {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.body-loaded.ltr .lahbhouter .lahbhinner {
  left: 0;
}

.body-loaded.rtl .lahbhouter .lahbhinner {
  right: 0;
}

.body-loaded .is-sticky .lahbhouter .lahbhinner {
  position: fixed;
}

.body-loaded .lahb-wrap-sticky-height {
  display: block;
}

.header-search-full-wrap {
  display: none;
}

.lahb-element .modal-contact {
  display: none;
}

.lahb-content-wrap:not(.lahb-area__auto) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lahb-content-wrap:not(.lahb-area__auto) .lahb-col:empty {
  display: -webkit-flex;
  display: flex;
}

.lahb-area__4-4-4 .lahb-col {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.lahb-area__3-6-3 .lahb-col__right,
.lahb-area__3-6-3 .lahb-col__left {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.lahb-area__3-6-3 .lahb-col__center {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lahb-area__2-8-2 .lahb-col__right,
.lahb-area__2-8-2 .lahb-col__left {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.lahb-area__2-8-2 .lahb-col__center {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.lahb-area__5-2-5 .lahb-col__right,
.lahb-area__5-2-5 .lahb-col__left {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.lahb-area__5-2-5 .lahb-col__center {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.lahb-area__1-10-1 .lahb-col__right,
.lahb-area__1-10-1 .lahb-col__left {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.lahb-area__1-10-1 .lahb-col__center {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.lahb-area__2-6-2 .lahb-col__right,
.lahb-area__2-6-2 .lahb-col__left {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.lahb-area__2-6-2 .lahb-col__center {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.lahb-area__25-5-25 .lahb-col__right,
.lahb-area__25-5-25 .lahb-col__left {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.lahb-area__25-5-25 .lahb-col__center {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lahb-area__3-4-3 .lahb-col__right,
.lahb-area__3-4-3 .lahb-col__left {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.lahb-area__3-4-3 .lahb-col__center {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.lahb-area__35-3-35 .lahb-col__right,
.lahb-area__35-3-35 .lahb-col__left {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.lahb-area__35-3-35 .lahb-col__center {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.lahb-area__4-2-4 .lahb-col__right,
.lahb-area__4-2-4 .lahb-col__left {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.lahb-area__4-2-4 .lahb-col__center {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.lahb-area__45-1-45 .lahb-col__right,
.lahb-area__45-1-45 .lahb-col__left {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.lahb-area__45-1-45 .lahb-col__center {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.lahb-area__1-8-1 .lahb-col__right,
.lahb-area__1-8-1 .lahb-col__left {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.lahb-area__1-8-1 .lahb-col__center {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.header-type-vertical .lahb-desktop-view .container {
  max-width: 100%;
}

.header-type-vertical .lahb-spinner-wrap {
  position: fixed;
}

.lahb-element .modal-login {
  display: none;
}

/* Modal Login */
.lahb-modal-login #user-login {
  padding: 22px 15px 15px;
}

.lahb-modal-login #user-login .login-links {
  list-style: none;
  margin: 10px 0;
}

.lahb-modal-login #user-login .login-links li {
  display: inline;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400;
}

.lahb-modal-login #user-login .login-links li:last-child:after {
  display: none;
}

.lahb-modal-login #user-login .login-links li a:hover {
  text-decoration: underline;
}

.lahb-modal-login #user-logged {
  text-align: center;
}

.lahb-modal-login #user-logged .author-avatar {
  display: block;
}

.lahb-modal-login #user-logged .author-avatar img {
  border-radius: 50%;
  border: 3px solid #CF987E;
}

.lahb-modal-login #user-logged .user-welcome {
  font-size: 22px;
  font-weight: 300;
  padding: 10px;
  margin: 20px 0;
  color: #444;
}

.lahb-modal-login #user-logged .user-welcome strong {
  font-weight: 600;
}

.lahb-modal-login #user-logged .logged-links {
  list-style: none;
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin: 0 auto;
  display: table;
  width: 100%;
}

.lahb-modal-login #user-logged .logged-links li {
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
}

.lahb-modal-login #user-logged .logged-links a:hover {
  text-decoration: underline;
}

.lahb-wrap .la-social-login {
  padding: 39px 43px 0;
}

.lahb-wrap .la-social-login .the_champ_login_ul li i {
  width: 56px;
  height: 56px;
}

.lahb-wrap .la-social-login .the_champ_login_ul li i .theChampLoginSvg {
  width: 33px;
  height: 38px;
}

.lahb-wrap .la-social-login .la-or-divider span {
  background: #f6f6f6;
}

.lahb-modal-login p.login-remember.form-row {
  margin-bottom: 0;
}

.lahb-modal-login.la-element-dropdown #user-logged .user-welcome {
  font-size: 18px;
  color: #8A8A8A;
  padding: 0;
  margin: 20px 0 10px;
}

.lahb-modal-login.la-element-dropdown #user-logged .logged-links {
  background: transparent;
  display: block;
}

.lahb-modal-login.la-element-dropdown #user-logged .logged-links li {
  display: block;
}

.la-element-dropdown.lahb-modal-login #user-login {
  padding: 0;
}

@media (max-width: 800px) {
  .lahb-modal-login #user-logged .logged-links li,
  .lahb-modal-login #user-logged .logged-links {
    display: block;
  }
}

.mm-menu-block .lastudio-banner__link {
  position: absolute;
}

.lahb-hamburger-bottom p {
  margin-bottom: 10px;
}

.lahb-hamburger-bottom .hamburger-social-icons {
  margin: 15px 0;
}

.lahb-hamburger-bottom .sidebar__banner {
  margin-bottom: 20px;
}

.search-button .dlicon,
.search-button i[class*="lastudioicon-"],
.lahb-text-wrap i[class*="lastudioicon-"] {
  vertical-align: middle;
}

.lahb-wrap .lahb-vertical .lahb-col.lahb-col__left {
  flex-grow: 0;
}

/**
 * Vertical Menu
 */
.fa-mobile-phone:before,
.fa-mobile:before {
  font-size: 1.3em;
  vertical-align: middle;
}

.vertital-menu_nav-hastoggle.open .lahb-vertital-menu_button button i {
  font-family: 'FontAwesome';
}

.vertital-menu_nav-hastoggle.open .lahb-vertital-menu_button button i:before {
  content: "\f0c9";
}

.lahb-vertital-menu_button button {
  background: none;
  border: none;
  height: 100%;
}

.lahb-vertital-menu_button button i {
  margin-right: 15px;
  vertical-align: middle;
}

.lahb-vertital-menu_nav {
  position: relative;
}

.lahb-vertital-menu_nav .mm-icon {
  width: 1.9em;
  text-align: center;
  padding-right: .5em;
}

.lahb-vertital-menu_nav li.mm-lv-0 {
  width: 100%;
}

.lahb-vertital-menu_nav.vertital-menu_nav-hastoggle > .menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  min-height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 19.8px 0.2px rgba(12, 31, 46, 0.15);
  transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}

.lahb-vertital-menu_nav.vertital-menu_nav-hastoggle.open > .menu {
  opacity: 1;
  visibility: inherit;
  margin-top: 0;
}

.lahb-vertital-menu_nav .menu > li.menu-item > a {
  padding: 12px 15px;
}

.lahb-vertital-menu_nav .menu > li.menu-item > ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 -30px;
}

.header-type-vertical .lahb-vertital-menu_nav .menu > li.menu-item > ul {
  top: -30px;
}

.lahb-vertital-menu_nav .menu > li.menu-item:hover > ul {
  margin: 0;
}

.lahb-vertital-menu_nav.has-parent-arrow > .menu > li.mega > a:before,
.lahb-vertital-menu_nav.has-parent-arrow > .menu > li.menu-item-has-children > a:before {
  right: 10px;
  font-size: 8px;
}

/**
 * Vertical Header
 */
.lahb-desktop-view.lahb-varea .header_vertical_inline .lahb-content-wrap .lahb-col__left {
  -ms-flex: 0;
  flex: 0;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lahb-desktop-view.lahb-varea .header_vertical_inline .lahb-content-wrap .lahb-col__left>.lahb-logo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.lahb-desktop-view.lahb-varea .header_vertical_inline .lahb-content-wrap .lahb-col__center {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.header-type-vertical .lahbhinner .lahb-desktop-view .lahb-area:not(.lahb-topbar-area) {
  display: none;
}
.admin-bar .lahb-varea .lahb-vertical {
  top: 32px;
}
@media (min-width: 1200px) {
  .header-type-vertical .site-inner {
    position: relative;
  }
  .header-type-vertical--toggle .lahb-vertical {
    width: 300px;
    transition: all 520ms ease;
    padding: 40px;
    max-width: none;
  }
  .header-type-vertical--toggle.ltr .lahb-vertical {
    margin-left: -300px;
  }
  .header-type-vertical--toggle.ltr.open-lahb-vertical .lahb-vertical {
    margin-left: var(--vertical-header-width2);
  }
  .header-type-vertical--toggle.rtl .lahb-vertical {
    margin-right: -300px;
  }
  .header-type-vertical--toggle.rtl.open-lahb-vertical .lahb-vertical {
    margin-right: var(--vertical-header-width2);
  }
  .header-type-vertical.ltr #page.site {
    padding-left: var(--vertical-header-width2);
  }
  .header-type-vertical.rtl #page.site {
    padding-right: var(--vertical-header-width2);
  }
  .header-type-vertical #lastudio-header-builder.is-sticky .lahbhinner {
    width: calc( 100% - var(--vertical-header-width2) );
  }
  .header-type-vertical.ltr #lastudio-header-builder.is-sticky .lahbhinner{
    left: var(--vertical-header-width2);
  }
  .header-type-vertical.rtl #lastudio-header-builder.is-sticky .lahbhinner{
    right: var(--vertical-header-width2);
  }
}
@media (min-width: 1500px) {
  .header-type-vertical--toggle.ltr.open-lahb-vertical .lahb-vertical {
    margin-left: var(--vertical-header-width);
  }
  .header-type-vertical--toggle.rtl.open-lahb-vertical .lahb-vertical {
    margin-right: var(--vertical-header-width);
  }
  .header-type-vertical.ltr #page.site {
    padding-left: var(--vertical-header-width);
  }
  .header-type-vertical.rtl #page.site {
    padding-right: var(--vertical-header-width);
  }
  .header-type-vertical #lastudio-header-builder.is-sticky .lahbhinner {
    width: calc( 100% - var(--vertical-header-width) );
  }
  .header-type-vertical.ltr #lastudio-header-builder.is-sticky .lahbhinner{
    left: var(--vertical-header-width);
  }
  .header-type-vertical.rtl #lastudio-header-builder.is-sticky .lahbhinner{
    right: var(--vertical-header-width);
  }
}

#lastudio-header-builder .lahb-vertical .lahb-col.colmaxheight {
  max-height: 70%;
  overflow: auto;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.ltr #lastudio-header-builder .lahb-vertical .lahb-col.colmaxheight{
  margin-right: -30px;
  padding-right: 30px;
}
.rtl #lastudio-header-builder .lahb-vertical .lahb-col.colmaxheight{
  margin-left: -30px;
  padding-left: 30px;
}

.open-lahb-vertical .la-overlay-global {
  opacity: 0.5;
  visibility: inherit;
}


.la-overlay-global {
  position: fixed;
  background: #232324;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 250ms ease-out;
}

.header-type-vertical--toggle .la-overlay-global {
  z-index: 2;
}

@media (max-width: 400px) {
  .lahb-search form .postform {
    display: none;
  }
}

.lahb-mobiles-view .lahb-vertital-menu_nav {
  position: static;
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu li {
  position: relative;
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu li span.narrow {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu li span.narrow i {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu li span.narrow i:before {
  content: "\f067";
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu li.open > .narrow i:before {
  content: "\f068";
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu li.mm-lv-0 > ul {
  display: none;
}

.lahb-mobiles-view .lahb-vertital-menu_nav .menu ul.sub-menu {
  position: static;
  opacity: 1;
  visibility: inherit;
  margin: 0;
  box-shadow: none;
  width: 100%;
  transition: none;
  display: block;
  padding: 0 0 0 20px;
}

.lahb-mobiles-view .lahb-vertital-menu_button button i {
  float: right;
  margin: 6px 0 0 10px;
  font-size: 14px;
}

.lahb-mobiles-view .lahb-vertital-menu_button button i:before {
  content: "\ea10";
}

.lahb-element.most-searched-box {
  position: absolute;
  bottom: 0;
}

.lahb-element.most-searched-box span {
  font-size: 1em;
  line-height: 1;
}

.lahb-element.most-searched-box .most-searched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a6a6a6;
  line-height: 1;
}

.lahb-element.most-searched-box .most-searched p {
  margin: 0 10px 0 0;
  color: #8A8A8A;
}

.lahb-element.most-searched-box .most-searched a {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}

.lahb-element.most-searched-box .most-searched a:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.area-has-most-searched .lahb-col__center {
  position: relative;
}

.la-icon-menu-icon i,
.la-icon-menu-icon .m-text {
  display: inline-block;
  vertical-align: middle;
}

.lahb-text.icon-right a {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: center;
  -webkit-align-items: center;
}

.lastudioicon-up-arrow,
.lastudioicon-down-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lastudioicon-down-arrow:before {
  content: "\f107";
}

.lastudioicon-up-arrow:before {
  content: "\f106";
}

.lahb-varea .lahb-vertical {
  box-shadow: 0 0 20px 0 rgba(41,44,58,.06);
  position: fixed;
  top: 0;
  width: var(--vertical-header-width2);
  bottom: 0;
  height: auto;
  padding: 40px;
}
@media(min-width: 1500px){
  .lahb-varea .lahb-vertical {
    width: var(--vertical-header-width);
  }
}
.ltr .lahb-varea .lahb-vertical{
  left: 0;
}
.rtl .lahb-varea .lahb-vertical{
  right: 0;
}
.header-type-vertical--toggle .lahb-vertical{
  width: 300px;
}

.lahb-tablets-view .lahb-responsive-menu-icon-wrap.keep-menu-on-tablet {
  display: none
}

.lahb-tablets-view .lahb-nav-wrap.keep-menu-on-tablet {
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 1199px){
  .lahb-nav-wrap:not(.hide-menu-on-mobile) {
    display: none;
  }
}

.lahb-responsive-menu-wrap .menu a span.menu-item-badge {
  left: auto;
  bottom: 70%;
}
.header-search-simple-wrap .product_item .product_item--title {
  font-size: 14px;
}

.header-search-simple-wrap.la-ajax-searchform {
  position: relative;
  width: 100%
}

.header-search-simple-wrap.la-ajax-searchform .search-results {
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 99
}

.header-search-simple-wrap.la-ajax-searchform .search-results .loading {
  display: none
}

.header-search-simple-wrap.la-ajax-searchform .search-results .loading .la-loader {
  display: block;
  margin: 0 auto
}

.header-search-simple-wrap.la-ajax-searchform .search-results .loading .la-loader [class^="bounce"] {
  width: 10px;
  height: 10px
}

.header-search-simple-wrap.la-ajax-searchform.searching .results-container {
  display: none!important
}

.header-search-simple-wrap .results-container {
  background: #fff;
  color: #1d1d1d;
  max-height: 70vh;
  overflow: auto;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.09);
  border: 1px solid rgba(0,0,0,0.1);
  min-width: 300px;
  padding: 10px 0;
  display: none;
  border-top-width: 0
}

.header-search-simple-wrap .results-container .not-found {
  font-size: .875em
}

.header-search-simple-wrap .results-container ul.products {
  margin: 0
}

.header-search-simple-wrap .results-container ul.products li.product_item {
  width: 100%;
  padding: 7px 15px;
  font-size: 14px
}

.header-search-simple-wrap .results-container ul.products li.product_item .product_item--thumbnail {
  width: 80px;
  float: left
}

.header-search-simple-wrap .results-container ul.products li.product_item .product_item--action {
  display: none
}

.header-search-simple-wrap .results-container ul.products li.product_item .product_item--info {
  float: left;
  width: calc(100% - 80px);
  padding: 0 0 0 15px
}
.rtl .header-search-simple-wrap .results-container ul.products li.product_item .product_item--thumbnail {
  float: right;
}
.rtl .header-search-simple-wrap .results-container ul.products li.product_item .product_item--info {
  padding: 0 15px 0 0;
}

.header-search-simple-wrap .results-container .product_item .item--excerpt {
  display: none
}

.header-search-simple-wrap .results-container ul.products li.product_item:hover {
  background-color: rgba(0,0,0,0.05)
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item {
  width: 100%;
  border-bottom: 1px solid rgba(190,190,190,0.24);
  padding: 10px 20px
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item .post-meta {
  display: none
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item .entry-title {
  font-size: 1em;
  margin: 0 0 5px
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item .entry-excerpt {
  font-size: .875em;
  max-height: 3.5em;
  overflow: hidden
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item .lastudio-more {
  background: none;
  color: inherit;
  font-size: .875em;
  text-decoration: underline;
  border: none
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item .lastudio-more:hover {
  text-decoration: none
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item .post-thumbnail {
  display: none
}

.header-search-simple-wrap .results-container.la-post-grid .blog__item:hover {
  background-color: rgba(190,190,190,0.24)
}

.header-search-simple-wrap .results-container .animated {
  -webkit-animation-duration: 0;
  animation-duration: 0;
  animation-delay: 0!important
}

.la-ajax-searchform .results-container .la-swatch-control {
  display: none
}