@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }

/* ===== Start Customizer Color ===== */
/* ===== End Customizer Color ===== */
.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp; }

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown; }

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft; }

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight; }

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp; }

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip; }

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix; }

@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate {
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite; }

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

.opal-am-popup {
  -webkit-animation: opalPopup;
          animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup; }

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

.elementor-brand-item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  overflow: hidden; }
  .elementor-brand-item:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute; }
    @media (max-width: 1023px) {
      .elementor-brand-item:before {
        content: none !important; } }
  .elementor-brand-item:last-child:before {
    content: none !important; }
  .elementor-brand-item .elementor-brand-image {
    display: block;
    width: 100%;
    font-size: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .elementor-brand-item .elementor-brand-image img {
      margin: 0 auto; }
    .elementor-brand-item .elementor-brand-image i {
      font-size: 50px;
      display: inline-block;
      position: relative;
      width: 1em;
      height: 1em; }
      .elementor-brand-item .elementor-brand-image i:before {
        position: absolute;
        line-height: 1;
        left: 0;
        top: 0; }
    .elementor-brand-item .elementor-brand-image svg path {
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }

.elementor-brand-wrapper .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.elementor-brand-wrapper a {
  display: block; }

.elementor-brand-wrapper img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.elementor-brand-wrapper .column-item {
  margin-bottom: 30px; }

.elementor-brand-wrapper .slick-slide {
  position: relative; }
  .elementor-brand-wrapper .slick-slide:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute; }
    @media (max-width: 1023px) {
      .elementor-brand-wrapper .slick-slide:before {
        content: none !important; } }
  .elementor-brand-wrapper .slick-slide:last-child:before {
    content: none !important; }

.elementor-widget-smarthaus-breadcrumb .smarthaus-woocommerce-title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--accent); }

.hidden-smarthaus-title-yes .smarthaus-woocommerce-title {
  display: none; }

.single-product .hidden-smarthaus-title-single-yes .smarthaus-woocommerce-title, .single-post .hidden-smarthaus-title-single-yes .smarthaus-woocommerce-title {
  display: none; }

.wpcf7-form {
  margin-bottom: 0; }
  .wpcf7-form label {
    display: inline-block;
    margin-bottom: 0.625em;
    color: var(--accent); }
  .wpcf7-form .ajax-loader {
    display: none !important; }
  .wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--accent);
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    padding: 0.7em 1.3em;
    margin-bottom: 1.2rem; }
    .wpcf7-form input:not([type="submit"]):focus, .wpcf7-form textarea:focus {
      border-color: var(--primary); }
  .wpcf7-form input[type="submit"] {
    min-width: 190px;
    display: block;
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff; }
    .wpcf7-form input[type="submit"]:hover {
      border-color: var(--primary_hover);
      background-color: var(--primary_hover); }
    @media (max-width: 767px) {
      .wpcf7-form input[type="submit"] {
        margin-left: auto;
        margin-right: auto; } }
  .wpcf7-form .row-email-phone {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .contact-form-align-left .wpcf7-form input, .contact-form-align-left .wpcf7-form textarea {
    text-align: left; }
    .contact-form-align-left .wpcf7-form input[type="submit"], .contact-form-align-left .wpcf7-form textarea[type="submit"] {
      margin-left: 0;
      text-align: center; }
  .contact-form-align-center .wpcf7-form input, .contact-form-align-center .wpcf7-form textarea {
    text-align: center; }
  .contact-form-align-right .wpcf7-form input, .contact-form-align-right .wpcf7-form textarea {
    text-align: right; }
    .contact-form-align-right .wpcf7-form input[type="submit"], .contact-form-align-right .wpcf7-form textarea[type="submit"] {
      margin-right: 0;
      text-align: center; }

.elementor-widget-smarthaus-countdown .elementor-smarthaus-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-right: auto;
  margin-left: auto; }

.elementor-widget-smarthaus-countdown .elementor-countdown-item {
  -webkit-flex-basis: 160px;
          flex-basis: 160px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  padding: 0;
  background-color: #FFFFFF; }

.elementor-widget-smarthaus-countdown .elementor-countdown-label {
  font-size: 12px;
  margin-top: 5px;
  color: var(--text); }

.elementor-widget-smarthaus-countdown .elementor-countdown-digits {
  padding: 13px 10px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 3px;
  background-color: var(--primary); }

.elementor-header-group-wrapper .header-group-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }
  .elementor-header-group-wrapper .header-group-action.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .elementor-header-group-wrapper .header-group-action.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .elementor-header-group-wrapper .header-group-action > div > a {
    margin-right: 18px;
    margin-left: 18px; }
  .elementor-header-group-wrapper .header-group-action > div:first-child > a {
    margin-left: 0 !important; }
  .elementor-header-group-wrapper .header-group-action > div:last-child > a {
    margin-right: 0 !important; }

