@charset "UTF-8";
.elemento-addons-post-grid-layout {
  position: relative;
}

.elemento-addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}

.elemento-addons-rating {
  display: flex;
}
.elemento-addons-rating .star-rating {
  float: unset;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.elemento-addons-rating .star-rating:before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.elemento-addons-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.elemento-addons-rating .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.elemento-product-outer-wrap {
  position: relative;
}
.elemento-product-outer-wrap .rating-price {
  display: flex;
  justify-content: space-between;
}
.elemento-product-outer-wrap a.added_to_cart {
  display: none !important;
}
.elemento-product-outer-wrap a.elemento-add-to-cart-btn {
  display: block;
  font-size: 18px;
  color: #747474;
  background-color: #e6e6e6;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
}
.elemento-product-outer-wrap a.elemento-add-to-cart-btn:hover {
  color: #737070;
  background-color: #c4c4c4;
}
.elemento-product-outer-wrap a.elemento-add-to-cart-btn.loading {
  opacity: 0.5;
  pointer-events: none;
}
.elemento-product-outer-wrap a.elemento-add-to-cart-btn span {
  font-size: inherit;
  width: fit-content;
  height: unset;
  display: inline;
}
.elemento-product-outer-wrap a.elemento-add-to-cart-btn .add-to-cart-text {
  font-family: inherit;
}

.elemento-product-inner-wrap {
  display: grid;
  grid-gap: 10px;
  position: relative;
}
.elemento-product-inner-wrap a.elemento-addons-quickview {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.elemento-product-inner-wrap a.elemento-addons-quickview i,
.elemento-product-inner-wrap a.elemento-addons-quickview span {
  font-size: inherit;
  width: fit-content;
  height: unset;
  display: inline;
}
.elemento-product-inner-wrap a {
  text-decoration: none !important;
  display: block;
  width: fit-content;
}
.elemento-product-inner-wrap .elemento-addons-sale {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.elemento-product-inner-wrap .elemento-addons-sale .elemento-addons-sale-tag {
  background: black;
  padding: 0.2rem 0.5rem;
  line-height: 1;
  display: block;
  color: white;
}
.elemento-product-inner-wrap .elemento-addons-product-image {
  position: relative;
  width: fit-content;
  margin: auto;
}
.elemento-product-inner-wrap .elemento-addons-product-image img {
  max-width: 100%;
}
.elemento-product-inner-wrap .elemento-addons-product-title {
  line-height: 1;
  display: block;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: bold;
}
.elemento-product-inner-wrap .elemento-addons-product-price .elemento-addons-price {
  display: flex;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.elemento-product-inner-wrap .elemento-addons-product-price .elemento-addons-price del {
  margin-right: 0.5rem;
  color: #838383;
}
.elemento-product-inner-wrap .elemento-addons-product-price .elemento-addons-price ins {
  color: #000000;
}

.elemento-wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  display: block;
  font-size: 18px;
  color: #747474;
  background-color: #e6e6e6;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist .yith-wcwl-icon {
  margin: 0;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
  display: none;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
  display: none;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: block;
  font-size: 18px;
  color: #747474;
  background-color: #e6e6e6;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
  margin: 0;
}
.elemento-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback > span {
  display: none;
}

.elemento-product-layout-1 .elemento-addons-product-image {
  overflow: hidden;
}
.elemento-product-layout-1 .elemento-addons-quickview {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  transform: translateY(86px);
}
.elemento-product-layout-1 .elemento-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.elemento-product-layout-1 .elemento-addons-product-content {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
}
.elemento-product-layout-1 .elemento-addons-product-content > div {
  display: grid;
  position: relative;
  grid-gap: 10px;
}
.elemento-product-layout-1 .elemento-product-outer-wrap .elemento-addons-quickview,
.elemento-product-layout-1 .elemento-product-outer-wrap .elemento-wishlist {
  transition: 0.5s all ease;
  opacity: 0;
}
.elemento-product-layout-1 .elemento-product-outer-wrap:hover .elemento-addons-quickview {
  transform: translateY(0);
  opacity: 1;
}
.elemento-product-layout-1 .elemento-product-outer-wrap:hover .elemento-wishlist {
  opacity: 1;
}

.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-1 .elemento-product-outer-wrap .elemento-addons-quickview {
  transform: translateY(0);
  opacity: 1;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-1 .elemento-product-outer-wrap .elemento-wishlist {
  opacity: 1;
}

.elemento-product-layout-2 .buttons_on_hover .elemento-addons-product-buttons,
.elemento-product-layout-4 .buttons_on_hover .elemento-addons-product-buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all linear;
  z-index: 1000;
}
.elemento-product-layout-2 .buttons_on_hover .elemento-addons-product-price,
.elemento-product-layout-4 .buttons_on_hover .elemento-addons-product-price {
  transition: 0.3s all linear;
}
.elemento-product-layout-2 .buttons_on_hover .elemento-product-outer-wrap:hover .elemento-addons-product-buttons,
.elemento-product-layout-4 .buttons_on_hover .elemento-product-outer-wrap:hover .elemento-addons-product-buttons {
  opacity: 1;
}
.elemento-product-layout-2 .buttons_on_hover .elemento-product-outer-wrap:hover .elemento-addons-product-price,
.elemento-product-layout-4 .buttons_on_hover .elemento-product-outer-wrap:hover .elemento-addons-product-price {
  opacity: 0;
}
.elemento-product-layout-2 .elemento-product-outer-wrap,
.elemento-product-layout-4 .elemento-product-outer-wrap {
  transition: 0.3s all ease;
}
.elemento-product-layout-2 .elemento-product-outer-wrap a,
.elemento-product-layout-4 .elemento-product-outer-wrap a {
  overflow: hidden;
}
.elemento-product-layout-2 .elemento-product-outer-wrap a img,
.elemento-product-layout-4 .elemento-product-outer-wrap a img {
  transition: 0.3s all linear;
}
.elemento-product-layout-2 .elemento-product-outer-wrap:hover .elemento-addons-product-image a img,
.elemento-product-layout-4 .elemento-product-outer-wrap:hover .elemento-addons-product-image a img {
  transform: scale(1.1);
}
.elemento-product-layout-2 .elemento-addons-product-buttons,
.elemento-product-layout-4 .elemento-addons-product-buttons {
  display: flex;
  align-items: center;
}

.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-2 .buttons_on_hover .elemento-product-outer-wrap .elemento-addons-product-buttons,
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .buttons_on_hover .elemento-product-outer-wrap .elemento-addons-product-buttons {
  opacity: 1;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-2 .buttons_on_hover .elemento-product-outer-wrap .elemento-addons-product-price,
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .buttons_on_hover .elemento-product-outer-wrap .elemento-addons-product-price {
  opacity: 0;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-2 .elemento-product-outer-wrap,
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-product-outer-wrap {
  transition: 0.3s all ease;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-2 .elemento-product-outer-wrap a,
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-product-outer-wrap a {
  overflow: hidden;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-2 .elemento-product-outer-wrap a img,
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-product-outer-wrap a img {
  transition: 0.3s all linear;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-2 .elemento-product-outer-wrap .elemento-addons-product-image a img,
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-product-outer-wrap .elemento-addons-product-image a img {
  transform: scale(1.1);
}

.elemento-product-layout-4 .elemento-addons-product-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.elemento-product-layout-4 .elemento-addons-product-buttons > a, .elemento-product-layout-4 .elemento-addons-product-buttons > div {
  transform: translateY(30px);
  opacity: 0;
}
.elemento-product-layout-4 .elemento-product-outer-wrap:hover .elemento-addons-product-buttons > a, .elemento-product-layout-4 .elemento-product-outer-wrap:hover .elemento-addons-product-buttons > div {
  transform: translateY(0);
  opacity: 1;
}
.elemento-product-layout-4 .elemento-product-outer-wrap:hover .elemento-addons-product-buttons .elemento-add-to-cart-btn {
  transition: 0.4s all ease;
}
.elemento-product-layout-4 .elemento-product-outer-wrap:hover .elemento-addons-product-buttons .elemento-wishlist {
  transition: 0.7s all ease;
}
.elemento-product-layout-4 .elemento-product-outer-wrap:hover .elemento-addons-product-buttons .elemento-addons-quickview {
  transition: 0.9s all ease;
}

.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-addons-product-buttons > a, .elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-addons-product-buttons > div {
  transform: translateY(0);
  opacity: 1;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-addons-product-buttons .elemento-add-to-cart-btn {
  transition: 0.4s all ease;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-addons-product-buttons .elemento-wishlist {
  transition: 0.7s all ease;
}
.elemento-product-preview-on.elementor-element-editable .elemento-product-layout-4 .elemento-addons-product-buttons .elemento-addons-quickview {
  transition: 0.9s all ease;
}

.elemento-product-layout-3 .elemento-product-outer-wrap .elemento-product-inner-wrap {
  transition: 0.6s all linear;
}
.elemento-product-layout-3 .elemento-product-outer-wrap .elemento-addons-product-buttons {
  position: absolute;
  display: flex;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  transition: 0.5s all ease;
}
.elemento-product-layout-3 .elemento-product-outer-wrap .elemento-add-to-cart-layout-3 {
  border-top: none !important;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s all ease;
  visibility: hidden;
}
.elemento-product-layout-3 .elemento-product-outer-wrap:hover .elemento-add-to-cart-layout-3 {
  opacity: 1;
  transform: translateY(-3px);
  visibility: visible;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.elemento-product-layout-3 .elemento-product-outer-wrap:hover .elemento-product-inner-wrap {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.elemento-product-layout-3 .elemento-product-outer-wrap:hover .elemento-addons-product-buttons {
  opacity: 1;
}

.elemento_quick_view_model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4e4848d4;
  z-index: 1000;
}
.elemento_quick_view_model a {
  text-decoration: none;
}
.elemento_quick_view_model .elemento-quick-view-slides {
  text-align: center;
}
.elemento_quick_view_model .elemento-quick-view-slides img {
  max-height: 400px;
}
.elemento_quick_view_model .elemento-quickview-wrapper_rev {
  animation: quickView 0.5s;
  animation-direction: reverse;
}
.elemento_quick_view_model .elemento-quickview-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  animation: quickView 0.5s;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div {
  width: 975px;
  max-width: 90%;
  background: white;
  position: relative;
  display: flex;
  align-items: center;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .elemento-addons-sale {
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fad249;
  color: white;
  font-weight: bold;
  z-index: 1000;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .elemento-quickview-close {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  cursor: pointer;
  background: #dc5e5e;
  color: white;
  font-weight: bold;
  line-height: 33px;
  width: 33px;
  text-align: center;
  border-radius: 50%;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .elemento-quickview-close i {
  margin: 7px 0px 0px 1px;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .left_content_ {
  min-width: 490px;
  max-width: 490px;
  padding-right: 20px;
  box-sizing: border-box;
  flex: 1;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .left_content_ .elemento-owl-slider-common-secript .elemento-addons-owl-np-cln {
  background-color: #efefef00;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ {
  flex: 1;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  padding: 10px 24px;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ > span {
  display: block;
  line-height: 1.2;
  font-size: 15px;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .title_ {
  font-size: 21px;
  color: #1c1d1e;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f0f0f0;
  width: 100%;
  padding: 0px 0px 13px;
  font-weight: bold;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .price_ {
  font-weight: bold;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .elemento-addons-rating {
  color: #f5a225;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .description_ {
  font-size: 14px;
  color: #2d2c2c;
  line-height: 1.5;
  max-height: 165px;
  overflow: auto;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .description_ .woocommerce-product-details__short-description {
  border: none;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .category_ {
  text-align: center;
  border: 1px solid #d2cfcf;
  border-radius: 4px;
  color: #3e3d3d;
  padding: 0.5rem 0.5rem;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .category_ a {
  color: inherit;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart .plus-minus {
  display: flex;
  border: 1px solid #ababab;
  border-right: none;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart .plus-minus span {
  border-right: 1px solid #ababab;
  line-height: 1;
  margin: 0;
  padding: 8px 14px;
  display: block;
  font-size: 22px;
  cursor: pointer;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart a {
  color: white;
  background-color: #fad249;
  padding: 8px 10px;
  font-weight: 700;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart a:hover {
  background-color: #c59d11;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart a.loading {
  opacity: 0.5;
  pointer-events: none;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart a.added {
  font-family: "dashicons";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart a.added:before {
  content: "";
  font-size: 17px;
  margin-right: 7px;
  margin-top: 5px;
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_ .quickview-add-to-cart .added_to_cart {
  display: none;
}

.elemnto-addons-product-grid-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.elemnto-addons-product-grid-nav .elemnto-addons-product-grid-title {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  flex: 1;
  min-width: fit-content;
}
.elemnto-addons-product-grid-nav ul {
  margin: 0;
  list-style: none;
}
.elemnto-addons-product-grid-nav li {
  margin: 0;
  height: fit-content;
}
.elemnto-addons-product-grid-nav li > span {
  padding: 1rem 1rem;
  background: #28480c;
  line-height: 1;
  display: block;
  cursor: pointer;
  color: white;
  font-size: 13px;
}
.elemnto-addons-product-grid-nav li > span:hover {
  background: #676767;
}
.elemnto-addons-product-grid-nav .mainMenu_ {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.elemnto-addons-product-grid-nav .submenu-wrap {
  display: block;
  height: fit-content;
}
.elemnto-addons-product-grid-nav .submenu-wrap.elemento-elemento-mobile-menu {
  display: none;
}
.elemnto-addons-product-grid-nav .submenu-wrap .more_ {
  padding: 1rem 1rem;
  background: #28480c;
  line-height: 1;
  display: flex;
  cursor: pointer;
  color: white;
  align-items: center;
  font-size: 13px;
}
.elemnto-addons-product-grid-nav .submenu-wrap .more_:hover {
  background: green;
}
.elemnto-addons-product-grid-nav .submenu-wrap .more_:hover i {
  transform: rotateZ(90deg);
}
.elemnto-addons-product-grid-nav .submenu-wrap .more_ i {
  height: auto;
  font-size: inherit;
  transition: 0.3s transform linear;
}
.elemnto-addons-product-grid-nav .submenu-wrap .subMenu_ {
  position: absolute;
  right: 0;
  z-index: 1010;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height linear, 0.2s opacity linear;
}
.elemnto-addons-product-grid-nav .submenu-wrap:hover .subMenu_ {
  opacity: 1;
  max-height: 400px;
  overflow: auto;
}

.elemento-addons-loader_ {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #c8c9ca9e;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
}
.elemento-addons-loader_.active {
  display: flex;
}
.elemento-addons-loader_ > div {
  display: block;
  width: fit-content;
  height: fit-content;
}
.elemento-addons-loader_ > div .loader-spin {
  display: block;
  width: 50px;
  height: 50px;
  border: 8px solid #0066a2;
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: loader_spin 2s forwards infinite;
}

@keyframes quickView {
  0% {
    transform: translateY(-19px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes loader_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .elemnto-addons-product-grid-nav .mainMenu_,
.elemnto-addons-product-grid-nav .submenu-wrap {
    display: none;
  }
  .elemnto-addons-product-grid-nav .submenu-wrap.elemento-elemento-mobile-menu {
    display: block;
  }
}
.elemento-owl-slider-common-secript {
  display: block;
  position: relative;
}
.elemento-owl-slider-common-secript .owl-nav {
  display: none !important;
}
.elemento-owl-slider-common-secript .owl-dots button.owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.elemento-owl-slider-common-secript .owl-dots button.owl-dot:hover span {
  background-color: #4dc7a0;
}
.elemento-owl-slider-common-secript .owl-dots button.owl-dot.active span {
  background-color: #4dc7a0;
}
.elemento-owl-slider-common-secript .elemento-addons-owl-np-cln {
  background-color: #848181;
  color: #eaeaea;
  width: fit-content;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  transform: translateY(-50%);
  top: 50%;
  font-size: 18px;
  border-radius: 8px;
  padding: 7px;
  line-height: 1;
  transition: 0.3s all linear;
}
.elemento-owl-slider-common-secript .elemento-addons-owl-np-cln:hover {
  background-color: #757272;
  color: #ffffff;
}
.elemento-owl-slider-common-secript .elemento-addons-owl-np-cln.elemento-addons-owl-prev {
  left: 10px;
}
.elemento-owl-slider-common-secript .elemento-addons-owl-np-cln.elemento-addons-owl-next {
  right: 10px;
}
.elemento-owl-slider-common-secript .elemento-addons-owl-np-cln span {
  font-size: inherit;
  width: unset;
  height: unset;
}

.elemento-top-slider-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 7px;
  min-width: fit-content;
  margin-left: 10px;
}
.elemento-top-slider-nav .elemento-addons-owl-np-cln {
  background-color: #848181;
  color: #eaeaea;
  width: fit-content;
  cursor: pointer;
  font-size: 18px;
  border-radius: 8px;
  padding: 7px;
  line-height: 1;
  transition: 0.3s all linear;
}
.elemento-top-slider-nav .elemento-addons-owl-np-cln:hover {
  background-color: #757272;
  color: #ffffff;
}
.elemento-top-slider-nav .elemento-addons-owl-np-cln span {
  font-size: inherit;
  width: unset;
  height: unset;
}

.elemento-addons-product-slider-layout {
  display: block;
  position: relative;
}
.elemento-addons-product-slider-layout .star-rating {
  float: unset;
  margin: 10px 0;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap {
  display: block;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content {
  position: relative;
  margin: 7px;
  padding: 4px;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content a.added_to_cart {
  display: none !important;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content > a.add_to_cart_button {
  display: block;
  font-size: 18px;
  color: #747474;
  background-color: #e6e6e6;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content > a.add_to_cart_button:hover {
  color: #737070;
  background-color: #c4c4c4;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content > a.add_to_cart_button.loading {
  opacity: 0.5;
  pointer-events: none;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content > a.add_to_cart_button span {
  font-size: inherit;
  width: fit-content;
  height: unset;
  display: inline;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content > a.add_to_cart_button .add-to-cart-text {
  font-family: inherit;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-sale {
  position: absolute;
  left: 0;
  top: 0;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-sale span {
  display: block;
  padding: 4px;
  line-height: 1;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-image a {
  background-color: #f7f8f9;
  display: block;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-image a img {
  max-width: 100%;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-title {
  display: block;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-title a {
  display: block;
  margin: 5px 0;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-price {
  display: flex;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-price > del {
  opacity: 0.5;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart {
  display: flex;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a {
  display: block;
  margin-right: 5px;
  font-size: 18px;
  color: #747474;
  background-color: #e6e6e6;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a:hover {
  color: #737070;
  background-color: #c4c4c4;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a span {
  height: unset;
  width: unset;
  font-size: inherit;
  display: inline;
}
.elemento-addons-product-slider-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a .add-to-cart-text {
  font-family: inherit;
}

.elemento-addons-product-slider-list-layout {
  display: block;
  position: relative;
}
.elemento-addons-product-slider-list-layout .star-rating {
  float: unset;
  margin: 10px 0;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap {
  display: block;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content {
  position: relative;
  margin: 7px;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-sale {
  position: absolute;
  left: 0;
  top: 0;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-sale span {
  display: block;
  padding: 4px;
  line-height: 1;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-image {
  width: 40%;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-image a {
  display: block;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-image a img {
  max-width: 100%;
  max-height: 100%;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-content {
  width: 60%;
  padding-left: 10px;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-title {
  display: block;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-title a {
  display: block;
  margin: 5px 0;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-price {
  display: flex;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-product-price > del {
  opacity: 0.5;
  margin-right: 5px;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart {
  display: flex;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a {
  display: block;
  margin-right: 5px;
  font-size: 18px;
  color: #747474;
  background-color: #e6e6e6;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a:hover {
  color: #737070;
  background-color: #c4c4c4;
}
.elemento-addons-product-slider-list-layout .elemento-addons-slider-wrap .elemento-addons-slider-content .elemento-addons-actions-cart a span {
  height: unset;
  width: unset;
  font-size: inherit;
}

.elemento-add-to-cart-custom-btn {
  display: flex;
  justify-content: left;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn {
  display: block;
  font-size: 18px;
  color: #f7f6f6;
  background-color: #4dad2e;
  line-height: 1;
  padding: 6px;
  border-radius: 5px;
  position: relative;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn span,
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn i {
  height: unset;
  width: unset;
  font-size: inherit;
  display: inline;
  line-height: inherit;
  transition: unset;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn span.add-to-cart-text {
  font-family: inherit;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn.loading:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #efefef;
  border-top-color: black;
  z-index: 11;
  animation: add_spin 2s forwards infinite;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn.loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #42424282;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn i.added-to-cart-checked {
  display: none;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn.added i.elemento-add-to-cart-icon-choose {
  display: none;
}
.elemento-add-to-cart-custom-btn .elemento-add-to-cart-btn.added i.added-to-cart-checked {
  display: inline;
}
.elemento-add-to-cart-custom-btn a.added_to_cart {
  display: none;
}
.elemento-add-to-cart-custom-btn a.add-to-cart-empty {
  background: #53b64c;
  color: white;
  font-weight: bold;
  padding: 13px 37px;
  font-size: 18px;
  display: block;
  line-height: 1;
  text-decoration: none !important;
  margin: auto;
}

@keyframes add_spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.elemento-category-layout-wrapper .elemento-category-layout-grid {
  display: grid;
}
.elemento-category-layout-wrapper .elemento-category-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.elemento-category-layout-wrapper .elemento-category-content a {
  display: block;
  line-height: 1;
}
.elemento-category-layout-wrapper .elemento-category-content .elemento-category-image {
  display: block;
  width: fit-content;
  max-width: 100%;
}
.elemento-category-layout-wrapper .elemento-category-content .elemento-category-image a {
  display: block;
  height: 200px;
  max-width: 100%;
  position: relative;
  margin: auto;
}
.elemento-category-layout-wrapper .elemento-category-content .elemento-category-image img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}
.elemento-category-layout-wrapper .elemento-category-content .elemento-category-title {
  display: block;
  flex: 2;
  word-break: break-all;
  width: 100%;
}

.elemento-heading-fill-gradient .elemento-heading-text {
  background-clip: text;
  text-fill-color: transparent;
}

.elemento-heading-wrapper a {
  display: flex;
  flex-wrap: wrap;
}
.elemento-heading-wrapper .elemento-heading-text-1 {
  margin-right: 5px;
}
.elemento-heading-wrapper .elemento-heading-text-3 {
  margin-left: 5px;
}
.elemento-heading-wrapper .elemento-addon-heading_.elemento-animation-added .elemento-heading-text-1 {
  margin-right: 0px;
}
.elemento-heading-wrapper .elemento-addon-heading_.elemento-animation-added .elemento-heading-text-second.elemento-hilighted-text {
  margin-left: 5px;
  margin-right: 5px;
}
.elemento-heading-wrapper .elemento-heading-text {
  word-break: break-word;
}
.elemento-heading-wrapper .elemento-heading-text-second.elemento-hilighted-text {
  position: relative;
}
.elemento-heading-wrapper .elemento-heading-text-second.elemento-hilighted-text .elemento-heading-text {
  position: relative;
  z-index: 10;
}
.elemento-heading-wrapper .elemento-heading-text-second.elemento-hilighted-text.shape-front_ svg {
  z-index: 20;
}
.elemento-heading-wrapper .elemento-heading-text-second.elemento-hilighted-text.shape-round_ svg {
  stroke-linecap: round;
}
.elemento-heading-wrapper .elemento-heading-text-second.elemento-hilighted-text.anim-loop_ svg {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.elemento-heading-wrapper .elemento-heading-text-second.elemento-hilighted-text svg {
  position: absolute;
  fill: none;
  stroke: black;
  stroke-width: 5px;
  -webkit-animation: round_ forwards;
  animation: round_ forwards;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
  stroke-dasharray: 0 1500;
  opacity: 0;
  transition: 0.3s all linear;
}

@keyframes round_ {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
.elemento-clip-effect-static-txt span {
  overflow: hidden;
  transition: 2s max-width linear;
  max-width: 0px;
  display: inline-block;
}
.elemento-clip-effect-static-txt span.active {
  max-width: 1000px;
}

.elemento-addons-layout-post .elemento-post-content {
  margin: 7px;
  padding: 0;
}
.elemento-addons-layout-post .elemento-post-content .elemento-featured-image-wrap {
  text-align: left;
}
.elemento-addons-layout-post .elemento-post-content .elemento-featured-image-wrap a {
  display: block;
  height: 200px;
  position: relative;
  width: 100%;
  margin: auto;
}
.elemento-addons-layout-post .elemento-post-content .elemento-featured-image-wrap a img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.elemento-addons-layout-post .elemento-post-content .elemento-post-content-wrap .elemento-post-title {
  font-size: 18px;
  color: #54595f;
  margin: 0;
  margin-bottom: 4px;
  font-weight: bold;
  font-family: sans-serif;
  transition: 0.3s all linear;
}
.elemento-addons-layout-post .elemento-post-content .elemento-post-content-wrap .elemento-post-title a {
  color: inherit;
  font-weight: inherit;
}
.elemento-addons-layout-post .elemento-post-content .elemento-post-content-wrap .elemento-post-meta-data {
  font-size: 12px;
  color: #adadad;
  word-break: break-all;
}
.elemento-addons-layout-post .elemento-post-content .elemento-post-content-wrap .elemento-post-excerpt {
  margin-bottom: 4px;
}
.elemento-addons-layout-post .elemento-post-content .elemento-post-content-wrap .elemento-post-excerpt p {
  line-height: 1.1;
}
.elemento-addons-layout-post .elemento-post-content .elemento-post-content-wrap .elemento-post-read-more {
  font-size: 12px;
  font-weight: 700;
  color: #61ce70;
  display: block;
  width: fit-content;
  transition: 0.2s all linear;
}
.elemento-addons-layout-post.elemento-layout-post-list .elemento-post-layout-listGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.elemento-addons-layout-post.elemento-layout-post-list .elemento-post-content {
  margin: 0;
  display: flex;
}
.elemento-addons-layout-post.elemento-layout-post-list .elemento-post-content .elemento-featured-image-wrap {
  width: 24%;
}
.elemento-addons-layout-post.elemento-layout-post-list .elemento-post-content .elemento-featured-image-wrap a {
  width: 100%;
}
.elemento-addons-layout-post.elemento-layout-post-list .elemento-post-content .elemento-post-content-wrap {
  flex: 1;
}
.elemento-addons-layout-post.elemento-layout-post-grid .elemento-post-layout-listGrid {
  display: grid;
}
.elemento-addons-layout-post.elemento-layout-post-grid .elemento-post-content {
  margin: 0;
}

.elemento-addons-pagination {
  display: flex;
  margin-top: 10px;
  grid-gap: 10px;
}
.elemento-addons-pagination .elemento-post-link {
  width: fit-content;
  padding: 4px 6px;
  cursor: pointer;
  border: 1px solid black;
  transition: 0.3s all linear;
}
.elemento-addons-pagination .elemento-post-link:last-child {
  margin: 0;
}
.elemento-addons-pagination .elemento-post-link.disable {
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}
.elemento-addons-pagination .elemento-post-link[data-link=prev], .elemento-addons-pagination .elemento-post-link[data-link=next] {
  visibility: initial;
}

.elemento-countdown-wrapper .elemento-countdown-date {
  display: flex;
}
.elemento-countdown-wrapper .elemento-countdown-date > div {
  background-color: #204c95;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}
.elemento-countdown-wrapper .elemento-countdown-date > div span,
.elemento-countdown-wrapper .elemento-countdown-date > div label {
  font-size: 20px;
  display: block;
  line-height: 1;
}
.elemento-countdown-wrapper .elemento-countdown-date.label-block > div {
  flex-direction: column;
  align-items: center;
}

.elemento-testiminial-wrap .testimonial-items {
  margin: 12px;
  padding: 16px;
  background: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px #90908a57;
  text-align: center;
  display: grid;
  grid-gap: 8px;
}
.elemento-testiminial-wrap .testimonial-items a {
  display: block;
  text-decoration: none;
}
.elemento-testiminial-wrap .testimonial-items span {
  display: block;
  line-height: 1;
}
.elemento-testiminial-wrap .testimonial-items .image_ {
  justify-content: center;
  display: flex;
}
.elemento-testiminial-wrap .testimonial-items .image_ div {
  width: 150px;
  height: 150px;
  position: relative;
}
.elemento-testiminial-wrap .testimonial-items .image_ img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.elemento-testiminial-wrap .testimonial-items .name_ span {
  color: #18C6ED;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.elemento-testiminial-wrap .testimonial-items .content_ span {
  color: #686868;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.4px;
}
.elemento-testiminial-wrap .testimonial-items .designation_ span {
  color: #818181;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.elemento-testiminial-wrap .testimonial-items .seperator_ {
  width: 100%;
  border-style: solid;
  border-color: #e6e9ec;
}
.elemento-testiminial-wrap.testimonial-layout-2 .testimonial-items {
  display: flex;
  align-items: center;
}
.elemento-testiminial-wrap.testimonial-layout-2 .testimonial-items .profile-wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.elemento-testiminial-wrap.testimonial-layout-2 .testimonial-items .description-wrap {
  padding: 4px;
  position: relative;
  background-color: #f1f3f5;
}
.elemento-testiminial-wrap.testimonial-layout-2 .testimonial-items .description-wrap svg {
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0, -50%) rotateZ(-90deg);
  fill: #143d44;
  transform-origin: center;
}