.divider-header-group-action-yes .elementor-header-group-wrapper .header-group-action .site-header-wishlist {
  border-left: 1px solid;
  border-left-color: var(--border); }
  .divider-header-group-action-yes .elementor-header-group-wrapper .header-group-action .site-header-wishlist > a {
    margin-left: 26px; }

.divider-header-group-action-yes .elementor-header-group-wrapper .header-group-action .site-header-account > a {
  margin-right: 26px; }

.form-style .mc4wp-form {
  margin: 0; }
  .form-style .mc4wp-form .mc4wp-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .form-style .mc4wp-form .mc4wp-form-fields i {
      font-size: 7px;
      line-height: 14px;
      z-index: 99;
      margin-left: 14px; }
    .form-style .mc4wp-form .mc4wp-form-fields i + input[type="email"] {
      padding-left: 3.41575em; }
    .form-style .mc4wp-form .mc4wp-form-fields .form-input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      margin-bottom: 0; }
      .form-style .mc4wp-form .mc4wp-form-fields .form-input input[type="email"] {
        height: 100%;
        width: 100%;
        line-height: 20px;
        border-color: var(--border);
        padding: 1em 1.5em 1em 1.5em;
        color: var(--text);
        font-size: 14px; }
        .form-style .mc4wp-form .mc4wp-form-fields .form-input input[type="email"]:focus {
          border-color: var(--primary); }
    .form-style .mc4wp-form .mc4wp-form-fields .form-button {
      margin-bottom: 0; }
      .form-style .mc4wp-form .mc4wp-form-fields .form-button button[type="submit"] {
        padding: 1em 1.5em 1em 1.5em;
        height: 100%;
        line-height: 0; }
        .form-style .mc4wp-form .mc4wp-form-fields .form-button button[type="submit"] span {
          font-size: 12px;
          color: #ffffff;
          font-weight: bold;
          line-height: 20px; }
    .form-style .mc4wp-form .mc4wp-form-fields ::-webkit-input-placeholder {
      font-size: 14px;
      color: var(--text);
      line-height: 1.4; }
    .form-style .mc4wp-form .mc4wp-form-fields :-ms-input-placeholder {
      font-size: 14px;
      color: var(--text);
      line-height: 1.4; }
    .form-style .mc4wp-form .mc4wp-form-fields ::-ms-input-placeholder {
      font-size: 14px;
      color: var(--text);
      line-height: 1.4; }
    .form-style .mc4wp-form .mc4wp-form-fields ::placeholder {
      font-size: 14px;
      color: var(--text);
      line-height: 1.4; }

@media (min-width: 1024px) {
  .elementor-canvas-menu-wrapper .menu-mobile-nav-button {
    display: inline-block; } }

.smarthaus-nav-menu-layout-2.smarthaus-nav-menu-show-full-menu-yes .elementor-nav-menu-wrapper .primary-navigation ul.menu {
  display: block; }
  .smarthaus-nav-menu-layout-2.smarthaus-nav-menu-show-full-menu-yes .elementor-nav-menu-wrapper .primary-navigation ul.menu > li.menu-item {
    display: block; }
    .smarthaus-nav-menu-layout-2.smarthaus-nav-menu-show-full-menu-yes .elementor-nav-menu-wrapper .primary-navigation ul.menu > li.menu-item > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .smarthaus-nav-menu-layout-2.smarthaus-nav-menu-show-full-menu-yes .elementor-nav-menu-wrapper .primary-navigation ul.menu > li.menu-item > a > span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }

@media (min-width: 768px) {
  .elementor-nav-menu-wrapper .primary-navigation {
    display: block; }
    .elementor-nav-menu-wrapper .primary-navigation ul {
      list-style: none;
      padding-left: 0;
      display: block; }
      .elementor-nav-menu-wrapper .primary-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left; }
        .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul {
          left: 1.6em;
          display: block;
          opacity: 1;
          visibility: visible; }
          .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:hover > ul li.focus > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li:hover > ul, .elementor-nav-menu-wrapper .primary-navigation ul li:focus > ul li.focus > ul {
            left: 100%;
            top: 0;
            display: block;
            opacity: 1;
            visibility: visible; }
        .elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu {
          left: -9999em;
          /* 1 */
          opacity: 0;
          visibility: hidden; }
          .elementor-nav-menu-wrapper .primary-navigation ul li > ul li > ul.sub-menu.sub-menu--is-touch-device {
            display: none;
            left: 0; }
    .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu {
      float: left;
      position: absolute;
      top: 100%;
      z-index: 99999;
      left: 0;
      opacity: 0;
      visibility: hidden; }
      .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu li {
        display: block;
        min-width: 260px; }
    .elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu {
      top: calc(100% + 1px); } }

[class*='post-style-'] .column-item {
  margin-bottom: 30px; }

.elementor-widget-smarthaus-post-grid .post-thumbnail {
  position: relative;
  background-color: #bfbfbf;
  border-radius: 3px; }
  .elementor-widget-smarthaus-post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 3px; }

.elementor-widget-smarthaus-post-grid .categories-link a {
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #FFFFFF;
  background-color: var(--primary); }
  .elementor-widget-smarthaus-post-grid .categories-link a:hover {
    background-color: var(--primary_hover); }

.elementor-widget-smarthaus-post-grid .post-content .entry-meta .posted-on {
  font-size: 11px; }
  .elementor-widget-smarthaus-post-grid .post-content .entry-meta .posted-on a {
    color: var(--lighter); }
  .elementor-widget-smarthaus-post-grid .post-content .entry-meta .posted-on:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    width: 14px;
    height: 2px;
    vertical-align: middle;
    background-color: var(--primary); }

.elementor-widget-smarthaus-post-grid .post-content .entry-meta .post-author {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--lighter); }
  .elementor-widget-smarthaus-post-grid .post-content .entry-meta .post-author span {
    color: var(--lighter); }
    .elementor-widget-smarthaus-post-grid .post-content .entry-meta .post-author span a {
      font-weight: 700;
      color: var(--accent); }
  .elementor-widget-smarthaus-post-grid .post-content .entry-meta .post-author:before {
    content: "/"; }

.elementor-widget-smarthaus-post-grid .post-content .entry-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 5px; }
  .elementor-widget-smarthaus-post-grid .post-content .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.elementor-widget-smarthaus-post-grid .post-style-1 .post-inner .post-thumbnail {
  overflow: hidden;
  background: #000; }

.elementor-widget-smarthaus-post-grid .post-style-1 .post-inner:hover .post-thumbnail img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7; }

.elementor-widget-smarthaus-post-grid .post-style-1 .post-thumbnail {
  margin-bottom: 20px; }
  .elementor-widget-smarthaus-post-grid .post-style-1 .post-thumbnail img + .categories-link {
    position: absolute;
    top: 30px;
    left: 30px; }
  .elementor-widget-smarthaus-post-grid .post-style-1 .post-thumbnail img {
    min-height: 300px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.elementor-widget-smarthaus-post-grid .post-style-2 .post-inner:hover .post-thumbnail img {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.elementor-widget-smarthaus-post-grid .post-style-2 .post-inner:hover .post-thumbnail:before {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.elementor-widget-smarthaus-post-grid .post-style-2 .post-thumbnail {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background-color: var(--primary); }
  .elementor-widget-smarthaus-post-grid .post-style-2 .post-thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, #000000d1 0%, #00000000 100%);
    background-image: linear-gradient(0deg, #000000d1 0%, #00000000 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .elementor-widget-smarthaus-post-grid .post-style-2 .post-thumbnail img {
    min-height: 470px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.elementor-widget-smarthaus-post-grid .post-style-2 .categories-link {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9; }

.elementor-widget-smarthaus-post-grid .post-style-2 .post-content {
  position: absolute;
  bottom: 40px;
  padding: 0 30px;
  z-index: 9; }
  .elementor-widget-smarthaus-post-grid .post-style-2 .post-content .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FFFFFF; }
    .elementor-widget-smarthaus-post-grid .post-style-2 .post-content .entry-title a:hover {
      color: var(--primary); }
  .elementor-widget-smarthaus-post-grid .post-style-2 .post-content .entry-meta .posted-on a {
    color: #FFFFFF; }
  .elementor-widget-smarthaus-post-grid .post-style-2 .post-content .entry-meta .post-author {
    color: #FFFFFF; }
    .elementor-widget-smarthaus-post-grid .post-style-2 .post-content .entry-meta .post-author span {
      color: #FFFFFF; }
      .elementor-widget-smarthaus-post-grid .post-style-2 .post-content .entry-meta .post-author span a {
        color: #FFFFFF; }

@media (min-width: 1024px) {
  .smarthaus-grid-post-style-2-yes .post-style-2 .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .smarthaus-grid-post-style-2-yes .post-style-2 .column-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .smarthaus-grid-post-style-2-yes .post-style-2 .column-item:first-child {
      grid-column-end: 2 span;
      grid-row-end: 1 span; }
      .smarthaus-grid-post-style-2-yes .post-style-2 .column-item:first-child .entry-title {
        font-size: 24px; }
      .smarthaus-grid-post-style-2-yes .post-style-2 .column-item:first-child .post-content {
        max-width: 450px; }
  .smarthaus-grid-post-style-2-yes .post-style-2 .smarthaus-carousel.slick-initialized {
    display: block; } }

.elementor-widget-smarthaus-product-categories .layout-1 .product-cat {
  text-align: center; }

.elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single {
  text-align: center; }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single .link_category_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    border-radius: 3px;
    overflow: hidden; }
    .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single .link_category_product img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin-left: auto;
      margin-right: auto;
      border-radius: 3px;
      z-index: -1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single .product-cart-caption {
    display: inline-block;
    margin-top: -50%;
    padding: 30px 45px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff; }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single .cart-title a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--secondary); }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single .cart-title .cart-total {
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--lighter); }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single:hover .product-cart-caption {
    background-color: var(--primary); }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single:hover .cart-title a {
    color: #FFFFFF; }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single:hover .cart-title .cart-total {
    color: #FFFFFF; }
  .elementor-widget-smarthaus-product-categories .layout-1 .product-cart-single:hover .link_category_product img {
    -webkit-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg); }

.elementor-widget-smarthaus-product-categories .layout-2 .product-cart-single {
  text-align: center; }
  .elementor-widget-smarthaus-product-categories .layout-2 .product-cart-single .link_category_product {
    display: inline-block; }
    .elementor-widget-smarthaus-product-categories .layout-2 .product-cart-single .link_category_product i {
      font-size: 46px;
      line-height: 1;
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: var(--secondary); }
    .elementor-widget-smarthaus-product-categories .layout-2 .product-cart-single .link_category_product .cart-title {
      font-size: 14px;
      font-weight: 600;
      color: var(--accent); }
    .elementor-widget-smarthaus-product-categories .layout-2 .product-cart-single .link_category_product:hover .cart-title {
      color: var(--primary); }
    .elementor-widget-smarthaus-product-categories .layout-2 .product-cart-single .link_category_product:hover i {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

.elementor-widget-smarthaus-products-tabs.elementor-tabs-h-align-left .elementor-tab-title:first-child {
  margin-left: 0 !important; }

.elementor-widget-smarthaus-products-tabs.elementor-tabs-h-align-right .elementor-tab-title:last-child {
  margin-right: 0 !important; }

.elementor-widget-smarthaus-products-tabs .elementor-tabs-wrapper {
  text-align: center;
  display: block; }

.elementor-widget-smarthaus-products-tabs .elementor-tab-title {
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: -4px;
  border: 0;
  border-color: transparent;
  outline: 0;
  color: var(--accent);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .elementor-widget-smarthaus-products-tabs .elementor-tab-title:hover, .elementor-widget-smarthaus-products-tabs .elementor-tab-title.elementor-active {
    border-color: var(--primary); }
  .elementor-widget-smarthaus-products-tabs .elementor-tab-title:last-child:before {
    display: none; }
  .elementor-widget-smarthaus-products-tabs .elementor-tab-title:before {
    position: absolute;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: var(--accent);
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
    @media (max-width: 767px) {
      .elementor-widget-smarthaus-products-tabs .elementor-tab-title:before {
        display: none; } }
  .elementor-widget-smarthaus-products-tabs .elementor-tab-title:hover, .elementor-widget-smarthaus-products-tabs .elementor-tab-title.elementor-active {
    color: var(--primary); }

.elementor-widget-smarthaus-products-tabs .elementor-tab-content {
  border: 0;
  padding: 0; }

.elementor-widget-smarthaus-products-tabs .elementor-tabs-content-wrapper {
  border: none; }

.elementor-widget-smarthaus-products-tabs ul.products {
  margin: 0; }

.woocommerce-carousel {
  position: relative; }
  .woocommerce-carousel ul.products {
    display: none;
    position: static !important; }
    .woocommerce-product-list.products-list-5 .woocommerce-carousel ul.products {
      border: none;
      position: relative; }
      .woocommerce-product-list.products-list-5 .woocommerce-carousel ul.products:before, .woocommerce-product-list.products-list-5 .woocommerce-carousel ul.products:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 20px;
        background-color: #FFFFFF;
        left: 0;
        bottom: 0; }
      .woocommerce-product-list.products-list-5 .woocommerce-carousel ul.products:after {
        left: unset;
        right: 0;
        bottom: 0; }
      .woocommerce-product-list.products-list-5 .woocommerce-carousel ul.products .product-list-inner {
        margin-bottom: 20px;
        height: unset; }
    .woocommerce-carousel ul.products.slick-initialized {
      display: block; }
    .woocommerce-carousel ul.products .slick-list {
      padding: 1px;
      padding-right: 2px; }
    .woocommerce-carousel ul.products li.product {
      margin: 0 !important; }
  .woocommerce-carousel .slick-slide > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%; }

.woocommerce-product-list.columns-mobile-1 ul.products li.product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.woocommerce-product-list.columns-mobile-2 ul.products li.product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.woocommerce-product-list.columns-mobile-3 ul.products li.product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.woocommerce-product-list.columns-mobile-4 ul.products li.product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.woocommerce-product-list.columns-mobile-5 ul.products li.product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.woocommerce-product-list.columns-mobile-6 ul.products li.product-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

@media (min-width: 768px) {
  .woocommerce-product-list.columns-tablet-1 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .woocommerce-product-list.columns-tablet-2 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .woocommerce-product-list.columns-tablet-3 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .woocommerce-product-list.columns-tablet-4 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .woocommerce-product-list.columns-tablet-5 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .woocommerce-product-list.columns-tablet-6 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

@media (min-width: 1024px) {
  .woocommerce-product-list.columns-1 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .woocommerce-product-list.columns-2 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .woocommerce-product-list.columns-3 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .woocommerce-product-list.columns-4 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .woocommerce-product-list.columns-5 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .woocommerce-product-list.columns-6 ul.products li.product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }

.woocommerce-product-list .woocommerce-carousel ul.products {
  display: none; }
  .woocommerce-product-list .woocommerce-carousel ul.products.slick-initialized {
    display: block; }

.woocommerce-product-list ul.products {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  [class*="columns-"] .woocommerce-product-list ul.products {
    margin-left: -15px;
    margin-right: -15px; }
  .woocommerce-product-list ul.products .product-list-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    padding: 10px 0;
    background-color: #fff; }
    .woocommerce-product-list ul.products .product-list-inner img {
      max-width: 110px;
      width: 100%;
      z-index: 2; }
    .woocommerce-product-list ul.products .product-list-inner > a {
      display: block;
      position: relative;
      z-index: 3; }
  .woocommerce-product-list ul.products .product-content {
    margin-left: 15px;
    padding: 10px 10px 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .woocommerce-product-list ul.products .posted-in {
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .woocommerce-product-list ul.products .posted-in a {
      color: var(--lighter); }
      .woocommerce-product-list ul.products .posted-in a:hover {
        color: var(--primary); }
  .woocommerce-product-list ul.products .product-title {
    display: block;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .woocommerce-product-list ul.products .product-title span {
      color: var(--secondary); }
  .woocommerce-product-list ul.products .wc-forward, .woocommerce-product-list ul.products .added_to_cart {
    display: none; }
  .woocommerce-product-list ul.products .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--accent); }
    .woocommerce-product-list ul.products .price del {
      font-size: 14px;
      color: var(--lighter);
      font-weight: 400; }
    .woocommerce-product-list ul.products .price ins {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
              order: -1;
      background-color: transparent;
      color: #da5454;
      font-weight: 400; }
  .woocommerce-product-list ul.products a[class*="product_type_"] {
    text-align: center;
    padding: 10px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background-color: var(--secondary); }
    .woocommerce-product-list ul.products a[class*="product_type_"]:hover {
      background-color: var(--primary); }
  .woocommerce-product-list ul.products .short-description {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .woocommerce-product-list ul.products .star-rating {
    margin-bottom: 8px; }
  .woocommerce-product-list ul.products .slick-slide {
    height: auto !important; }

.woocommerce-product-list.products-list-1 ul.products .product-item {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-product-list.products-list-2 ul.products li.product-item {
  margin-bottom: -1px; }

.woocommerce-product-list.products-list-2 ul.products .product-list-inner {
  padding: 0;
  margin-left: -1px;
  border: 1px solid;
  border-color: var(--border); }
  .woocommerce-product-list.products-list-2 ul.products .product-list-inner img {
    max-width: 200px; }
    @media (max-width: 1023px) {
      .woocommerce-product-list.products-list-2 ul.products .product-list-inner img {
        max-width: 150px; } }
  .woocommerce-product-list.products-list-2 ul.products .product-list-inner .product-content .posted-in {
    margin-bottom: 5px; }
  .woocommerce-product-list.products-list-2 ul.products .product-list-inner .product-content .product-title {
    margin-bottom: 15px; }

.woocommerce-product-list.products-list-3 ul.products li.product-item {
  margin-bottom: -1px; }

.woocommerce-product-list.products-list-3 ul.products .product-list-inner {
  padding: 30px;
  margin-left: -1px;
  border: 1px solid;
  border-color: var(--border); }
  .woocommerce-product-list.products-list-3 ul.products .product-list-inner img {
    max-width: 350px; }
    @media (max-width: 1023px) {
      .woocommerce-product-list.products-list-3 ul.products .product-list-inner img {
        max-width: 250px; } }
    @media (max-width: 767px) {
      .woocommerce-product-list.products-list-3 ul.products .product-list-inner img {
        max-width: 150px; } }
  @media (max-width: 767px) {
    .woocommerce-product-list.products-list-3 ul.products .product-list-inner {
      padding: 15px; } }

.woocommerce-product-list.products-list-3 ul.products .product-content {
  padding: 10px 0; }
  .woocommerce-product-list.products-list-3 ul.products .product-content .posted-in {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    margin-bottom: 5px; }
  .woocommerce-product-list.products-list-3 ul.products .product-content .product-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
    margin-bottom: 15px; }
  .woocommerce-product-list.products-list-3 ul.products .product-content .star-rating {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .woocommerce-product-list.products-list-3 ul.products .product-content .price {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
    margin-bottom: 20px; }
  .woocommerce-product-list.products-list-3 ul.products .product-content .short-description {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
    @media (max-width: 767px) {
      .woocommerce-product-list.products-list-3 ul.products .product-content .short-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
  .woocommerce-product-list.products-list-3 ul.products .product-content a[class*="product_type_"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }

.woocommerce-product-list.products-list-4 ul.products li.product-item {
  margin-bottom: -1px; }

.woocommerce-product-list.products-list-4 ul.products .product-list-inner {
  padding: 30px;
  margin-left: -1px;
  border: 1px solid;
  border-color: var(--border); }
  .woocommerce-product-list.products-list-4 ul.products .product-list-inner img {
    max-width: 200px; }
    @media (max-width: 1023px) {
      .woocommerce-product-list.products-list-4 ul.products .product-list-inner img {
        max-width: 150px; } }
  @media (max-width: 767px) {
    .woocommerce-product-list.products-list-4 ul.products .product-list-inner {
      padding: 15px; } }

.woocommerce-product-list.products-list-4 ul.products .product-content {
  padding: 10px 0; }
  .woocommerce-product-list.products-list-4 ul.products .product-content .posted-in {
    margin-bottom: 5px; }
  .woocommerce-product-list.products-list-4 ul.products .product-content .product-title {
    margin-bottom: 15px; }
  .woocommerce-product-list.products-list-4 ul.products .product-content .price {
    margin-bottom: 20px; }

.woocommerce-product-list.products-list-5 ul.products li.product-item {
  margin-bottom: -1px; }

.woocommerce-product-list.products-list-5 ul.products .product-list-inner {
  padding: 30px;
  margin-left: -1px;
  border: 1px solid;
  border-color: var(--border);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
          align-items: unset; }
  .woocommerce-product-list.products-list-5 ul.products .product-list-inner img {
    max-width: 100%; }

.woocommerce-product-list.products-list-5 ul.products .product-title {
  margin-bottom: 10px; }

.woocommerce-product-list.products-list-5 ul.products .star-rating {
  margin-bottom: 13px; }

.woocommerce-product-list.products-list-5 ul.products .price {
  margin-bottom: 18px; }

.woocommerce-product-list.products-list-5 ul.products .product-content {
  padding: 0;
  margin: 0; }

.woocommerce-product-list.products-list-5 .time-sale {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -20px;
  padding: 8px 20px;
  border-radius: 3px;
  z-index: 9;
  background-color: #da5454; }

.woocommerce-product-list.products-list-5 .smarthaus-countdown {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .woocommerce-product-list.products-list-5 .smarthaus-countdown .countdown-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700; }
    .woocommerce-product-list.products-list-5 .smarthaus-countdown .countdown-item:after {
      content: ":";
      position: absolute;
      vertical-align: middle;
      font-size: 14px;
      right: -5px;
      top: 49%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .woocommerce-product-list.products-list-5 .smarthaus-countdown .countdown-item:last-child:after {
      content: none; }
    .woocommerce-product-list.products-list-5 .smarthaus-countdown .countdown-item .countdown-label {
      display: none; }

.time-sale .deal-text {
  color: var(--secondary); }

.time-sale .smarthaus-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.woocommerce-loop-product__gallery {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  display: none;
  margin: 15px 0 20px; }
  .woocommerce-loop-product__gallery .gallery_item {
    width: 60px;
    margin: 5px;
    border: 1px solid;
    cursor: pointer;
    border-color: var(--border); }
    .woocommerce-loop-product__gallery .gallery_item.active {
      border-color: var(--accent); }

.woocommerce.grid-layout-special ul.products li.product .short-description {
  display: none; }

@media (min-width: 1024px) {
  .woocommerce.grid-layout-special ul.products li.product:first-child, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 30px; }
    .woocommerce.grid-layout-special ul.products li.product:first-child .short-description, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) .short-description {
      display: block;
      margin-bottom: 10px; }
    .woocommerce.grid-layout-special ul.products li.product:first-child .product-block, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) .product-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .woocommerce.grid-layout-special ul.products li.product:first-child .product-block .product-transition, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) .product-block .product-transition {
        max-width: 350px; }
      .woocommerce.grid-layout-special ul.products li.product:first-child .product-block .product-caption, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) .product-block .product-caption {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
                flex: 1;
        margin-left: 15px; }
      .woocommerce.grid-layout-special ul.products li.product:first-child .product-block .group-action, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) .product-block .group-action {
        height: auto; }
      .woocommerce.grid-layout-special ul.products li.product:first-child .product-block:hover .product-caption, .woocommerce.grid-layout-special ul.products li.product:nth-child(2) .product-block:hover .product-caption {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
  .woocommerce.grid-layout-special ul.products li.product:first-child {
    padding-right: 15px; }
  .woocommerce.grid-layout-special ul.products li.product:nth-child(2) {
    padding-left: 15px; } }

.elementor-widget-smarthaus-search .widget {
  padding: 0;
  margin-bottom: 0; }

.elementor-widget-smarthaus-search .widget_product_search form:before {
  content: none; }

.elementor-widget-smarthaus-search .widget_product_search form input[type=search],
.elementor-widget-smarthaus-search .widget_product_search form input[type=text] {
  background-color: transparent;
  padding-left: 1.5em;
  padding-right: 6em; }

.elementor-widget-smarthaus-search .widget_product_search form button[type=submit] {
  font-size: 0;
  width: 60px;
  border-radius: 3px;
  padding: 0;
  border: none;
  background-color: var(--primary); }
  .elementor-widget-smarthaus-search .widget_product_search form button[type=submit]:hover {
    background-color: var(--primary_hover); }

.elementor-widget-smarthaus-search .site-header-search .button-search-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  border: none;
  width: 100%;
  height: unset; }

.elementor-widget-smarthaus-search .site-header-search i {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--accent); }

.elementor-widget-smarthaus-search .site-header-search .content {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: var(--accent); }

.elementor-widget-smarthaus-search .site-header-search:hover i {
  color: var(--accent); }

.elementor-site-logo-wrapper .site-branding .custom-logo-link {
  display: block; }

.elementor-site-logo-wrapper .site-branding img {
  display: inline-block;
  vertical-align: middle; }

.elementor-testimonial-item-wrapper .inner .elementor-testimonial-rating {
  font-size: 18px;
  line-height: 1; }
  .elementor-testimonial-item-wrapper .inner .elementor-testimonial-rating .active {
    color: #00b67a; }
  .elementor-testimonial-item-wrapper .inner .elementor-testimonial-rating .smarthaus-icon-star_1 {
    margin: 0 1px;
    background-color: #ffffff; }

.elementor-testimonial-item-wrapper .inner .description {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 15px;
  margin-top: 20px;
  color: var(--accent); }

.elementor-testimonial-item-wrapper .inner .content .name {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: bold;
  color: var(--accent); }

.elementor-testimonial-item-wrapper .inner .content .job {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--lighter); }

.elementor-testimonial-item-wrapper .inner .details {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.elementor-testimonial-image {
  height: 50px;
  width: 50px;
  margin-right: 20px; }
  .elementor-testimonial-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 767px) {
  .smarthaus-carousel .slick-arrow {
    display: none !important; } }

.testimonial-style-alignment-center .inner .details {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.testimonial-style-alignment-right .inner .details {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .testimonial-style-alignment-right .inner .details .elementor-testimonial-image img {
    margin-left: 20px;
    margin-right: 0; }

.home .nav-vertiacl-menu-style-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation, .page-template-template-homepage .nav-vertiacl-menu-style-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation {
  cursor: unset; }
  .home .nav-vertiacl-menu-style-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu, .page-template-template-homepage .nav-vertiacl-menu-style-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu {
    opacity: 1;
    visibility: visible;
    z-index: 990; }

.elementor-video-popup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.elementor-video-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1em; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  padding: 0;
  background-color: transparent;
  right: 0; }
  .mfp-image-holder .mfp-close:active, .mfp-image-holder .mfp-close:focus, .mfp-image-holder .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:active,
  .mfp-iframe-holder .mfp-close:focus,
  .mfp-iframe-holder .mfp-close:hover {
    color: var(--primary);
    background-color: transparent; }

.elementor-button .elementor-button-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 11px;
  padding: 10px 20px; }

.elementor-default .elementor-button.elementor-size-md {
  font-size: 14px;
  padding: 20px 40px; }

.elementor-default .elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 22px 45px; }

.elementor-default .elementor-button.elementor-size-xl {
  font-size: 24px;
  padding: 25px 50px; }

.smarthaus-style-button-hover-yes .elementor-button-wrapper .elementor-button {
  z-index: 9;
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .smarthaus-style-button-hover-yes .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
    z-index: 9; }
  .smarthaus-style-button-hover-yes .elementor-button-wrapper .elementor-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .smarthaus-style-button-hover-yes .elementor-button-wrapper .elementor-button:hover {
    background-color: transparent; }
    .smarthaus-style-button-hover-yes .elementor-button-wrapper .elementor-button:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.smarthaus-btn-black:before {
  background-color: #000000; }

.smarthaus-btn-white:before {
  background-color: #ffffff; }

.smarthaus-btn-black, .smarthaus-btn-white {
  position: relative !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important; }
  .smarthaus-btn-black:before, .smarthaus-btn-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .smarthaus-btn-black:hover, .smarthaus-btn-white:hover {
    background-color: transparent; }
    .smarthaus-btn-black:hover:before, .smarthaus-btn-white:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
  color: var(--primary);
  border-color: var(--primary);
  fill: var(--primary); }

.elementor-view-stacked .elementor-icon {
  background-color: var(--primary); }

.style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item {
  border: 0; }
  .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
    border-radius: 3px;
    background-color: #f4f4f4; }
    .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
      color: var(--accent); }
    .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
      color: var(--accent); }
  .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-active {
    background-color: #083660; }
    .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-active .elementor-accordion-icon .elementor-accordion-icon-opened {
      color: #ffffff; }
    .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-active a {
      color: #ffffff; }
  .style-theme-smarthaus-yes .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    border: none;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 17px;
    padding-bottom: 37px;
    color: var(--text);
    background-color: #ffffff; }

.elementor-form {
  margin-bottom: 0; }

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: none; }

.elementor-widget-form.fields-align-center .elementor-field-group:not(.elementor-field-type-submit) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .elementor-widget-form.fields-align-center .elementor-field-group:not(.elementor-field-type-submit) .elementor-field-textual {
    text-align: center; }

.elementor-widget-form.fields-align-right .elementor-field-group:not(.elementor-field-type-submit) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }
  .elementor-widget-form.fields-align-right .elementor-field-group:not(.elementor-field-type-submit) .elementor-field-textual {
    text-align: right; }

.elementor-widget-form .elementor-field-group .elementor-button {
  background-color: var(--primary); }
  .elementor-widget-form .elementor-field-group .elementor-button:hover {
    background-color: var(--primary_hover); }

.elementor-widget-countdown .elementor-countdown-wrapper .elementor-countdown-item {
  padding: 0;
  background-color: #FFFFFF; }
  .elementor-widget-countdown .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-digits {
    padding: 13px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 3px;
    background-color: var(--primary); }
  .elementor-widget-countdown .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-label {
    font-size: 12px;
    margin-top: 5px;
    color: var(--text); }

.tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 25px; }

.tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tabs-wrapper::-webkit-scrollbar {
  width: 1px;
  background-color: #ffffff; }

.tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tabs-wrapper::-webkit-scrollbar-thumb {
  background-color: #DDDDDD;
  border-radius: 20px;
  border: 5px solid #FFFFFF; }

.tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: var(--accent);
  padding: 15px 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  border-top: 1px solid;
  border-top-color: var(--border);
  border-bottom: 1px solid;
  border-bottom-color: var(--border); }
  .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title:after, .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title:before {
    border-width: 0; }
  .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title.elementor-active {
    border-top: 1px solid;
    border-top-color: var(--border);
    border-bottom: 1px solid;
    border-bottom-color: var(--border);
    color: var(--accent); }
    .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title.elementor-active a:before {
      content: "";
      display: block;
      position: absolute;
      width: calc(100% - 50px);
      height: 3px;
      bottom: 0;
      background-color: var(--primary); }
  .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title:last-child {
    border-radius: 0px 3px 3px 0px;
    border-right: 1px solid;
    border-right-color: var(--border); }
  .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-title:first-child {
    border-radius: 3px 0px 0px 3px;
    border-left: 1px solid;
    border-left-color: var(--border); }

.tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tab-content {
  padding: 0;
  border-width: 0; }

.tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border-width: 0; }
  .tabs-style-smarthaus-yes.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {
    display: none; }

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none; }

.home .header-absolute {
  position: absolute;
  width: 100%;
  z-index: 99;
  background-color: transparent !important; }

:root {
  --scroll-bar: 8px; }

body:not(.smarthaus-header-side):not(.has-scrollbar) .content-area .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important; }

body.has-scrollbar:not(.smarthaus-header-side) .content-area .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important; }

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar:not(.smarthaus-header-side) .content-area .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important; } }

.elementor-icon-list-item .elementor-icon-list-text a {
  color: var(--primary); }

.elementor-widget-icon .elementor-icon-wrapper {
  line-height: 0; }

.banner-hover.elementor-inner-section, .banner-hover > .elementor-column-wrap {
  position: relative;
  overflow: hidden; }
  .banner-hover.elementor-inner-section:before, .banner-hover > .elementor-column-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: -webkit-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
    background: linear-gradient(to bottom, var(--primary) 0%, var(--primary) 100%);
    background-repeat: repeat-x;
    background-size: 0 0;
    background-position: 0 100%;
    -webkit-transition: background-size 0.3s ease, color 0.2s ease;
    transition: background-size 0.3s ease, color 0.2s ease; }

.banner-hover:hover.elementor-inner-section, .banner-hover:hover > .elementor-column-wrap {
  background-position-y: -10px !important; }
  .banner-hover:hover.elementor-inner-section:before, .banner-hover:hover > .elementor-column-wrap:before {
    content: "";
    background-size: 100% 100%; }

.banner-hover.elementor-inner-section .elementor-column-wrap:before {
  display: none; }

.home .footer-none-border {
  border: none !important; }