.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.range-text {
  font-size: var(--fs-small);
}
.price_slider_wrapper {
  padding-top: 25px;
  margin-bottom: 25px;
}
.price_slider_wrapper input[readonly] {
  border: 0;
}
.price_slider_wrapper .price-numner {
  color: var(--heading);
  margin-bottom: 23px;
  display: block;
}
.price_slider_wrapper .ui-slider {
  background: #ededef;
  height: 3px;
  border: 0 !important;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
  background: var(--third);
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 30px;
  height: 30px;
  background: var(--light);
  top: -15px !important;
  display: block;
  position: absolute;
  margin-left: 0px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--border-cl);
  border-radius: 100%;
  margin-left: -1px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -20px;
}
.price_slider_wrapper .price_slider_wrapper {
  position: relative;
  padding-top: 51px;
}
.price_slider_wrapper .price_slider_amount {
  margin-top: 18px;
}
.price_slider_wrapper .price_slider_amount input {
  display: none;
}
.price_slider_wrapper .price_slider_amount .price_label {
  float: left;
  padding-top: 5px;
}
.price_slider_wrapper .price_slider_amount button {
  float: right;
  background: transparent;
  border: 1px solid var(--heading);
  border-radius: 5px;
  font-weight: bold;
  color: var(--heading);
  padding: 4px 10px;
}
.price_slider_wrapper .price_slider_amount button:hover {
  background: var(--main);
  border-color: var(--main);
}
.price_slider_wrapper .price_slider_amount:after {
  content: "";
  display: table;
  clear: both;
}
.autocomplete-suggestions {
  position: relative !important;
  max-height: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  animation: fadeIn 0.25s both;
}
.autocomplete-suggestion {
  clear: both;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px;
  cursor: pointer;
  transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.suggestion-thumb {
  display: inline-block;
  max-width: 60px;
  margin-right: 10px;
  vertical-align: middle;
}
.suggestion_content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  padding: 0 10px;
}
.searchsubmit {
  color: var(--heading);
  font-size: 20px;
  position: relative;
}
.suggestion-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  font-family: var(--body-font);
}
.suggestion-price {
  font-size: 14px;
}
.view-all-results {
  display: block;
  width: 100%;
  padding: 12px 15px;
  background: var(--main);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.autocomplete-suggestions .suggestions-title {
  background: var(--heading);
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.autocomplete-suggestions p {
  cursor: pointer;
  margin: 0;
}
.autocomplete-suggestions.focus {
  display: block !important;
}
.autocomplete-suggestions.has-content {
  background: #ffffff;
  overflow: auto;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  color: var(--heading);
}
/** Widget */
form.search-form {
  position: relative;
}
form.search-form input {
  padding-left: 42px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
form.search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--heading);
}
form.search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--heading);
}
form.search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--heading);
}
form.search-form button {
  height: 40px;
  font-size: 24px;
  color: var(--heading);
  min-width: 40px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.jws-search-results.emtry {
  display: none;
}
.product_search input {
  min-height: 44px;
  padding-left: 42px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #E1E0E433;
}
.widget_product_tag_cloud .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.widget_product_tag_cloud a {
  display: inline-block;
  font-size: var(--fs-small);
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  padding: 4px 10px;
}
.widget_product_tag_cloud a:hover {
  background: var(--third);
  border-color: var(--third);
  color: var(--light);
}
.widget-filter-checkbox ul {
  list-style-type: none;
  padding: 0;
}
.widget-filter-checkbox ul .children {
  list-style: none;
  padding: 10px 10px 0;
}
.widget-filter-checkbox ul li:not(:last-child) {
  margin-bottom: 4px;
}
.widget-filter-checkbox ul li > span:not(.count-atr) {
  margin-left: 4px;
}
.widget-filter-checkbox ul li > a {
  padding-left: 35px;
  position: relative;
  color: var(--body);
}
.widget-filter-checkbox ul li > a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  position: absolute;
  left: 0;
  top: -1px;
  opacity: 0.5;
  transition: 0.3s all;
}
.widget-filter-checkbox ul li > a:after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--heading);
  position: absolute;
  left: 3px;
  top: 2px;
  opacity: 0;
}
.widget-filter-checkbox ul li > a.active:after {
  opacity: 1;
}
.widget-filter-checkbox ul li > a:hover {
  color: var(--heading);
}
.widget-filter-checkbox ul li > a:hover:before {
  opacity: 1;
  border-color: var(--heading);
}
.product-categories,
.wc-layered-nav {
  list-style-type: none;
  padding: 0;
}
.product-categories ul,
.wc-layered-nav ul {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  text-transform: uppercase;
}
.product-categories .children,
.wc-layered-nav .children {
  list-style: none;
  padding: 10px 10px 0;
}
.product-categories li:not(.show-color):not(:last-child),
.wc-layered-nav li:not(.show-color):not(:last-child) {
  margin-bottom: 12.5px;
}
.product-categories li:not(.show-color) > span:not(.count-atr),
.wc-layered-nav li:not(.show-color) > span:not(.count-atr) {
  margin-left: 4px;
}
.product-categories li:not(.show-color) > a,
.wc-layered-nav li:not(.show-color) > a {
  color: var(--heading);
}
.product-categories li:not(.show-color) > a:hover,
.wc-layered-nav li:not(.show-color) > a:hover {
  color: var(--main);
}
.product-categories li:not(.show-color).chosen > a,
.wc-layered-nav li:not(.show-color).chosen > a,
.product-categories li:not(.show-color).current-cat > a,
.wc-layered-nav li:not(.show-color).current-cat > a {
  color: var(--main);
}
.widget-title {
  margin-bottom: 15px;
}
.siderbar-inner .widget {
  padding-bottom: 40px;
}
.siderbar-inner .autocomplete-suggestion {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.sidebar-left .siderbar-inner {
  padding-right: 44px;
}
.elementor-widget-wp-widget-tag_cloud h5 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 34px;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.elementor-widget-wp-widget-tag_cloud a {
  display: inline-block;
  font-size: var(--fs-small);
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  padding: 4px 10px;
}
.elementor-widget-wp-widget-tag_cloud a:hover {
  background: var(--third);
  border-color: var(--third);
  color: var(--light);
}
.widget_products .product-item {
  margin-bottom: 16px;
}
.widget_products .product_list_widget {
  list-style-type: none;
  margin-top: 22px;
  padding: 0;
}
.widget_products .product_list_widget .product-item-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.widget_products .product_list_widget .product-item-inner .jws-wishlist-btn {
  position: absolute;
  right: 0;
  font-size: 18px;
}
.widget_products .product_list_widget .product-item-inner .jws-wishlist-btn i:before {
  font-weight: 600;
}
.widget_products .product_list_widget .product-item-inner .jws-wishlist-btn.added {
  color: var(--main);
}
.widget_products .product_list_widget .product-item-inner .jws-wishlist-btn span {
  display: none;
}
.widget_products .product_list_widget .product-item-inner .product-image {
  max-width: 100px;
  margin: 0;
}
.widget_products .product_list_widget .product-item-inner .product-image img {
  will-change: unset;
}
.widget_products .product_list_widget .product-item-inner .product-content {
  max-width: calc(100% - 100px);
  padding-left: 25px;
}
.widget_products .product_list_widget .product-item-inner .woocommerce-loop-product__title {
  margin-bottom: 8px;
  margin-top: 0px;
}
.widget_products .product_list_widget .product-item-inner .product-short-text {
  margin-bottom: 0;
}
.wc-layered-nav .chosen a .swatch:before {
  outline-color: #363636 !important;
}
.wc-layered-nav .count-atr {
  float: right;
  color: var(--third);
  width: 16px;
  text-align: center;
}
.wc-layered-nav .show-color:not(:last-child) {
  margin-bottom: 14px;
}
.wc-layered-nav .show-color a .swatch {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(208, 190, 182, 0.35);
  position: relative;
  cursor: pointer;
  margin-right: 16px;
}
.wc-layered-nav .show-color a .swatch:before {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  outline: 1px solid transparent;
  padding: 2px;
  transition: 0.3s all;
  margin: 0 2px;
  position: absolute;
  left: -5px;
  top: -3px;
  content: "";
}
.elementor-widget-wp-widget-nav_menu ul.menu {
  list-style-type: none;
  padding: 0;
}
.elementor-widget-wp-widget-nav_menu ul.menu li {
  margin-bottom: 8px;
}
.elementor-widget-wp-widget-nav_menu ul.menu li.item-with-label a {
  padding-right: 45px;
}
.elementor-widget-wp-widget-nav_menu ul.menu li a {
  color: var(--body-color);
  position: relative;
  display: inline-block;
}
.elementor-widget-wp-widget-nav_menu ul.menu li a:hover {
  color: var(--main);
}
.elementor-widget-wp-widget-nav_menu ul.menu li a .menu-label {
  color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  padding: 0px 8px;
  position: absolute;
  top: -7px;
  right: 0;
  line-height: 19px;
  margin-left: 6px;
}
.main-sidebar .elementor-widget-wp-widget-search form.search-form {
  border: 0;
  border-bottom: 1px solid #e6eaed;
}
.main-sidebar .elementor-widget-wp-widget-search form.search-form input {
  padding: 0;
}
.main-sidebar .elementor-widget-wp-widget-search form.search-form button {
  text-align: right;
}
.elementor-widget-wp-widget-categories_custom h5 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 18px;
}
.elementor-widget-wp-widget-categories_custom ul {
  list-style-type: none;
  padding: 0;
}
.elementor-widget-wp-widget-categories_custom ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: var(--fs-smallc);
  font-weight: 500;
}
.elementor-widget-wp-widget-categories_custom ul li .cat-count {
  opacity: 0.5;
}
.elementor-widget-wp-widget-categories_custom ul li:not(last-child) {
  margin-bottom: 7px;
}
.elementor-widget-wp-widget-categories_custom ul li .children {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
}
.elementor-widget-wp-widget-categories_custom ul li .children li:last-child {
  margin-bottom: 0;
}
.widget_jws_properties_widget .jws-post-item {
  margin-bottom: 10px;
  height: 100%;
}
.widget-jws-filter-agents .filter-item > h5 {
  margin-bottom: 20px;
}
.widget-jws-filter-agents .field-name .submit {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.widget-jws-filter-agents .field-name input {
  min-height: 40px;
  padding-left: 46px;
}
@media (max-width: 1024px) {
  .smarthomeduct-category-list ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .smarthomeduct-category-list ul img {
    max-width: 80%;
  }
}
body > .site {
  position: relative;
  overflow-x: clip;
}
.properties-wap.owl-carousel > .owl-stage-outer > .owl-stage {
  display: flex;
}
.site-main.jws-blog-archive {
  padding: 100px 0 68px;
}
.site-main.jws-blog-archive.sidebar-right .post_sidebar {
  padding-left: 45px;
}
.site-main.jws-blog-archive.sidebar-left .post_sidebar {
  padding-right: 45px;
}
.jws-main-popup .mfp-content > div {
  max-width: 900px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin: 50px auto;
}
.blur {
  backdrop-filter: blur(10px);
}
.owl-dots {
  text-align: center;
}
.owl-dots button {
  background: var(--main);
  opacity: 0.5;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 4px;
  cursor: pointer;
}
.owl-dots button.active {
  opacity: 1;
}
.owl-nav > button {
  width: 40px;
  height: 40px;
  background: var(--light);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07000000000000001);
  position: absolute;
  top: 50%;
  margin-top: -24px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  transition: 0.3s all;
  cursor: pointer;
  z-index: 2;
  border: 0;
}
.owl-nav > button span {
  font-size: 0;
}
.owl-nav > button span:before {
  font-family: "jws_icon";
  font-size: 16px;
}
.owl-nav > button.owl-next {
  right: 10px;
}
.owl-nav > button.owl-next span:before {
  content: '\e808';
}
.owl-nav > button.owl-prev {
  left: 10px;
}
.owl-nav > button.owl-prev span:before {
  content: '\e809';
}
.owl-nav > button.disabled {
  opacity: 0.1;
  cursor: no-drop;
}
.owl-nav > button:hover {
  background: var(--secondary);
  color: var(--light);
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
}
input[type="checkbox"]:before,
input[type="radio"]:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--border-cl);
  background-color: #ffffff;
  display: block;
  font-family: "jws_icon";
  transition: .3s all;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  content: '\e803';
  font-family: "jws_icon";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s all;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  background: var(--third);
  border-color: var(--third);
}
input[type="radio"]:before {
  border-radius: 100%;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.c-pointer {
  cursor: pointer;
}
.fl-center {
  align-items: center;
}
.fl-bottom {
  align-items: flex-end;
}
.fl_center {
  justify-content: center;
}
.fl_between {
  justify-content: space-between;
}
.fl_end {
  justify-content: flex-end;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-tl {
  top: 0;
  left: 0;
}
.pos-bl {
  bottom: 0;
  left: 0;
}
.rad_100 {
  border-radius: 100%;
}
.rad_5 {
  border-radius: 5px;
}
.rad_10 {
  border-radius: 10px;
}
.rad_20 {
  border-radius: 20px;
}
.rad_50 {
  border-radius: 50px;
}
.mr_b_0 {
  margin-bottom: 0px;
}
.mr_b_10 {
  margin-bottom: 10px;
}
.mr_b_20 {
  margin-bottom: 20px;
}
body.search .search-nav {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 20px 0 40px;
  background: var(--background-item);
  padding: 30px 10px;
}
body.search .search-nav li {
  margin: 0 10px;
}
body.search .search-nav a.active {
  border-bottom: 2px solid var(--main);
  padding-bottom: 3px;
}
.js-content-container .pmpro_content_message {
  display: none;
}
.js-content-container .js-content {
  overflow: hidden;
}
.js-content-container .js-content.js-more {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.js-content-container .js-content p:last-child {
  margin-bottom: 0;
}
.js-content-container .view-more-content {
  display: none;
  padding-top: 15px;
}
.js-content-container .view-more-content i {
  transition: 0.3s all;
  display: inline-block;
  margin-left: 8px;
}
.js-content-container.open .js-content {
  -webkit-line-clamp: 100;
  height: auto;
  max-height: 12.2rem;
  overflow: auto;
}
.js-content-container.open .view-more-content i {
  transform: rotate(-180deg);
}
.jws-breadcrumb {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.jws-breadcrumb * {
  color: var(--body);
}
.jws-breadcrumb .current {
  color: var(--heading);
}
.jws-breadcrumb .delimiter {
  margin: 0 5px;
}
.jws-breadcrumb a:hover {
  color: var(--heading);
}
.background-gradient-mu {
  background: linear-gradient(248.28deg, var(--secondary) 9.539999999999999%, rgba(142, 97, 255, 0) 32.8%), radial-gradient(81.70999999999999% 279.87% at -16.57% -92%, var(--third) 28.69%, rgba(205, 219, 248, 0) 69.54000000000001%), var(--main);
}
.special_change .jws_header .elementor-logo .logo-special {
  display: block;
}
.special_change .jws_header .elementor-logo .logo-inner {
  display: none;
}
.special_change #multiscroll-nav span {
  border-color: #ffffff;
}
.special_change #multiscroll-nav li .active span {
  background: #ffffff;
}
.special_change .jws-offcanvas-action-wrap .html-animation .burger {
  background: var(--main);
}
.special_change .jws-offcanvas-action-wrap .html-animation .burger:before,
.special_change .jws-offcanvas-action-wrap .html-animation .burger:after {
  background: var(--main);
}
.page-mail {
  padding: 60px 0;
}
.page-mail > div {
  margin-bottom: 20px;
}
.page-mail .btn-dark {
  margin-right: 10px;
}
.loader {
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  top: 50%;
  left: 50%;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.loader .circular {
  animation: rotatekey 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #cacaca;
  stroke-linecap: round;
  stroke-width: 5px;
}
.footer-parallax .site-content {
  position: relative;
  z-index: 1;
}
.jws-scrollbar,
.select2-results__options {
  scrollbar-color: rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow-x: hidden;
}
.jws-scrollbar-x {
  overflow-x: auto;
}
.select2-results__options::-webkit-scrollbar,
.jws-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options::-webkit-scrollbar-track,
.jws-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-thumb,
.jws-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.dark-mode-on #preloader {
  background: rgba(0, 0, 0, 0.9);
}
.jws-recapcha {
  margin-top: -1px;
}
.jws-recapcha > div {
  width: auto !important;
  height: auto !important;
}
.is_stuck {
  z-index: 1;
}
.page-no-builder {
  padding: 80px 15px;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  border-color: var(--main) !important;
  outline: none;
  transition: 0.3s all;
}
.slick-slide:first-child {
  display: block;
}
.slick-disabled {
  opacity: 0.5;
}
a,
.slick-slide {
  outline: none !important;
}
.jws_iframe iframe {
  margin: 0 auto;
  display: block;
}
#at-expanded-menu-host .at-expanded-menu {
  animation: fadeIn 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
}
/* Search Page */
.search-results .jws_search_wap {
  margin-bottom: 40px;
}
.search-results .jws_search_wap .entry-title {
  font-size: 24px;
  line-height: 1.5em;
}
.search-results .jws_search_wap .entry-title a {
  color: var(--heading);
}
.search-results .jws_search_wap .jws_search_meta {
  font-size: 14px;
  color: var(--heading);
}
.search-no-results .error-404,
.error404 .error-404 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.search-no-results .page-title,
.error404 .page-title {
  font-size: 24px;
  line-height: 1.5em;
  color: var(--heading);
  font-weight: 700;
}
.search-no-results p,
.error404 p {
  margin-bottom: 25px;
}
/* 404 page */
.error404 .error-404 {
  padding: 100px 0;
}
/* Sidebar Mobile */
.sidebar-mobile-wap .mfp-content {
  position: fixed;
  left: 0;
  width: 300px !important;
  background: #ffffff;
  height: 100%;
  top: 0;
  padding: 30px 15px;
  overflow: auto;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-mobile-wap .mfp-content .mfp-close {
  color: #ebebeb;
  background: #000000;
  top: 0;
}
.sidebar-mobile-wap.mfp-ready .mfp-content {
  transform: translatex(0%);
  -webkit-transform: translatex(0%);
}
.sidebar-mobile-wap.mfp-removing .mfp-content {
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
}
.gallery-global .mfp-content {
  max-width: 900px;
}
.gallery-global .mfp-close {
  top: 0;
}
.gallery-global .mfp-bottom-bar {
  display: none;
}
/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .html_inline,
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .comment-respond,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .html_inline,
.mfp-zoom-in.mfp-ready .comment-respond,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .html_inline,
.mfp-zoom-in.mfp-removing .comment-respond,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
.mfp-zoom-in,
.sidebar-mobile-wap {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in.mfp-bg,
.sidebar-mobile-wap.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.sidebar-mobile-wap.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.sidebar-mobile-wap.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-content .comment-respond {
  max-width: 700px;
  margin: 0 auto;
}
.mfp-arrow-left {
  transform: translatex(-100%);
}
.mfp-arrow-right {
  transform: translatex(100%);
}
.mfp-ready .mfp-arrow-left {
  transform: translatex(0%);
}
.mfp-ready .mfp-arrow-right {
  transform: translatex(0%);
}
.mfp-removing .mfp-arrow-left {
  transform: translatex(-100%);
}
.mfp-removing .mfp-arrow-right {
  transform: translatex(100%);
}
.backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px !important;
  display: block;
  text-align: center;
  background: #ffffff;
  z-index: 99;
  opacity: 0;
  font-size: 16px;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
}
.backToTop:before {
  transform: rotate(180deg);
  display: block;
}
.backToTop.totop-show {
  opacity: 1;
}
.backToTop:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.jws-load-more {
  position: relative;
}
.jws-load-more .has-loaded {
  display: none;
}
.jws-load-more.all-items-loaded .has-loaded {
  display: block;
}
.jws-load-more.all-items-loaded .has-loading {
  display: none;
}
.jws-load-more.items-loading {
  background: transparent !important;
  border-color: transparent !important;
}
.jws-load-more.items-loading:before,
.jws-load-more.items-loading:after {
  opacity: 0.6;
  transition-delay: 0.3s;
  visibility: visible;
}
.jws-load-more.items-loading span {
  opacity: 0;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 8px;
  font-size: var(--fs-small);
}
.jws-pagination-number ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 2px;
}
.jws-pagination-number ul li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.jws-pagination-number ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  border-radius: 8px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.jws-pagination-number ul li > a:hover {
  background: #F5F5F5;
}
.jws-pagination-number ul li > .current {
  background: var(--main);
  color: var(--light);
}
.bg_main {
  background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading);
}
.jws-toolbar-wap {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  left: 0;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 45px;
  background: var(--light);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  transition: 0.3s all;
  transform: translatey(100%);
  opacity: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.jws-toolbar-wap::-webkit-scrollbar {
  display: none;
}
.jws-toolbar-wap .jws-toolbar-item {
  flex: 1 0 20%;
  text-align: center;
  font-size: 10px;
}
.jws-toolbar-wap .jws-toolbar-item .jws-icon-dots-three-outline-vertical {
  transform: rotate(90deg);
  display: inline-block;
}
.jws-toolbar-wap .jws-toolbar-item i {
  display: inline-block;
  font-size: 20px;
}
.jws-toolbar-wap .jws-toolbar-item span {
  display: block;
  line-height: 5px;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist i {
  position: relative;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist i:after {
  background: var(--main);
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  opacity: 0;
  top: 2px;
  right: -2px;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist.dots i:after {
  animation: fadeIn 1s ease infinite;
}
.jws-post-review .jws-open-review {
  min-height: 50px;
  min-width: 200px;
  font-weight: 600;
  border-color: var(--border-cl);
}
.jws-post-review .review-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 15px;
  flex-wrap: wrap;
}
.jws-post-review .review-heading h4 {
  margin: 0;
}
.jws-reviews-area .button-default {
  min-width: 186px;
  min-height: 54px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.jws-reviews-area .review_notice {
  background-color: #f6f6f7;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
}
.jws-reviews-area .review_notice #login-trigger-popup {
  color: var(--secondary);
  font-weight: 600;
  cursor: pointer;
}
.jws-reviews-area #comment-form {
  display: none;
}
.jws-reviews-area .form-row {
  margin-bottom: 20px;
}
.jws-reviews-area .comment-list {
  padding: 0;
  list-style-type: none;
}
.jws-reviews-area .info-top {
  margin-bottom: 23px;
}
.jws-reviews-area .comment-avatar img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 100%;
}
.jws-reviews-area .comment-author {
  width: calc(100% - 55px);
  padding-left: 18px;
}
.jws-reviews-area .comment-author h6 {
  margin-top: 4px;
}
.jws-reviews-area .star-rating {
  margin-bottom: 5px;
}
.jws-reviews-area .comment-date {
  top: -4px;
  right: 0;
  position: absolute;
}
.jws-reviews-area .star-rating:before {
  color: #FFC119;
}
.jws-reviews-area .star-rating span:before {
  color: #FFC119;
}
.jws-reviews-area .comment-content {
  margin-bottom: 6px;
}
.jws-reviews-area .comment-vote {
  color: var(--body2);
  display: flex;
}
.jws-reviews-area .comment-vote.loading {
  pointer-events: none;
}
.jws-reviews-area .comment-vote .vote-loading {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.jws-reviews-area .comment-vote a {
  vertical-align: middle;
  position: relative;
  margin-right: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.jws-reviews-area .comment-vote a i {
  font-size: 24px;
}
.jws-reviews-area .comment-vote a[data-action="like"].selected i:before {
  content: '\e843';
}
.jws-reviews-area .comment-vote a[data-action="unlike"].selected i:before {
  content: '\e844';
}
.jws-reviews-area .comment-vote a:first-child {
  margin-left: 18px;
}
.jws-reviews-area li:not(:last-child) .comment-body {
  margin-bottom: 30px;
}
.jws-reviews-area .comment-body {
  border-bottom: 1px solid #F7F5F2;
  padding-bottom: 30px;
}
@media (min-width: 1500px) {
  .container-full #main > .container {
    padding: var(--container-padding);
  }
}
@media (max-width: 1024px) {
  .jws-toolbar-wap {
    transform: translatey(0);
    opacity: 1;
  }
  body.has_toolbar {
    padding-bottom: 55px;
  }
  .backToTop {
    bottom: 65px;
  }
  .jws_sticky_move {
    position: unset !important;
    top: 0 !important;
    width: 100% !important;
  }
  .jws_sticky_move ~ div {
    display: none !important;
  }
  .site-main.jws-blog-archive.sidebar-right .post_sidebar {
    padding-left: 15px;
  }
  .site-main.jws-blog-archive.sidebar-left .post_sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .site-main.jws-blog-archive.sidebar-left .post_sidebar {
    order: 12;
  }
  .backToTop {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  #jws-login-form .jws-animation form .lost-pass-link {
    font-size: 14px;
  }
  .js-content-container .js-content {
    max-height: 4rem;
  }
}
.d_flex {
  display: flex;
}
.fl_center {
  align-items: center;
}
.fl_center2 {
  justify-content: center;
}
.fl_between {
  justify-content: space-between;
}
.d_flex_wrap {
  flex-wrap: wrap;
}
.jws_header {
  position: relative;
  z-index: 100;
}
.admin-bar .header-side {
  padding-top: 32px;
}
.has-header-side .site-content,
.has-header-side .site-footer {
  width: calc(100% - 156px);
  transform: translatex(156px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-side {
  width: 116px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-overflow-style: none;
  /* IE and Edge */
  background: var(--background-body);
  scrollbar-width: none;
  /* Firefox */
}
.header-side > .elementor {
  height: 100%;
}
.header-side > .elementor .elementor-section-height-full {
  height: 100%;
}
.header-side::-webkit-scrollbar {
  display: none;
}
.has-header-side.header-side-open .site-content,
.has-header-side.header-side-open .site-footer {
  transform: translatex(156px);
}
.has-header-side.header-side-open .header-side {
  transform: none;
}
.has-header-side.menu-expand .jws-menu-side-element .jws-menu-side > .menu-item > a > .menu-text {
  pointer-events: auto;
  opacity: 1;
  transition: 0.3s all;
  transition-delay: 0.3s;
}
.has-header-side.menu-expand .header-side {
  width: 200px;
  padding-left: 0;
}
.has-header-side.menu-expand .site-content,
.has-header-side.menu-expand .site-footer {
  transform: translatex(200px);
}
header.header_absolute_yes {
  position: absolute;
  width: 100%;
}
/* Title Bar */
.jws-breadcrumbs__item--home {
  color: var(--main) !important;
}
.jws-breadcrumb i {
  margin-left: 12px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 12px;
}
.jws-breadcrumb .delimiter {
  margin: 0 10px;
}
.jws-breadcrumb .br-home:before {
  content: '\e829';
  font-family: "jws_icon";
  font-size: 20px;
  margin-right: 10px;
}
.jws-title-bar-wrap .jws-title-bar-wrap-inner {
  position: relative;
}
.jws-title-bar-wrap .jws-title-bar-wrap-inner:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: absolute;
  inset: 0;
  content: "";
}
.jws-title-bar-wrap .jws-title-bar {
  position: relative;
}
.jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
  color: var(--light);
  margin-bottom: 27px;
}
.jws-title-bar-wrap .jws-title-bar .jws-breadcrumb {
  color: var(--light);
  font-size: var(--fs-small);
}
.jws-title-bar-wrap .jws-title-bar .jws-breadcrumb i {
  color: var(--light);
}
.jws-title-bar-wrap .jws-title-bar .jws-breadcrumb a {
  color: var(--light);
}
.jws-title-bar-wrap .jws-title-bar .jws-breadcrumb a:hover {
  color: var(--light);
}
.account-menu-dropdown {
  background: var(--light);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
  position: absolute;
  top: 100%;
  z-index: 1;
  padding: 21px 0;
  pointer-events: none;
  width: 230px;
  right: 0;
  text-align: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.account-menu-dropdown ul {
  will-change: transform;
  padding: 0;
  list-style-type: none;
}
.account-menu-dropdown a {
  font-size: 14px;
  color: var(--heading);
  display: block;
  padding: 7.5px 25px;
  line-height: 20px;
}
.account-menu-dropdown a:hover {
  color: var(--main);
}
.account-menu-dropdown a i {
  margin-right: 22px;
  font-size: 17px;
}
.account-menu-dropdown .no-user {
  padding: 0 25px;
}
.account-menu-dropdown .no-user li:not(:last-child) {
  margin-bottom: 20px;
}
.account-menu-dropdown .hover_2 {
  font-weight: 500;
  border: 2px solid;
  text-align: center;
  padding: 10.5px 25px;
}
.account-menu-dropdown .hover_2:hover {
  background: var(--main);
  color: var(--light);
  border-color: var(--main);
}
.account-menu-dropdown .hover:hover {
  background: #f3f3f3;
}
.account-menu-dropdown .account-setting {
  position: relative;
}
.account-menu-dropdown .account-setting .settings {
  position: absolute;
  right: 21px;
  top: 7px;
  font-size: 17px;
  padding: 0;
}
.account-menu-dropdown .account-setting .settings:hover {
  color: var(--main);
}
.account-menu-dropdown .account-setting .name a {
  color: var(--main);
  font-weight: bold;
  display: flex;
  -webkit-display: flex;
}
.account-menu-dropdown #jws-login-form {
  padding: 7px 25px 0px;
}
.account-menu-dropdown #jws-login-form .jws-animation form p {
  margin-bottom: 15px;
}
.account-menu-dropdown #jws-login-form .message {
  margin-top: 20px;
}
.account-menu-dropdown #recaptcha6 {
  transform: scale(0.5960259999999999);
  -webkit-transform: scale(0.5960259999999999);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.account-menu-dropdown .jws-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  margin-bottom: 0 !important;
}
.account-menu-dropdown .jws-button .button {
  width: 50% !important;
}
.account-menu-dropdown .jws-button a {
  width: 50%;
  padding: 0;
  padding-left: 10px;
}
.account-menu-dropdown .message {
  margin-top: 20px;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 0;
}
#jws_header_default .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a {
  padding: 0;
  padding-right: 25px;
}
@media (min-width: 1025px) {
  .has-header-side.menu-expand .site-content,
  .has-header-side.menu-expand .site-footer {
    width: calc(100% - 200px);
  }
  .car-account-action:hover .account-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .has-tool-bar .header-side {
    padding-bottom: 45px;
  }
  .car-account-action.active .account-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    pointer-events: auto;
  }
  .has-header-side .site-content,
  .has-header-side .site-footer {
    width: 100%;
    transform: none;
  }
  .header-side {
    transform: translateX(-100%);
  }
}
.is-sticky {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
.cafe-scroll-up-sticky.is-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky.active-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.5s all !important;
}
.is-sticky.no-active-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: 0.5s all !important;
}
.cafe-sticky-row-container {
  width: 100%;
}
.site-footer {
  clear: both;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation: inherit;
    animation: inherit;
  }
}
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes jws_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jws_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.jws_fadeInUp {
  -webkit-animation-name: jws_fadeInUp;
  animation-name: jws_fadeInUp;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(2.2, 2.2, 1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
#pulse:before,
#pulse:after {
  animation: 3s ease-out 0s normal none infinite running pulse;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
  content: "";
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: -1;
}
#pulse:after {
  animation-delay: 1.5s;
}
#pulse {
  width: 50px;
  height: 50px;
  background: #ffffff url('http://www.blogher.com/files/imagecache/tiny_thumb/user_pictures/picture-196261.jpg') no-repeat center center;
  position: relative;
  border-radius: 25px;
  text-align: center;
  font: bold 14px/50px tahoma;
}
/*
  3. LIQUID SHORTCODES
*/
@-webkit-keyframes btnIconRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes btnIconRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translatey(50px);
    -webkit-transform: translatey(50px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translatey(-50px);
    -webkit-transform: translatey(-50px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translatex(150px);
    -webkit-transform: translatex(150px);
  }
  to {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
  }
  to {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes MoveLeft {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(100px);
    -webkit-transform: translatex(100px);
  }
}
@keyframes MoveRight {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(-100px);
    -webkit-transform: translatex(-100px);
  }
}
@keyframes MoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
  }
}
@keyframes MoveBottom {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(100px);
    -webkit-transform: translatey(100px);
  }
}
@keyframes MoveZoomIn {
  from {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes MoveZoomOut {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
@keyframes MoveCircle {
  0% {
    transform: rotate(0deg) translate(-100%) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-100%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-100%) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(-100%) rotate(-360deg);
  }
}
@keyframes MoveCircleSmall {
  0% {
    transform: rotate(0deg) translate(-10%) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-10%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-10%) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(-10%) rotate(-360deg);
  }
}
@keyframes MoveCircle360 {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes width100 {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlpha_display {
  0% {
    opacity: 0;
    transform: translateX(-7px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bounceAlpha_hiden {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(7px);
  }
}
@keyframes bounceAlpha2 {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlphaUp {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@keyframes bounceAlphaUp2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(-10px);
  }
  26% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes jwsWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes jwsWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-2 16:2:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w:http://animista.net,t:@cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0), rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0) rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-transform: translateY(-60px) rotateX(90deg);
    transform: translateY(-60px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0), rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-transform: translateY(-60px) rotateX(90deg);
    transform: translateY(-60px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0) rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0), rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0), rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
[data-settings='{"_animation":"bounceInLeft"}'] img,
[data-settings='{"_animation":"bounceInDown"}'] img,
[data-settings='{"_animation":"bounceInUp"}'] img,
[data-settings='{"_animation":"bounceInRight"}'] img {
  opacity: 0;
  transition: 0.2s all;
}
[data-settings='{"_animation":"bounceInLeft"}']:before,
[data-settings='{"_animation":"bounceInDown"}']:before,
[data-settings='{"_animation":"bounceInUp"}']:before,
[data-settings='{"_animation":"bounceInRight"}']:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #fafafa;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s ease-in-out, opacity 0s;
  content: "";
  z-index: 1;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before,
[data-settings='{"_animation":"bounceInDown"}'].animated:before,
[data-settings='{"_animation":"bounceInUp"}'].animated:before,
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
  background: #fafafa;
  opacity: 1;
  transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated img,
[data-settings='{"_animation":"bounceInDown"}'].animated img,
[data-settings='{"_animation":"bounceInUp"}'].animated img,
[data-settings='{"_animation":"bounceInRight"}'].animated img {
  opacity: 1;
  transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}']:before {
  transform-origin: 100% 50%;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before {
  transform: scaleX(0);
}
[data-settings='{"_animation":"bounceInDown"}']:before {
  transform-origin: 50% 100%;
}
[data-settings='{"_animation":"bounceInDown"}'].animated:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInUp"}']:before {
  transform-origin: 50% 0%;
}
[data-settings='{"_animation":"bounceInUp"}'].animated:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInRight"}']:before {
  transform-origin: 0% 50%;
}
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
  transform: scaleX(0);
}
.bounceInLeft,
.bounceInDown,
.bounceInUp,
.bounceInRight {
  animation-name: none;
}
.perspective {
  -webkit-perspective: 1800px;
  perspective: 1800px;
}
.animated {
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@keyframes pulse-border-simple {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
  }
}
@keyframes pulse-border3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes width-left-right {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  -webkit-animation-name: lds-dual-ring;
  animation-name: lds-dual-ring;
}
/* Elementor Section Custom */
.shade_animation {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shade_animation .shade_wrap_inner {
  position: absolute;
}
.shade_animation .shade_wrap_inner.alternate {
  animation-direction: alternate;
}
.shade_animation .shade_wrap_inner.infinite {
  animation-iteration-count: infinite;
}
.custom_height_fd {
  height: 100%;
}
.elementor-widget-text-editor > p {
  margin-bottom: 0;
}
.elementor-bg-before-yes:before {
  content: "";
  height: 100%;
  position: absolute;
}
.elementor-bg-before-yes.elementor-bg-before-align-left:before {
  left: 0;
}
.elementor-bg-before-yes.elementor-bg-before-align-right:before {
  right: 0;
  left: inherit;
}
.jws-shade-yes > .shade_animation {
  opacity: 1;
}
.svg-shade-animation svg path {
  stroke-dashoffset: 20;
  stroke-dasharray: 20;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.svg-shade-animation svg .path_line {
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
}
.svg-shade-animation.animated svg path {
  stroke-dashoffset: 0;
}
.elementor-image-animation-360-yes img {
  animation-name: MoveCircle360;
  animation-timing-function: linear;
  animation-duration: 14s;
  animation-delay: 0s;
  display: block;
  animation-iteration-count: infinite;
}
@-webkit-keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.elementor-counter {
  position: relative;
}
.elementor-counter:before {
  content: "";
  width: 46px;
  height: 46px;
  background: #f6a25c;
  position: absolute;
  bottom: -12px;
  left: -17px;
}
.elementor-counter .elementor-counter-title {
  z-index: 1;
  position: relative;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  transition: 0.3s all;
}
.elementor-social-icon i {
  transition: 0.3s all;
}
body .elementor-social-icon {
  vertical-align: middle;
}
body .elementor-social-icon {
  background: transparent;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: 1.1;
}
.elementor-widget-container p {
  margin: 0;
}
body .elementor-widget .elementor-icon-list-icon i {
  width: 1em;
}
/* Contact Form 7 */
.elementor-field-label {
  margin-bottom: 0;
}
/* Widget Default Elementor */
.elementor-accordion-item {
  overflow: hidden;
}
.single-elementor_library .post_sidebar {
  display: none;
}
.single-elementor_library .post_content {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.elementor-accordion .elementor-tab-content {
  border-top: 0;
}
.elementor-section.elementor-section-height-full > .elementor-container {
  height: 100%;
}
/* Custom Color Default Eleemetor Widget */
.elementor-testimonial-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
  background-color: #F7F5F2;
  padding: 5px 10px 5px 5px;
  border-radius: 30px;
  margin-bottom: 17px;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
  padding-inline-end: 8px;
}
.elementor-element .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-element .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  color: var(--main);
}
.elementor-element .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--main);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 10px 15px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  display: block !important;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
  flex-basis: 0 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  display: inline-block;
}
.elementor-widget-n-accordion .e-n-accordion-item {
  overflow: hidden;
}
.jws-custom-true .e-n-accordion-item-title-icon {
  transition: 0.3s all;
}
.jws-custom-true details[open] .e-n-accordion-item-title-icon {
  transform: rotate(45deg);
}
.elementor-progress-percentage {
  top: calc(100% - 33px);
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 0.3s all;
}
div[style] .elementor-progress-percentage {
  opacity: 1;
  transition-delay: 0.5s;
}
.elementor-progress-wrapper {
  overflow: unset !important;
}
.elementor-progress-bar {
  position: relative;
}
.elementor-widget-progress .elementor-title {
  display: block;
  margin-bottom: 7px;
}
.elementor-icon-box-description {
  overflow-wrap: break-word;
}
#nsl-notices-fallback > div {
  background: var(--background-item);
}
body div.nsl-container.nsl-container-block .nsl-container-buttons {
  display: block;
}
body div.nsl-container .nsl-button-default div.nsl-button-label-container {
  font-family: inherit;
  letter-spacing: 0;
  flex: none;
  padding: 0;
}
body div.nsl-container .nsl-button-svg-container {
  padding: 0;
}
body div.nsl-container .nsl-button {
  border-radius: 5px !important;
  padding: 1px 0px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  color: var(--heading);
  border: 2px solid var(--border-cl);
  margin-bottom: 12px;
}
body div.nsl-container .nsl-button.nsl-button-facebook svg path {
  fill: #1877F2;
}
body div.nsl-container .nsl-button-google[data-skin="light"] {
  box-shadow: none;
  border: 2px solid var(--border-cl);
}
body div.nsl-container .nsl-button-google[data-skin="light"] b {
  color: inherit;
}
.nav-outside-prev,
.nav-outside-next {
  cursor: pointer;
}
@media (max-width: 767px) {
  .remove-absolute {
    position: unset !important;
  }
}
/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 5px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em;
  font-size: 0.875em;
  max-width: 120px;
}
.menu-badge {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 7px;
  margin-left: 14px;
  vertical-align: middle;
  text-transform: uppercase;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  right: 30px;
  top: 20%;
}
.toggled button.menu-toggle::before,
.toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}
.primary-navigation {
  display: none;
}
ul.menu li.current-menu-item > a,
ul.menu li.current-menu-ancestor > a,
ul.menu li.current-menu-parent > a {
  text-decoration: none;
}
.main-navigation {
  position: relative;
}
.main-navigation::before,
.main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  --sub_menu_spacing: 0px;
  clear: both;
}
.main-navigation .menu > li:after {
  content: "";
  width: 100%;
  height: var(--sub_menu_spacing);
  display: block;
  position: absolute;
}
.main-navigation ul.menu {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
}
.main-navigation ul.menu > li.menu-item > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 7px 12.5px;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 15px;
  font-weight: 600;
}
.main-navigation ul.menu > li.menu-item > a:hover {
  text-decoration: none;
}
.main-navigation ul.menu > li.menu-item > a > i {
  margin-inline-start: 7px;
  font-size: 16px;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item a {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item a span {
  position: relative;
  display: inline-block;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left center;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item:hover > a {
  text-decoration: none;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-item > a {
  color: var(--secondary);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item:hover > a {
  transform: translateX(10px);
  color: currentColor;
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item:hover > a span:after {
  transform: scaleX(1);
}
.main-navigation .sub-menu {
  padding: 24px 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.main-navigation .sub-menu > li.menu-item-has-children > a::after {
  font-family: "jws_icon";
  content: "\E808";
  font-weight: 900;
  margin-left: 8px;
  font-size: 16px;
  float: right;
}
.main-navigation .sub-menu .menu-item a {
  padding: 7.5px 25px;
}
.menu-hover-style-background .main-navigation ul.menu > li.menu-item:hover > a {
  background-color: var(--secondary);
  border-radius: 5px;
}
.mobile-navigation {
  clear: both;
}
.mobile-navigation ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.mobile-navigation ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a {
  display: block;
  padding: 12px 0;
  color: var(--accent);
  transition: none;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 40px;
  border-bottom: 1px solid var(--border-cl);
}
.mobile-navigation ul > li.menu-item > a .btn-sub-menu {
  float: right;
  border: 0;
  background: transparent;
  font-size: 20px;
}
.mobile-navigation ul > li.menu-item > a i {
  font-size: 16px;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: 700;
  color: var(--accent);
}
.mobile-navigation ul > li.menu-item > a span.text-link i {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul ul.sub-menu {
  display: none;
  margin-bottom: 10px;
  padding-inline-start: 15px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a {
  font-size: 12px;
  text-transform: unset;
  padding: 8px 0;
  line-height: 1.8571428571;
  transition: none;
  letter-spacing: 0;
  font-weight: 400;
}
/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.has-mega-menu .mega-containerwidth {
  max-width: var(--container);
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}
.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.mega-menu.mega-stretchwidth {
  width: 100vw;
  display: none;
}
.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}
/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
@media (min-width: 1025px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  .menu-toggle,
  .main-navigation.toggled div.menu {
    display: none;
  }
  .primary-navigation {
    display: block;
  }
  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul li a:not(.elementor-button-link) {
    display: block;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
  }
  .main-navigation ul li:hover > ul li > ul,
  .main-navigation ul li.focus > ul li > ul {
    display: block;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation ul li:hover > ul li > ul:before,
  .main-navigation ul li.focus > ul li > ul:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 15px;
    left: -15px;
  }
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li:hover > ul li:hover > ul,
  .main-navigation ul li:hover > ul li.focus > ul,
  .main-navigation ul li.focus > ul li:hover > ul,
  .main-navigation ul li.focus > ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-navigation ul ul.sub-menu {
    float: left;
    position: absolute;
    top: calc(100% + var(--sub_menu_spacing));
    transform: translateY(20px);
    z-index: 99999;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease;
    pointer-events: none;
  }
  .main-navigation ul ul.sub-menu:not(.mega-menu) {
    border-radius: 7px;
  }
  .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul.sub-menu li {
    display: block;
    min-width: 280px;
  }
}
.jws-info-box {
  --icon-size: 30px;
}
.jws-info-box .box-icon svg,
.jws-info-box .box-icon i {
  width: 1em;
  height: 1em;
}
.jws-info-box.layout1 {
  --btn-bgcolor: var(--secondary);
  --btn-bgcolor2: var(--secondary);
  height: 100%;
}
.jws-info-box.layout1 .box-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: var(--main);
  color: var(--light);
  transition: 0.3s all;
}
.jws-info-box.layout1 .box-title {
  margin-top: 24px;
  margin-bottom: 17px;
}
.jws-info-box.layout1 .box-content {
  margin-bottom: 28px;
}
.jws-info-box.layout1 .jws-info-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  padding: 47px 30px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  height: 100%;
}
.jws-info-box.layout1 .jws-info-box-inner:hover .box-icon {
  background-color: var(--secondary);
  color: var(--light);
}
.jws-info-box.layout1 .box-more {
  margin-top: auto;
}
.jws-info-box.layout1 .box-more a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  padding-right: 35px;
}
.jws-info-box.layout2 {
  height: 100%;
}
.jws-info-box.layout2 .d-flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.jws-info-box.layout2 .jws-info-box-inner {
  border-radius: 10px;
  border: 1px solid var(--border-cl);
  padding: 13px 23px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.jws-info-box.layout2 .box-content {
  margin-bottom: 50px;
}
.jws-info-box.layout2 .box-more a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.jws-info-box.layout3 {
  --btn-bgcolor: var(--secondary);
  --btn-bgcolor2: var(--secondary);
}
.jws-info-box.layout3 .box-icon {
  display: inline-block;
  border-radius: 100%;
  font-size: 32px;
  padding: 30px;
  background-color: #F7F5F2;
  color: var(--light);
}
.jws-info-box.layout3 .box-title {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: bold;
}
.jws-info-box.layout3 .box-content {
  margin-bottom: 13px;
}
.jws-info-box.layout3 .jws-info-box-inner {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 35px 23px;
  border: 1px solid var(--border-cl);
}
.jws-info-box.layout3 .box-more a {
  color: var(--third);
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.jws-info-box.layout3 .box-more a i {
  margin-left: 4px;
  transition: 0.3s all;
  display: inline-block;
}
.jws-info-box.layout3 .box-more a:hover i {
  transform: rotate(45deg);
}
.jws-info-box.layout4 .jws-info-box-inner {
  background-color: #ffffff;
  transition: 0.3s all;
  border-radius: 20px;
  padding: 46px 40px;
}
.jws-info-box.layout4 .jws-info-box-inner:hover {
  background-color: var(--main);
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title span {
  color: var(--light);
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-content {
  color: rgba(255, 255, 255, 0.7);
}
.jws-info-box.layout4 .box-content {
  color: var(--body3);
}
.jws-info-box.layout4 .box-title {
  color: var(--secondary);
  margin-bottom: 8px;
}
.jws-info-box.layout4 .box-title span {
  font-size: 28px;
  line-height: 34px;
  vertical-align: middle;
  color: var(--body);
}
@media (max-width: 767px) {
  .jws-info-box.layout1 .jws-info-box-inner {
    padding: 20px 15px;
  }
}
.test_scroll > .e-con-inner > .elementor-element {
  position: sticky;
}
.test_scroll > .e-con-inner > .elementor-element:nth-child(1) {
  top: 50px;
}
.test_scroll > .e-con-inner > .elementor-element:nth-child(2) {
  top: 150px;
}
.test_scroll > .e-con-inner > .elementor-element:nth-child(3) {
  top: 250px;
}
.jws_testimonials_slider_wrap .average-rating {
  margin-bottom: 1px;
  display: block;
}
.jws_testimonials_slider_wrap .average-rating .jws-star-rating {
  width: 115px;
  position: relative;
  height: 27px;
  display: inline-block;
}
.jws_testimonials_slider_wrap .average-rating .jws-star-rating .jws-star-rated {
  position: absolute;
  overflow: hidden;
  height: 27px;
  display: block;
}
.jws_testimonials_slider_wrap .average-rating .jws-star-rating .jws-star-rated:before {
  font-family: "jws_icon";
  content: "\e813\e813\e813\e813\e813";
  font-weight: 900;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 18px;
  text-indent: 0;
  color: var(--secondary);
  letter-spacing: 6px;
}
.jws_testimonials_slider_wrap.layout4 .d_flex {
  align-items: center;
  gap: 12px;
}
.jws_testimonials_slider_wrap.layout4 img {
  max-width: 50px;
  border-radius: 100%;
}
.jws_testimonials_slider_wrap.layout4 .testimonials-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.jws_testimonials_slider_wrap.layout4 .testimonials-job {
  font-size: var(--fs-small);
}
.jws_testimonials_slider_wrap.layout4 .average-rating .jws-star-rating .jws-star-rated:before {
  text-indent: 0;
  letter-spacing: 2px;
}
.jws_testimonials_slider_wrap.layout4 .testimonials-description {
  margin-top: 15px;
  margin-bottom: 35px;
}
.jws_testimonials_slider_wrap.layout4 .slider-content {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 30px;
}
.jws_testimonials_slider_wrap.layout3 .testimonials-icon {
  width: 65px;
  height: 65px;
  background: var(--secondary);
  border-radius: 0px 20px;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.jws_testimonials_slider_wrap.layout3 .slider-content {
  max-width: 747px;
  margin: 0 auto;
  text-align: center;
}
.jws_testimonials_slider_wrap.layout3 .testimonials-description {
  margin-bottom: 59px;
}
.jws_testimonials_slider_wrap.layout3 .testimonials-info {
  margin-bottom: 27px;
}
.jws_testimonials_slider_wrap.layout3 img {
  max-width: 80px;
  border-radius: 100%;
}
.jws_testimonials_slider_wrap.layout3 .testimonials-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.jws_testimonials_slider_wrap.layout3 .testimonials-job {
  font-size: var(--fs-small);
}
.jws_testimonials_slider_wrap.layout2 .first .slider-content {
  background: #F7F5F2;
}
.jws_testimonials_slider_wrap.layout2 .testimonials-icon {
  position: absolute;
  width: 65px;
  height: 65px;
  left: -33px;
  top: 35px;
  background: var(--secondary);
  border-radius: 0px 20px;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
}
.jws_testimonials_slider_wrap.layout2 .slider-content {
  border-radius: 20px;
  border: 1px solid var(--border-cl);
  padding: 48px 70px 0;
  position: relative;
  transition: 0.3s all;
}
.jws_testimonials_slider_wrap.layout2 .average-rating {
  margin-bottom: 2px;
}
.jws_testimonials_slider_wrap.layout2 img {
  max-width: 80px;
  border-radius: 100%;
}
.jws_testimonials_slider_wrap.layout2 .content-bottom {
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--border-cl);
  padding: 35px 0 35px;
  margin-top: 66px;
}
.jws_testimonials_slider_wrap.layout1 .d_flex {
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.jws_testimonials_slider_wrap.layout1 img {
  max-width: 80px;
  border-radius: 100%;
}
.jws_testimonials_slider_wrap.layout1 .testimonials-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.jws_testimonials_slider_wrap.layout1 .testimonials-job {
  font-size: var(--fs-small);
}
.jws_testimonials_slider_wrap.layout1 .slider-content {
  background: var(--light);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 20px;
  padding: 48px 40px;
  margin: 30px 0;
}
.jws_testimonials_slider_wrap.layout1 .testimonials-info {
  position: relative;
  padding-right: 50px;
  width: calc(100% - 80px);
}
.jws_testimonials_slider_wrap.layout1 .testimonials-info i {
  font-size: 38px;
  position: absolute;
  right: 10px;
  color: var(--secondary);
  top: 0;
}
@media (min-width: 1024px) {
  .slick-no-slide .slick-track {
    width: 100% !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .jws_testimonials_slider_wrap.layout2 .content-bottom {
    margin-top: 35px;
  }
  .jws_testimonials_slider_wrap .jws-nav-carousel > div {
    display: none;
  }
}
.jws-post-item {
  margin-bottom: 30px;
}
.jws-animated-post .jws-post-item {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.3s all;
}
.jws-animated-post .jws-animated {
  transform: none;
  opacity: 1;
}
.jws-blog-element .mix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.jws-blog-element .mix .mix-item {
  grid-column-start: span 2;
}
.jws-blog-element .mix .mix-item:first-child {
  grid-row-start: span 3;
}
.jws-blog-element .jws-taxonomy-filter {
  margin-bottom: 30px;
}
.jws-blog-element .jws-taxonomy-filter ul {
  justify-content: flex-start;
}
.jws-blog-element .jws-taxonomy-filter ul li a {
  padding: 5px 15px;
}
.jws-blog-element .post-detail {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.jws-blog-element .jws_post_meta {
  display: flex;
  flex-wrap: wrap;
}
.jws-blog-element .jws_post_meta > span:not(:last-child):after {
  width: 5px;
  height: 5px;
  background: var(--secondary);
  flex: none;
  order: 0;
  flex-grow: 0;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 12px;
}
.jws-blog-element .post-media {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.jws-blog-element .post-media .video_format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.jws-blog-element .post-media .video_format a {
  display: inline-block;
  position: relative;
  transition: 0s all;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.jws-blog-element .post-media .video_format a:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  content: "";
  border: 1px solid #fff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.jws-blog-element .post-media img {
  width: 100%;
  transition: 0.3s all;
}
.jws-blog-element .post-inner:hover .post-media img {
  transform: scale(1.1);
}
.jws-blog-element .jws_blog_layout1 .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.jws-blog-element .jws_blog_layout1 .post-inner .jws_post_meta {
  margin-bottom: 15px;
}
.jws-blog-element .jws_blog_layout1 .post-inner .post-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
}
.jws-blog-element .jws_blog_layout1 .post-inner .entry-title {
  margin-bottom: 13px;
}
.jws-blog-element .jws_blog_layout1 .post-inner .jws_post_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 270px);
  flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
  padding-left: 25px;
}
.jws_blog_layout2 .entry-title {
  margin-bottom: 13px;
  margin-top: 13px;
}
.jws_blog_layout2 .jws_post_excerpt {
  margin-bottom: 15px;
}
.jws_blog_layout2 .post-media {
  margin-bottom: 24px;
}
.jws_blog_layout3 .post-media {
  margin-bottom: 28px;
}
.jws_blog_layout3 .jws_post_meta {
  margin-bottom: 13px;
}
.jws_blog_layout3 .entry-title {
  margin-bottom: 13px;
  margin-top: 15px;
}
.jws_blog_layout3 .jws_post_excerpt {
  margin-bottom: 15px;
}
.jws_blog_layout4 .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.jws_blog_layout4 .post-inner .jws_post_meta {
  margin-bottom: 6px;
}
.jws_blog_layout4 .post-inner .post-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  border-radius: 5px;
}
.jws_blog_layout4 .post-inner .entry-title {
  margin-bottom: 13px;
}
.jws_blog_layout4 .post-inner .post_cat a {
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: bold;
}
.jws_blog_layout4 .post-inner .jws_post_content {
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 110px);
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
}
.jws_blog_layout5 .jws-post-item {
  margin-bottom: 0;
}
.jws_blog_layout5 .jws-post-item:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.jws_blog_layout5 a {
  display: flex;
  gap: 15px;
  margin-bottom: 17px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-cl);
}
.jws_blog_layout5 .top-number {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 24px;
  text-align: center;
  background: rgba(200, 121, 8, 0.2);
  font-size: 12px;
  font-weight: 600;
}
.jws_blog_layout5 .entry-title {
  flex: 1;
}
.jws_pagination {
  display: flex;
  justify-content: center;
}
.jws_pagination .jws-load-more {
  padding: 14px 37px;
}
.jws_pagination .jws-load-more.loading {
  pointer-events: none;
}
.jws_pagination .jws-load-more.loading .has-loading {
  opacity: 0;
}
.elementor-nav-slider-align-center .custom_navs {
  margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
  margin-left: auto;
}
@media (max-width: 992px) {
  .jws-blog-element .jws_blog_layout3 .post-inner .jws_post_content {
    padding-left: 0;
    padding-right: 0;
  }
  .jws-blog-element .jws_blog_layout1 .post-inner .post-media {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
  .jws-blog-element .jws_blog_layout1 .post-inner .jws_post_content {
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .jws-blog-element .jws-post-item.true .post-media {
    width: 100%;
  }
  .jws-blog-element .jws-post-item.true .jws_post_content {
    width: 100%;
    padding: 17px 0 0 0px !important;
  }
  .jws-blog-element .jws_blog_layout3 .post-media {
    margin-bottom: 30px;
  }
  .jws-blog-element .mix {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .jws_blog_layout4 .post-inner {
    display: block;
  }
  .jws_blog_layout4 .post-inner .jws_post_content {
    max-width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .jws-blog-element .jws_blog_layout1 .post-inner {
    flex-direction: column;
  }
  .jws-blog-element .jws_blog_layout1 .post-inner .post-media {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .jws-blog-element .jws_blog_layout1 .post-inner .jws_post_content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.jws_team .jws_team_inner .jws_team_image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.jws_team .jws_team_inner .jws_team_image img {
  transition: 0.7s all;
  width: 100%;
}
.jws_team .jws_team_inner:hover .jws_team_image img {
  transform: scale(1.15);
}
.jws_team .jws_team_inner .team_title {
  margin-bottom: 7px;
  margin-top: 17px;
}
.jws_team .jws_team_inner .team_job {
  margin-bottom: 10px;
}
.jws_team.layout1 .jws_team_inner .jws_team_image {
  border-radius: 100%;
}
.jws_team.layout1 .jws_team_inner .jws_team_content {
  text-align: center;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_description {
  margin-bottom: 20px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon {
  display: flex;
  justify-content: center;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li {
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li a {
  width: 40px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #e6eaed;
  font-size: 14px;
  border-radius: 50%;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li a:hover {
  background: var(--main);
  color: #ffffff;
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: var(--fs-small);
}
.jws-breadcrumbs li {
  display: inline;
  vertical-align: middle;
}
.jws-breadcrumbs li a {
  color: var(--body2);
}
.jws-breadcrumbs li a:hover {
  color: var(--main);
}
.jws-breadcrumbs li:first-child {
  margin-left: 0 !important;
}
.jws-breadcrumbs li i {
  display: inline-block;
}
.jws-breadcrumbs__crumb--home:before {
  content: '\e829';
  font-family: "jws_icon";
  font-size: 20px;
  margin-right: 10px;
  color: currentColor;
}
.elementor-widget-jws_tab.nav-skin-line li a:before {
  height: 2px;
  width: 100%;
  background: transparent;
  content: "";
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.elementor-widget-jws_tab.nav-skin-line li.current a:before {
  background: var(--secondary);
}
.elementor-widget-jws_tab.nav-skin-line li.current a span {
  opacity: 1;
  transform: none;
}
.jws-tab-advanced {
  overflow: hidden;
  padding-bottom: 1px;
}
.jws-tab-advanced .tab-nav ul li:last-child a {
  border-right: 0 !important;
}
.jws-tab-advanced .tab-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-tab-advanced .tab-nav ul {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
}
.jws-tab-advanced .tab-nav li {
  display: inline-block;
}
.jws-tab-advanced .tab-nav a {
  display: block;
  height: 100%;
}
.jws-tab-advanced .tab-nav.skin-classic li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.jws-tab-advanced .tab-content > .elementor-element {
  display: none;
  padding: 0;
  animation: fadeInUp 0.5s both;
}
.jws-tab-advanced .tab-content > .elementor-element.current {
  display: flex;
}
.nav-align-center .tab-nav {
  justify-content: center;
}
.nav-align-center .tab-nav ul {
  justify-content: center;
}
.nav-align-right .tab-nav {
  justify-content: flex-end;
}
.nav-align-justify .tab-nav ul {
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
}
[data-elementor-device-mode="mobile"] .nav-mobile-align-center .tab-nav {
  justify-content: center;
}
[data-elementor-device-mode="mobile"] .nav-mobile-align-center .tab-nav ul {
  justify-content: center;
}
@media (max-width: 767px) {
  .jws-tab-advanced .tab-nav.skin-line li a span {
    opacity: 1;
  }
}
.jws-ele-form-js .error-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.jws-ele-form-js .error-container .error {
  padding: 8px 20px;
  background-color: var(--e-a-bg-danger);
  border-radius: 5px;
  color: var(--e-a-color-danger);
}
.jws-ele-form-js .alert button {
  margin-left: 20px;
  float: right;
}
.jws-ele-form-js .alert-success {
  padding: 8px 20px;
  background-color: var(--e-a-bg-success);
  border-radius: 5px;
  color: var(--e-a-color-success);
}
.jws-ele-form-js .alert-danger {
  padding: 8px 20px;
  background-color: var(--e-a-bg-danger);
  border-radius: 5px;
  color: var(--e-a-color-danger);
}
.elementor-widget-jws_search_properties.av_show_align_center .show-advanced-wap {
  justify-content: center;
}
.elementor-widget-jws_search_properties.av_show_align_right .show-advanced-wap {
  justify-content: flex-end;
}
.elementor-widget-jws_search_properties.nav-line .search-nav-top {
  gap: 30px;
  margin-bottom: 12px;
}
.elementor-widget-jws_search_properties.nav-line .search-nav-top .input-item span {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  padding-bottom: 8px;
  font-size: var(--fs-small);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}
.elementor-widget-jws_search_properties.nav-line .search-nav-top .input-item input:checked + span {
  border-color: var(--secondary);
}
.elementor-widget-jws_search_properties.nav-default .search-nav-top {
  gap: 4px;
}
.elementor-widget-jws_search_properties.nav-default .search-nav-top .input-item {
  margin-bottom: 0;
}
.elementor-widget-jws_search_properties.nav-default .search-nav-top .input-item span {
  font-size: var(--fs-small);
  text-transform: uppercase;
  cursor: pointer;
  background: var(--secondary);
  color: var(--light);
  font-weight: 500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 7px 15px;
  display: block;
}
.elementor-widget-jws_search_properties.nav-default .search-nav-top .input-item input:checked + span {
  background: var(--light);
  color: var(--heading);
}
.show-advanced-wap {
  display: flex;
}
.jws-search-properties .show-advanced {
  margin-top: 33px;
  font-weight: 500;
  text-decoration: underline;
}
.jws-form-search {
  --field_font_size: 15px;
}
.jws-form-search .search-fields-top {
  background: #ffffff;
  padding: 5px;
  border-radius: 40px;
  margin-bottom: 10px;
}
.jws-form-search .search-fields-top .field-item:not(:first-child) {
  border-left: 1px solid var(--border-cl);
}
.jws-form-search .search-fields-top .search-field > input {
  border: 0;
}
.jws-form-search .field-heading {
  display: none;
}
.jws-form-search .search-nav-top {
  display: flex;
}
.jws-form-search .search-nav-top .input-item input {
  display: none;
}
.jws-form-search .search-nav-top .input-item span {
  transition: 0.3s all;
}
.jws-form-search .search-fields {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  flex-wrap: wrap;
  position: relative;
}
.jws-form-search .field-item {
  position: relative;
  padding: 0 10px;
}
.jws-form-search .field-item .search-field > input {
  min-height: 40px;
  padding: 0 20px;
}
.jws-form-search .field-item .jws-reset-btn {
  position: absolute;
  right: 0;
  border: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: transparent;
  font-size: 24px;
}
.jws-form-search .jws-dropdown .dropdown-toggle,
.jws-form-search .bootstrap-select > button,
.jws-form-search select,
.jws-form-search .search-field > input {
  border: 0;
  font-size: var(--field_font_size);
  height: 40px;
}
.jws-form-search .keyword_search_ajax {
  font-size: var(--field_font_size);
}
.jws-form-search .submit-group {
  display: flex;
  justify-content: flex-end;
}
.jws-form-search .advanced-search {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07000000000000001);
}
.jws-form-search .advanced-search .jws-dropdown .dropdown-toggle {
  border: 1px solid var(--border-cl);
}
.jws-form-search .advanced-search .bootstrap-select > button {
  border: 1px solid var(--border-cl);
  height: 40px;
  border-radius: 5px;
}
.jws-form-search .advanced-search .search-field > input {
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  height: 40px;
}
.jws-form-search .advanced-search .field-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.jws-form-search .advanced-search .field-item .search-field > input {
  border-radius: 5px;
}
.button-type-button .form-submit {
  border: 0;
  border-radius: 10px;
  color: var(--light);
  background-color: var(--secondary);
  padding: 9px 18px;
}
.button-type-icon .search-fields-top .search-fields {
  padding-right: 68px;
}
.button-type-icon .submit-group {
  position: absolute;
  right: 0;
  border: 0 !important;
}
.button-type-icon .form-submit {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 56px;
  font-size: 24px;
  color: var(--light);
  background-color: var(--secondary);
}
.search-results-wrapper {
  position: absolute;
  background-color: var(--light);
  width: 100%;
  padding: 20px;
  top: 100%;
  z-index: 99;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
  border-radius: 5px;
}
.search-results-wrapper.loading,
.search-results-wrapper.loaded {
  opacity: 1;
  pointer-events: auto;
}
.search-results-wrapper.loading > *:not(.loader) {
  opacity: 0;
  pointer-events: none;
}
.search-results-wrapper .search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.search-results-wrapper .search-images {
  width: 40px;
}
.search-results-wrapper .search-content {
  width: calc(100% - 40px);
}
.search-results-wrapper .jws-search-results {
  max-height: 150px;
}
.search-results-wrapper .search-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--border-cl);
  margin-top: 10px;
  font-size: var(--fs-small);
}
.search-results-wrapper .search-bottom a {
  color: var(--secondary);
  text-decoration: underline;
}
.jws_search {
  position: relative;
}
.jws_search.popup > button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  position: relative;
  line-height: 24px;
  font-size: 24px;
  transition: 0s;
  padding: 0;
}
.jws_search.icon_left .focused + .search-results-wrapper {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.jws_search.icon_left .search-results-wrapper {
  position: absolute;
  top: 100%;
  background: var(--light);
  padding: 20px;
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s all;
  pointer-events: none;
  z-index: 1;
}
.jws_search.icon_left .jws-search-results {
  max-height: 400px;
}
.jws_search.icon_left .form-loader {
  position: absolute;
  left: 21px;
  bottom: 23px;
}
.jws_search.icon_left .search-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.jws_search.icon_left .search-item .search-images {
  max-width: 65px;
}
.jws_search.icon_left .search-item .search-content {
  max-width: calc(100% - 75px);
}
.jws_search.icon_left .search-item .search-content h6 {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.jws_search.icon_left .search-item .search-content .video-meta {
  font-size: 12px;
  line-height: 16px;
}
.jws_search.icon_left form {
  position: relative;
}
.jws_search.icon_left form .s {
  min-height: 44px;
  padding-left: 42px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.jws_search.icon_left form button {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  min-height: 44px;
  padding: 0 10px;
  z-index: 1;
}
.jws_search.icon_left form button svg {
  width: 1em;
  height: 1em;
}
.jws-ajax-search.search-loading .searchsubmit {
  opacity: 0;
}
.jws-ajax-search.search-loading .form-loader .loader {
  opacity: 1 !important;
  transition-delay: 0.25s;
}
.product_search .form-loader {
  position: relative;
  right: 20px;
}
.product_search .form-loader .loader {
  right: 5px;
  top: 0;
  opacity: 0;
}
.jws-search-form .search-item {
  margin-bottom: 15px;
}
.jws-search-form .search-item .search-images {
  max-width: 100px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.jws-search-form .search-item .search-content {
  display: inline-block;
  max-width: calc(100% - 105px);
  vertical-align: middle;
  padding-left: 10px;
}
.jws-search-form .not-found {
  padding: 0 10px;
}
.form_content_popup .jws-search-form {
  background: var(--background-body);
}
.form_content_popup .jws-search-form {
  padding-top: 50px;
}
.form_content_popup form {
  position: relative;
  display: flex;
}
.form_content_popup .jws-ajax-search .form-loader {
  position: absolute;
  right: 21px;
  bottom: 25px;
}
.form_content_popup .select2-container {
  margin-right: 10px;
}
.form_content_popup .s {
  padding-right: 40px;
}
.form_content_popup .searchsubmit {
  background: transparent;
  border: 0;
  position: absolute;
  right: 11px;
  bottom: 11px;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  z-index: 1;
}
.form_content_popup .jws-search-results {
  max-height: 500px;
  min-height: 200px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .jws-search-properties .jws-form-search .search-fields-top {
    border-radius: 15px;
  }
  .jws-search-properties .jws-form-search .search-fields-top .field-item {
    border-left: 0;
  }
  .jws-search-properties .jws-form-search .search-fields-top .field-item .search-field {
    border-bottom: 1px solid var(--border-cl);
  }
  .jws-search-properties .jws-form-search .search-fields-top .field-item.submit-group {
    margin-top: 15px;
  }
  .jws-search-properties .jws-form-search .search-fields-top .field-item.submit-group .form-submit {
    width: 100%;
  }
  .button-type-icon .search-fields-top .search-fields {
    padding: 10px;
  }
  .button-type-icon .submit-group {
    position: unset;
    width: 100%;
    margin-top: 15px;
  }
  .button-type-icon .form-submit {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .elementor-widget-jws_search_properties.nav-default .search-nav-top .input-item span {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.arrow-yes .drop_top:after {
  content: '\e80a';
  font-family: "jws_icon";
  font-size: 16px;
}
.jws_dropdown_text i,
.jws_dropdown_text span {
  vertical-align: middle;
  display: inline-block;
}
.jws_dropdown_text i {
  font-size: 24px;
}
.jws_dropdown_text .drop_top {
  margin: 0;
  transition: .3s all;
  cursor: pointer;
  padding: 10px 18px;
  font-size: var(--fs-small);
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--main);
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  background: var(--light);
  border: 2px solid var(--secondary);
  min-width: 100px;
  width: 100%;
  opacity: 0;
  transition: 0.3s all;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  color: var(--heading);
  font-size: 12px;
  line-height: 25px;
  display: block;
  padding: 3px 14px;
  transition: 0.1s;
}
.jws_dropdown_text .dropdown_sub .drop_item a img {
  width: 25px;
  margin-right: 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a:hover {
  color: var(--light);
  background: var(--main);
}
.jws_dropdown_text.open .dropdown_sub,
.jws_dropdown_text:hover .dropdown_sub {
  opacity: 1;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  pointer-events: auto;
}
.submenu-bottom .jws_dropdown_text .dropdown_sub {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.submenu-top .jws_dropdown_text .dropdown_sub {
  bottom: 100%;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
/* Off-Canvas Module CSS */
.jws-offcanvas-action-wrap {
  --color_canvas: #ffffff;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-offcanvas-action-wrap .jws-button-wrapper {
  position: relative;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-elementor-button {
  width: auto;
  display: inline-block;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-elementor-button svg {
  display: block;
}
.jws-offcanvas-action-wrap .jws-button-wrapper:hover .account-menu-dropdown {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws-offcanvas-action-wrap .html-animation {
  padding-top: 20px;
  display: inline-block;
  cursor: pointer;
}
.jws-offcanvas-action-wrap .html-animation .burger {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: var(--color_canvas);
  transform: skew(5deg);
  transition-duration: 0.3s;
}
.jws-offcanvas-action-wrap .html-animation .burger:before,
.jws-offcanvas-action-wrap .html-animation .burger:after {
  content: '';
  display: block;
  height: 100%;
  background: var(--color_canvas);
  transition: all .275s;
  transition-duration: 0.3s;
}
.jws-offcanvas-action-wrap .html-animation .burger:before {
  transform: translateY(-18px);
}
.jws-offcanvas-action-wrap .html-animation .burger:after {
  transform: translateY(-11px) translateX(-6px);
}
.jws-offcanvas-action-wrap .html-animation.is-open .burger {
  transform: translateY(-8px) rotate(-45deg);
}
.jws-offcanvas-action-wrap .html-animation.is-open .burger:before {
  transform: translateY(0px) rotate(90deg);
}
.jws-offcanvas-action-wrap .html-animation.is-open .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
}
.jws-offcanvas-trigger.active .html-animation .burger {
  transform: translateY(-8px) rotate(-45deg);
}
.jws-offcanvas-trigger.active .html-animation .burger:before {
  transform: translateY(0px) rotate(90deg);
}
.jws-offcanvas-trigger.active .html-animation .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
}
.jws-offcanvas .jws-offcanvas-content-data {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  visibility: visible;
  z-index: 99999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
  max-width: 80%;
}
.jws-offcanvas.jws-offcanvas-type-fade {
  opacity: 0;
  right: 50% !important;
  left: 50% !important;
  visibility: hidden;
  transform: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s all;
  top: 50%;
  height: calc(100% + 1px);
  margin-top: -1px;
  pointer-events: none;
  max-width: 100%;
}
.jws-offcanvas.jws-offcanvas-type-fade.jws-offcanvas-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws-offcanvas::-webkit-scrollbar {
  display: none;
}
.elementor-align-icon-right + .elementor-button-text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.elementor-editor-active .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text {
  display: unset;
}
.admin-bar > .jws-offcanvas-parent-wrapper .jws-offcanvas-content-data {
  margin-top: 32px;
}
.jws-offcanvas-icon-bg {
  display: inline-block;
}
.position-at-center .jws-offcanvas-content-data {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  opacity: 0;
  pointer-events: none;
}
.position-at-right .jws-offcanvas-content-data {
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.position-at-left .jws-offcanvas-content-data {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  left: 0;
}
.position-at-top .jws-offcanvas-content-data {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  left: 0;
}
.position-at-bottom .jws-offcanvas-content-data {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  left: 0;
}
/* 	Normal Box shadow */
.jws-offcanvas-shadow-normal.position-at-right.jws-offcanvas-show,
.jws-offcanvas-shadow-normal.position-at-left.jws-offcanvas-show {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.jws-offcanvas-action-wrap .jws-offcanvas-action .jws-offcanvas-icon {
  text-align: center;
}
/* Floating Position */
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-left,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-left {
  top: 50%;
  left: 0em;
  right: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-right,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-right {
  top: 50%;
  right: 0em;
  left: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.5s all;
}
.jws-offcanvas-parent-wrapper .jws-offcanvas-overlay {
  cursor: pointer;
}
.jws-offcanvas-content {
  position: relative;
  width: 100%;
}
.jws-offcanvas img {
  max-width: 100%;
}
.jws-offcanvas-full {
  pointer-events: none;
  min-height: 100%;
}
.jws-offcanvas-action {
  cursor: pointer;
}
.jws-offcanvas-show .jws-offcanvas-close-icon-wrapper {
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1;
}
.jws-offcanvas-show .jws-offcanvas-content-data {
  transform: translatex(0);
  -webkit-transform: translatex(0);
}
.jws-offcanvas-show.position-at-center .jws-offcanvas-content-data {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
/* Menu in Off-Canvas style */
.jws-offcanvas-content .jws-offcanvas-menu,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu {
  list-style: none;
}
.jws-offcanvas-content .jws-offcanvas-menu li a,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu li a {
  padding: 5px 0px 5px 0px;
  display: block;
}
.jws-offcanvas-content .jws-offcanvas-menu {
  margin-left: 0px;
}
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:hover,
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:focus {
  -webkit-transition: background 150ms linear, color 150ms linear;
  transition: background 150ms linear, color 150ms linear;
}
/* Inside Close Icon Position */
.jws-offcanvas-close-icon-wrapper {
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 9999999;
  pointer-events: none;
  transition: 0.5s all;
  opacity: 0;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
  display: block;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding-top: 4px;
  padding-right: 4px;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon svg {
  width: 1em;
  height: 1em;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-left-top {
  left: 0;
  right: auto;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
  right: 0;
  left: auto;
}
/* Overlay */
.jws-offcanvas-show ~ .jws-offcanvas-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  visibility: visible;
}
.fa-times-thin:before {
  content: '\00d7';
}
@media (min-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-tablet {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-phone {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
.jws-form-login-popup {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
  width: 100%;
}
.jws-form-login-popup .owl-carousel .slider-item {
  padding: 0;
}
.jws-form-login-popup .jws-form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.5s all;
  background: rgba(0, 0, 0, 0.75);
}
.jws-form-login-popup .jws-form-content {
  max-width: 556px;
  padding: 38px 30px 45px 30px;
  left: 50%;
  width: calc(100% - 40px);
  top: 0px;
  transform: translate(-50%, -70%);
  opacity: 0;
  z-index: 1000;
  position: absolute;
  background: #ffffff;
  transition: 0.7s all;
  border-radius: 10px;
}
.jws-form-login-popup .jws-close {
  position: fixed;
  right: 0;
  font-size: 32px;
  top: 0;
  padding: 22px 14px 0px 0px;
  cursor: pointer;
  z-index: 1;
}
.jws-form-login-popup.open {
  visibility: visible;
  pointer-events: auto;
}
.jws-form-login-popup.open .jws-form-overlay {
  opacity: 1;
  visibility: visible;
}
.jws-form-login-popup.open .jws-form-content {
  transform: translate(-50%, 50px);
  opacity: 1;
}
.demo-sign-in {
  font-size: 15px;
  padding: 15px 20px;
  background-color: #F7F5F2;
  margin-bottom: 24px;
  border-radius: 8px;
}
.demo-sign-in p {
  margin-bottom: 0;
}
.demo-sign-in p:first-child {
  margin-bottom: 5px;
}
.demo-sign-in span {
  color: var(--secondary);
  font-weight: 500;
}
.jws-notification-login-error-content > strong:first-child {
  display: none;
}
.jws-login-container .loader .path {
  stroke: #000;
}
.jws-login-container .jws-password-hint {
  display: none;
  font-style: italic;
  text-align: center;
}
.jws-login-container .change-form {
  display: block;
  text-align: center;
  color: var(--body);
}
.jws-login-container .change-form span {
  color: var(--secondary);
  text-decoration: underline;
}
.jws-login-container .privacy-policy {
  text-align: center;
  margin-top: 13px;
}
.jws-login-container .privacy-policy a {
  color: var(--secondary);
  text-decoration: underline;
}
.jws-login-container .privacy-policy a:hover {
  color: var(--main);
}
.jws-login-container .meter {
  display: none;
}
.jws-login-container .meter .text-meter {
  margin-left: 10px;
  color: #b99900;
}
.jws-login-container .meter .meter-box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.jws-login-container .meter span:not(.text-meter) {
  background: #ebebeb;
  height: 3px;
  width: 35px;
  position: relative;
  margin-right: 5px;
}
.jws-login-container .meter span:not(.text-meter):before {
  content: "";
  left: 0;
  top: 0;
  transition: 0.3s all;
  width: 0;
  height: 100%;
  background: #b99900;
  position: absolute;
}
.jws-login-container .meter span {
  display: inline-block;
}
.jws-login-container .meter[meter="1"] .box1:before {
  width: 100%;
}
.jws-login-container .meter[meter="2"] .box1:before,
.jws-login-container .meter[meter="2"] .box2:before {
  width: 100%;
}
.jws-login-container .meter[meter="3"] .box1:before,
.jws-login-container .meter[meter="3"] .box2:before,
.jws-login-container .meter[meter="3"] .box3:before {
  width: 100%;
  background: #266b09;
}
.jws-login-container .meter[meter="3"] .text-meter {
  color: #266b09;
}
.jws-login-container .meter[meter="4"] .box1:before,
.jws-login-container .meter[meter="4"] .box2:before,
.jws-login-container .meter[meter="4"] .box3:before,
.jws-login-container .meter[meter="4"] .box4:before {
  width: 100%;
  background: #266b09;
}
.jws-login-container .meter[meter="4"] .box1 .text-meter,
.jws-login-container .meter[meter="4"] .box2 .text-meter,
.jws-login-container .meter[meter="4"] .box3 .text-meter,
.jws-login-container .meter[meter="4"] .box4 .text-meter {
  color: #266b09;
}
#jws-login-form {
  color: #333549;
}
#jws-login-form .message {
  padding: 5px 15px;
}
#jws-login-form .slick-slide {
  width: 100%;
}
#jws-login-form .slick-track .slick-slide {
  opacity: 0;
  transition: 0.3s all;
}
#jws-login-form .slick-track .slick-slide.slick-active {
  opacity: 1;
}
#jws-login-form.in-login .jws-register {
  display: none;
}
#jws-login-form.in-login .swiper-container-initialized .jws-register {
  display: block;
}
#jws-login-form .jws-login-container.loading .jws-animation {
  opacity: 0.3 !important;
  animation: none;
  pointer-events: none;
}
#jws-login-form .jws-animation {
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.3s all;
}
#jws-login-form .jws-animation .form-contaier:after {
  content: "";
  display: table;
  clear: both;
}
#jws-login-form .jws-animation .login-width-social .social-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 9px;
  font-size: 14px;
}
#jws-login-form .jws-animation .login-width-social .social-line span {
  margin: 0 30px;
}
#jws-login-form .jws-animation .login-width-social .social-line:before {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
}
#jws-login-form .jws-animation .login-width-social .social-line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
}
#jws-login-form .jws-animation .toggle-password2 {
  position: absolute;
  right: 16px;
  top: 47px;
  font-size: 18px;
}
#jws-login-form .jws-animation .toggle-password2.jws-icon-eye-slash-light:after {
  position: absolute;
  left: -3px;
  top: 12px;
  content: "";
  width: 24px;
  height: 1px;
  background: #999898;
  transform: rotate(-15deg);
}
#jws-login-form .jws-animation form[name="registerformpopup"] .input[name="repeat_password"] {
  margin-bottom: 0;
}
#jws-login-form .jws-animation form p {
  margin: 0;
  margin-bottom: 22px;
  position: relative;
}
#jws-login-form .jws-animation form .row {
  margin: 0 -5px;
}
#jws-login-form .jws-animation form .row > div {
  margin-bottom: 12px;
  padding: 0 5px;
}
#jws-login-form .jws-animation form .form-row {
  position: relative;
}
#jws-login-form .jws-animation form .form-row label {
  margin-bottom: 10px;
  font-weight: 700;
}
#jws-login-form .jws-animation form label {
  margin-bottom: 3px;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]):not([type="submit"]) {
  background: transparent;
  border: 1px solid rgba(0, 3, 28, 0.1);
  border-radius: 10px;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]):not([type="submit"]).invalid {
  border-color: #ff0000;
}
#jws-login-form .jws-animation form .select2-container .select2-selection--single {
  background: transparent;
  border: 1px solid rgba(0, 3, 28, 0.1);
  border-radius: 10px;
}
#jws-login-form .jws-animation form .select2-container .select2-selection--single .select2-selection__rendered {
  color: inherit;
}
#jws-login-form .jws-animation form .login-submit {
  margin-bottom: 13px;
}
#jws-login-form .jws-animation form .lost-pass-link {
  display: block;
  float: right;
  color: var(--main);
}
#jws-login-form .jws-animation form input.invalid {
  border-color: var(--main);
}
#jws-login-form .jws-animation form .login-remember label {
  margin-bottom: 0;
  display: inline-block;
}
#jws-login-form .jws-animation form #popupRememberme {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  -webkit-appearance: none;
  position: relative;
}
#jws-login-form .jws-animation form .button {
  width: 100%;
}
#jws-login-form .jws-animation form .button:hover {
  box-shadow: 0px 8px 15px -8px rgba(158, 97, 255, 0.5);
}
#jws-login-form .form-head {
  text-align: center;
}
#jws-login-form .form-head .logo {
  margin-bottom: 10px;
}
#jws-login-form .form-head h5 {
  color: #00031C;
}
#jws-login-form .form-head .rg,
#jws-login-form .form-head .lg {
  display: none;
}
#jws-login-form.in-register .section-login {
  display: block;
}
#jws-login-form.in-register .form-head .rg {
  display: block;
}
#jws-login-form.in-login .section-register {
  display: block;
}
#jws-login-form.in-login .form-head .lg {
  display: block;
}
.jws-dealer-note {
  display: inline;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .jws-form-login-popup .jws-form-content {
    padding: 26px 20px 45px 20px;
  }
}
.elementor-widget-jws_banner.jws-content-align-at-center .jws-banner .jws-banner-content {
  justify-content: center;
  -webkit-justify-content: center;
}
.elementor-widget-jws_banner.jws-content-align-at-bottom .jws-banner .jws-banner-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.elementor-widget-jws_banner.jws-content-align-at-top .jws-banner .jws-banner-content {
  justify-content: start;
  -webkit-justify-content: start;
}
.jws-banner-element {
  --image_height: 56%;
}
.jws-banner-element .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.jws-banner .jws-banner-image img {
  transition: 0.7s all;
  max-width: 100%;
}
.jws-banner .banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.7s all;
  padding-bottom: var(--image_height);
}
.jws-banner .jws-banner-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-align: center;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.jws-banner .jws-banner-inner > a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.jws-banner.layout1 .jws-banner-inner {
  overflow: hidden;
  border-radius: 20px;
  transform: translateZ(0);
}
.jws-banner.layout1 .jws-banner-inner > a {
  color: inherit;
}
.jws-banner.layout1 .jws-banner-inner .banner-image:after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.jws-banner.layout1 .jws-banner-inner:hover .banner-image {
  transform: scale(1.1);
}
.jws-banner.layout1 .text-1 {
  color: var(--light);
}
.jws-banner.layout1 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jws-banner .slick-dots {
  margin-top: 35px !important;
}
.jws-banner .slick-dots li {
  border: none;
  width: 25px;
  height: 20px;
  margin: 0 5px;
  border-radius: 0;
  background: transparent !important;
  padding-top: 10px;
}
.jws-banner .slick-dots li button {
  display: block;
  border: none;
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #dedede;
  font-size: 0;
}
.jws-banner .slick-dots li:before {
  display: none;
}
.jws-banner .slick-dots li.slick-active button {
  background: var(--main);
}
.jws-banner-nav {
  text-align: right;
  margin-bottom: 42px;
}
.jws-banner-nav .jws-carousel-btn {
  width: 45px;
  height: 45px;
  color: var(--heading);
  font-size: 32px;
  border: 2px solid var(--main);
  display: inline-block !important;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: .3s all;
  background: #ffffff;
}
.jws-banner-nav .jws-carousel-btn:hover {
  background: var(--main);
  color: #ffffff;
}
.jws-banner-nav .prev-item {
  margin-right: 16px;
}
.jws_gallery_element .center-mode .jws_gallery_item {
  transition: 0.5s all;
  transform: scale(0.9);
}
.jws_gallery_element .center-mode .center .jws_gallery_item {
  transform: scale(1);
  transition-delay: 0.4s;
}
.jws_gallery_element .jws_gallery .gallery-image {
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.jws_gallery_element .jws_gallery .gallery-image > a {
  display: block;
}
.jws_gallery_element .jws_gallery .gallery-image img {
  transition: .3s all;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.jws_gallery_element .jws_gallery .gallery-image:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.jws_gallery_element .jws_gallery .jws_gallery_item {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}
.jws-gallery-listing .jws-post-item .post-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 32px;
}
.jws-gallery-listing .jws-post-item .post-media img {
  transition: 0.3s all;
}
.jws-gallery-listing .jws-post-item .post-media:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  transition: 0.3s all;
  opacity: 0;
}
.jws-gallery-listing .jws-post-item .post-content {
  text-align: center;
}
.jws-gallery-listing .jws-post-item .action-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -24px;
  z-index: 1;
  transition: 0.3s all;
  opacity: 0;
}
.jws-gallery-listing .jws-post-item .action-inner a {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 100%;
  font-size: 24px;
  display: inline-block;
  line-height: 48px;
}
.jws-gallery-listing .jws-post-item:hover .post-media:after,
.jws-gallery-listing .jws-post-item:hover .post-media .action-inner {
  opacity: 1;
}
.jws-gallery-listing .jws-post-item:hover .post-media img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .gallery_tabs {
    padding-right: 0;
  }
  .gallery_tabs li {
    margin-right: 15px;
  }
  .gallery_tabs ul {
    text-align: left;
  }
  .jws_gallery_element .custom_navs {
    position: relative;
  }
}
.elementor-widget-menu_list .jws-menu-list .menu-list-title {
  font-weight: 700;
  color: var(--heading);
}
.elementor-widget-menu_list .jws-menu-list a {
  color: var(--body);
  text-decoration: inherit;
}
.elementor-widget-menu_list .jws-menu-list a:hover {
  color: var(--secondary);
}
.elementor-widget-menu_list .jws-menu-list .elementor-icon-list-items {
  margin-top: 24px;
}
.elementor-widget-menu_list .jws-menu-list .elementor-icon-list-text {
  color: currentColor !important;
  display: flex;
  align-items: center;
}
.elementor-widget-menu_list .jws-menu-list .elementor-icon-list-text i {
  font-size: 24px;
  margin-left: 5px;
  vertical-align: middle;
}
.elementor-widget-menu_list .jws-menu-list .columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.elementor-widget-menu_list .jws-menu-list .columns-2 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.elementor-widget-menu_list .jws-menu-list ul {
  list-style-type: none;
  font-size: var(--fs-small);
  line-height: var(--fh-small);
}
.elementor-widget-menu_list .jws-menu-list ul:not(.elementor-inline-items) li.elementor-icon-list-item {
  padding-bottom: 12px;
}
.elementor-widget-menu_list .jws-menu-list .elementor-icon-list-icon {
  border-radius: 100%;
}
.elementor-widget-menu_list .jws-menu-list .elementor-icon-list-icon i,
.elementor-widget-menu_list .jws-menu-list .elementor-icon-list-icon svg {
  width: 1.25em;
  height: 1.25em;
  display: block;
  line-height: 1.25em;
  text-align: center;
}
.elementor-widget-menu_list .jws-menu-list .line_sm li a .elementor-icon-list-text {
  position: relative;
  display: inline-block;
}
.elementor-widget-menu_list .jws-menu-list .line_sm li a .elementor-icon-list-text:before {
  background: var(--secondary);
  content: "";
  bottom: 0px;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.elementor-widget-menu_list .jws-menu-list .line_sm li:focus a .elementor-icon-list-text:before,
.elementor-widget-menu_list .jws-menu-list .line_sm li:hover a .elementor-icon-list-text:before,
.elementor-widget-menu_list .jws-menu-list .line_sm li.active a .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
}
.elementor-widget-menu_list .jws-menu-list .line_pd li a {
  position: relative;
}
.elementor-widget-menu_list .jws-menu-list .line_pd li a .elementor-icon-list-text {
  position: relative;
  display: inline-block;
}
.elementor-widget-menu_list .jws-menu-list .line_pd li a .elementor-icon-list-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left center;
}
.elementor-widget-menu_list .jws-menu-list .line_pd li .elementor-icon-list-text {
  width: auto;
  transition: 0.3s all;
}
.elementor-widget-menu_list .jws-menu-list .line_pd li:hover a {
  transform: translateX(10px);
  color: currentColor;
}
.elementor-widget-menu_list .jws-menu-list .line_pd li:hover a span:after {
  transform: scaleX(1);
}
@media (max-width: 767px) {
  .jws-menu-list.toggle-mobile .menu-list-title {
    cursor: pointer;
    margin-bottom: 5px;
  }
  .jws-menu-list.toggle-mobile .menu-list-title:after {
    font-family: "jws_icon";
    content: '\e80a';
    margin-left: 5px;
    font-size: 12px;
  }
  .jws-menu-list.toggle-mobile ul {
    display: none;
  }
  .jws-menu-list.toggle-mobile ul li:first-child {
    padding-top: 10px;
  }
  .jws-menu-list .columns-2 {
    display: block;
  }
  .jws-menu-list .columns-2 > li {
    max-width: 100%;
    padding: 0;
  }
}
.elementor-logo.has_logo_sticky a {
  position: relative;
}
.elementor-logo.has_logo_sticky a > span {
  transition: 0.3s all;
}
.elementor-logo.has_logo_sticky .logo-sticky {
  display: none;
}
.elementor-logo .logo-special {
  display: none;
}
.is-sticky .elementor-logo.has_logo_sticky .logo-inner,
.mega-has-hover .elementor-logo.has_logo_sticky .logo-inner {
  display: none;
}
.is-sticky .elementor-logo.has_logo_sticky .logo-sticky,
.mega-has-hover .elementor-logo.has_logo_sticky .logo-sticky {
  display: block;
}
.jws_account {
  position: relative;
}
.jws_account > a {
  color: var(--heading);
  padding: 10px 0;
  display: flex;
}
.jws_account > a .jws_a_icon {
  transition: all 0.3s;
  font-size: 24px;
  vertical-align: middle;
}
.jws_account > a .jws_account_text {
  vertical-align: middle;
  margin-left: 10px;
}
.jws_account > a .jws_account_text i {
  margin-left: 2px;
  vertical-align: middle;
}
.jws_account .user-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 1px;
  margin-right: 0;
}
.jws_account .user-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.jws_account .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 285px;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateY(10px);
  opacity: 0;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.jws_account .dropdown-menu .dropdown-top {
  border-bottom: 1px solid var(--border-cl);
  padding: 16px;
}
.jws_account .dropdown-menu .update-level {
  background: var(--third);
  padding: 12px 20px;
}
.jws_account .dropdown-menu .update-level i {
  font-size: 24px;
}
.jws_account .dropdown-menu .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.jws_account .dropdown-menu .user-info img {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  object-fit: cover;
  margin-inline-end: 10px;
}
.jws_account .dropdown-menu .user-info .account-name {
  font-weight: 700;
  margin-bottom: 2px;
}
.jws_account .dropdown-menu .user-info .account-email {
  font-size: var(--fs-small);
}
.jws_account .dropdown-menu ul {
  padding: 15px;
  list-style-type: none;
  font-size: 14px;
  line-height: 19px;
}
.jws_account .dropdown-menu .active {
  color: var(--main);
}
.jws_account .dropdown-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.jws_account .dropdown-menu li a {
  display: flex;
  align-items: center;
}
.jws_account .dropdown-menu li i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: top;
}
.jws_account.open .dropdown-menu,
.jws_account:hover .dropdown-menu {
  pointer-events: auto;
  transform: none;
  opacity: 1;
}
.map_pin_jws {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50em;
  background-color: var(--main);
}
.map_pin_jws > div {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  opacity: 1;
  background-color: var(--main);
  width: 18px;
  height: 18px;
}
.map_pin_jws.this > div:first-child {
  -webkit-animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.map_pin_jws.this > div:last-child {
  -webkit-animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.jws-infowindow-content {
  position: relative;
  padding: 10px;
  display: flex;
}
.jws-infowindow-content.has-image .info-left {
  width: 90px;
}
.jws-infowindow-content.has-image .content-right {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.jws-infowindow-content .jws-infowindow-title {
  font-size: 18px;
  font-family: var(--font2);
  line-height: 24px;
  margin-bottom: 10px;
}
.jws-infowindow-content .jws-infowindow-description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: var(--body-font);
  opacity: 0.8;
}
.jws-infowindow-content .jws-infowindow-description a {
  color: #fff;
  margin-top: 8px;
  display: block;
}
.jws-wpsl-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws-wpsl-search input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 190px);
  flex: 0 0 calc(100% - 190px);
  max-width: calc(100% - 190px);
  background: transparent;
  border: 0;
  height: 60px;
}
.jws-wpsl-search button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  color: var(--light);
  border: none;
  background: var(--heading);
  height: 60px;
}
.gm-style-iw button {
  top: 5px !important;
  right: 10px !important;
  opacity: 1 !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
}
.gm-style-iw button > span {
  margin: 0 !important;
}
.gm-style-iw button img {
  width: 20px !important;
  height: auto !important;
}
.gm-style .gm-style-iw-c {
  box-shadow: 0.209px 2.993px 13.8px 1.2px rgba(73, 9, 2, 0.07000000000000001) !important;
  max-height: inherit !important;
  padding: 0;
  border-radius: 10px;
}
.gm-style .gm-style-iw-d {
  overflow-x: hidden !important;
  padding: 5px;
  overflow: hidden !important;
  max-height: inherit !important;
}
.gmnoprint img {
  max-width: none;
}
@media (max-width: 767px) {
  .jws-infowindow-content.has-image .info-left {
    width: 60px;
  }
  .jws-infowindow-content.has-image .info-right {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
}
.tab-horizontal .jws-head-filter {
  text-align: center;
  margin-bottom: 54px;
}
.tab-horizontal .jws-head-filter .jws-ajax-load li {
  display: inline-block;
  margin-right: 30px;
}
.tab-horizontal .jws-head-filter .jws-ajax-load li:last-child {
  margin-right: 0;
}
.tab-horizontal .jws-head-filter .jws-ajax-load li a {
  color: var(--heading);
  font-size: 28.43px;
  display: block;
  font-family: 'Ogg';
  opacity: 0.5;
  padding-bottom: 8px;
  position: relative;
}
.tab-horizontal .jws-head-filter .jws-ajax-load li a:before {
  content: "";
  width: 0;
  right: 0;
  transition: 0.3s all;
  height: 2px;
  background: var(--main);
  position: absolute;
  bottom: 0;
}
.tab-horizontal .jws-head-filter .jws-ajax-load li .active {
  opacity: 1;
}
.tab-horizontal .jws-head-filter .jws-ajax-load li .active:before {
  width: 100%;
  left: 0;
  right: initial;
}
.tab-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-vertical .jws-head-filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tab-vertical .jws-head-filter .jws-ajax-load {
  margin-bottom: 46px;
}
.tab-vertical .jws-head-filter .jws-ajax-load li {
  margin-bottom: 15px;
}
.tab-vertical .jws-head-filter .jws-ajax-load a {
  color: var(--main);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: 3px;
  position: relative;
}
.tab-vertical .jws-head-filter .jws-ajax-load a:before {
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 4px;
  transition: 0.3s all;
  border-radius: 100%;
  background: var(--main);
  position: absolute;
  opacity: 0;
}
.tab-vertical .jws-head-filter .jws-ajax-load a.active {
  opacity: 1;
  padding-left: 24px;
}
.tab-vertical .jws-head-filter .jws-ajax-load a.active:before {
  opacity: 1;
}
.tab-vertical .jws-head-filter > a {
  padding-bottom: 5px;
  position: relative;
  color: var(--heading);
}
.tab-vertical .jws-head-filter > a:before,
.tab-vertical .jws-head-filter > a:after {
  content: "";
  height: 1px;
  background: var(--heading);
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.tab-vertical .jws-head-filter > a:before {
  width: 100%;
  right: 0;
  transition-delay: 0.3s;
}
.tab-vertical .jws-head-filter > a:after {
  width: 0%;
  left: 0;
}
.tab-vertical .jws-head-filter > a:hover:before {
  width: 0%;
  transition-delay: 0s;
}
.tab-vertical .jws-head-filter > a:hover:after {
  width: 100%;
  transition-delay: 0.3s;
}
.tab-vertical .jws-head-filter > a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.tab-vertical .jws-head-filter > a i {
  margin-left: 5px;
  display: inline-block;
}
.tab-vertical .products-tab {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.products-wrap .slider-dots-box {
  margin-top: 17px;
}
.products-wrap .product-item-inner {
  transition: 0.3s all;
  position: relative;
}
.products-wrap .product-item-inner .star-rating-wap {
  display: none;
}
.products-wrap .slider-layout {
  display: block;
}
.products-wrap .slider-layout .product-item {
  padding: 0 15px;
}
.products-wrap .slider-layout .slick-active {
  opacity: 1;
  visibility: visible;
}
.products-wrap .jws-carousel-btn {
  position: absolute;
  color: var(--heading);
  font-size: 25px;
  cursor: pointer;
}
.products-wrap .jws-carousel-btn:hover {
  color: var(--main);
}
.products-wrap.top-nav .jws-carousel-btn {
  top: -39px;
  opacity: 0.8;
}
.products-wrap.top-nav .jws-carousel-btn:hover {
  opacity: 1;
}
.products-wrap.top-nav .prev-item {
  right: 47px;
}
.products-wrap.top-nav .next-item {
  right: 13px;
}
.products-wrap.middle-nav .jws-carousel-btn {
  top: 46%;
  font-size: 36px;
}
.products-wrap.middle-nav .prev-item {
  left: -30px;
}
.products-wrap.middle-nav .next-item {
  right: -30px;
}
.jws_product_pagination {
  text-align: center;
}
@media (max-width: 767px) {
  .products-wrap .slider-layout {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-wrap .slider-layout .product-item {
    padding: 0 5px;
  }
}
.category-content .jws-carousel-btn {
  position: absolute;
  font-size: 25px;
  top: 40%;
  cursor: pointer;
}
.category-content .jws-carousel-btn.prev-item {
  left: -20px;
}
.category-content .jws-carousel-btn.next-item {
  right: -20px;
}
@media (max-width: 767px) {
  .tab-vertical {
    display: block;
  }
  .tab-vertical .products-tab {
    max-width: 100%;
    margin: 0;
  }
  .tab-vertical .jws-head-filter {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .tab-vertical .jws-head-filter .jws-ajax-load {
    margin-bottom: 0px;
  }
}
.elementor-widget-jws_widget_heading .title-wrapper .title {
  margin-bottom: 0;
}
.elementor-widget-jws_widget_heading .title-wrapper.title-cross {
  position: relative;
}
.elementor-widget-jws_widget_heading .title-wrapper.title-cross:after {
  content: "";
  height: 2px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  background: var(--main);
}
.elementor-widget-jws_widget_heading .title-wrapper.title-cross.right:after {
  right: 0;
}
.elementor-widget-jws_widget_heading .title-wrapper.title-cross.left:after {
  left: 0;
}
.elementor-widget-jws_widget_heading .title-wrapper.title-cross.center:after {
  width: 100%;
}
.elementor-widget-jws_widget_heading .title-wrapper .link {
  color: var(--light);
  display: inline-block;
  vertical-align: middle;
}
.elementor-widget-jws_widget_heading .title-wrapper .link i {
  width: var(--icon_size);
  height: var(--icon_size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  border-radius: 100%;
}
.elementor-widget-jws_image_carousel.jws-content-align-at-center .jws-image_carousel-image {
  align-content: center;
  -webkit-align-content: center;
}
.elementor-widget-jws_image_carousel.jws-content-align-at-bottom .jws-image_carousel-image {
  align-content: flex-end;
  -webkit-align-content: flex-end;
}
.elementor-widget-jws_image_carousel .layout2 {
  border: 1px solid var(--border-cl);
  border-radius: 30px;
  overflow: hidden;
}
.elementor-widget-jws_image_carousel .layout2 .jws-image_carousel-item {
  border-bottom: 1px solid var(--border-cl);
  margin-left: -1px;
}
.elementor-widget-jws_image_carousel .layout2 .jws-image_carousel-image {
  padding: 50px 20px;
}
.elementor-widget-jws_image_carousel .layout2 .jws-image_carousel-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
.elementor-widget-jws_image_carousel .layout2 .owl-item.active:not(:first-child) .jws-image_carousel-item {
  border-left: 1px solid var(--border-cl);
}
.elementor-widget-jws_image_carousel .layout2 .item-rows .jws-image_carousel-item:last-child {
  border-bottom: 0;
}
.jws-image_carousel .owl-stage {
  display: flex;
  align-items: center;
}
.jws-image_carousel.grid {
  justify-content: center;
  -webkit-justify-content: center;
}
.jws-image_carousel .jws-image_carousel-image {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.jws-image_carousel .jws-image_carousel-image a {
  display: block;
  width: 100%;
}
.jws-image_carousel .jws-image_carousel-image img {
  display: inline-block;
}
.jws-image_carousel .jws-image_carousel-image .name {
  font-weight: bold;
  font-size: 14px;
  color: var(--heading);
  margin-top: 20px;
}
.jws-instagram.metro .jws-instagram-inner {
  transition: 0.3s all;
}
.jws-instagram.metro .instagram-wap.loading .jws-instagram-inner {
  opacity: 0;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay {
  color: #ffffff;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main);
  opacity: 0.7;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay i {
  font-size: 22px;
  position: relative;
}
.jws-instagram.skin1 .jws-instagram-inner:hover .overlay {
  opacity: 1;
}
.jws-instagram.skin1 .jws-instagram-inner:hover img {
  transform: scale(1.1);
}
.jws-instagram.skin2 .jws-instagram-inner .overlay i {
  font-size: 18px;
  color: var(--heading);
  background: #ffffff;
  padding: 12px;
  border-radius: 100%;
}
.jws-instagram.skin2 .jws-instagram-inner .overlay i:before {
  width: 1em;
  height: 1em;
  display: block;
}
.jws-instagram.skin2 .jws-instagram-inner:hover .overlay {
  opacity: 1;
}
.jws-instagram.skin2 .jws-instagram-inner:hover img {
  transform: scale(1.1);
}
.jws-instagram .jws-instagram-inner {
  position: relative;
  overflow: hidden;
}
.jws-instagram .jws-instagram-inner img {
  transition: 0.5s all;
  width: 100%;
}
.jws-instagram .jws-instagram-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  transition: 0.3s all;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-mode .slider-item {
  transition: 0.5s all;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 !important;
  pointer-events: none;
}
.center-mode .prevdiv .slider-item {
  transform: scale(0.8) translateX(70px);
  transform-origin: right;
}
.center-mode .prevdiv .animated {
  opacity: 0;
}
.center-mode .nextdiv .slider-item {
  transform-origin: left;
  transform: scale(0.8) translateX(-70px);
}
.center-mode .nextdiv .animated {
  opacity: 0;
}
.center-mode .center {
  z-index: 1;
}
.center-mode .center .slider-item {
  transform: scale(1);
  z-index: 1;
  position: relative;
  pointer-events: auto;
}
.jws_slider_element .active .animated {
  opacity: 1;
  visibility: visible;
}
.jws_slider_element .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.jws_slider_element .thumbnail-nav {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: -94px;
  display: none;
}
.jws_slider_element .thumbnail-nav.owl-loaded {
  display: block;
}
.jws_slider_element .thumbnail-nav img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.jws_slider_element .thumbnail-nav .nav-item {
  padding: 0 13px;
}
.jws_slider_element .thumbnail-nav .current img {
  border-color: var(--main);
}
.jws_slider_element .jws_slider.dot-inside .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.jws_slider_element .jws_slider.owl-loaded {
  opacity: 1;
}
.jws_slider_element > .jws_slider .slider-item > .elementor > .elementor-element {
  height: 100%;
}
.jws_slider_element .jws-nav-carousel {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 41px;
  z-index: 1;
  width: 270px;
  margin-left: -135px;
}
.jws_slider_element .has_animated {
  opacity: 0;
}
.jws_slider_element .animated {
  opacity: 1;
}
.dots-align-right .jws_section_slider .slider-dots-box {
  right: 30px;
  left: unset;
}
.dots-align-center .jws_section_slider .slider-dots-box {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dots-align-center .jws_section_slider .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.jws_section_slider > .elementor-element {
  display: none;
}
.jws_section_slider > .elementor-element:first-child {
  display: block;
}
.jws_section_slider.slick_1 > .elementor-element:first-child {
  width: 100%;
}
.jws_section_slider {
  display: block !important;
}
.jws_section_slider .jws-carousel-btn {
  font-size: 36px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  text-align: center;
  transition: 0.3s all;
}
.jws_section_slider .jws-carousel-btn:hover {
  color: var(--main);
}
.jws_section_slider .prev-item {
  left: 15px;
  transform: translatex(-20px);
  display: block;
  opacity: 0;
}
.jws_section_slider .prev-item i {
  transform: rotate(-180deg);
  display: block;
}
.jws_section_slider .next-item {
  right: 15px;
  transform: translatex(20px);
  opacity: 0;
}
.jws_section_slider:hover .jws-carousel-btn {
  transform: none;
  opacity: 1;
}
@media (max-width: 1024px) {
  .jws_slider_element .thumbnail-nav {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .jws_slider_element .jws-nav-carousel {
    display: none;
  }
  .jws_slider_element .thumbnail-nav .nav-item {
    padding: 0 2px;
  }
}
.countdown-amount {
  color: var(--main);
  font-weight: 500;
  font-size: 67.34px;
  line-height: 76px;
}
.countdown-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.countdown-period {
  position: absolute;
  bottom: 0;
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  text-transform: uppercase;
}
.countdown-container.inline-type .countdown-amount {
  font-size: inherit;
}
.countdown-container.label-position-inline .countdown-period {
  position: unset;
}
.countdown-container.label-position-inline .countdown-section {
  display: flex;
  align-items: center;
  min-width: auto;
}
.countdown-section {
  display: inline-block;
  position: relative;
  min-width: 12rem;
  padding: 0px 20px 35px 20px;
  text-align: center;
}
.countdown-section span {
  display: block;
  white-space: nowrap;
}
.countdown.outer-period .countdown-period {
  left: 0;
  right: 0;
  text-align: center;
  bottom: -2rem;
}
.countdown.no-split .countdown-section::after {
  content: none;
}
.grid-countdown .countdown-section {
  margin: 1rem;
}
.jws-category-list .category-content .owl-item:nth-child(even) {
  margin-top: 30px;
}
.jws-category-list .category-content .owl-item .category-tab-item {
  text-align: center;
}
.jws-category-list .category-content .owl-item .category-tab-item .category-image {
  margin-bottom: 21px;
  overflow: hidden;
}
.jws-category-list .category-content .owl-item .category-tab-item .category-image img {
  transition: 0.3s all;
}
.jws-category-list .category-content .owl-item .category-tab-item h6 {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  text-transform: uppercase;
}
.jws-category-list .category-content .owl-item .category-tab-item h6 i {
  font-size: 16px;
  margin-left: 10px;
}
.jws-category-list .category-content .owl-item .category-tab-item:hover .category-image img {
  transform: scale(1.1);
}
.jws_progress .progress_item {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 34px;
  position: relative;
}
.jws_progress .progress_item:last-child {
  margin-bottom: 0px !important;
}
.jws_progress .progress_title {
  font-weight: bold;
  margin-bottom: 7px;
}
.jws_progress .progress_description {
  color: var(--body2);
}
.jws_progress .progress_number {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--secondary);
  color: var(--light);
}
.elementor-widget-jws_progress.show-line-yes .jws_progress:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 38px;
  border-right: 1px dashed var(--border-cl);
}
.variablewidth .owl-stage-outer {
  width: 100vw;
}
.post-media {
  transform: translateZ(0);
}
[bs-tooltip]::after {
  content: attr(bs-tooltip);
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  background: #000000;
  color: #fff;
  padding: 0px 12px;
  border-radius: 4px;
  white-space: pre-line;
  font-size: 11px;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s;
  white-space: nowrap;
  height: 22px;
}
[bs-tooltip]:hover {
  position: relative;
}
[bs-tooltip]::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
[bs-tooltip]:hover::after {
  opacity: 1;
}
[bs-tooltip]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.2s;
}
[bs-tooltip]::before {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
[bs-tooltip]:hover::before {
  opacity: 1;
}
img.avatar.avatar-role-agencies {
  background-color: #efefef;
  object-fit: contain !important;
}
.jws-owl-nav > button.owl-next {
  right: -25px;
}
.jws-owl-nav > button.owl-prev {
  left: -25px;
}
.jws-owl-nav.disabled {
  display: none;
}
.nav_position-top .jws-owl-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.nav_position-top .jws-owl-nav button {
  position: unset;
  margin-top: 0;
}
.properties-wap {
  position: relative;
}
.properties-wap > .loader {
  top: 100px;
}
.properties-wap .post-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--third);
}
.properties-wap .post-price span {
  line-height: 22.4px;
  font-weight: 400;
  color: var(--body3);
  font-size: 16px;
}
.properties-wap .labels-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.properties-wap .labels-wrap a {
  background: rgba(200, 121, 8, 0.9);
  border-radius: 20px;
  color: var(--light);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 15px;
}
.properties-wap .post-top {
  position: relative;
}
.properties-wap .post-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
}
.properties-wap .post-address {
  color: var(--body3);
  font-size: var(--fs-small);
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.properties-wap .post-address i {
  font-size: 24px;
  color: var(--body);
}
.properties-wap .post-tool {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.properties-wap .post-tool .jws-dropdown-liquid ul {
  flex-direction: row;
}
.properties-wap .post-tool .jws-dropdown-liquid ul a i {
  font-size: 18px;
}
.properties-wap .post-tool a {
  font-size: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid var(--border-cl);
  color: var(--third);
  position: relative;
}
.properties-wap .post-tool .properties-wishlist.active {
  color: var(--third);
}
.properties-wap .post-tool .properties-wishlist.active i::before {
  content: "\E834";
}
.properties-wap .post-tool .properties-compare {
  color: var(--heading);
}
.properties-wap .post-meta {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: var(--fs-small);
  color: var(--body2);
}
.properties-wap .post-meta i {
  color: var(--body);
  font-size: 20px;
}
.properties-wap .post-meta .jws-icon-bath {
  margin-top: -2px;
}
.properties-wap .post-meta .jws-icon-area {
  font-size: 18px;
}
.properties-wap .post-meta .jws-icon-bed {
  font-size: 17px;
}
.properties-wap .post-meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.properties-wap .flex_f_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.properties-wap .post-feature {
  background-color: var(--main);
  color: var(--light);
  font-size: var(--fs-smallb);
  line-height: var(--fh-smallb);
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px 8px 20px;
  position: absolute;
  border-radius: 5px 5px 5px 0px;
  display: flex;
  align-items: center;
  gap: 4px;
  left: -11px;
  z-index: 1;
}
.properties-wap .post-feature:before {
  width: 0;
  height: 0;
  border-top: 8px solid var(--third);
  border-left: 11px solid transparent;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
}
.properties-wap .post-feature i {
  margin-top: -2px;
  font-size: 20px;
}
.properties-wap .post-media img {
  transition: 0.3s all;
}
.properties-wap .post-inner:hover .post-media > a > img {
  transform: scale(1.05);
}
.properties-wap .post-inner:hover .owl-item.active img {
  transform: scale(1.05);
}
.properties-wap .post-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
  background-color: #ffffff;
}
.properties-wap .post-inner .post-bottom {
  display: flex;
  flex-direction: column;
  flex-grow: 100;
}
.properties-wap .type-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.properties-wap .type-wrap a {
  background: var(--green_color);
  border-radius: 5px;
  font-size: var(--fs-small);
  padding: 1px 10px;
}
.properties-wap .post-agents {
  display: flex;
  align-items: center;
  gap: 15px;
}
.properties-wap .post-agents .agents-avatar {
  width: 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  padding: 1px;
  height: 48px;
}
.properties-wap .post-agents .agents-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.properties-wap .post-agents .agents-avatar.agencies_info img {
  background-color: #efefef;
  object-fit: contain;
}
.properties-wap .post-agents .agents-info {
  width: calc(100% - 48px);
  font-size: var(--fs-small);
}
.properties-wap .post-agents .agents-name {
  font-weight: bold;
}
.properties-wap.layout10 .post-inner {
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
}
.properties-wap.layout10 .post-inner:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.properties-wap.layout10 .post-top {
  width: 370px;
}
.properties-wap.layout10 .post-top .post-media {
  border-radius: 10px;
  overflow: hidden;
}
.properties-wap.layout10 .post-top img {
  min-height: 266px;
  object-fit: cover;
}
.properties-wap.layout10 .post-bottom {
  width: calc(100% - 370px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 0px 25px;
  display: flex;
}
.properties-wap.layout10 .post-feature {
  top: 12px;
}
.properties-wap.layout10 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout10 .post-meta {
  justify-content: flex-start;
  gap: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.properties-wap.layout10 .labels-wrap {
  position: unset;
}
.properties-wap.layout10 .flex_f_2 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.properties-wap.layout10 .flex_bottom {
  border-top: 1px solid var(--border-cl);
  padding-top: 10px;
}
.properties-wap.layout10 .flex_bottom .post-tool .properties-share {
  border: 0;
  color: var(--heading);
  width: auto;
  height: auto;
  margin-right: 5px;
}
.properties-wap.layout10 .flex_bottom .post-tool .btn-email {
  border-radius: 8px;
  min-width: 117px;
  height: 42px;
  border-color: var(--border-cl);
}
.properties-wap.layout10 .flex_bottom .post-tool .btn-email:hover {
  border-color: var(--btn-bgcolor2);
}
.properties-wap.layout10 .post-address {
  margin-bottom: 17px;
}
.properties-wap.layout10 .post-address i {
  font-size: 20px;
}
.properties-wap.layout10 .post-agents .agents-avatar {
  width: 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}
.properties-wap.layout10 .post-agents .agents-avatar img {
  width: 36px;
  height: 36px;
}
.properties-wap.layout9 .post-inner {
  border-radius: 0 0 10px 10px;
}
.properties-wap.layout9 .post-inner:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
.properties-wap.layout9 .post-media {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.properties-wap.layout9 .post-media img {
  min-height: 170px;
}
.properties-wap.layout9 .post-feature {
  top: 12px;
}
.properties-wap.layout9 .post-meta {
  border-top: 1px solid var(--border-cl);
  padding-top: 12px;
  margin-top: 10px;
}
.properties-wap.layout9 .post-bottom {
  border: 1px solid var(--border-cl);
  border-top: 0;
  padding: 12px 15px 15px 15px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.properties-wap.layout9 .post-tool {
  gap: 12px;
}
.properties-wap.layout9 .post-tool a {
  width: auto;
  height: auto;
  border: 0;
  color: var(--heading);
}
.properties-wap.layout9 .flex_f_1 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.properties-wap.layout9 .post-address {
  color: var(--body);
}
.properties-wap.layout9 .post-address i {
  display: none;
}
.properties-wap.layout8 .post-media {
  border-radius: 10px;
  overflow: hidden;
}
.properties-wap.layout8 .post-media img {
  min-height: 230px;
}
.properties-wap.layout8 .post-top {
  margin-bottom: 15px;
}
.properties-wap.layout8 .post-title {
  margin-bottom: 4px;
  margin-top: 15px;
}
.properties-wap.layout8 .post-date {
  font-size: var(--fs-small);
}
.properties-wap.layout8 .post-feature {
  top: 12px;
}
.properties-wap.layout8 .post-meta .unit {
  display: none;
}
.properties-wap.layout8 .btn-email {
  padding: 10px 10px;
  border-radius: 8px;
}
.properties-wap.layout8 .post-tool a {
  font-size: 20px;
  width: 44px;
  height: 44px;
  color: var(--light) !important;
  border-color: rgba(255, 255, 255, 0.2);
}
.properties-wap.layout8 .post-price {
  color: var(--light);
}
.properties-wap.layout8 .flex_bottom {
  margin-top: 12px;
}
.properties-wap.layout8 .flex_top {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 8px;
}
.properties-wap.layout8 .properties-media-slider .owl-item:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.81%, rgba(0, 0, 0, 0.6) 100%);
  inset: 0;
  position: absolute;
  content: "";
}
.properties-wap.layout8 .properties-media-slider .owl-dots {
  display: none;
}
.properties-wap.layout7 .post-media {
  border-radius: 10px;
  overflow: hidden;
}
.properties-wap.layout7 .post-media img {
  min-height: 210px;
}
.properties-wap.layout7 .post-top {
  margin-bottom: 13px;
}
.properties-wap.layout7 .flex_top {
  margin-bottom: 19px;
}
.properties-wap.layout7 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout7 .post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.properties-wap.layout7 .post-agents {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 16px;
  bottom: 12px;
  --heading: var(--light);
}
.properties-wap.layout7 .agencies-name {
  opacity: 0.7;
}
.properties-wap.layout7 .properties-media-slider .owl-item:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.81%, rgba(0, 0, 0, 0.6) 100%);
  inset: 0;
  position: absolute;
  content: "";
}
.properties-wap.layout7 .properties-media-slider .owl-dots {
  display: none;
}
.properties-wap.layout7 .post-feature {
  top: 12px;
}
.properties-wap.layout7 .post-date {
  font-size: var(--fs-small);
}
.properties-wap.layout6 .post-inner {
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
}
.properties-wap.layout6 .flex_f_1 {
  padding-top: 5px;
}
.properties-wap.layout6 .post-top {
  width: 245px;
  height: 100%;
}
.properties-wap.layout6 .post-top .post-media {
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
}
.properties-wap.layout6 .post-top img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.properties-wap.layout6 .post-bottom {
  width: calc(100% - 245px);
  border: 2px solid var(--border-cl);
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 25px;
}
.properties-wap.layout6 .post-feature {
  top: 12px;
}
.properties-wap.layout6 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout6 .post-meta {
  border-top: 1px solid var(--border-cl);
  padding-top: 15px;
  margin-top: 16px;
  padding-bottom: 4px;
}
.properties-wap.layout5 .post-media {
  border-radius: 10px;
  overflow: hidden;
}
.properties-wap.layout5 .post-media img {
  min-height: 182px;
}
.properties-wap.layout5 .flex_f_1 {
  margin-top: 16px;
}
.properties-wap.layout5 .post-feature {
  top: 14px;
}
.properties-wap.layout5 .post-top {
  margin-bottom: 16px;
}
.properties-wap.layout5 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout5 .post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(12, 0, 32, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  color: var(--light);
  padding: 1px 7px;
  gap: 23px;
}
.properties-wap.layout5 .post-meta .unit {
  display: none;
}
.properties-wap.layout5 .post-meta i {
  color: var(--light);
}
.properties-wap.layout4 .post-inner {
  background: #ffffff;
  padding: 32px 32px 15px;
  border-radius: 10px;
}
.properties-wap.layout4 .flex_f_1 {
  border-top: 1px solid var(--border-cl);
  padding-top: 17px;
  margin-top: 15px;
}
.properties-wap.layout4 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout4 .post-meta {
  margin-top: 15px;
  margin-bottom: 16px;
}
.properties-wap.layout3 .post-feature {
  top: 14px;
}
.properties-wap.layout3 .post-top {
  margin-bottom: 14px;
}
.properties-wap.layout3 .post-media {
  border-radius: 10px;
  overflow: hidden;
}
.properties-wap.layout3 .post-media img {
  min-height: 186px;
}
.properties-wap.layout3 .post-meta {
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 15px;
  margin-bottom: 16px;
}
.properties-wap.layout3 .post-bottom {
  border-top: 0;
  position: relative;
}
.properties-wap.layout3 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout3 .flex_f_1 {
  margin-top: 11px;
}
.properties-wap.layout2 .post-feature {
  top: 14px;
}
.properties-wap.layout2 .post-media {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.properties-wap.layout2 .post-media img {
  min-height: 182px;
}
.properties-wap.layout2 .post-meta {
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 15px;
  margin-bottom: 16px;
}
.properties-wap.layout2 .post-bottom {
  border: 2px solid var(--border-cl);
  border-top: 0;
  padding: 15px 15px 15px 15px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.properties-wap.layout2 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout2 .post-address {
  margin-bottom: 3px;
}
.properties-wap.layout2 .flex_f_1 {
  margin-top: auto;
}
.properties-wap.layout1 .post-feature {
  bottom: -15px;
}
.properties-wap.layout1 .post-media {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.properties-wap.layout1 .post-bottom {
  border: 2px solid var(--border-cl);
  border-top: 0;
  padding: 17px 20px 15px 20px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.properties-wap.layout1 .post-title {
  margin-bottom: 4px;
}
.properties-wap.layout1 .post-address {
  margin-bottom: 15px;
}
.properties-wap.layout1 .post-meta {
  padding-top: 15px;
  border-top: 1px solid var(--border-cl);
  margin-top: auto;
}
.properties-media-slider .owl-nav button {
  width: 20px;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
}
.properties-media-slider .owl-nav button span:before {
  font-size: 16px;
}
.properties-media-slider .owl-nav button.owl-next {
  right: 12px;
}
.properties-media-slider .owl-nav button.owl-prev {
  left: 12px;
}
.properties-media-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.properties-media-slider .owl-dots button {
  background: var(--light);
}
.nav-prev-ppt,
.nav-next-ppt {
  cursor: pointer;
}
.jws-taxonomy-filter {
  margin-bottom: 68px;
}
.jws-taxonomy-filter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
.jws-taxonomy-filter li a {
  font-weight: 600;
  display: block;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 8px 20px;
}
.jws-taxonomy-filter li a.active {
  background-color: var(--light);
  border-color: var(--border-cl);
}
@media (max-width: 1440px) {
  .jws-owl-nav > button.owl-next {
    right: 5px;
  }
  .jws-owl-nav > button.owl-prev {
    left: 5px;
  }
}
@media (max-width: 992px) {
  .properties-wap.layout6.row-map .post-inner {
    flex-direction: column;
  }
  .properties-wap.layout6.row-map .post-inner .post-top {
    width: 100%;
  }
  .properties-wap.layout6.row-map .post-inner .post-top img {
    border-radius: 10px 10px 0 0;
  }
  .properties-wap.layout6.row-map .post-inner .post-bottom {
    width: 100%;
    border-left: 2px solid var(--border-cl);
    border-top: 2px solid var(--border-cl);
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
  .properties-wap.layout10 .post-top {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .jws-taxonomy-filter ul {
    gap: 5px;
  }
  .jws-taxonomy-filter li a {
    padding: 5px 10px;
  }
}
@media (max-width: 590px) {
  .properties-wap.layout10 .post-inner {
    flex-direction: column;
  }
  .properties-wap.layout10 .post-top {
    width: 100%;
  }
  .properties-wap.layout10 .post-bottom {
    width: 100%;
    padding: 20px 0 0;
  }
  .properties-wap.layout6 .post-inner {
    display: block;
  }
  .properties-wap.layout6 .post-inner .post-top {
    width: 100%;
    height: auto;
  }
  .properties-wap.layout6 .post-inner .post-top img {
    border-radius: 10px 10px 0 0;
    height: auto;
  }
  .properties-wap.layout6 .post-inner .post-top .post-media {
    position: relative;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .properties-wap.layout6 .post-inner .post-bottom {
    width: 100%;
    border-left: 2px solid var(--border-cl);
    border-top: 2px solid var(--border-cl);
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
}
.jws-properties-taxonomy .layout1 .taxonomy-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.jws-properties-taxonomy .layout1 .taxonomy-media {
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.jws-properties-taxonomy .layout1 .taxonomy-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
  margin-bottom: 6px;
}
.jws-properties-taxonomy .layout1 .taxonomy-count {
  color: var(--body2);
  font-size: var(--fs-small);
}
.jws-properties-taxonomy .layout2 .taxonomy-inner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  max-width: 480px;
  margin: 0 auto;
  transform: translateZ(0);
}
.jws-properties-taxonomy .layout2 .taxonomy-inner:hover img {
  transform: scale(1.1);
}
.jws-properties-taxonomy .layout2 .taxonomy-inner img {
  transition: 0.3s all;
}
.jws-properties-taxonomy .layout2 .taxonomy-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
}
.jws-properties-taxonomy .layout2 .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.5%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  inset: 0;
}
.jws-properties-taxonomy .layout2 .taxonomy-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
  margin-bottom: 12px;
}
.jws-properties-taxonomy .layout2 .taxonomy-title a {
  color: var(--light);
}
.jws-properties-taxonomy .layout2 .taxonomy-count {
  color: var(--light);
  font-size: var(--fs-small);
}
.jws-properties-taxonomy .layout3 .taxonomy-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.jws-properties-taxonomy .layout3 .taxonomy-inner:hover img {
  transform: scale(1.1);
}
.jws-properties-taxonomy .layout3 .taxonomy-inner img {
  transition: 0.3s all;
}
.jws-properties-taxonomy .layout3 .taxonomy-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 23px;
  gap: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-properties-taxonomy .layout3 .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50.5%);
  position: absolute;
  inset: 0;
}
.jws-properties-taxonomy .layout3 .taxonomy-title {
  font-size: var(--fs-medium);
  line-height: var(--align-content);
  --heading: #ffffff;
  font-weight: 700;
}
.jws-properties-taxonomy .layout3 .taxonomy-count {
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3px 10px;
  min-width: 35px;
  text-align: center;
}
.jws-properties-taxonomy .layout4 .taxonomy-title {
  font-weight: 700;
  transition: 0.3s all;
}
.jws-properties-taxonomy .layout4 .taxonomy-inner {
  text-align: center;
  transition: 0.3s all;
  border-radius: 10px;
  padding: 35px 20px 20px;
  transform: translateZ(0);
}
.jws-properties-taxonomy .layout4 .taxonomy-inner:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  background-color: #ffffff;
}
.jws-properties-taxonomy .layout4 .taxonomy-inner:hover .taxonomy-count a {
  opacity: 1;
  height: 40px;
}
.jws-properties-taxonomy .layout4 .taxonomy-inner:hover .taxonomy-title {
  padding-bottom: 20px;
}
.jws-properties-taxonomy .layout4 .taxonomy-media {
  margin-bottom: 20px;
}
.jws-properties-taxonomy .layout4 .taxonomy-count a {
  background-color: #f6f6f7;
  border-radius: 5px;
  padding: 7px 32px 7px 15px;
  font-size: var(--fs-small);
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  opacity: 0;
  height: 0;
}
.jws-properties-taxonomy .layout4 .taxonomy-count a:after {
  content: '\e808';
  font-family: "jws_icon";
  font-size: 16px;
  position: absolute;
  right: 15px;
}
.jws-properties-taxonomy .layout4 .taxonomy-count a span {
  min-width: 34px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding: 0 5px;
  line-height: 27px;
}
.jws-properties-taxonomy .layout5 .taxonomy-media {
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.jws-properties-taxonomy .layout5 .taxonomy-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
  margin-bottom: 6px;
}
.jws-properties-taxonomy .layout5 .taxonomy-content {
  text-align: center;
  font-size: var(--fs-small);
  padding-top: 21px;
}
@media (max-width: 767px) {
  .jws-properties-taxonomy .layout1 .taxonomy-inner {
    gap: 10px;
  }
  .jws-properties-taxonomy .layout1 .taxonomy-inner .taxonomy-media {
    width: 60px;
  }
  .jws-properties-taxonomy .layout1 .taxonomy-inner .taxonomy-title {
    font-size: var(--fs-small);
    line-height: var(--fh-small);
    margin-bottom: 0;
  }
}
.iconbox-icon-container {
  border: 0 solid #f2f4f7;
  line-height: 1em;
  color: var(--main);
  transition: all .3s;
  transition-property: border,color,background,box-shadow;
}
.iconbox-icon-container i,
.iconbox-icon-container img,
.iconbox-icon-container svg {
  height: auto;
}
.iconbox .contents > p > span,
.iconbox-icon-container i,
.iconbox-icon-container > svg {
  display: inline-block;
}
.icon_inline-right .icon-inline .iconbox-icon-wrap {
  order: 2;
}
.iconbox-inline .icon-inline {
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
}
.iconbox-icon-container > svg {
  width: 1em;
  max-height: 1em;
  line-height: 0;
  fill: currentColor;
}
.iconbox-icon-container i {
  font-size: 1em;
  display: inline-block;
}
.iconbox-icon-container i:before {
  display: block;
}
.iconbox {
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.iconbox h3,
.iconbox p {
  transition-property: color,background;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.iconbox h3 {
  margin: 0 0 .7em;
  font-size: 24px;
  line-height: 1em;
}
.iconbox p {
  margin-bottom: 0;
}
.iconbox .contents .lqd-highlight-txt {
  display: inline-block;
  line-height: 1.5em;
  padding: 0.25em 1em;
}
.iconbox .contents .lqd-highlight-inner {
  opacity: .15 !important;
  transform: none;
  border-radius: 50em;
}
.elementor-widget-ld_icon_box .elementor-widget-container {
  margin-bottom: 30px;
}
.elementor-widget-ld_icon_box.elementor-align-center .iconbox-inline,
.elementor-widget-ld_icon_box.elementor-align-center .iconbox-side {
  flex-grow: 0;
}
.elementor-widget-ld_icon_box.elementor-align-center > .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.elementor-widget-ld_icon_box.elementor-align-center .iconbox-default {
  align-items: center;
}
.elementor-widget-ld_icon_box.elementor-align-right .iconbox-default {
  align-items: flex-end;
}
.iconbox-inline .iconbox-icon-wrap {
  margin-inline-end: 15px;
}
.iconbox-inline h3 {
  display: inline-flex;
  justify-content: inherit;
  align-items: center;
  flex: 1;
  margin-bottom: 0;
}
.iconbox-inline .contents {
  flex-basis: 100%;
}
.elementor-widget-ld_icon_box.elementor-align-center .iconbox-inline .contents,
.elementor-widget-ld_icon_box.elementor-align-center .iconbox-side .contents {
  text-align: start;
}
.iconbox-side .iconbox-icon-wrap {
  margin-inline-end: 15px;
}
.iconbox .btn {
  margin-top: 1.5em;
}
.iconbox-icon-shaped .iconbox-icon-container {
  background-color: var(--main);
  font-size: 40px;
  color: #fff;
}
.iconbox-icon-shaped .iconbox-icon-container i,
.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container > svg {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container > svg {
  width: 50px;
}
.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container > svg {
  width: 44px;
}
.iconbox-custombg .iconbox-icon-container {
  margin-top: .6em;
  margin-bottom: 1em;
}
.iconbox-custombg .iconbox-icon-container .icon-custom-bg {
  transition: opacity 0.15s;
}
.iconbox-custombg .iconbox-icon-container .icon-custom-bg > * {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}
.iconbox-custombg.iconbox-side .iconbox-icon-container {
  margin: 0;
}
.iconbox-lozenge .iconbox-icon-container {
  border-radius: 15px;
  transform: rotate(45deg);
}
.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container > svg {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.iconbox .iconbox-icon-container > svg,
.iconbox .iconbox-icon-container > svg circle,
.iconbox .iconbox-icon-container > svg ellipse,
.iconbox .iconbox-icon-container > svg path,
.iconbox .iconbox-icon-container > svg polygon,
.iconbox .iconbox-icon-container > svg polyline,
.iconbox .iconbox-icon-container > svg rect {
  transition: fill 0.3s, stroke 0.3s;
}
.iconbox .iconbox-icon-container > svg stop {
  transition: stop-color 0.3s ease;
}
.iconbox-label {
  padding: 6px 12px;
  top: 0;
  right: 0;
  background: #eef3f9;
  font-size: 10px;
  line-height: 1.5em;
  color: #000;
}
.contents .iconbox-label {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 2em;
}
.agents-wap .post-inner {
  position: relative;
  margin: 0 auto;
}
.agents-wap .jws-post-item {
  margin-bottom: 30px;
}
.agents-wap .agent-open-contact:hover {
  background: var(--secondary);
  color: var(--light);
  border-color: var(--secondary);
}
.agents-wap.layout1 .post-media {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.agents-wap.layout1 .post-media img {
  transition: 0.3s all;
}
.agents-wap.layout1 .post-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
  margin-bottom: 7px;
}
.agents-wap.layout1 .post-job {
  font-size: var(--fs-small);
  margin-bottom: 12px;
}
.agents-wap.layout1 .post-bottom {
  padding: 0 23px;
}
.agents-wap.layout1 .post-social ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.agents-wap.layout1 .post-social ul li a {
  width: 36px;
  height: 36px;
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--main);
}
.agents-wap.layout1 .post-inner:hover .post-media img {
  transform: scale(1.1);
}
.agents-wap.layout2 .post-inner {
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.agents-wap.layout2 .post-inner:hover .post-social {
  opacity: 1;
  transform: none;
}
.agents-wap.layout2 .post-bottom {
  background-color: #ffffff;
  position: absolute;
  bottom: 15px;
  border-radius: 20px;
  padding: 18px;
  width: calc(100% - 30px);
  left: 15px;
}
.agents-wap.layout2 .post-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
}
.agents-wap.layout2 .post-job {
  font-size: var(--fs-small);
  color: var(--body2);
  margin-block-end: 7px;
}
.agents-wap.layout2 .post-social {
  position: absolute;
  right: 14px;
  top: 16px;
  transition: 0.3s all;
  opacity: 0;
  transform: translateX(10px);
}
.agents-wap.layout2 .post-social ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.agents-wap.layout2 .post-social ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--light);
}
.agents-wap.layout3 .post-inner {
  position: relative;
  border: 1px solid var(--border-cl);
  border-radius: 20px;
  padding: 15px;
  text-align: center;
}
.agents-wap.layout3 .post-media {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.agents-wap.layout3 .post-media img {
  transition: 0.3s all;
}
.agents-wap.layout3 .post-title {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
  margin-bottom: 7px;
}
.agents-wap.layout3 .post-job {
  font-size: var(--fs-small);
  margin-bottom: 12px;
}
.agents-wap.layout3 .post-social ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
.agents-wap.layout3 .post-social ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #F7F5F2;
}
.agents-wap.layout3 .post-inner:hover .post-media img {
  transform: scale(1.1);
}
.agents-wap.layout4 .post-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 20px;
  flex-wrap: wrap;
  height: 100%;
  transition: 0.3s all;
}
.agents-wap.layout4 .post-inner:hover {
  border-color: var(--secondary);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.agents-wap.layout4 .post-media {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.agents-wap.layout4 .post-media img {
  width: 100%;
  height: 100%;
  object-position: top;
}
.agents-wap.layout4 .post-left {
  position: relative;
}
.agents-wap.layout4 .agents-badge {
  font-size: 11px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: max-content;
  text-align: center;
  padding: 9px 13px;
  line-height: 14px;
  gap: 2px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 10px;
  bottom: 0;
  margin: -20px auto 0;
  z-index: 1;
  position: relative;
}
.agents-wap.layout4 .agents-badge p {
  margin: 0;
  white-space: nowrap;
}
.agents-wap.layout4 .post-center {
  max-width: 280px;
}
.agents-wap.layout4 .post-title {
  font-size: var(--fs-medium);
  font-weight: bold;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.agents-wap.layout4 .agent-phone i {
  color: var(--secondary);
  font-size: 20px;
  margin-inline-end: 5px;
}
.agents-wap.layout4 .agent-company {
  font-size: var(--fs-small);
}
.agents-wap.layout4 .agent-review {
  font-size: var(--fs-small);
  margin-top: 18px;
  margin-bottom: 17px;
}
.agents-wap.layout4 .agent-review i {
  font-size: 16px;
  color: var(--third);
  margin: 0 5px;
}
.agents-wap.layout4 .agent-total {
  font-size: var(--fs-small);
  color: var(--body2);
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.agents-wap.layout4 .agent-total span {
  font-size: var(--fs-medium);
  font-weight: bold;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.agents-wap.layout5 .post-inner {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  position: relative;
}
.agents-wap.layout5 .post-inner:hover {
  border-color: var(--secondary);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.agents-wap.layout5 .agents-badge {
  position: absolute;
  right: 20px;
  top: 20px;
}
.agents-wap.layout5 .agents-badge div {
  display: none;
}
.agents-wap.layout5 .post-media {
  position: relative;
  margin-bottom: 26px;
}
.agents-wap.layout5 .post-media img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  object-position: top;
}
.agents-wap.layout5 .post-media .verified-label {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.agents-wap.layout5 .post-center {
  text-align: center;
}
.agents-wap.layout5 .post-title {
  font-size: var(--fs-medium);
  font-weight: bold;
  margin-bottom: 2px;
}
.agents-wap.layout5 .agent-phone i {
  color: var(--secondary);
  font-size: 20px;
  margin-inline-end: 5px;
}
.agents-wap.layout5 .agent-company {
  font-size: var(--fs-small);
}
.agents-wap.layout5 .agent-review {
  font-size: var(--fs-small);
  margin-top: 10px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.agents-wap.layout5 .agent-review i {
  font-size: 16px;
  color: var(--third);
}
.agents-wap.layout5 .agent-total {
  font-size: var(--fs-small);
  color: var(--body2);
  display: flex;
  margin-top: 15px;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 13px;
}
.agents-wap.layout5 .agent-total span {
  font-size: var(--fs-medium);
  font-weight: bold;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.agents-wap.layout5 .agent-open-contact {
  width: 100%;
}
.agents-wap.layout6 .post-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 20px;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  transition: 0.3s all;
}
.agents-wap.layout6 .post-inner:hover {
  border-color: var(--secondary);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.agents-wap.layout6 .post-left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.agents-wap.layout6 .post-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.agents-wap.layout6 .agents-aw {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}
.agents-wap.layout6 .agents-badge div {
  display: none;
}
.agents-wap.layout6 .post-media img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.agents-wap.layout6 .post-media .verified-label {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.agents-wap.layout6 .post-center {
  max-width: 280px;
}
.agents-wap.layout6 .post-title {
  font-size: var(--fs-medium);
  font-weight: bold;
  margin-bottom: 2px;
}
.agents-wap.layout6 .agent-phone i {
  color: var(--secondary);
  font-size: 20px;
  margin-inline-end: 5px;
}
.agents-wap.layout6 .agent-company {
  font-size: var(--fs-small);
}
.agents-wap.layout6 .agent-review {
  font-size: var(--fs-small);
  margin-top: 12px;
  margin-bottom: 5px;
}
.agents-wap.layout6 .agent-review i {
  font-size: 16px;
  color: var(--third);
  margin: 0 5px;
}
.agents-wap.layout6 .agent-total {
  font-size: var(--fs-small);
  color: var(--body2);
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  max-width: 260px;
  gap: 10px;
}
.agents-wap.layout6 .agent-total span {
  font-size: var(--fs-medium);
  font-weight: bold;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.agents-wap.layout6 .post-end img {
  display: block;
  max-width: 93px;
  margin-bottom: 30px;
}
.agents-wap.layout7 .post-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.agents-wap.layout7 .post-media img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
}
.agents-wap.layout7 .post-content {
  font-size: var(--fs-small);
}
.agents-wap.layout7 .post-title {
  font-weight: 700;
}
.skeleton {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 10px;
  margin-bottom: 20px;
  animation: fade-in 0.5s ease-in-out;
}
.skeleton-box {
  width: 100px;
  height: 120px;
  background: #ddd;
  border-radius: 8px;
  animation: skeleton-loading 1.5s infinite;
}
.skeleton-text {
  width: 80%;
  height: 15px;
  background: #e0e0e0;
  border-radius: 4px;
  margin: 8px 0;
  animation: skeleton-loading 1.5s infinite;
}
.skeleton-text.small {
  width: 50%;
  height: 12px;
}
.skeleton-btn {
  width: 80px;
  height: 30px;
  background: #ccc;
  border-radius: 5px;
  animation: skeleton-loading 1.5s infinite;
}
.verified-label {
  color: #fff;
  background-color: #0dc327;
  border-color: #569b60;
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  border-radius: 20px;
  gap: 2px;
  width: fit-content;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
  font-family: var(--body-font);
}
.verified-label i {
  font-size: 15px;
}
@keyframes skeleton-loading {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #e0e0e0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .agents-wap.layout6 .post-left {
    flex: 0 0 100%;
    justify-content: center;
  }
  .agents-wap.layout6 .post-inner {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .agents-wap.layout6 .post-left {
    flex-direction: column;
    flex: 1;
  }
  .agents-wap.layout6 .post-inner {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .agents-wap.layout6 .post-inner .post-end {
    align-items: center;
  }
  .agents-wap.layout4 .post-inner {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .agents-wap.layout4 .post-title {
    justify-content: center;
  }
}
.jws-accordion {
  display: flex;
  transition: all .5s ease;
}
.jws-accordion .jws-accordion-item > .elementor-element {
  opacity: 0;
  scale: 0;
  transition: 0.7s all;
  position: absolute;
}
.jws-accordion .jws-accordion-item-title-text {
  color: var(--n-accordion-title-normal-color);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 100%;
  text-align: left;
  margin: 0;
  font-size: inherit;
}
.jws-accordion .jws-accordion-item {
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: center;
}
.jws-accordion .jws-accordion-item-title {
  width: 100%;
  min-width: 85px;
  height: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 101px;
  display: flex;
  text-align: center;
  padding: var(--n-accordion-padding);
  transition: 0.7s all;
  font-size: var(--n-accordion-title-font-size);
}
.jws-accordion .count {
  color: var(--n-accordion-title-normal-color);
  margin: 0;
}
.jws-accordion .jws-accordion-item.open {
  flex-grow: 1;
}
.jws-accordion .jws-accordion-item.open .jws-accordion-item-title {
  width: 0;
  opacity: 0;
  scale: 0;
}
.jws-accordion .jws-accordion-item.open > .elementor-element {
  opacity: 1;
  scale: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .jws-accordion {
    flex-direction: column;
  }
  .jws-accordion .jws-accordion-item-title-text {
    writing-mode: unset;
    transform: none;
  }
  .jws-accordion .jws-accordion-item-title {
    flex-direction: row;
    height: auto;
    gap: 10px;
    align-items: center;
  }
  .jws-accordion .jws-accordion-item {
    flex-direction: column;
  }
  .jws-accordion .jws-accordion-item.open > .elementor-element {
    display: block;
    animation: fadeInUp 0.3s both;
  }
  .jws-accordion .jws-accordion-item.open .jws-accordion-item-title {
    width: auto;
    opacity: 1;
    scale: 1;
  }
  .jws-accordion .jws-accordion-item > .elementor-element {
    position: unset;
    display: none;
  }
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: calc(86px + 20px);
  width: calc(86px + 20px);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  content: "";
  border: 1px solid #ffffff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
  height: calc(86px + 20px);
  width: calc(86px + 20px);
}
.jws_video_popup.video-border .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid #ffffff;
  animation: pulse-border-simple 1.5s ease-out infinite;
  -webkit-animation: pulse-border-simple 1.5s ease-out infinite;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after,
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-left: 5px;
  opacity: 0.8;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup .jws_video_popup_inner a {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.jws_video_popup .jws_video_popup_inner a .video_icon {
  font-size: 16px;
  height: 86px;
  line-height: 86px;
  width: 86px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
  background: #ffffff;
}
.mfp-fade-in-down {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in-down .mfp-content > div {
  opacity: 0;
  transition: 0.5s ease;
  transform: translatey(-50px);
  -webkit-transform: translatey(-50px);
}
.mfp-fade-in-down.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-fade-in-down.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.mfp-fade-in-down.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade-in-down.mfp-removing .mfp-content > div {
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  opacity: 0;
}
.mfp-fade-in-down.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-mailchimp-inline {
  --input_color: var(--body);
}
.form-mailchimp-inline button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  padding: 18px 38px 18px 0;
  font-weight: 600;
}
.form-mailchimp-inline button i {
  margin-left: 4px;
}
.form-mailchimp-inline input {
  padding: 18px 106px 18px 16px;
}
.jws_subscribe_form input {
  color: var(--input_color);
}
.jws_subscribe_form input::placeholder {
  color: var(--input_color);
}
.jws_subscribe_form input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--input_color);
}
.jws_subscribe_form .jws_sf_response {
  margin-top: 15px;
}
.form-mailchimp-inline2 .jws_subscribe_form {
  display: flex;
  gap: 10px;
}
.form-mailchimp-inline2 .jws_field {
  width: 100%;
}
.form-mailchimp-inline2 button {
  border: 0;
  border-radius: 8px;
  background: var(--secondary);
  color: var(--light);
  padding: 10px 37px;
  font-weight: 600;
}
.jws_sf_response {
  padding-top: 10px;
}
.jws-hover-background {
  height: 792px;
  overflow: hidden;
  --item_space: 35px;
}
.jws-hover-background .background-list {
  position: absolute;
  inset: 0;
}
.jws-hover-background .background-list:after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.jws-hover-background .items-inner {
  position: relative;
  z-index: 1;
}
.jws-hover-background > .container {
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
  flex-direction: column;
  height: 100%;
}
.jws-hover-background .jws-hover-item i {
  margin-left: 32px;
  transition: 0.5s all;
  opacity: 0;
  transform: translateX(-20px);
}
.jws-hover-background .jws-hover-item a {
  display: flex;
}
.jws-hover-background .jws-hover-item.active i {
  opacity: 1;
  transform: none;
}
.jws-hover-background .jws-hover-item:not(:last-child) {
  margin-bottom: var(--item_space);
}
.jws-hover-background .jws-background-item {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.jws-hover-background .jws-background-item.active {
  opacity: 1;
}
.jws-hover-background .jws-background-item.active img {
  transform: scale(1.1);
}
.jws-hover-background .jws-background-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 20s all;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart {
  text-align: center;
  position: relative;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart canvas {
  width: 100% !important;
  height: 100% !important;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart .chartselementor-percent {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.jws-timeline .time {
  border-bottom: 1px solid var(--border-cl);
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.jws-timeline .time:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  background-color: var(--main);
}
.jws-timeline .title {
  margin-bottom: 14px;
}
.jws-timeline .owl-carousel .slider-item {
  padding: 0;
}
.jws-timeline .post-bottom {
  max-width: 272px;
}
.jws-timeline .description {
  color: var(--body2);
}
.jws-services_advanced-element .layout1 .post-inner {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 35px;
  border: 1px solid var(--border-cl);
}
.jws-services_advanced-element .layout1 .post-icon {
  display: inline-block;
  border-radius: 100%;
  font-size: 56px;
  padding: 15px;
  background-color: #F7F5F2;
  color: var(--light);
}
.jws-services_advanced-element .layout1 .post-icon img {
  width: 1em;
  height: 1em;
}
.jws-services_advanced-element .layout1 .post-title {
  margin-top: 24px;
  margin-bottom: 15px;
}
.jws-services_advanced-element .layout1 .post-excerpt {
  color: var(--body2);
  margin-bottom: 40px;
}
.jws-services_advanced-element .layout1 .post-detail {
  color: var(--third);
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.jws-services_advanced-element .layout1 .post-detail i {
  margin-left: 4px;
  transition: 0.3s all;
  display: inline-block;
}
.jws-services_advanced-element .layout1 .post-detail:hover i {
  transform: rotate(45deg);
}
.jws-services_advanced-element .layout2 .current .post-inner a {
  background: var(--main);
  color: var(--light);
}
.jws-services_advanced-element .layout2 .post-inner a {
  background: #F7F5F2;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 16px 25px;
}
.jws-services_advanced-element .layout2 .post-inner a:hover {
  background: var(--secondary);
  color: var(--light);
}
.jws-scroll .jws-scroll-item {
  position: sticky;
}
.elementor-editor-active .jws-scroll {
  padding: 20px;
}
/* Widget for woocommerce */
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  display: block;
}
.jws-mini-cart-wrapper.active .jws-cart-overlay {
  opacity: 1;
  visibility: visible;
}
.jws-mini-cart-wrapper.active .jws-cart-sidebar {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.jws-cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.73);
  transition: 0.7s ease;
  visibility: hidden;
  z-index: 9998;
  opacity: 0;
}
.jws-cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  background-color: var(--background-body);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 461px;
}
.cart-head {
  padding: 21px 30px 17px;
  border-bottom: 1px solid var(--border-color);
}
.cart-head .cart-close {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: var(--heading);
  transition: 0.7s ease;
}
.cart-head .cart-close:hover {
  color: var(--main);
}
.cart-head label {
  font-family: var(--font2);
  color: var(--heading);
  font-size: 28.43px;
  line-height: 32px;
  position: relative;
  margin: 0;
}
.cart-head label .count {
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
  top: 0px;
  right: -17px;
  position: absolute;
  background: var(--main);
  color: var(--light);
  font-family: var(--body-font);
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding-bottom: 240px;
}
.jws_cart_content.jws-cart-panel-empty {
  padding-bottom: 0;
}
.jws_cart_content.jws-cart-panel-empty .jws-cart-panel-summary {
  border: 0 !important;
}
.jws_cart_content .variation dt,
.jws_cart_content .variation dd {
  display: inline-block;
  margin: 0;
}
.jws_cart_content .variation dt p,
.jws_cart_content .variation dd p {
  margin: 0;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding: 20px 30px;
  border-top: 1px solid var(--border-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--background-body);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping {
  margin-bottom: 18px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total {
  margin-bottom: 13px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line {
  height: 6px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line > span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line > span > span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line > span .number {
  position: absolute;
  right: 0;
  background: var(--main);
  top: -7px;
  font-size: 12px;
  color: var(--heading);
  line-height: 17.6px;
  padding: 2px 5px 0px 5px;
  border-radius: 3px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--main);
  opacity: 0.1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .jws_shipping_wap {
  font-size: 14px;
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .jws_shipping_wap .fa-check-square {
  color: #44c344;
  font-size: 16px;
  margin-right: 5px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .amount {
  font-weight: 500;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .text-free {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  margin-bottom: 17px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
  float: right;
  font-weight: 500;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart strong {
  font-weight: 500;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart p {
  margin: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .buttons_cart a {
  background: var(--background-item);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .buttons_cart a:hover {
  color: var(--light);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  margin: 0;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  padding: 30px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom: 25px;
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
  padding: 0;
  list-style-type: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  text-align: center;
  padding-top: 20px;
  border: 0;
  margin-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty .button-default {
  display: block;
  margin-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty > span {
  color: #ececec;
  display: block;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty > span:before {
  font-size: 85px;
  line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .jws_cart_item_inner {
  pointer-events: none;
  opacity: 0.2;
  transition: 0.3s all;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
  margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  color: var(--heading);
  display: block;
  font-weight: 500;
  padding-right: 20px;
  margin-bottom: 8px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title:hover {
  color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title .engrave {
  font-size: 14px;
  font-weight: 300;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title .engrave span {
  font-weight: 400;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .product-short-text {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 14px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .variation {
  margin-bottom: 5px;
  margin-top: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-price {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 16px;
  z-index: 1;
  opacity: 0.6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:hover {
  opacity: 1;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
}
.jws_mini_cart > .jws-cart-nav a {
  color: var(--heading);
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: var(--heading);
  transition: 0.3s all;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
}
.jws_mini_cart > .jws-cart-nav a .jws_price_total {
  vertical-align: middle;
  font-size: 14px;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
  display: inline-block;
  letter-spacing: 0.5px;
}
.jws_mini_cart > .jws-cart-nav a .cart_text i {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
  font-size: 10px;
  border-radius: 100%;
  top: -2px;
  right: -3px;
  position: absolute;
  background: var(--main);
  color: var(--light);
}
.jws_mini_cart .jws-cart-sidebar {
  height: 100%;
  min-width: 300px;
}
@media (max-width: 767px) {
  .jws-cart-sidebar {
    max-width: 90%;
  }
  .jws-cart-sidebar .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
    padding: 15px;
  }
  .jws-cart-sidebar .jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
    padding: 20px 15px;
  }
  .cart-head {
    padding: 10px 15px 10px;
  }
}
@media (max-width: 340px) {
  .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-price {
    position: relative;
  }
}
/* Single */
.jws_sticky_move5::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.single-properties.layout1 {
  padding-bottom: 100px;
}
.single-properties.layout1 .has-sidebar-sticky {
  margin-bottom: 40px;
}
.single-properties.layout1 .jws_sticky_move5 {
  overflow-y: auto;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E1E0E4;
  border-radius: 10px 10px 10px 10px;
}
.single-properties.layout1 #section-caculator {
  margin-top: 50px;
  margin-bottom: 80px;
}
.single-properties.layout1 .jws-properties-navigation {
  border-bottom: 1px solid var(--border-cl);
  margin-bottom: 25px;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}
.single-properties.layout1 .property-details-top {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.single-properties.layout1 .property-details-top .details-right {
  padding-top: 8px;
}
.single-properties.layout1 .property-details-top .title {
  margin-bottom: 5px;
}
.single-properties.layout1 .jws-properties-gallery-wap {
  margin-bottom: 37px;
}
.single-properties.layout1 .property-details-center {
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 30px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}
.single-properties.layout1 .property-details-center .details-left {
  gap: 4em;
}
.single-properties.layout1 .property-details-center .jws-properties-meta.layout1 .meta-row {
  font-size: var(--fs-small);
}
.single-properties.layout1 .jws-properties-meta.layout2 {
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.single-properties.layout1 .jws-properties-meta.layout2 .meta-row {
  justify-content: space-between;
}
.single-properties.layout1 .jws-properties-override .jws-properties-meta.layout1 .meta-row {
  column-gap: 20px;
  row-gap: 15px;
}
.single-properties.layout1 .jws-properties-override .jws-properties-meta.layout1 .meta-row .meta-item {
  width: calc(33.33% - 20px);
}
.single-properties.layout1 .properties-widget {
  margin-bottom: 40px;
}
.single-properties.layout1 .jws-tab-advanced {
  padding: 20px 20px 20px 20px;
}
.single-properties.layout1 .jws-tab-advanced .tab-nav {
  margin: 0px 0px 25px 0px;
}
.single-properties.layout1 .jws-tab-advanced .tab-nav li {
  text-align: center;
  width: 50%;
}
.single-properties.layout1 .jws-tab-advanced .tab-nav li a {
  padding: 15px 10px 15px 10px;
  background: #E1E0E452;
  font-size: 14px;
  font-weight: 700;
}
.single-properties.layout1 .jws-tab-advanced .tab-nav li.current a {
  background: #E1E0E400;
}
.single-properties.layout1 .jws-tab-advanced .tab-item {
  display: none;
}
.single-properties.layout1 .jws-tab-advanced .tab-item.current {
  display: block;
}
.lg-video iframe {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.properties-contact-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 10px 5px;
  border-top: 1px solid var(--border-cl);
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  display: none;
}
.properties-contact-mobile .post-agents {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.properties-contact-mobile .post-agents img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #efefef;
  object-fit: contain;
}
.properties-contact-mobile .agents-info {
  font-size: 12px;
}
.properties-contact-mobile .agents-avatar {
  flex: 0 0 40px;
}
.properties-contact-mobile .jws-button {
  font-size: 20px;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border-color: var(--border-cl);
  transform: none !important;
}
.properties-contact-mobile .button-default {
  background: var(--secondary);
}
.properties-widget .widget-heading {
  margin-bottom: 30px;
}
.jws-properties-note-section .widget-heading {
  margin-bottom: 10px;
}
.jws-properties-note-section .note-actions {
  margin-top: 10px;
}
.jws-properties-gallery-wap {
  position: relative;
}
.jws-properties-gallery-wap .slider-thumbnails {
  margin: 0 -5px;
}
.jws-properties-gallery-wap .slider-thumbnails .gallery-item {
  height: 92px;
  padding: 0 5px;
}
.jws-properties-gallery-wap .slider-thumbnails .gallery-item img {
  width: 130px;
  max-width: 130px;
  position: relative;
  border: 1px solid transparent;
}
.jws-properties-gallery-wap .slider-thumbnails .current .gallery-item img {
  border-color: var(--main);
}
.jws-properties-gallery-wap .gallery-item {
  position: relative;
  cursor: pointer;
}
.jws-properties-gallery-wap .gallery-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: auto;
  border-radius: 10px;
}
.jws-properties-gallery-wap.layout1 .jws-gallery-inner {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.jws-properties-gallery-wap.layout1 .jws-gallery-inner:after {
  content: "";
  display: table;
  clear: both;
}
.jws-properties-gallery-wap.layout1 .gallery-item {
  float: left;
  width: calc(33.33% - 10px);
  height: 270px;
  margin: 5px;
}
.jws-properties-gallery-wap.layout1 .gallery-item:first-child {
  width: calc(66.66% - 10px);
  height: 550px;
}
.jws-properties-gallery-wap.layout1 .gallery-item:only-child {
  width: calc(100% - 10px);
  height: 550px;
}
.jws-properties-gallery-wap.layout1 .jws-gallery-tool {
  position: absolute;
  right: 25px;
  bottom: 20px;
  z-index: 1;
}
.jws-properties-gallery-wap.layout6 .slider-mains .gallery-item {
  height: 420px;
  padding: 0;
}
.jws-properties-gallery-wap.layout6 .slider-mains .gallery-item img {
  border-radius: 0;
}
.jws-properties-gallery-wap.layout6 .jws-gallery-tool {
  position: absolute;
  bottom: 17px;
  z-index: 1;
}
.jws-properties-gallery-wap.layout5 .slider-mains .gallery-item {
  height: 550px;
  padding: 0;
}
.jws-properties-gallery-wap.layout5 .jws-gallery-tool {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
.jws-properties-gallery-wap.layout4 .slider-mains {
  margin-bottom: 10px;
}
.jws-properties-gallery-wap.layout4 .slider-mains .gallery-item {
  height: 500px;
  padding: 0;
}
.jws-properties-gallery-wap.layout4 .jws-gallery-tool {
  position: absolute;
  right: 10px;
  bottom: 120px;
  z-index: 99;
}
.jws-properties-gallery-wap.layout3 .jws-gallery-inner {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.jws-properties-gallery-wap.layout3 .jws-gallery-inner:after {
  content: "";
  display: table;
  clear: both;
}
.jws-properties-gallery-wap.layout3 .gallery-item {
  float: left;
  width: calc(25% - 10px);
  height: 270px;
  margin: 5px;
}
.jws-properties-gallery-wap.layout3 .gallery-item:first-child {
  width: calc(50% - 10px);
  height: 550px;
}
.jws-properties-gallery-wap.layout3 .gallery-item:only-child {
  width: calc(50% - 10px);
  height: 550px;
}
.jws-properties-gallery-wap.layout3 .jws-gallery-tool {
  margin-top: -25px;
  z-index: 1;
  position: absolute;
}
.jws-properties-gallery-wap.layout2 .gallery-item {
  height: 587px;
}
.jws-properties-gallery-wap.layout2 .jws-gallery-tool {
  margin-top: -20px;
  z-index: 1;
  position: relative;
}
.jws-lightgallery-contact {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.jws-lightgallery-contact a {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.jws-lightgallery-contact a i {
  font-size: 20px;
}
.jws-lightgallery-contact a:hover {
  background: var(--third);
  border-color: var(--third);
}
.jws-lightgallery-action {
  text-align: center;
  border: 2px solid #ffffff;
  max-width: 124px;
  margin: 5px auto;
  display: block;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
}
.jws-lightgallery-action button {
  background: transparent;
  border: 0;
  width: 40px;
  padding: 5px;
}
.jws-lightgallery-action button:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.jws-lightgallery-action button.active {
  background: rgba(255, 255, 255, 0.2);
}
.lg-toolbar .lg-icon {
  float: left !important;
}
#lg-counter {
  display: none !important;
}
.lg-thumb-item {
  opacity: 0.5;
  transition: 0.3s all;
}
.lg-thumb-item.active {
  opacity: 1;
}
.lg-thumb-item.virtual_item {
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
.lg-thumb-item.virtual_item img {
  display: none;
}
.lg-thumb-item.virtual_item:before {
  content: '\e836';
  font-family: "jws_icon";
}
.jws-gallery-tool {
  display: flex;
  gap: 10px;
}
.jws-gallery-tool a {
  border-radius: 5px;
  border: 1px solid var(--main);
  font-size: var(--fs-small);
  background-color: #ffffff;
  padding: 7.5px 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 5px;
}
.jws-gallery-tool a.empty {
  color: #b1b1b1;
  cursor: inherit;
}
.jws-gallery-tool a i {
  font-size: 20px;
}
.jws-properties-taxonomy.layout1 {
  display: flex;
}
.jws-properties-taxonomy.layout1 a {
  background: rgba(200, 121, 8, 0.9);
  border-radius: 20px;
  color: var(--light);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 14px;
  display: block;
}
.jws-properties-address.layout1 {
  color: var(--body3);
  font-size: var(--fs-small);
  display: flex;
  gap: 5px;
  align-items: center;
}
.jws-properties-address.layout1 i {
  font-size: 24px;
  color: var(--body);
}
.jws-properties-price {
  color: var(--third);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.jws-properties-price .before_price {
  color: var(--heading);
  font-size: 70%;
  font-weight: 400;
}
.jws-properties-price .after_price {
  color: var(--heading);
  font-size: 70%;
  font-weight: 400;
}
.mortgage-calculator-monthly-payment-wrap {
  font-size: var(--fs-small);
  color: var(--body2);
}
.mortgage-calculator-monthly-payment-wrap #m_monthly_val {
  font-size: 24px;
  font-weight: bold;
  color: var(--body);
  line-height: 32px;
}
.mortgage-calculator-chart {
  position: relative;
}
#chartjs-tooltip {
  transition: 0.5s all;
  white-space: nowrap;
}
#chartjs-tooltip td {
  padding: 0 10px;
}
.calculator-notes {
  display: block;
  font-style: italic;
}
.mortgage-calculator-data {
  width: 100%;
}
.mortgage-calculator-data ul li > span:last-child {
  float: right;
}
.mortgage-calculator-data ul li:last-child {
  font-weight: 600;
}
.mortgage-calculator-data ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-cl);
  padding: 0 0 23px;
  margin-bottom: 23px;
}
.mortgage-calculator-data ul li:not(:last-child):before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ebebeb;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.mortgage-calculator-data ul li.stats-data-1:before {
  background-color: #C87908;
}
.mortgage-calculator-data ul li.stats-data-2:before {
  background-color: #E5C7AD;
}
.mortgage-calculator-data ul li.stats-data-3:before {
  background-color: #8b8783;
}
.mortgage-calculator-data ul li.stats-data-4:before {
  background-color: #939876;
}
.mortgage-calculator-data ul li.stats-data-5:before {
  background-color: #FFC119;
}
.mortgage-calculator-data ul li.stats-data-6:before {
  background-color: #bda461;
}
.mortgage-calculator-data ul li.stats-data-7:before {
  background-color: #675250;
}
.jws-properties-estimated-form.layout2 #jws-calculator-form #reset-caculator {
  width: 276px;
  max-width: 100%;
}
.jws-properties-estimated-form.layout2 .mortgage-calculator-monthly-payment-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jws-properties-estimated-form.layout2 .mortgage-calculator-chart {
  margin-top: 16px;
  margin-bottom: 16px;
}
.jws-properties-estimated-form.layout2 .mortgage-calculator-data ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.jws-properties-estimated-form.layout2 .mortgage-calculator-data li:not(:last-child) {
  width: calc(50% - 7.5px);
  background-color: #F7F5F2;
  border: 0;
  padding: 15px;
  margin-bottom: 0;
}
.jws-properties-estimated-form.layout2 .calculator-notes {
  margin-top: 24px;
}
.jws-properties-estimated-form.layout1 .mortgage-calculator-monthly-payment-wrap {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jws-properties-estimated-form.layout1 .estimated-form {
  margin-bottom: 30px;
}
.jws-properties-estimated-form.layout1 .mortgage-calculator-data {
  max-width: 574px;
}
.jws-properties-estimated-form.layout1 .mortgage-calculator-chart {
  width: 380px;
  height: 380px;
}
.jws-properties-estimated-form.layout1 #mortgage-calculator-chart {
  width: 100% !important;
  height: 100% !important;
}
.jws-properties-estimated-form.layout1 .estimated-chart-info {
  padding-left: 13px;
}
.jws-properties-estimated-form.layout1 .estimated-chart-info > div {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.jws-properties-estimated-form.layout1 .estimated-chart-info > h4 {
  margin-bottom: 40px;
}
.jws-properties-estimated-form.layout1 .calculator-notes {
  margin-top: 56px;
  text-align: center;
}
.jws-properties-estimated-form .horizontally-bar {
  display: flex;
  height: 14px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
}
.jws-properties-estimated-form .horizontally-bar > div {
  height: 100%;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s all;
}
.jws-properties-estimated-form .horizontally-bar > div:hover {
  opacity: 0.8;
}
#jws-calculator-form > .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
#jws-calculator-form > .row > div {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
#jws-calculator-form .estimated-form > h4 {
  margin-bottom: 27px;
}
#jws-calculator-form #reset-caculator {
  padding: 17px 24px;
  width: 100%;
}
#jws-calculator-form .form-group {
  margin-bottom: 16px;
}
#jws-calculator-form .form-group > label {
  font-size: var(--fs-small);
  font-weight: 500;
}
#jws-calculator-form .form-group.downPayment #downPaymentPercentage {
  width: 40px;
  text-align: center;
  pointer-events: none;
}
#jws-calculator-form .form-group.downPayment .input-group-prepend {
  display: flex;
  align-items: center;
}
#jws-calculator-form .form-group.term-in-years .input-group {
  padding: 0;
}
#jws-calculator-form .show-optional {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--third);
}
#jws-calculator-form .show-optional span {
  text-decoration: underline;
}
#jws-calculator-form .show-optional i {
  font-size: 16px;
  margin-left: 2px;
}
#jws-calculator-form .optional-group {
  display: none;
}
#jws-calculator-form .change-term {
  width: 100%;
}
#jws-calculator-form .change-term .choose-years {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: var(--fs-small);
  font-weight: 500;
}
#jws-calculator-form .change-term button {
  border: 0;
  width: 100%;
  background: transparent;
  display: block;
  text-align: center;
  padding: 12.5px 10px;
  position: relative;
}
#jws-calculator-form .change-term button:not(:last-child) {
  border-right: 1px solid var(--border-cl);
}
#jws-calculator-form .change-term button.active {
  background: rgba(26, 84, 165, 0.1);
}
#jws-calculator-form .change-term button.active:before {
  content: "";
  position: absolute;
  width: calc(102%);
  height: calc(102%);
  left: -1px;
  top: -1px;
  border: 2px solid var(--third);
  border-radius: 5px;
  transition: 0.3s all;
}
#jws-calculator-form .input-group {
  width: 100%;
  border: 1px solid var(--border-cl);
  padding: 0 15px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#jws-calculator-form .input-group input {
  border: 0;
  padding: 0;
}
#jws-calculator-form .input-group-prepend {
  padding-left: 10px;
}
#jws-calculator-form .change-number {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 100%;
}
#jws-calculator-form .change-number span {
  cursor: pointer;
  background: rgba(12, 0, 32, 0.6);
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 23px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
}
#jws-calculator-form .change-number span:before {
  font-family: "jws_icon";
}
#jws-calculator-form .change-number .minus {
  left: 0;
}
#jws-calculator-form .change-number .minus:before {
  content: '\e827';
}
#jws-calculator-form .change-number .plus {
  right: 0;
}
#jws-calculator-form .change-number .plus:before {
  content: '\e814';
}
.jws-properties-estimated-info {
  font-size: var(--fs-small);
}
.jws-properties-estimated-info .estimated-top {
  margin-bottom: 5px;
}
.jws-properties-estimated-info .estimated-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.jws-properties-estimated-info .estimated-info-price .estimated-price {
  font-size: 24px;
  font-weight: 700;
}
.jws-properties-estimated-info .estimated-info-price .after-price {
  margin-left: 2px;
}
.jws-properties-estimated-info a {
  color: var(--third);
  text-decoration: underline;
}
.jws-properties-meta {
  --column-gap: 10px;
  --row-gap: 10px;
  --item-width: auto;
}
.jws-properties-meta .meta-row {
  display: flex;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  flex-wrap: wrap;
}
.jws-properties-meta .meta-item {
  width: calc(var(--item-width) - var(--column-gap) / 2 - 2px);
}
.jws-properties-meta.layout1 .meta-label {
  font-weight: 700;
  margin-right: 10px;
}
.jws-properties-meta.layout3 .meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jws-properties-meta.layout3 .meta-item {
  font-size: var(--fs-smallc);
  font-weight: 500;
  background-color: #F7F5F2;
  padding: 10px;
  border-radius: 5px;
}
.jws-properties-meta.layout3 i {
  font-size: 24px;
}
.jws-properties-meta.layout2 .meta-value {
  font-weight: 700;
}
.jws-properties-meta.layout2 .meta-top {
  margin-bottom: 2px;
}
.jws-properties-meta.layout2 .meta-icon {
  font-size: 20px;
  margin-right: 6px;
}
.jws-properties-meta.layout2 .meta-label {
  color: var(--body2);
  font-size: var(--fs-small);
  display: block;
}
.jws-properties-feature.layout2 .feature-heading {
  font-weight: 600;
  margin-bottom: 20px;
  background-color: #f6f6f7;
  border-radius: 5px;
  padding: 17px 20px;
}
.jws-properties-feature.layout2 .feature-wap:not(:last-child) {
  margin-bottom: 35px;
}
.jws-properties-feature.layout1 > h4 {
  margin-bottom: 30px;
}
.jws-properties-feature .feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.jws-properties-feature .feature-row .feature-item {
  width: calc(25% - 10px);
}
.jws-properties-feature .parent-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.jws-properties-feature ul {
  padding: 0;
  list-style: none;
  color: var(--body2);
}
.jws-properties-feature ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.jws-properties-feature ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--main);
}
.jws-properties-floor-plans.loaded .floor-plans-list.active .plans-bottom {
  display: block;
}
.jws-properties-floor-plans > h4 {
  margin-bottom: 25px;
}
.jws-properties-floor-plans .floor-plans-list {
  margin-bottom: 10px;
}
.jws-properties-floor-plans .floor-plans-list .plans-top {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f7;
  padding: 15px 18px;
  font-size: var(--fs-small);
  cursor: pointer;
}
.jws-properties-floor-plans .floor-plans-list .plans-right {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.jws-properties-floor-plans .floor-plans-list .plans-right strong {
  margin-right: 5px;
}
.jws-properties-floor-plans .floor-plans-list .plans-bottom {
  text-align: center;
  padding: 16px 0;
  display: none;
}
.jws-properties-videos > h4 {
  margin-bottom: 25px;
}
.jws-properties-videos .video-playper {
  position: relative;
  height: 572px;
  border-radius: 10px;
  overflow: hidden;
}
.jws-properties-videos .video-playper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jws-properties-videos .jws_video_popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.jws-properties-map > h4 {
  margin-bottom: 10px;
}
.jws-properties-map #googleMap-widget {
  height: 400px;
  background: #e2e2e2;
}
.jws-properties-virtual-tour > h4 {
  margin-bottom: 30px;
}
.jws-properties-contact-form .author-name {
  display: flex;
  align-items: center;
  gap: 5px;
}
.jws-properties-contact-form .author-name .verified-icon {
  background-color: #0dc327;
  color: #ffffff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 11px;
  padding: 3px;
  font-size: 13px;
  text-align: center;
}
.jws-properties-contact-form.layout1 .type1 .author-avatar {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
}
.jws-properties-contact-form.layout1 .type1 .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jws-properties-contact-form.layout1 .type1 .author-info {
  width: calc(100% - 110px);
  flex: 1;
}
.jws-properties-contact-form.layout1 .type1 .agent-company {
  font-size: var(--fs-small);
}
.jws-properties-contact-form.layout1 .type1 .agent-phone {
  margin-top: 13px;
}
.jws-properties-contact-form.layout1 .type1 .agent-phone a {
  display: flex;
  color: var(--body2);
}
.jws-properties-contact-form.layout1 .type1 .agent-phone i {
  color: var(--secondary);
  font-size: 20px;
  margin-right: 5px;
}
.jws-properties-contact-form.layout1 .type2 .author-info {
  width: calc(100% - 110px);
}
.jws-properties-contact-form.layout1 .type2 .author-avatar {
  padding: 0 10px;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #ebebeb;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  line-height: 110px;
}
.jws-properties-contact-form.layout1 .type2 .author-name {
  margin-bottom: 10px;
}
.jws-properties-contact-form.layout1 .jws-author-wap {
  display: flex;
  gap: 15px;
  margin-bottom: 23px;
  flex-wrap: wrap;
}
.jws-properties-contact-form.layout1 .author-properties {
  font-size: var(--fs-smallb);
  line-height: var(--fh-smallb);
  color: var(--third);
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
.jws-properties-contact-form.layout1 .jws-author-info {
  display: flex;
  gap: 15px;
  align-items: center;
}
.jws-properties-contact-form.layout1 .author-name {
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
  font-weight: 700;
}
.jws-properties-contact-form.layout1 .author-meta span {
  font-size: var(--fs-smallc);
  font-weight: 500;
  margin-right: 10px;
}
.jws-properties-contact-form.layout1 .author-meta > div {
  margin-bottom: 9px;
}
.jws-properties-contact-form.layout1 .author-social-list {
  display: flex;
  gap: 6px;
}
.jws-properties-contact-form.layout1 .author-social-list li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background-color: #e7e5e9;
  display: block;
  text-align: center;
  font-size: 16px;
}
.jws-properties-contact-form.layout1 .jws-agent-contact .button-default {
  background: var(--third);
}
.jws-properties-contact-form.layout2 .jws-agent-contact .button-default {
  width: 100%;
}
.jws-properties-contact-form.layout3 .type1 .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jws-properties-contact-form.layout3 .type2 .author-avatar {
  line-height: 80px;
}
.jws-properties-contact-form.layout3 .type2 .author-avatar img {
  padding: 5px;
}
.jws-properties-contact-form.layout3 .jws-agent-contact .button-action {
  gap: 7px;
}
.jws-properties-contact-form.layout3 .jws-agent-contact .button-action .jws-button {
  min-width: calc(50% - 7px);
}
.jws-properties-contact-form.layout3 .jws-agent-contact .button-action .jws-button:last-child {
  min-width: 100%;
}
.jws-properties-contact-form.layout3 .button-default {
  background: var(--third);
}
.jws-properties-contact-form.layout3 .jws-author-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 23px;
}
.jws-properties-contact-form.layout3 .jws-author-info .author-avatar {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #ebebeb;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.jws-properties-contact-form.layout3 .jws-author-info .author-info {
  width: calc(100% - 94px);
}
.jws-properties-contact-form.layout3 .jws-author-info.role-agencies .author-avatar img {
  width: 80%;
}
.jws-properties-contact-form.layout3 .jws-author-info.role-agents .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.jws-properties-contact-form.layout3 .jws-author-info .author-name {
  font-weight: 700;
  color: var(--third);
  font-size: var(--fs-medium);
  line-height: var(--fh-medium);
}
.jws-properties-contact-form.layout3 .jws-author-info .author-properties {
  font-size: var(--fs-smallb);
  font-weight: 600;
}
.jws-properties-contact-form.layout4 h5 {
  text-align: center;
}
.jws-properties-contact-form.layout4 button {
  width: 100%;
  height: 50px;
}
.jws-properties-contact-form.layout4 .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: 600;
}
.jws-properties-contact-form.layout4 .line:before,
.jws-properties-contact-form.layout4 .line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid var(--border-cl);
}
.jws-properties-contact-form.layout4 .line span {
  margin: 0 10px;
}
.jws-properties-contact-form .jws-agent-contact .row {
  margin: 0 -5px;
}
.jws-properties-contact-form .jws-agent-contact .form-row {
  margin-bottom: 10px;
  padding: 0 5px;
}
.jws-properties-contact-form .jws-agent-contact .button-action {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.jws-properties-contact-form .jws-agent-contact .button-border {
  background: #ffffff;
}
.jws-properties-contact-form .jws-agent-contact .button-border:hover {
  background: var(--third);
  border-color: var(--third);
}
.jws-properties-contact-form .jws-agent-contact .jws-button {
  padding: 14px 10px;
  min-width: 200px;
  border-color: var(--border-cl);
}
.jws-properties-contact-form .jws-agent-contact .jws-button i {
  font-size: 25px;
  margin-right: 5px;
}
.jws-properties-contact-form .jws-terms-of-use {
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}
.jws-properties-contact-form .jws-terms-of-use a {
  color: var(--third);
}
.jws-properties-contact-form .field-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.jws-properties-single-related .title-related {
  margin-bottom: 25px;
}
.jws_property_schedule_dates {
  padding: 0px 15px;
  margin-bottom: 10px;
}
.jws_property_schedule_dates .owl-nav > button.owl-prev {
  left: 0px;
}
.jws_property_schedule_dates .owl-nav > button.owl-next {
  right: 0px;
}
.jws_property_schedule_dates .jws_property_schedule_singledate_wrapper_display {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  padding: 10px 10px;
  cursor: pointer;
}
.jws_property_schedule_dates .selected .jws_property_schedule_singledate_wrapper_display {
  border-color: var(--third);
  background: rgba(26, 84, 165, 0.1);
}
.jws_property_schedule_dates .jws_day_unit_day_number {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.jws_property_schedule_dates .slider-item {
  padding: 0 5px !important;
}
.jws-tour-type.field-single-button {
  margin-bottom: 6px;
}
.jws-tour-type.field-single-button span {
  font-size: var(--fs-small);
  padding: 12px 10px;
}
.properties-tool {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: var(--fs-small);
}
.properties-tool a {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.properties-tool i {
  font-size: 20px;
}
.jws-dropdown-liquid {
  display: none;
  position: absolute;
  z-index: 99;
  padding: 20px;
  width: fit-content;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  top: calc(100% + 10px);
  right: 0;
}
.jws-dropdown-liquid ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jws-dropdown-liquid a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: var(--heading) !important;
}
.jws-dropdown-liquid a i {
  font-size: 16px;
}
.properties-share-wrapper {
  position: relative;
}
.properties-more-wrapper {
  position: relative;
}
.jws-properties-navigation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jws-properties-navigation-top .navigation-left {
  display: flex;
  align-items: center;
}
.jws-properties-navigation-top .jws-nav-section {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fs-small);
  line-height: var(--fh-small);
  position: relative;
}
.jws-properties-navigation-top .jws-nav-section a {
  padding: 20px 20px;
  display: block;
}
.jws-properties-navigation-top #magic_line {
  height: 2px;
  position: absolute;
  display: block;
  bottom: 0;
  background: #000;
  transition: 0.5s all;
}
.jws-properties-navigation-top .jws-back-search {
  font-size: var(--fs-small);
  line-height: var(--fh-small);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.jws-properties-navigation-top .jws-back-search i {
  font-size: 20px;
  color: var(--third);
}
.jws-properties-navigation-top.layout2 .post-navigation {
  display: flex;
  align-items: center;
}
.jws-properties-navigation-top.layout2 .post-navigation a {
  display: flex;
  gap: 10px;
}
.jws-properties-navigation-top.layout2 .post-navigation a:first-child {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
  border-inline-end: 1px solid var(--border-cl);
}
.jws-properties-navigation-top.layout2 .post-navigation a i {
  font-size: 20px;
}
.jws-properties-navigation-top.layout2 .post-navigation a span {
  font-size: var(--fs-small);
  font-weight: 500;
  text-decoration: underline;
}
.jws-properties-popular .post-feature {
  background-color: var(--main);
  color: var(--light);
  font-size: var(--fs-smallb);
  line-height: var(--fh-smallb);
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px 8px 20px;
  border-radius: 5px 5px 5px 0px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.jws-properties-popular .post-feature:before {
  width: 0;
  height: 0;
  border-top: 8px solid var(--main);
  border-left: 11px solid transparent;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
}
.jws-properties-popular .post-feature i {
  margin-top: -2px;
  font-size: 20px;
}
.widget-heading.heading-toogle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.widget-heading.heading-toogle:after {
  content: '\e80a';
  font-family: "jws_icon";
  font-size: 24px;
}
.jws-properties-energy .class-energy-list {
  border: 1.5px solid #88B45F;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.jws-properties-energy .class-energy-list li {
  padding: 10px 10px;
}
.jws-properties-energy .class-energy-list li:nth-child(odd) {
  background-color: #f9f9fa;
}
.jws-properties-energy .class-energy-list li strong {
  font-weight: 600;
  margin-inline-end: 10px;
}
.jws-properties-energy .energy-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jws-properties-energy .energy-class .energy-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 0;
}
.jws-properties-energy .energy-class .energy-item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.jws-properties-energy .energy-class .energy-item:nth-child(1) {
  background-color: var(--energy-1-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.jws-properties-energy .energy-class .energy-item:nth-child(2) {
  background-color: var(--energy-2-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(3) {
  background-color: var(--energy-3-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(4) {
  background-color: var(--energy-4-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(5) {
  background-color: var(--energy-5-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(6) {
  background-color: var(--energy-6-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(7) {
  background-color: var(--energy-7-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(8) {
  background-color: var(--energy-8-color);
}
.jws-properties-energy .energy-class .energy-item:nth-child(9) {
  background-color: var(--energy-9-color);
}
.jws-properties-energy .energy-class .energy-item .arrow-active {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #58A05F;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -20px;
}
.jws-report-popup .report-title {
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 15px;
  padding-top: 20px;
}
.jws-report-popup .report-description {
  margin-bottom: 12px;
}
.jws-report-popup {
  padding: 0 !important;
  max-width: 500px !important;
}
.jws-report-popup .report-step {
  display: none;
  padding: 20px;
}
.jws-report-popup .form-row {
  margin-bottom: 15px;
}
.jws-report-popup .report-radio-option {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.jws-report-popup .report-actions {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.jws-report-popup .report-submit,
.jws-report-popup .report-continue {
  background: var(--third);
}
@media (max-width: 1200px) {
  .jws-properties-navigation-top .jws-nav-section a {
    padding: 15px 10px;
  }
}
@media (max-width: 1024px) {
  .jws-properties-estimated-form.layout1 .estimated-chart-info > div {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .properties-contact-mobile {
    display: flex;
  }
  .jws-properties-navigation-top {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .jws-properties-navigation-top .jws-nav-section {
    display: none;
  }
  .properties-tool .wishlist-text,
  .properties-tool .hidden-text,
  .properties-tool .share-text {
    display: none;
  }
  .jws-properties-gallery-wap.layout3 .gallery-item:first-child {
    height: 480px;
  }
  .jws-properties-gallery-wap.layout3 .gallery-item {
    height: 235px;
  }
}
@media (max-width: 767px) {
  .jws-properties-contact-form.layout1 .jws-author-wap {
    flex-direction: column;
    gap: 10px;
  }
  .single-properties.layout1 .jws-properties-override .jws-properties-meta.layout1 .meta-row .meta-item {
    width: calc(50% - 20px);
  }
  .jws-properties-navigation-top .post-tool {
    gap: 10px;
  }
  .jws-gallery-tool a {
    padding: 7.5px;
  }
  .jws-gallery-tool a span {
    display: none;
  }
  .jws-lightgallery-contact {
    top: 50px;
    transform: translateX(50%);
    right: 50%;
  }
  .jws-properties-gallery-wap.layout1 .gallery-item:first-child {
    width: calc(100% - 10px);
    height: 430px;
  }
  .jws-properties-gallery-wap.layout1 .gallery-item {
    width: calc(50% - 10px);
    height: 200px;
  }
  .single-properties.layout1 .property-details-center .details-left {
    gap: 10px;
    flex-wrap: wrap;
  }
  .single-properties.layout1 .jws-properties-meta.layout2 .meta-row {
    justify-content: flex-start;
  }
  .jws-properties-meta.layout1:not(.count-1) .meta-row .meta-item {
    width: calc(50% - 20px);
  }
  .jws-properties-meta.layout1:not(.count-1) .meta-row .meta-item .meta-label {
    display: block;
  }
  .jws-properties-feature .feature-row .feature-item {
    width: calc(50% - 10px);
  }
  .jws-properties-floor-plans .floor-plans-list .plans-top {
    gap: 10px;
    flex-direction: column;
  }
  .jws-properties-floor-plans .floor-plans-list .plans-right {
    gap: 10px;
    flex-wrap: unset;
  }
  .jws-properties-floor-plans .floor-plans-list .plans-right strong {
    display: block;
    margin: 0 0 2px;
  }
  .jws-properties-estimated-form.layout1 .estimated-chart-info {
    padding-left: 0;
  }
  .jws-properties-estimated-form.layout2 .mortgage-calculator-data li:not(:last-child) {
    width: 100%;
  }
  .jws-properties-gallery-wap.layout2 .gallery-item {
    height: 380px;
  }
  .jws-properties-gallery-wap.layout3 .gallery-item:first-child {
    height: 380px;
    width: calc(100% - 10px);
  }
  .jws-properties-gallery-wap.layout3 .gallery-item {
    height: 170px;
    width: calc(50% - 10px);
  }
  .jws-properties-gallery-wap.layout3 .gallery-item:nth-child(4),
  .jws-properties-gallery-wap.layout3 .gallery-item:nth-child(5) {
    display: none;
  }
  .properties-widget .widget-heading,
  .jws-properties-feature.layout1 > h4 {
    margin-bottom: 15px;
  }
  .single-properties.layout1 .jws-properties-meta.layout2 {
    --item-width: 33.33%;
  }
  .properties-page-filter.layout3 .has-sidebar-sticky {
    margin-top: 30px;
  }
  .jws-properties-contact-form .jws-agent-contact .jws-button {
    min-width: 100px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .jws-properties-gallery-wap.layout1 .gallery-item:first-child {
    height: 350px;
  }
  .jws-properties-gallery-wap.layout1 .gallery-item {
    height: 150px;
  }
  .jws-properties-gallery-wap.layout4 .slider-mains .gallery-item,
  .jws-properties-gallery-wap.layout5 .slider-mains .gallery-item {
    height: 350px;
  }
  .jws-properties-videos .video-playper {
    height: 300px;
  }
  .jws-properties-contact-form.layout1 .jws-agent-contact .jws-button {
    width: calc(46%);
    min-width: auto;
  }
  .jws-properties-contact-form.layout1 .jws-author-info {
    align-items: center;
  }
  .jws-properties-contact-form.layout1 .author-avatar {
    width: 60px !important;
    height: 60px !important;
    line-height: 55px !important;
  }
  .jws-properties-estimated-form.layout1 .mortgage-calculator-chart {
    width: 300px;
    height: 300px;
  }
  .jws-properties-energy .class-energy-list {
    border-radius: 10px;
  }
}
.single-services header > .elementor-element {
  position: relative;
}
.single-services .services-top {
  margin-bottom: 122px;
}
.single-agents-page {
  padding-block-end: 90px;
}
.single-agents-page.layout1 {
  padding-block-start: 75px;
}
.single-agents-page.layout1 .agents-top {
  background-color: #F7F5F2;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
}
.single-agents-page.layout1 .agents-top .top-right {
  position: absolute;
  top: 30px;
  right: 30px;
}
.single-agents-page.layout1 .agents-top .post-social ul li a {
  background: rgba(0, 0, 0, 0.1);
}
.single-agents-page.layout1 .agents-top .agent-income {
  margin-block-start: 30px;
}
.single-agents-page.layout1 .personal-information {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 22px;
}
.single-agents-page.layout2 .agents-center {
  background-color: #F1F1F2;
  padding-block-start: 25px;
  padding-block-end: 90px;
}
.single-agents-page.layout2 .agents-top {
  background-color: var(--main);
  padding-block-start: 50px;
  padding-block-end: 50px;
}
.single-agents-page.layout2 .agents-top .post-media {
  max-width: 270px;
}
.single-agents-page.layout2 .agents-top .top-right {
  flex: 1;
}
.single-agents-page.layout2 .agents-top .post-content > *:not(.agents-badge):not(.agent-income) {
  color: var(--light);
}
.single-agents-page.layout2 .agents-top .post-content > *:not(.agents-badge):not(.agent-income) a {
  color: var(--light);
}
.single-agents-page.layout2 .agents-top .agent-income {
  margin-inline-start: auto;
  margin-block-start: 45px;
}
.single-agents-page.layout2 .agents-top .post-social ul li a {
  background: rgba(255, 255, 255, 0.1);
  color: var(--light);
}
.single-agents-page.layout2 .agencies-logo {
  text-align: center;
  margin-block-end: 15px;
}
.single-agents-page.layout2 .agencies-logo img {
  max-width: 185px;
}
.single-agents-page.layout2 .personal-information {
  margin-block-start: 40px;
}
.single-agents-page.layout2 .sidebar {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.single-agents-page .page-title-wrap {
  padding-block-end: 20px;
}
.single-agents-page .agents-center {
  margin-bottom: 70px;
}
.single-agents-page .agents-top .post-media {
  max-width: 334px;
  border-radius: 5px;
  overflow: hidden;
}
.single-agents-page .agents-top .agent-title {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.single-agents-page .agents-top .post-infomation {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  align-items: center;
}
.single-agents-page .agents-top .agent-company {
  margin-bottom: 8px;
}
.single-agents-page .agents-top .agent-review {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.single-agents-page .agents-top .agents-badge {
  font-size: 11px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  max-width: max-content;
  text-align: center;
  padding: 9px 13px;
  line-height: 14px;
  gap: 2px;
  margin-bottom: 10px;
}
.single-agents-page .agents-top .agents-badge p {
  margin-bottom: 0;
}
.single-agents-page .agents-top .agent-license {
  margin-bottom: 8px;
}
.single-agents-page .agents-top .agent-income {
  background-color: #ffffff;
  border-radius: 10px;
  font-size: var(--fs-small);
  color: var(--body2);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 15px 25px;
  max-width: 333px;
}
.single-agents-page .agents-top .agent-income span {
  font-size: var(--fs-medium);
  font-weight: bold;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.single-agents-page .agents-top .agencies-logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.single-agents-page .agents-top .agencies-logo img {
  max-width: 93px;
}
.single-agents-page .agents-top .post-social {
  display: flex;
  justify-content: flex-end;
}
.single-agents-page .agents-top .post-social ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.single-agents-page .agents-top .post-social ul li a {
  width: 36px;
  height: 36px;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.single-agents-page .property-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 20px;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 15px;
}
.single-agents-page .property-info .agent-member h4 {
  margin-bottom: 0;
}
.single-agents-page .property-info .agents-properties-total {
  display: flex;
}
.single-agents-page .property-info .agents-properties-total > div {
  padding: 0 22px;
  font-size: var(--fs-small);
  color: var(--body2);
  font-weight: 700;
}
.single-agents-page .property-info .agents-properties-total > div:first-child {
  padding-left: 0;
}
.single-agents-page .property-info .agents-properties-total > div:not(:last-child) {
  border-right: 1px solid var(--border-cl);
}
.single-agents-page .property-info .agents-properties-total > div span {
  font-size: var(--fs-medium);
  font-weight: 700;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.single-agents-page .button-contact {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.single-agents-page .button-contact .jws-button {
  min-width: calc(50% - 8px);
  padding: 17px 10px;
}
.single-agents-page .button-contact .jws-button i {
  font-size: 25px;
  margin-right: 5px;
  line-height: 1px;
}
.single-agents-page .button-contact #appraisal {
  width: 100%;
  margin-bottom: 8px;
}
.single-agents-page .taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-agents-page .taxonomy-list a {
  background-color: #F7F5F2;
  border: 1px solid var(--border-cl);
  border-radius: 20px;
  display: block;
  padding: 7px 20px;
  text-align: center;
  font-weight: 500;
  font-size: var(--fs-smallc);
}
.single-agents-page .agent-description,
.single-agents-page .agent-awards,
.single-agents-page .agent-specialties,
.single-agents-page .agent-experience {
  margin-bottom: 25px;
}
.single-agents-page .agent-awards p:not(:last-child) {
  margin-bottom: 20px;
}
.single-agents-page .personal-information > h5 {
  margin-bottom: 25px;
}
.single-agents-page .personal-information .information-item {
  font-size: var(--fs-smallc);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}
.single-agents-page .personal-information .information-item:not(:last-child) {
  margin-bottom: 10px;
}
.single-agents-page .personal-information .information-item span {
  color: var(--body2);
}
.agents-properties-tabs .nav {
  display: flex;
  font-size: var(--fs-small);
  font-weight: 700;
  text-transform: uppercase;
  gap: 20px;
  margin-bottom: 30px;
}
.agents-properties-tabs .nav a {
  position: relative;
}
.agents-properties-tabs .nav a:after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background-color: var(--third);
  margin-top: 4px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.agents-properties-tabs .nav a:hover:after,
.agents-properties-tabs .nav a.active:after {
  width: 100%;
}
.agents-properties-tabs .jws-load-more {
  padding: 17px 35px;
  margin-block-start: 10px;
}
.agents-properties-tabs .widgettitle {
  font-size: 22.5px;
  line-height: 30px;
}
.agents-tabs > .tabs-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0px 20px 20px 20px;
  padding-block-end: 35px;
}
.agents-tabs > .nav {
  display: flex;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  max-width: max-content;
}
.agents-tabs > .nav > a {
  padding: 23px 20px;
  display: block;
  margin: 0;
  background-color: #f4f4f6;
}
.agents-tabs > .nav > a.active {
  background-color: #ffffff;
}
.agents-tabs .agents-properties-tabs .jws-post-item {
  margin-bottom: 15px;
}
.agents-tabs .jws_pagination {
  justify-content: flex-start;
}
.jws-agents-contact-form .jws-button {
  padding: 14px 10px;
  background: var(--secondary);
  min-width: 186px;
}
.jws-agents-contact-form .form-row {
  margin-bottom: 20px;
}
.jws-agents-contact-form .form-row > label {
  font-weight: 600;
  margin-bottom: 8px;
}
.jws-agents-contact-form.layout1 {
  background-color: #f9f9fa;
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 20px;
}
.jws-agents-contact-form.layout1 .jws-button {
  width: 100%;
}
.jws-agents-contact-form.layout2 .radio-v1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 690px;
  gap: 15px 10px;
}
.jws-agents-contact-form.layout2 .radio-v1 > label {
  flex: 1 1 45%;
  margin-block-end: 0;
  display: flex;
  align-items: center;
}
.jws-agents-contact-form.layout2 .radio-v1 > label input {
  margin-inline-end: 15px;
}
.agents-properties {
  margin-bottom: 80px;
}
.agents-properties h4 {
  margin-bottom: 35px;
}
.jws-main-popup .mfp-content > div.form_contact_agents_popup {
  padding: 0;
  max-width: 500px;
}
@media (max-width: 1440px) {
  .single-agents-page .agents-top .post-media {
    max-width: 290px;
  }
}
@media (max-width: 1024px) {
  .single-agents-page .agents-center .col-xl-8 {
    margin-bottom: 30px;
  }
  .single-agents-page.layout1 {
    padding-block-start: 30px;
  }
}
@media (max-width: 992px) {
  .single-agents-page.layout1 .agents-top .top-right {
    top: 15px;
    right: 15px;
  }
  .single-agents-page.layout2 .agents-top .agent-income {
    margin-inline-start: 0;
    margin-block-start: 20px;
  }
  .single-agents-page .agents-top .post-infomation {
    gap: 15px;
    flex-wrap: wrap;
  }
  .single-agents-page .agents-top .post-infomation .post-social {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .single-agents-page .agents-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .single-agents-page .agents-top .agent-title {
    justify-content: center;
  }
  .single-agents-page .agents-top .agent-review {
    justify-content: center;
  }
  .single-agents-page .agents-top .top-right .post-social {
    justify-content: center;
  }
  .single-agents-page .agents-top .top-right .agencies-logo {
    justify-content: center;
  }
  .single-agents-page .agents-top .agents-badge {
    margin: 0 auto 20px;
  }
  .single-agents-page .agents-top .post-infomation {
    flex-direction: column;
    gap: 15px;
  }
  .single-agents-page .agents-top .agent-income {
    margin-inline-start: 0;
  }
  .single-agents-page .agents-top .post-media img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
  }
  .agents-tabs > .nav > a {
    font-size: var(--fs-medium);
    line-height: var(--fh-medium);
  }
  .single-agents-page.layout1 .agents-top .top-right {
    position: unset;
    margin-top: 15px;
  }
}
.site-main .single-agencies {
  padding-top: 50px;
  padding-bottom: 90px;
}
.single-agencies .post-infomation {
  display: flex;
  flex-wrap: wrap;
}
.single-agencies .post-infomation .post-media {
  width: 240px;
}
.single-agencies .post-infomation .post-content {
  flex: 1;
  width: calc(100% - 240px);
  padding-inline-start: 25px;
}
.single-agencies .post-infomation .agent-review {
  font-size: var(--fs-small);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  margin-bottom: 13px;
}
.single-agencies .agents-properties {
  margin-bottom: 50px;
  margin-top: 50px;
}
.single-agencies .page-title-wrap {
  margin-bottom: 48px;
}
.single-agencies .agencies-top {
  margin-bottom: 30px;
}
.single-agencies .properties-feature-title {
  margin-bottom: 18px;
}
.single-agencies .properties-feature-slider .owl-carousel .slider-item {
  margin-bottom: 0;
}
.single-agencies .property-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 20px;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 10px;
}
.single-agencies .property-info .agent-member h4 {
  margin-bottom: 0;
}
.single-agencies .property-info .agents-properties-total {
  display: flex;
}
.single-agencies .property-info .agents-properties-total > div {
  padding: 0 22px;
  font-size: var(--fs-small);
  color: var(--body2);
  font-weight: 700;
}
.single-agencies .property-info .agents-properties-total > div:first-child {
  padding-left: 0;
}
.single-agencies .property-info .agents-properties-total > div:not(:last-child) {
  border-right: 1px solid var(--border-cl);
}
.single-agencies .property-info .agents-properties-total > div span {
  font-size: var(--fs-medium);
  font-weight: 700;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.single-agencies .taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-agencies .taxonomy-list a {
  background-color: #F7F5F2;
  border: 1px solid var(--border-cl);
  border-radius: 20px;
  display: block;
  padding: 7px 20px;
  text-align: center;
  font-weight: 500;
  font-size: var(--fs-smallc);
}
.single-agencies .agent-description,
.single-agencies .agent-awards,
.single-agencies .agent-specialties,
.single-agencies .agent-experience {
  margin-bottom: 25px;
}
.single-agencies .agent-awards p:not(:last-child) {
  margin-bottom: 20px;
}
.single-agencies .personal-information {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 22px;
}
.single-agencies .personal-information > h5 {
  margin-bottom: 25px;
}
.single-agencies .personal-information .information-item {
  font-size: var(--fs-smallc);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}
.single-agencies .personal-information .information-item:not(:last-child) {
  margin-bottom: 10px;
}
.single-agencies .personal-information .information-item span {
  color: var(--body2);
}
.single-agencies .widget-jws-filter-agents {
  margin-bottom: 40px;
}
.single-agencies .agents-center {
  margin-bottom: 50px;
}
.single-agencies .agents-list {
  margin-top: 50px;
}
.single-agencies .agents-list .agents-wap .jws-post-item:last-child {
  margin-bottom: 0;
}
.single-agencies .jws-agent-address {
  margin-bottom: 24px;
}
.single-agencies .jws-agent-meta {
  margin-bottom: 6px;
}
.agency-name h3 {
  font-family: var(--body);
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  font-family: var(--body-font);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.jws-agencies-images {
  margin-top: 34px;
}
.agent-social {
  display: flex;
  margin-block-end: 46px;
  margin-top: 25px;
}
.agent-social ul {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.agent-social ul li a {
  width: 36px;
  height: 36px;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.jws-agent-meta {
  margin-bottom: 14px;
}
.jws-agent-meta .meta-label {
  font-weight: 500;
  margin-right: 8px;
}
.jws-agent-meta > div {
  margin-bottom: 7px;
}
.button-contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.button-contact .btn {
  min-width: 190px;
}
.button-contact .btn i {
  font-size: 24px;
}
.button-contact .button-default {
  background-color: var(--third);
}
@media (max-width: 1440px) {
  .button-contact button {
    min-width: 160px;
  }
}
@media (max-width: 1200px) {
  .single-agencies .post-infomation .post-media {
    width: 200px;
  }
  .single-agencies .post-infomation .post-content {
    width: calc(100% - 200px);
    padding-inline-start: 15px;
  }
}
@media (max-width: 1024px) {
  .single-agencies .post-infomation {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-agencies .agents-center .col-xl-9 {
    margin-bottom: 30px;
  }
  .single-agencies .button-contact .btn {
    min-width: auto;
    padding: 10px 20px;
  }
  .single-agencies .post-infomation {
    flex-direction: column;
  }
  .single-agencies .post-infomation .post-content {
    width: 100%;
    padding-inline-start: 0;
  }
}
@media (max-width: 480px) {
  .single-agencies .post-infomation .post-media {
    width: 100%;
  }
  .single-agencies .post-infomation .post-content {
    width: 100%;
    padding-inline-start: 0;
    margin-top: 20px;
  }
}
/* Profile */
.jws-pmpro-level-element {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
}
.jws-pmpro-level-element .row {
  margin: 0;
}
.jws-pmpro-level-element .pmpro-level-item {
  padding: 25px 30px;
}
.jws-pmpro-level-element .pmpro-level-item.pmpro-has-level {
  background: rgba(26, 84, 165, 0.1);
}
.jws-pmpro-level-element .pmpro-level-item.pmpro-has-level .savings-price {
  background: rgba(26, 84, 165, 0.4);
}
.jws-pmpro-level-element .pmpro-level-item.pmpro-has-level .elementor-button {
  background: var(--third);
  border-color: var(--third);
  color: #fff;
}
.jws-pmpro-level-element .pmpro-level-item:not(:last-child) {
  border-right: 1px solid var(--border-cl);
}
.jws-pmpro-level-element .pmpro-name {
  margin-bottom: 6px;
}
.jws-pmpro-level-element .pmpro-price-base {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 12px;
  margin-top: 17px;
}
.jws-pmpro-level-element .pmpro-price-base strong {
  font-weight: 400;
}
.jws-pmpro-level-element .pmpro-price {
  margin-bottom: 10px;
}
.jws-pmpro-level-element .pmpro-after-price {
  font-size: var(--fs-small);
}
.jws-pmpro-level-element .savings-price {
  background: #f3f3f4;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 0 30px;
  font-size: var(--fs-small);
  padding-top: 23px;
  padding-bottom: 57px;
}
.jws-pmpro-level-element .pmpro-plan-button {
  margin-top: -27px;
  margin-bottom: 24px;
}
.jws-pmpro-level-element .elementor-button {
  padding: 17px 30px;
  width: 100%;
  max-width: 213px;
}
.jws-pmpro-level-element .detail-content {
  padding-top: 23px;
}
.jws-pmpro-level-element .pmpro-detail button {
  font-size: var(--fs-small);
  font-weight: 600;
}
.jws-pmpro-level-element .pmpro-detail button:after {
  content: '\e80a';
  font-family: "jws_icon";
  font-size: 16px;
  margin-left: 4px;
}
.jws-pmpro-level-element .pmpro-detail .feature-title {
  font-size: var(--fs-small);
  font-weight: 700;
  margin-bottom: 18px;
}
.jws-pmpro-level-element .pmpro-detail ul li {
  display: flex;
  gap: 5px;
  font-size: var(--fs-small);
}
.jws-pmpro-level-element .pmpro-detail ul li:before {
  content: '\e803';
  font-family: "jws_icon";
  font-size: 20px;
  color: var(--third);
}
.jws-pmpro-level-element .pmpro-detail ul li:not(:last-child) {
  margin-bottom: 9px;
}
.entry-content > .pmpro {
  max-width: 1200px;
  margin: 50px auto;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper select {
  color: #000;
  min-height: 20px;
}
/* Single Blog */
.post-share label {
  margin-right: 23px;
  text-transform: uppercase;
}
.post-share a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #F7F5F2;
  border-radius: 100%;
}
.post-share a .fa-plus {
  font-size: 14px;
  margin-right: 0;
}
.post-share a:not(:last-child) {
  margin-inline-end: 6px;
}
.post-share a:hover {
  color: var(--main);
}
.single-blog {
  padding: 42px 0 81px;
}
.single-blog .post_content {
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
}
.single-blog .post_sidebar {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}
.single-blog.sidebar_right .post_sidebar {
  padding-left: 35px;
}
.single-blog.sidebar_left .post_sidebar {
  padding-right: 35px;
}
.single-blog footer {
  clear: both;
  margin-top: 35px;
}
.single-blog .content-before-footer {
  padding-top: 89px;
}
.single-blog .entry_content {
  margin-top: 32px;
}
.single-blog .post-related {
  padding: 0;
  margin-bottom: 55px;
}
.single-blog .post-related .jws_blog_layout1 .post-inner .jws_post_content {
  text-align: center;
}
.single-blog .post-related .jws_blog_layout1 .post-inner .jws_post_content .entry-title {
  margin-top: 3px;
  margin-bottom: 20px;
}
.single-blog .post-related > h5 {
  margin-bottom: 27px;
}
.single-blog .post-related .post_related_slider {
  padding: 0;
  margin-bottom: -5px;
}
.single-blog .post-related .post_related_slider.slick-initialized .jws-post-item {
  max-width: 100%;
}
.single-blog .post-related .post_related_slider:hover .jws-carousel-btn {
  opacity: 1;
  transform: translatex(0) !important;
}
.single-blog .post-related .post_related_slider .jws-post-item {
  margin-bottom: 0;
}
.single-blog .post-related .post_related_slider > .jws-carousel-btn {
  position: absolute;
  z-index: 1;
  border: 2px solid var(--main);
  background: var(--main);
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: var(--main);
  cursor: pointer;
  transition: 0.3s all;
  font-size: 20px;
  top: 40%;
  margin-top: -20px;
  color: #ffffff;
  opacity: 0;
}
.single-blog .post-related .post_related_slider > .jws-carousel-btn:hover {
  background: var(--heading);
  border-color: var(--heading);
}
.single-blog .post-related .post_related_slider > .jws-carousel-btn.prev-item {
  left: 20px;
  transform: translatex(-10px);
}
.single-blog .post-related .post_related_slider > .jws-carousel-btn.prev-item i {
  transform: scaleX(-1);
  display: inline-block;
}
.single-blog .post-related .post_related_slider > .jws-carousel-btn.next-item {
  right: 20px;
  transform: translatex(10px);
}
.single-blog header .post-media {
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}
.single-blog header .post-media img {
  width: 100%;
}
.single-blog .jws-post-info .jws_post_meta {
  display: flex;
  flex-wrap: wrap;
}
.single-blog .jws-post-info .jws_post_meta > span:not(:last-child):after {
  width: 5px;
  height: 5px;
  background: var(--secondary);
  flex: none;
  order: 0;
  flex-grow: 0;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 12px;
}
.single-blog .post_meta_extra {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.single-blog .post_author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-blog .post_author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.single-blog .post_author a {
  color: var(--secondary);
  font-weight: 700;
}
.single-blog .entry_title {
  margin-bottom: 16px;
  margin-top: 17px;
}
.single-blog .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.single-blog .post-tags span {
  margin-right: 10px;
  font-size: 24px;
}
.single-blog .post-tags a {
  display: inline-block;
  font-size: var(--fs-small);
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  padding: 4px 10px;
}
.single-blog .post-tags a:hover {
  background: var(--third);
  border-color: var(--third);
  color: var(--light);
}
.single-blog .post-share {
  text-align: right;
}
.single-blog .post-author-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-left: 19px;
}
.single-blog .post-about-author {
  background: #F7F5F2;
  padding: 25px 45px;
  margin-top: 45px;
  border-radius: 10px;
  border: 1px solid var(--main);
}
.single-blog .post-about-author .post-author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}
.single-blog .post-about-author .post-author-avatar img {
  max-width: 120px;
  border-radius: 100%;
  height: 120px;
  object-fit: cover;
  border: 1px solid var(--main);
}
.single-blog .post-about-author .at-name {
  margin-bottom: 7px;
}
.single-blog .post-about-author .at-name > span {
  display: block;
}
.single-blog .post-about-author .description {
  margin-bottom: 15px;
}
.single-blog .post-about-author .icon-author a {
  color: var(--heading);
  margin-right: 15px;
}
.single-blog .post-navigation {
  position: relative;
  margin-bottom: 35px;
  margin-top: 53px;
}
.single-blog .post-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.single-blog .post-navigation > a {
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  color: var(--heading);
  font-size: 32px;
  top: 24px;
  margin-left: -16px;
}
.single-blog .post-navigation > div.left {
  float: left;
  width: 43%;
}
.single-blog .post-navigation > div.left i {
  margin-right: 14px;
}
.single-blog .post-navigation > div.right {
  float: right;
  width: 43%;
}
.single-blog .post-navigation > div.right i {
  margin-left: 14px;
}
.single-blog .post-navigation > div.right .content_nav {
  text-align: right;
}
.single-blog .post-navigation > div.right .content_nav > span {
  justify-content: flex-end;
}
.single-blog .post-navigation .content_nav > span {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.single-blog .post-navigation .content_nav i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.single-blog .post-navigation .title a:hover {
  color: var(--main);
}
.comments-area .comment_top .comments-title {
  margin-bottom: 20px;
}
.comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list > li:not(:last-child) {
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 19px;
  margin-bottom: 24px;
}
.comments-area .comment_top .comment-list .comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list li ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list li .children {
  padding-left: 78px;
}
.comments-area .comment_top .comment-list li .comment-body {
  margin-bottom: 20px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.comments-area .comment_top .comment-list li .comment-body .title-review {
  font-weight: 500;
  margin-bottom: -5px;
}
.comments-area .comment_top .comment-list li .comment-body .author-info {
  margin-top: -7px;
}
.comments-area .comment_top .comment-list li .comment-body .author-info .comment-author {
  display: inline-block;
  font-size: 13px !important;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info {
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
  padding-top: 6px;
  position: relative;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-reply-login {
  display: none;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-reply-link {
  font-weight: 600;
  text-decoration: underline;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info p {
  margin-top: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info > p:last-child {
  margin: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-author {
  margin-bottom: 1px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-top {
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-content {
  opacity: 0.7;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-date {
  font-size: var(--fs-small);
  opacity: 0.6;
}
.comments-area .comment-respond {
  margin-top: 90px;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 21.33px;
  line-height: 24px;
  margin-bottom: 4px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  margin-top: 3px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  margin: 0;
  vertical-align: middle;
  display: inline;
  color: var(--body2);
}
.comments-area .comment-respond #cancel-comment-reply-link {
  color: var(--heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10px;
}
.comments-area .comment-respond #cancel-comment-reply-link:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.comments-area .comment-respond .comment-form > p:not(.comment-form-author):not(.comment-form-email) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  order: 1;
}
.comments-area .comment-respond .comment-form .form-submit {
  order: 2;
}
.comments-area .comment-respond .comment-form p {
  margin: 0;
}
.comments-area .comment-respond .comment-form .form-label {
  color: var(--heading);
  font-weight: 500;
}
.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form textarea {
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form textarea {
  padding-top: 12px;
  height: 100px;
}
.comments-area .comment-respond .comment-form input[type="text"] {
  height: 50px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
  vertical-align: middle;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 24px;
  margin-top: 0;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  margin-bottom: 18px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  margin-bottom: 25px;
}
.comments-area .comment-respond .comment-form .submit {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
  border: 0;
  padding-top: 15px;
  padding-right: 31px;
  padding-bottom: 15px;
  padding-left: 31px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .2s ease;
  border-radius: 10px;
}
.comments-area .comment-respond .comment-form .submit:hover {
  box-shadow: 0px 15px 40px -8px rgba(12, 0, 32, 0.5);
  transform: translateY(-3px);
  color: var(--btn-color2);
}
.comments-area .comment-respond .comment-form .btn-main {
  display: none;
  background: var(--main);
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 35px;
  padding-left: 35px;
  margin-top: 7px;
  font-weight: 400;
}
.comments-area .comment-respond .comment-form .btn-main:before {
  background: #fff;
}
.comments-area .comment-respond .comment-form .btn-main:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form .change_button .submit {
  display: none;
}
.comments-area .comment-respond .comment-form .change_button .btn-main {
  display: block;
}
@media (max-width: 1024px) {
  .single-blog .post_content {
    margin-bottom: 30px;
  }
  .single-blog.sidebar_right .post_sidebar {
    padding-left: 15px;
  }
  .single-blog.sidebar_left .post_sidebar {
    padding-right: 15px;
  }
  .single-blog .post_content,
  .single-blog .post_sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .single-blog {
    padding-top: 0;
  }
  .single-blog .entry_title {
    font-size: 24px;
    line-height: 30px;
  }
  .single-blog .post-tags {
    margin-bottom: 10px;
  }
  .single-blog .entry-comment {
    float: none;
    display: inline-block;
  }
  .single-blog .jws-post-info .jws_post_meta .post_author {
    margin-right: 10px;
  }
  .single-blog .post-share {
    text-align: left;
  }
  .single-blog .post-about-author .post-author-avatar img {
    margin-bottom: 30px;
  }
  .single-blog .post-navigation > div {
    width: 100% !important;
    float: none !important;
  }
  .single-blog .post-navigation > div .content_nav {
    text-align: left !important;
  }
  .single-blog .post-navigation > div .content_nav > span {
    justify-content: flex-start !important;
  }
  .single-blog .post-navigation .content_nav {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .single-blog .post-navigation > a {
    margin: 15px 0;
    margin-left: -3px;
    position: unset;
  }
  .single-blog .post-about-author {
    padding: 30px 20px;
  }
  .single-blog .post-about-author .post-author-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .single-blog .post-about-author > .row {
    flex-direction: column;
    margin: 0;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    display: block;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .comments-area .comment_top .comment-list li .children {
    padding-left: 30px;
  }
}
/* Skeleton Loader Styles */
.jws_header.map-enabled-header > header > .elementor {
  position: unset;
}
.skeleton-loader {
  pointer-events: none;
  user-select: none;
  /* Skeleton Animation */
  /* Skeleton Structure */
  /* Skeleton Top Section */
  /* Skeleton Bottom Section */
}
.skeleton-loader .skeleton-image,
.skeleton-loader .skeleton-line,
.skeleton-loader .skeleton-box {
  background: linear-gradient(90deg, #f0f0f0 0px, #e0e0e0 40px, #f0f0f0 80px);
  background-size: 200px 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}
.skeleton-loader .post-inner {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  align-items: stretch !important;
}
.skeleton-loader .post-top {
  position: relative;
  width: 100%;
}
.skeleton-loader .post-media.skeleton-image {
  width: 100%;
  height: 250px;
  border-radius: 0;
  margin-bottom: 0;
}
.skeleton-loader .post-bottom {
  padding: 20px;
  width: 100%;
}
.skeleton-loader .skeleton-line {
  width: 70%;
  height: 14px;
  margin-bottom: 10px;
}
.skeleton-loader .skeleton-line2 {
  width: 100%;
  height: 24px;
  margin-bottom: 0;
}
.skeleton-loader.layout-list .post-top {
  width: 40%;
}
.skeleton-loader.layout-list .post-media.skeleton-image {
  height: 150px;
  border-radius: 0;
  margin-bottom: 0;
}
.skeleton-loader.layout-list .post-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Skeleton Animation Keyframes */
@keyframes skeleton-loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(300px) 0;
  }
}
/* Loading State */
.properties-page-filter.loading .properties-wap {
  min-height: 500px;
}
/* Error State */
.ajax-error {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ajax-error i {
  font-size: 48px;
  color: #ff6b6b;
  margin-bottom: 20px;
  display: block;
}
.ajax-error p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.ajax-error .btn-retry {
  padding: 12px 30px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
}
.ajax-error .btn-retry:hover {
  background: #0056b3;
}
/* Responsive */
@media (max-width: 768px) {
  .skeleton-loader .post-media.skeleton-image {
    height: 200px;
  }
  .skeleton-loader .post-bottom {
    padding: 15px;
  }
  .skeleton-loader .post-meta {
    gap: 10px;
  }
  .skeleton-loader .post-meta li.skeleton-box {
    width: 50px;
    height: 20px;
  }
}
#map-enable {
  display: flex;
  align-items: center;
  margin: 0;
}
#map-enable input {
  height: 22px;
  width: 50px;
  z-index: 1;
  margin-right: 12px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
  margin-left: 0;
  background: #e1e0e4;
  border: 0 !important;
}
#map-enable input:before {
  position: absolute;
  height: 18px;
  width: 18px;
  background: #ffffff;
  left: 3px;
  top: 2px;
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0;
  content: '';
}
#map-enable input:after {
  display: none;
}
#map-enable input:checked {
  background-color: var(--third);
}
#map-enable input:checked:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  margin: 0;
}
#draw-popup {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
#draw-popup #map-apply {
  cursor: no-drop;
  opacity: 0.7;
}
#draw-popup #map-apply.active {
  opacity: 1;
  cursor: pointer;
}
#map-options-popup {
  position: absolute;
  z-index: 99;
  background: #ffffff;
  right: 10px;
  top: 60px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 400px;
  font-size: var(--fs-small);
  margin-left: 10px;
}
#map-options-popup .map-popup-close {
  position: absolute;
  right: 0;
  top: 4px;
  background: transparent;
  border: 0;
  font-size: 18px;
}
#map-options-popup .map-popup-content {
  padding: 10px 15px;
}
#map-options-popup .map-popup-header {
  background-color: #f1f1ff;
  padding: 5px 15px;
}
#map-options-popup .map-option-group {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  flex-wrap: wrap;
  position: relative;
}
#map-options-popup .map-option-group.loading .map-option-item {
  opacity: 0.2;
}
#map-options-popup .map-option-section .map-option-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 48%;
  flex: 48%;
}
#map-draw > span:last-child {
  display: none;
}
#map-draw.has-draw > span:last-child {
  display: block;
}
#map-draw.has-draw > span:first-child {
  display: none;
}
#gmap-noresult {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px 20px;
  display: none;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
.properties-page-filter {
  overflow: hidden;
}
.properties-page-filter.has-modal .item-listing-wrap {
  cursor: pointer;
}
.properties-page-filter.hidden-map {
  height: auto !important;
}
.properties-page-filter.hidden-map .page-bottom {
  height: auto !important;
}
.properties-page-filter.hidden-map .properties-map {
  display: none;
}
.properties-page-filter.hidden-map .properties-sidebar {
  width: 100% !important;
  height: auto;
  overflow: unset;
}
.properties-page-filter.layout1 .order-by-properties > span,
.properties-page-filter.layout2 .order-by-properties > span {
  display: none;
}
.properties-page-filter.layout1 .order-by-properties .bootstrap-select > button,
.properties-page-filter.layout2 .order-by-properties .bootstrap-select > button {
  padding: 0;
  border: 0;
}
.properties-page-filter.layout1 .properties-sidebar {
  width: 500px;
}
.properties-page-filter.layout1 .properties-map {
  width: calc(100% - 500px);
}
.properties-page-filter.layout1 .page-bottom {
  display: flex;
}
.properties-page-filter.layout2 .properties-sidebar {
  width: 45%;
}
.properties-page-filter.layout2 .properties-map {
  width: 55%;
}
.properties-page-filter.layout2 .page-bottom {
  display: flex;
  flex-direction: row-reverse;
}
.properties-page-filter.layout4 .content-directory {
  padding-top: 35px;
  padding-bottom: 80px;
  padding-right: 30px;
}
.properties-page-filter.layout4 .sidebar-directory {
  padding-top: 108px;
  padding-bottom: 80px;
  padding-left: 30px;
}
.properties-page-filter.layout4 .sidebar-directory:before {
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 50vw;
  background-color: #f9f9fa;
  z-index: -1;
}
.properties-page-filter.layout4 .jws-breadcrumb {
  margin-bottom: 42px;
}
.properties-page-filter.layout4 .jws-page-title {
  margin-top: 18px;
}
.properties-page-filter.layout3 {
  margin-bottom: 80px;
}
.properties-page-filter.layout3 .map-actions .control-right {
  display: none;
}
.properties-page-filter.layout3 .map-actions .map-zoom-button {
  bottom: 10px;
  top: inherit;
}
.properties-page-filter.layout3 #googleMap {
  height: 550px !important;
}
.properties-page-filter.layout3 .form-filter {
  background-color: var(--third);
}
.properties-page-filter.layout3 .page-top {
  margin-bottom: 30px;
}
.properties-page-filter.layout3 .jws-breadcrumb {
  margin-bottom: 42px;
}
.properties-page-filter.layout3 .jws-page-title {
  margin-top: 18px;
}
.properties-page-filter.has-map .column-1 .item-listing-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.properties-page-filter.has-map .column-2 .item-listing-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.properties-page-filter.has-map .column-3 .item-listing-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.properties-page-filter > .loader {
  top: 50px;
}
.properties-page-filter .map-loading-message {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 5px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
.properties-page-filter.loading .item-listing-wrap {
  opacity: 0.6;
  pointer-events: none;
}
.properties-page-filter.loading .map-loading-message {
  display: block;
}
.properties-page-filter .properties-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-small);
  margin-bottom: 30px;
}
.properties-page-filter .properties-nav select {
  min-height: 32px;
  height: 32px;
  padding: 0 20px;
}
.properties-page-filter .properties-nav .bootstrap-select > button {
  padding: 0 20px;
  height: 32px;
}
.properties-page-filter .properties-nav .nav-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.properties-page-filter .order-by-properties {
  gap: 10px;
}
.properties-page-filter .row-map {
  margin-left: -8px;
  margin-right: -8px;
}
.properties-page-filter .row-map .item-listing-wrap {
  margin-bottom: 20px;
  padding: 0 8px;
}
.properties-page-filter .properties-sidebar {
  height: 100%;
  overflow-y: auto;
  padding: 25px;
  overflow-x: hidden;
}
.properties-page-filter .cluster img {
  width: 100%;
}
.properties-page-filter .properties-map {
  position: relative;
}
.properties-page-filter .properties-map .map-actions button {
  border: 1px solid var(--third);
  border-radius: 5px;
  color: var(--third);
  font-weight: 600;
  font-size: 14px;
  padding: 7px 15px;
  background-color: #ffffff;
}
.properties-page-filter .properties-map .map-actions .control-right {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
}
.properties-page-filter .properties-map .map-zoom-button {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.properties-page-filter .properties-map .map-zoom-button > button {
  display: block;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.properties-page-filter .properties-map.drawing .map-actions > .control-right {
  display: none;
}
.properties-page-filter .properties-map.drawing .map-actions #draw-popup {
  opacity: 1;
  pointer-events: auto;
}
.properties-page-filter .properties-map.drawing .jws_marker {
  opacity: 0;
}
.properties-page-filter .properties-map.drawing .cluster {
  opacity: 0;
}
.mybox #infocloser {
  position: absolute;
  left: 5px;
  z-index: 1;
  background: #ffffff;
  border-radius: 100%;
  top: 5px;
  padding: 3px;
  cursor: pointer;
}
.mybox #infocloser:before {
  content: '\e80c';
  font-family: "jws_icon";
  font-size: 16px;
}
.mybox .post-inner .labels-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.mybox .post-inner .labels-wrap a {
  background: rgba(200, 121, 8, 0.9);
  border-radius: 20px;
  color: var(--light);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 3px 15px;
}
.mybox .post-inner {
  width: 255px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}
.mybox .post-inner .post-media img {
  width: 100%;
}
.mybox .post-inner .properties-wishlist {
  font-size: 24px;
  position: relative;
}
.mybox .post-inner .flex_f_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.mybox .post-inner .post-price {
  font-size: 20px;
  color: var(--third);
  font-weight: bold;
}
.mybox .post-inner .post-title {
  font-size: var(--fs-small);
  font-weight: 600;
}
.mybox .post-inner .post-bottom {
  padding: 12px 15px;
}
.mybox .post-inner .post-meta {
  border-top: 1px solid var(--border-cl);
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: var(--fs-small);
  color: var(--body2);
  margin-top: 11px;
  padding-top: 12px;
}
.mybox .post-inner .post-meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.mybox .post-inner .post-meta li i {
  color: var(--body);
  font-size: 17px;
}
#googleMap {
  height: 100% !important;
}
#googleMap.no_result .jws_marker {
  opacity: 0;
}
#googleMap.no_result .cluster {
  opacity: 0;
}
.jws_marker {
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #ffffff;
  color: var(--third);
  position: absolute;
  font-size: 16px;
  line-height: 1em;
  box-shadow: 3px 9px 15px -1px rgba(0, 0, 0, 0.1);
  min-width: 50px;
  width: auto;
  text-align: center;
  font-weight: 700;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  cursor: pointer;
  font-family: var(--body-font);
}
.jws_marker.openstreet_price_marker_on_click {
  background-color: var(--third);
  color: var(--light);
}
.jws_marker.openstreet_price_marker_on_click:before {
  border-top-color: var(--third);
}
.jws_marker:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  content: " ";
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-left: 7px solid #cccccc00;
  border-right: 7px solid #cccccc00;
}
.jws-form-search-ajax .field-lot-range .range-text {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}
.jws-form-search-ajax .field-lot-range .range-text input {
  min-height: 40px;
}
.jws-form-search-ajax.layout3 .search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.jws-form-search-ajax.layout3 .field-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.jws-form-search-ajax.layout3 .has-all .field-heading {
  margin-bottom: 0px;
}
.jws-form-search-ajax.layout3 .field-item {
  margin-bottom: 30px;
}
.jws-form-search-ajax.layout3 #reset-data-form {
  font-size: var(--fs-smallc);
  text-decoration: underline;
}
.jws-form-search-ajax.layout3 .bootstrap-select > button {
  background: var(--light);
}
.jws-form-search-ajax.layout3 .field-single-button {
  margin-bottom: 30px;
}
.jws-form-search-ajax.layout3 .state_city_area_select .bootstrap-select {
  margin-bottom: 12px;
}
.jws-form-search-ajax.layout3 .state_city_area_select .selectpicker {
  margin-bottom: 12px;
}
.jws-form-search-ajax.layout3 .close-filter {
  display: none;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.jws-form-search-ajax.layout2 {
  display: flex;
  gap: 20px;
}
.jws-form-search-ajax.layout2 > div {
  padding: 10px 0;
}
.jws-form-search-ajax.layout2 .field-item:not(.more) .jws-dropdown > .dropdown-menu {
  top: calc(100% + 10px);
}
.jws-form-search-ajax.layout2 .field-left {
  width: 38%;
  display: flex;
  gap: 9px;
  align-items: center;
}
.jws-form-search-ajax.layout2 .field-left > .address {
  width: 80%;
  position: relative;
}
.jws-form-search-ajax.layout2 .field-right {
  width: 62%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.jws-form-search-ajax.layout2 .filter-mobile {
  color: var(--light);
}
.jws-form-search-ajax.layout2 .address-field {
  background: var(--light);
  border-radius: 10px;
  padding-inline-end: 10px;
}
.jws-form-search-ajax.layout2 .address-field:before {
  position: absolute;
  left: 10px;
}
.jws-form-search-ajax.layout2 .address-field #geolocation_search {
  padding-left: 45px;
}
.jws-form-search-ajax.layout2 #save-search {
  background-color: var(--main);
  border: 0;
  border-radius: 8px;
  color: var(--light);
  width: 100%;
  padding: 9px 15px;
  font-size: 15px;
  min-width: 127px;
}
.jws-form-search-ajax.layout2 .field-right > .field-item > .jws-dropdown > .dropdown-toggle {
  background: #ffffff;
  border-color: #ffffff;
}
.jws-form-search-ajax.layout2 #map-enable {
  color: var(--light);
}
.jws-form-search-ajax.layout2 #map-enable input:checked {
  background-color: var(--secondary);
}
.jws-form-search-ajax.layout1 {
  display: flex;
  border-top: 1px solid var(--border-cl);
  border-bottom: 1px solid var(--border-cl);
}
.jws-form-search-ajax.layout1 > div {
  padding: 14px 20px;
}
.jws-form-search-ajax.layout1 .field-left {
  border-right: 1px solid var(--border-cl);
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-form-search-ajax.layout1 .field-left > .address {
  flex: 1;
}
.jws-form-search-ajax.layout1 .field-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.jws-form-search-ajax.layout1 .field-right > .field-item:not(.more) > .field-heading {
  display: none;
}
.jws-form-search-ajax.layout1 .save-field {
  display: flex;
  gap: 10px;
}
.jws-form-search-ajax.layout1 .jws-dropdown .dropdown-toggle {
  padding-right: 25px;
}
.jws-form-search-ajax.layout1 #save-search {
  background-color: var(--third);
  border: 0;
  border-radius: 8px;
  color: var(--light);
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
}
.jws-form-search-ajax .jws-dropdown .dropdown-menu {
  left: inherit;
  right: 0;
}
.jws-form-search-ajax #reset-data-form {
  border: 0;
  background: 0;
  padding: 0;
  color: var(--third);
  font-size: 13px;
  font-weight: 500;
}
.jws-reset-btn {
  border: 0;
  background: transparent;
  font-size: 20px;
}
.field-multi-checkbox .has-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.field-multi-checkbox .has-all button {
  border: 0;
  background: transparent;
  color: var(--third);
  font-weight: 600;
  text-decoration: underline;
  padding: 0;
  font-size: var(--fs-small);
}
.field-multi-checkbox .has-all .dropdown-heading {
  margin-bottom: 0;
}
.field-multi-checkbox .fields_wrapper {
  max-height: 275px;
  overflow-y: auto;
}
.field-multi-checkbox .input-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.field-multi-checkbox .fields_2_columns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.field-multi-checkbox .fields_2_columns .input-item {
  width: calc(50% - 5px);
}
.field-multi-checkbox .fields_2_columns .input-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.field-single-checkbox .input-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.jws-dropdown {
  position: relative;
}
.jws-dropdown.dropdown-left > .dropdown-menu {
  left: inherit;
  right: 0;
}
.jws-dropdown.dropdown-top > .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 10px;
}
.jws-dropdown.field-more > .dropdown-menu {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 500px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  opacity: 1;
  z-index: 100;
}
.jws-dropdown.field-more > .dropdown-menu > .dropdown-menu-inner {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 12px 20px 0px 20px;
  -webkit-overflow-scrolling: touch;
}
.jws-dropdown.field-more > .dropdown-menu .search-more-header {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-cl);
  flex: 0 0 auto;
}
.jws-dropdown.field-more > .dropdown-menu .search-more-header .close-more {
  border: 0;
  background: transparent;
  font-size: 25px;
}
.jws-dropdown.field-more > .dropdown-menu .search-more-header .properties-result {
  position: relative;
}
.jws-dropdown.field-more > .dropdown-menu .search-more-header .properties-result .loader {
  left: calc(100% + 30px);
}
.jws-dropdown.field-more > .dropdown-menu .button-more {
  padding: 15px 20px;
  border-top: 1px solid var(--border-cl);
  background: #ffffff;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: calc(15px);
}
.jws-dropdown.field-more > .dropdown-menu .dropdown-toggle:not(.btn-light) {
  display: none;
}
.jws-dropdown.field-more > .dropdown-menu .dropdown-menu {
  position: unset;
  box-shadow: none;
  padding: 0;
  min-width: auto;
  opacity: 1;
  pointer-events: auto;
}
.jws-dropdown.field-more > .dropdown-menu .dropdown-menu .dropdown-apply {
  display: none;
}
.jws-dropdown.field-more > .dropdown-menu .field-item {
  margin-bottom: 20px;
}
.jws-dropdown.field-more > .dropdown-menu .field-item .field-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.jws-dropdown.field-more.open > .dropdown-menu {
  transform: translateX(0);
}
.jws-dropdown.field-more .button-more button {
  flex: 1 1 0%;
}
.jws-dropdown.field-more .button-more .reset-data-form {
  text-decoration: underline;
}
.jws-dropdown.field-more .dropdown-save-search {
  background-color: var(--third);
  border: 0;
  border-radius: 5px;
  color: var(--light);
  width: 100%;
  padding: 12px 20px;
}
.jws-dropdown .dropdown-toggle:after {
  content: '\e80a';
  font-family: "jws_icon";
  margin-left: 20px;
  float: right;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}
.jws-dropdown > .dropdown-toggle {
  background: transparent;
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  min-width: 120px;
  text-align: left;
  font-size: var(--fs-smallc);
  padding: 8px 20px 8px 15px;
  height: 40px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.jws-dropdown > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.15s all;
  pointer-events: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  min-width: 265px;
  z-index: 1000;
  padding: 20px;
  width: 100%;
}
.jws-dropdown .dropdown-heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.jws-dropdown .dropdown-apply {
  background-color: var(--third);
  border: 0;
  border-radius: 5px;
  color: var(--light);
  width: 100%;
  padding: 12px 20px;
}
.jws-dropdown .price-type > .price_list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
}
.jws-dropdown .price-type > .price_list select {
  width: 50%;
}
.jws-dropdown .price-type > .price_list .bootstrap-select {
  width: 45%;
}
.jws-dropdown .price-type > .price_list .select2-container .select2-selection--single {
  height: 40px;
}
.jws-dropdown .price-type > .price_list .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.jws-dropdown .price-type-tab {
  font-size: var(--fs-small);
  font-weight: 500;
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.jws-dropdown .price-type-tab label {
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}
.jws-dropdown .price-type-tab label span {
  padding: 6px 10px;
  display: block;
  cursor: pointer;
}
.jws-dropdown .price-type-tab input {
  display: none;
}
.jws-dropdown .price-type-tab input:checked + span {
  background: rgba(26, 84, 165, 0.1);
}
.jws-dropdown.field-price .dropdown-menu {
  min-width: 330px;
}
.jws-dropdown.open > .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
}
.field-item .address-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.field-item .address-field:before {
  content: '\e807';
  font-family: "jws_icon";
  font-size: 24px;
}
.field-item .address-field #geolocation_search {
  min-height: 40px;
  border: 0;
}
.field-item .address-field.searching {
  position: relative;
}
.field-item .address-field.searching:after {
  content: '';
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-cl);
  border-top-color: var(--third);
  border-radius: 50%;
  animation: spin-loading 0.8s linear infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes spin-loading {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.field-bed-bath .dropdown-menu {
  min-width: 445px;
}
.field-bed-bath .labels-list {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.field-bed-bath .labels-list span {
  border-radius: 30px;
  padding: 7px 19px;
  border: 1px solid var(--border-cl);
  font-size: var(--fs-smallc);
  display: block;
  transition: 0.3s all;
  cursor: pointer;
}
.field-bed-bath .labels-list input {
  display: none;
}
.field-bed-bath .labels-list input:checked + span {
  border-color: var(--third);
  background: rgba(26, 84, 165, 0.1);
}
.ui-autocomplete .jws-dropdown-category-label {
  pointer-events: none;
  padding-left: 16px;
  font-weight: bold;
  color: var(--main);
  margin: 10px 0 0 !important;
}
.ui-autocomplete.ui-widget-content.jws-location-dropdown {
  background: #ffffff;
}
.ui-autocomplete.ui-widget-content.jws-location-dropdown .ui-menu-item .ui-menu-item-wrapper {
  padding-left: 17px;
}
.ui-autocomplete.ui-widget-content {
  color: var(--body2);
  border: 1px solid var(--border-cl);
  padding: 0px;
  z-index: 10;
  list-style-type: none;
  margin-top: 10px;
  max-height: 300px;
  overflow: auto;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  background: rgba(255, 255, 255, 0.85);
}
.ui-autocomplete.ui-widget-content .category-label {
  display: none;
}
.ui-autocomplete.ui-widget-content li:not(:last-child) .ui-menu-item-wrapper {
  border-bottom: 1px solid var(--border-cl);
}
.ui-autocomplete.ui-widget-content li .ui-menu-item-wrapper {
  padding: 10px 10px;
  border: 0;
  cursor: pointer;
  transition: 0.2s all;
}
.ui-autocomplete.ui-widget-content li .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete.ui-widget-content li .ui-menu-item-wrapper:hover {
  border-color: var(--third);
  background: var(--third);
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.field-single-button {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  background-color: var(--light);
}
.field-single-button.type_v2 .checked span {
  border-right: 0;
  background: rgba(26, 84, 165, 0.1);
}
.field-single-button.type_v2 .checked span:before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border: 2px solid var(--third);
  border-radius: 5px;
  transition: 0.3s all;
}
.field-single-button input {
  display: none;
}
.field-single-button input:checked + span {
  border-right: 0;
  background: rgba(26, 84, 165, 0.1);
}
.field-single-button input:checked + span:before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border: 2px solid var(--third);
  border-radius: 5px;
  transition: 0.3s all;
}
.field-single-button span {
  text-align: center;
  padding: 6px 10px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.field-single-button label {
  margin-bottom: 0;
  width: 100%;
}
.field-single-button label:not(:last-child) span {
  border-right: 1px solid var(--border-cl);
}
.jws-popup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jws-popup .single-properties.layout1 .jws-properties-navigation {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #ffffff;
  border-bottom: 1px solid var(--border-cl);
  margin-bottom: 25px;
  width: 100%;
}
.jws-popup .jws-popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.jws-popup .jws-popup-content {
  position: relative;
  background: #fff;
  max-width: 1440px;
  width: 95vw;
  height: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 2;
  padding: 0px 16px 0px 16px;
  scroll-behavior: smooth;
}
.jws-popup .popup-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
#edit-search-modal,
#save-search-modal {
  max-width: 450px;
}
#edit-search-modal .form-actions,
#save-search-modal .form-actions {
  display: flex;
  gap: 10px;
}
#edit-search-modal .notifications-toggle,
#save-search-modal .notifications-toggle {
  margin: 15px 0;
}
#edit-search-modal .fs-medium,
#save-search-modal .fs-medium {
  margin-bottom: 15px;
}
#edit-search-modal .btn-cancel,
#save-search-modal .btn-cancel {
  background: transparent;
  border: 1px solid var(--border-cl);
  color: var(--heading);
}
.jws-main-popup .mfp-content > div.form_contact_popup_card {
  max-width: 500px;
}
#properties-compare-sidebar.compare-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 90vw;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 16px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#properties-compare-sidebar.open {
  transform: translateX(0);
  pointer-events: auto;
}
#properties-compare-sidebar.open + #compare-sidebar-toggle {
  right: 340px;
}
.compare-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
}
.compare-actions {
  border-top: 1px solid #eee;
  border-bottom: none;
  padding: 16px 24px;
  justify-content: flex-end;
}
.compare-title {
  font-size: 18px;
  font-weight: 600;
}
.compare-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
.compare-list {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.compare-item {
  position: relative;
  width: calc(50% - 5px);
  overflow: hidden;
  border-radius: 10px;
}
.compare-item .compare-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.compare-id {
  font-weight: 500;
  color: #333;
}
#compare-sidebar-toggle.compare-toggle-btn {
  position: fixed;
  top: calc(50% + 70px);
  right: 0;
  transform: translateY(-50%);
  z-index: 9998;
  background: #ffffff;
  color: var(--heading);
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 8px 16px;
  cursor: pointer;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
  font-size: 22px;
  display: flex;
  align-items: center;
  display: none;
}
#compare-sidebar-toggle.compare-toggle-btn .count {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 12px;
  left: -9px;
  top: -7px;
  background-color: var(--third);
  border-radius: 100%;
  color: #ffffff;
}
.properties-compare-table {
  margin: 30px 0;
}
.properties-compare-table .table-responsive {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: var(--fs-small);
}
.properties-compare-table th,
.properties-compare-table td {
  border: 1px solid #eee;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
  max-width: 100px;
}
.properties-compare-table th:first-child,
.properties-compare-table td:first-child {
  font-weight: 700;
}
.properties-compare-table th {
  background: #f7f7f7;
  font-weight: 600;
}
.properties-compare-table th img {
  display: block;
  margin: 0 auto 10px;
}
.properties-compare-table tr {
  transition: 0.3s all;
}
.properties-compare-table tr:hover {
  background: #ebebeb !important;
}
.properties-compare-table tr:nth-child(even) {
  background: #fafafa;
}
.properties-compare-table td > div {
  margin-bottom: 4px;
}
.properties-compare-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.jws-toggle-map-listings {
  position: fixed;
  bottom: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 80%;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--border-cl);
  left: 10%;
  border-radius: 30px;
  z-index: 10;
  overflow: hidden;
}
.jws-toggle-map-listings > div {
  text-align: center;
  padding: 12px;
  width: 50%;
  font-weight: 500;
  font-size: 14px;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.jws-toggle-map-listings > div i {
  font-size: 20px;
}
.jws-toggle-map-listings > div.active {
  background-color: #ecebff;
}
.filter-mobile {
  background: transparent;
  border: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .properties-page-filter.layout1 .properties-map {
    height: 100% !important;
  }
  .jws-toggle-map-listings {
    display: none;
  }
  .filter-mobile {
    display: none;
  }
}
.leaflet-marker-icon.custom-marker-icon {
  width: auto !important;
  height: auto !important;
}
.leaflet-marker-icon.custom-marker-icon .jws_marker {
  position: relative;
  transform: none;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  box-shadow: none !important;
  background: transparent !important;
}
.leaflet-popup-content {
  width: auto !important;
  margin: 0 !important;
}
.leaflet-popup-content .mybox {
  padding: 0 !important;
}
.leaflet-container .mybox a {
  color: var(--heading) !important;
}
.leaflet-container a.leaflet-popup-close-button {
  background: #ffffff !important;
  border-radius: 100% !important;
  left: 5px !important;
  top: 5px !important;
}
.leaflet-pane {
  z-index: 1 !important;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 2 !important;
}
.classic-info {
  box-shadow: 0.209px 2.993px 13.8px 1.2px rgba(73, 9, 2, 0.07000000000000001) !important;
  max-height: inherit !important;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .jws-form-search-ajax.layout1 > div {
    padding: 14px 15px;
  }
  .jws-form-search-ajax.layout2 .field-left {
    width: 100%;
  }
  .properties-page-filter.layout4 .content-directory {
    padding-right: 15px;
  }
  .properties-page-filter.layout4 .sidebar-directory {
    padding-left: 15px;
  }
  .properties-page-filter.layout2 .properties-sidebar {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .properties-page-filter.layout4 .filter-mobile {
    display: block;
  }
  .properties-page-filter.layout4 .sidebar-directory {
    position: fixed;
    right: 0;
    top: 0;
    width: 335px;
    max-width: 335px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.3s all;
    transform: translateX(100%);
    z-index: 10;
    background-color: #ffffff;
    height: 100vh;
    overflow: auto;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
  }
  .properties-page-filter.layout4 .sidebar-directory:before {
    display: none;
  }
  .properties-page-filter.layout4 .sidebar-directory.open {
    transform: translateX(0);
  }
  .properties-page-filter.layout4 .close-filter {
    display: block;
  }
  .properties-page-filter.layout4 .search-top h5 {
    display: none;
  }
  .properties-page-filter.layout4 .content-directory {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
}
@media (max-width: 1140px) {
  .properties-page-filter.layout1 .properties-sidebar {
    width: 400px;
  }
  .properties-page-filter.layout1 .properties-map {
    width: calc(100% - 400px);
  }
  .properties-page-filter.has-map .column-2 .item-listing-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .jws-form-search-ajax.layout1 .field-right,
  .jws-form-search-ajax.layout2 .field-right {
    flex: auto;
    width: auto;
  }
  .jws-form-search-ajax.layout1 .field-left,
  .jws-form-search-ajax.layout2 .field-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jws-popup .jws-popup-content {
    padding: 0;
  }
  .field-bed-bath .dropdown-menu {
    min-width: auto;
  }
  .properties-compare-table thead {
    position: static;
  }
  .properties-compare-table .table-responsive {
    overflow-x: auto;
  }
  .properties-compare-table .table-responsive td,
  .properties-compare-table .table-responsive th {
    white-space: nowrap;
    max-width: inherit;
  }
  .properties-compare-table th img {
    max-width: 200px;
  }
  .jws-dropdown.field-more > .dropdown-menu {
    max-width: 100%;
    padding-inline-end: 0;
  }
  .properties-page-filter.layout4 .nav-right {
    gap: 5px;
  }
  .properties-page-filter.layout4 .nav-right > span {
    display: none;
  }
  .properties-page-filter.layout4 .content-directory {
    padding-top: 0;
  }
  .properties-page-filter.layout1 .properties-sidebar,
  .properties-page-filter.layout2 .properties-sidebar {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .properties-page-filter.layout1 .properties-map,
  .properties-page-filter.layout2 .properties-map {
    width: 100%;
    height: 100%;
    display: block !important;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: -9999;
  }
  .properties-page-filter.layout1 .properties-map.active,
  .properties-page-filter.layout2 .properties-map.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 1;
  }
  .properties-page-filter.layout1 .page-bottom,
  .properties-page-filter.layout2 .page-bottom {
    flex-direction: column;
    height: auto !important;
    position: relative;
  }
  .properties-page-filter.layout1 .save-field,
  .properties-page-filter.layout2 .save-field {
    display: none;
  }
  .properties-page-filter.layout1 .field-right > .field-item:not(.more),
  .properties-page-filter.layout2 .field-right > .field-item:not(.more) {
    display: none;
  }
  .properties-page-filter .properties-map .map-actions button {
    padding: 5px 10px;
    font-size: 12px;
  }
  .properties-page-filter #map-enable {
    display: none;
  }
  .properties-page-filter .field-more > .dropdown-toggle {
    display: none;
  }
  .jws-form-search-ajax.layout2 .field-item.save {
    display: none;
  }
  .jws-form-search-ajax.layout2 .field-left > .address {
    width: 100%;
  }
  .jws-form-search-ajax.layout2 #reset-data-form {
    display: none;
  }
  .jws-form-search-ajax.layout2 .address-field #geolocation_search {
    padding-right: 40px;
  }
  .jws-form-search-ajax.layout2 .address-field .jws-reset-btn {
    right: 4px;
  }
}
.agents-page-filter {
  padding-bottom: 80px;
}
.agents-page-filter .agents-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
  padding: 66px 0;
  margin-bottom: 60px;
}
.agents-page-filter .agents-top h1 {
  color: var(--light);
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.agents-page-filter .page-title-wrap {
  margin-bottom: 37px;
}
.agents-page-filter .jws-breadcrumb {
  margin-bottom: 12px;
}
.agents-page-filter .agents-search {
  max-width: 622px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
}
.agents-page-filter .agents-search #name_search {
  display: none;
}
.agents-page-filter .agents-search .select-fild {
  max-width: 122px;
}
.agents-page-filter .agents-search .select-fild .bootstrap-select > button {
  height: 30px;
  padding: 0px 20px 0px 15px;
  background-color: #F7F5F2;
  border-radius: 5px;
}
.agents-page-filter .agents-search .input-field {
  display: flex;
  flex: 1;
}
.agents-page-filter .agents-search .field-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.agents-page-filter .agents-search .field-item.searching .submit {
  position: relative;
}
.agents-page-filter .agents-search .field-item.searching .submit:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-cl);
  border-top-color: var(--third);
  border-radius: 50%;
  animation: spin-loading 0.8s linear infinite;
  pointer-events: none;
  z-index: 2;
}
.agents-page-filter .agents-search .field-item.searching .submit i {
  visibility: hidden;
}
.agents-page-filter .agents-search .submit {
  font-size: 24px;
}
.agents-page-filter .agents-search input {
  border: 0;
  min-height: 30px;
  font-size: var(--fs-smallc);
  flex: 1;
}
.agents-page-filter .agents-search form {
  position: relative;
  border: 1px solid var(--border-cl);
  border-radius: 5px;
  padding: 5px;
}
.agents-page-filter .agents-search-bottom {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.agents-page-filter .agents-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-small);
  margin-bottom: 30px;
}
.review-rating {
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 83px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  margin-top: -1px;
}
.review-rating:before {
  left: 0;
  top: 0;
  font-size: 14px;
  color: var(--third);
  font-family: "jws_icon";
  content: "\e823\e823\e823\e823\e823";
}
.review-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #FFCF61;
  padding-top: 1.5em;
  left: 0;
  top: 0;
}
.review-rating span:before {
  left: 0;
  top: 2px;
  position: absolute;
  font-size: 14px;
  text-indent: 0;
  color: var(--third);
  font-family: "jws_icon";
  content: "\E81E\E81E\E81E\E81E\E81E";
}
@media (max-width: 500px) {
  .agents-page-filter .agents-search .field-item {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .agents-page-filter .agents-search .field-item .select-fild {
    max-width: 100%;
  }
}
.agencies-page-filter {
  padding-block-start: 40px;
  padding-block-end: 60px;
}
.agencies-page-filter .agents-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--fs-small);
  margin-bottom: 30px;
}
.agencies-page-filter .jws-breadcrumb {
  margin-bottom: 12px;
}
.agencies-page-filter .page-title-wrap {
  margin-bottom: 40px;
}
.agencies-wap .post-end .btn {
  background: transparent;
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 600;
  display: block;
  width: 100%;
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agencies-wap .post-end .btn:hover {
  background: var(--secondary);
  color: var(--light);
  border-color: var(--secondary);
}
.agencies-wap .post-end .btn:first-child {
  margin-block-end: 8px;
}
.agencies-wap .post-end .btn i {
  font-size: 25px;
  margin-right: 5px;
  line-height: 1px;
}
.agencies-wap .agent-review {
  font-size: var(--fs-small);
  margin-top: 5px;
  margin-bottom: 5px;
}
.agencies-wap .agent-review i {
  font-size: 16px;
  color: var(--third);
  margin: 0 5px;
}
.agencies-wap .agent-total {
  font-size: var(--fs-small);
  color: var(--body2);
  display: flex;
  justify-content: space-between;
  max-width: 260px;
  gap: 10px;
}
.agencies-wap .agent-total span {
  font-size: var(--fs-medium);
  font-weight: bold;
  color: var(--body);
  display: block;
  margin-bottom: 5px;
}
.agencies-wap .agent-address {
  font-size: var(--fs-small);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 200px;
}
.agencies-wap .post-media img {
  max-width: 130px;
}
.agencies-wap .post-title {
  font-size: var(--fs-medium);
  font-weight: bold;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.agencies-wap.layout2 .post-inner {
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 35px 20px 20px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
}
.agencies-wap.layout2 .post-inner:hover {
  border-color: var(--secondary);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.agencies-wap.layout2 .agent-total {
  max-width: 100%;
  margin-block-start: 22px;
  margin-block-end: 25px;
}
.agencies-wap.layout2 .post-media {
  margin-block-end: 38px;
}
.agencies-wap.layout2 .post-end {
  margin-block-start: auto;
}
.agencies-wap.layout2 .agent-address {
  margin: 0 auto;
}
.agencies-wap.layout2 .post-title {
  justify-content: center;
  flex-direction: column;
}
.agencies-wap.layout1 .post-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 20px;
  flex-wrap: wrap;
  height: 100%;
  transition: 0.3s all;
}
.agencies-wap.layout1 .post-inner:hover {
  border-color: var(--secondary);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.agencies-wap.layout1 .post-left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.agencies-wap.layout1 .agents-aw {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.agencies-wap.layout1 .post-center {
  max-width: 280px;
}
.agencies-wap.layout1 .post-end img {
  display: block;
  max-width: 93px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .agencies-wap.layout1 .post-left {
    flex-direction: column;
  }
  .agencies-wap.layout1 .post-inner {
    justify-content: center;
    text-align: center;
  }
  .agencies-wap.layout1 .post-inner .post-title {
    justify-content: center;
  }
  .agencies-wap .agent-address {
    margin: 0 auto;
  }
}
/* Woocommerce */
.shop-page {
  margin-bottom: 80px;
}
.woocommerce-page-title {
  padding: 50px 0;
}
.products-wrap {
  position: relative;
}
.products-wrap > .loader {
  top: 50px;
}
.products-wrap.metro .col-xl-40 .product-image img {
  max-width: none;
  object-position: center;
  object-fit: scale-down;
  height: 40.8vw;
}
.products-wrap.loading .product-item-inner {
  opacity: 0 !important;
  transform: translatey(20px) !important;
}
.jws-animated-products .product-item-inner {
  opacity: 0;
  transform: translatey(50px);
}
.jws-animated-products .jws-animated .product-item-inner {
  opacity: 1;
  transform: translatey(0px);
}
.jws_pr_labels {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.jws_pr_labels.out_stock {
  top: 50%;
  text-align: center;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  margin-top: -25px;
}
.jws_pr_labels .jws_pr_label {
  padding: 1px 10px 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
  color: #422020;
  background: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-radius: 10px;
  border: solid 1px;
}
.jws_pr_labels .new {
  background: #ffffff;
  color: var(--main);
  border-color: var(--main);
}
.jws_pr_labels .onsale {
  background: #FB2B2B;
  border-color: #FB2B2B;
  color: #ffffff;
}
.jws_pr_labels .out-of-stock {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--heading);
  letter-spacing: 1.5px;
  padding: 23px 20px 20px;
}
.product-item .product-image {
  position: relative;
  margin-bottom: 19px;
  text-align: center;
  background: #E6E7E9;
  overflow: hidden;
}
.product-item .product-image .overlay {
  background: #00031C;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  opacity: 0;
  z-index: 1;
}
.product-item .product-image .gallery {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: #E6E7E9;
}
.product-item .product-image img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}
.product-item .product-image {
  background: #E6E7E9;
  overflow: hidden;
}
.product-item .product-item-inner:hover .product-image .overlay {
  opacity: 0.2;
}
.product-item .product-item-inner:hover .product-image .gallery {
  opacity: 1;
}
/* Layout product */
.product-item.product .product-item-inner {
  transition: 0.3s all;
}
.product-item.product .jws-attr-swatches.has_attr .swatch {
  opacity: 0.5;
}
.product-item.product .jws-attr-swatches .swatch {
  cursor: pointer;
}
.product-item.product .jws-attr-swatches .swatch:not(:last-child) {
  margin-right: 20px;
}
.product-item.product .jws-attr-swatches .swatch.selected {
  opacity: 1;
}
.product-item.product .star-rating {
  margin-bottom: 9px;
}
.product-item.product .woocommerce-loop-product__title {
  margin-bottom: 5px;
  font-weight: bold;
}
.product-item.product .price {
  color: var(--heading);
}
.product-item.product .price del {
  margin-right: 1px;
  color: var(--body);
}
.product-item.product .price ins {
  text-decoration: none;
}
.product-item.product .star-rating-wap {
  text-align: center;
  margin-top: 10px;
}
.added_to_cart {
  display: none !important;
}
.products-tab .jws-nav-carousel > div {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #f3f3f3;
  color: var(--main);
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  transition: 0.3s all;
}
.products-tab .jws-nav-carousel > div:before {
  font-family: "jws_icon";
}
.products-tab .jws-nav-carousel > div:hover {
  background: var(--main);
  color: #ffffff;
}
.products-tab .jws-nav-carousel .jws-button-prev {
  left: -56px;
}
.products-tab .jws-nav-carousel .jws-button-prev:before {
  content: '\e800';
}
.products-tab .jws-nav-carousel .jws-button-next {
  right: -56px;
}
.products-tab .jws-nav-carousel .jws-button-next:before {
  content: '\e801';
}
.products-tab.product-deal .main-product .entry-summary .price {
  font-size: inherit;
  line-height: inherit;
}
.products-tab.product-deal .product-category {
  margin-bottom: 20px;
}
.products-tab.product-deal .view-product {
  border-bottom: 1px solid;
}
.products-tab.product-deal .woo-variation-gallery-wrapper {
  padding-right: 14%;
}
.products-tab.layout1 .product-item-inner {
  transition: 0.3s all;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.products-tab.layout1 .product-item-inner:hover .button-inner {
  opacity: 1;
  transform: none;
}
.products-tab.layout1 .grid_top {
  width: 100%;
}
.products-tab.layout1 .starting {
  font-size: 13px;
  margin-bottom: 2px;
}
.products-tab.layout1 .price-item {
  display: block;
}
.products-tab.layout1 .product-info {
  justify-content: space-between;
}
.products-tab.layout1 .product-category {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  opacity: 0.7;
}
.products-tab.layout1 .button-inner {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  left: 0;
  transition: 0.3s all;
  opacity: 0;
  transform: translateY(10px);
  z-index: 2;
  padding: 0 15px;
}
.products-tab.layout1 .button-inner a {
  background: var(--light);
  color: var(--heading);
  font-weight: 600;
  width: 100%;
}
/* Start Shop Page */
@-webkit-keyframes "spinner-fade" {
  0% {
    background-color: var(--main);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes "spinner-fade" {
  0% {
    background-color: var(--main);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes rotatekey {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.jws-products-load-more {
  border: 1px solid #040202;
  font-weight: 500;
  padding: 12.5px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.jws-products-load-more.loading span {
  opacity: 0;
}
.jws-products-load-more.auto_load_more {
  opacity: 0;
}
.loading .loader,
.submitting .loader {
  opacity: 1;
}
.loading > span,
.submitting > span,
.loading > i,
.submitting > i,
.loading:before,
.submitting:before {
  opacity: 0;
}
.shop-page .products-wrap > .product-category.product .woocommerce-loop-category__title {
  font-size: 20px;
  text-align: center;
}
.shop-page .products-wrap > .product-category.product .count {
  background: transparent;
}
.shop-page .no-products {
  transition: 0.3s all;
}
.shop-page .no-products > div {
  text-align: center;
  padding-top: 30px;
}
.shop-page .no-products > div i {
  font-size: 60px;
  color: var(--heading);
}
.shop-page .woocommerce-pagination {
  text-align: center;
  position: relative;
}
.shop-page .woocommerce-pagination .jws-product-loaded {
  border-bottom: 2px solid;
  display: inline-block;
  padding: 5px 20px;
}
.shop-page .woocommerce-pagination .jws-product-loaded .found-min {
  display: none;
}
.shop-page .woocommerce-pagination .spinner {
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -6px;
}
.shop-page .woocommerce-pagination .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 2px;
  height: 6px;
  border-radius: 0.5em;
  background-color: transparent;
  transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
  animation: spinner-fade 1s infinite linear;
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  transform: rotate(0deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  transform: rotate(45deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
  transform: rotate(90deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
  transform: rotate(135deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
  transform: rotate(180deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  transform: rotate(225deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
  transform: rotate(270deg);
}
.shop-page .woocommerce-pagination .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
  transform: rotate(315deg);
}
.shop-page .shop-content .product-item {
  margin-bottom: 50px;
}
.shop-page .sidebar-has_sidebar.no_container .siderbar-inner.left {
  padding-right: 43px;
  padding-top: 25px;
}
.shop-page .sidebar-has_sidebar.no_container .siderbar-inner.right {
  padding-left: 43px;
  padding-top: 25px;
}
.shop-page .sidebar-no_sidebar .show_filter_shop {
  display: none;
}
.shop-page .sidebar-no_sidebar .woocommerce-result-count {
  display: inline;
}
.shop-page .shop-container.no_container {
  padding: 0 70px;
}
.shop-page .grid-view {
  display: flex;
  align-items: center;
  margin-right: 45px;
  margin-left: 45px;
}
.shop-page .grid-view > span {
  margin-right: 23px;
  font-size: 12px;
  font-weight: 600;
}
.shop-page .grid-view .view-icon-list {
  display: flex;
  margin: 0 -5.5px;
}
.shop-page .grid-view a {
  width: 20px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 5.5px;
  opacity: 0.5;
}
.shop-page .grid-view a.sel-active {
  opacity: 1;
  pointer-events: none;
}
.shop-page .grid-view .view-product-4 {
  background-image: url('https://openagent.fr/wp-content/themes/smarthome/assets/image/grid_4.svg');
}
.shop-page .grid-view .view-product-3 {
  background-image: url('https://openagent.fr/wp-content/themes/smarthome/assets/image/grid_3.svg');
}
.shop-page .grid-view .view-product-2 {
  background-image: url('https://openagent.fr/wp-content/themes/smarthome/assets/image/grid_2.svg');
}
.shop-page .grid-view .view-product-1 {
  background-image: url('https://openagent.fr/wp-content/themes/smarthome/assets/image/grid_1.svg');
}
.shop-page .shop-topbar {
  display: none;
  margin-bottom: 24px;
}
.shop-page .widget_layered_nav_filters {
  margin-bottom: 24px;
}
.shop-page .widget_layered_nav_filters ul {
  list-style-type: none;
}
.shop-page .widget_layered_nav_filters ul .chosen {
  margin-right: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.shop-page .widget_layered_nav_filters ul .chosen a {
  border: 1px solid rgba(117, 117, 117, 0.5);
  padding: 2px 10px;
  display: block;
}
.shop-page .widget_layered_nav_filters ul .chosen a:after {
  content: '\e814';
  font-family: "jws_icon";
  margin-left: 5px;
}
.shop-page .widget_layered_nav_filters ul li {
  display: inline-block;
}
.shop-page .widget_layered_nav_filters ul li .remove-filter-actived {
  color: var(--third);
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 1px;
}
.shop-page .shop-top-filters-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.shop-page .woocommerce-ordering {
  position: relative;
}
.shop-page .woocommerce-ordering .select2-selection--single {
  height: 30px !important;
}
.shop-page .woocommerce-ordering .select2-selection--single .select2-selection__arrow b {
  margin-top: 0 !important;
}
.shop-page .woocommerce-ordering select {
  min-height: 30px !important;
  font-size: 14px;
  font-weight: bold;
  color: var(--heading) !important;
}
.shop-page .woocommerce-ordering .select2-selection__rendered {
  line-height: 30px !important;
  font-size: 14px;
  font-weight: bold;
  color: var(--heading) !important;
}
.shop-page .shop-nav-top {
  margin-bottom: 37px;
  align-items: center;
}
.shop-page .shop-nav-top .woocommerce-result-count {
  margin-bottom: 0px;
}
.show_filter_shop {
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  margin-right: 10px;
  display: none;
}
.show_filter_shop i {
  color: #979797;
  font-size: 16px;
  margin-right: 9px;
}
.show_filter_shop i:before {
  transition: 0.7s all;
  display: inline-block;
  will-change: transform;
}
.show_filter_shop.active i:before {
  transform: rotate(45deg) translateY(2px);
  -webkit-transform: rotate(45deg) translateY(2px);
}
.jws-filter-modal {
  display: none;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.jws-filter-modal .modal-top {
  margin-bottom: 20px;
}
.jws-filter-modal .modal-top .modal-title {
  color: var(--heading);
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 3px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.jws-filter-modal .modal-top .modal-close {
  color: var(--heading);
  font-size: 14px;
  float: right;
  cursor: pointer;
}
.jws-filter-modal .modal-top .modal-close:after {
  content: '\f642';
  font-family: "jws_icon";
  margin-left: 4px;
  font-size: 22px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}
.jws-filter-modal .widget-title.close:before {
  transform: rotate(180deg);
  transition-delay: 0.05s;
}
.jws-filter-modal .widget-title.close:after {
  transform: rotate(180deg);
}
.jws-filter-modal .widget-title {
  position: relative;
  cursor: pointer;
}
.jws-filter-modal .modal-content {
  width: 300px;
  max-width: 85%;
  padding: 2rem;
  transform: translateX(-100%);
  overflow: auto;
  opacity: 0;
  transition: 0.4s all;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  direction: rtl;
  background: var(--background-body);
}
.jws-filter-modal .modal-content > div,
.jws-filter-modal .modal-content section {
  direction: ltr;
}
.jws-filter-modal .modal-overlay {
  background: #040202;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.jws-filter-modal.open .modal-content {
  transform: translateX(0);
  opacity: 1;
}
.jws-filter-modal.open .modal-overlay {
  opacity: 0.2;
  visibility: visible;
}
.filter-shop-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter-shop-nav > span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.filter-shop-nav > section {
  display: inline-block;
  position: relative;
}
.filter-shop-nav > section:not(:last-child) {
  margin-right: 15px;
}
.filter-shop-nav > section:hover > ul,
.filter-shop-nav > section:hover > div,
.filter-shop-nav > section:hover > form {
  opacity: 1;
  transform: translatey(0);
  pointer-events: auto;
}
.filter-shop-nav > section > h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
.filter-shop-nav > section > h5:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 100%;
  height: 40px;
}
.filter-shop-nav > section > h5:after {
  content: '\eaec';
  font-family: "jws_icon";
  margin-left: 8px;
  font-weight: bold;
  font-size: 15px;
}
.filter-shop-nav > section > h5 + ul,
.filter-shop-nav > section > h5 + div,
.filter-shop-nav > section > h5 + form {
  opacity: 0;
  transform: translatey(-15px);
  position: absolute;
  top: 100%;
  background: #ffffff;
  pointer-events: none;
  transition: 0.3s all;
  z-index: 15;
  width: 280px;
  padding: 20px !important;
  border: 1px solid #ebebeb;
  margin-top: 13px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-successful {
  padding: 20px 30px;
  margin: 0 0 2em;
  background-color: #1e85be;
  color: #fff;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  position: relative;
}
.woocommerce .woocommerce-message strong,
.woocommerce .woocommerce-info strong,
.woocommerce .woocommerce-error strong,
.woocommerce .woocommerce-successful strong {
  color: inherit;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-successful a {
  text-decoration: underline;
}
.woocommerce .woocommerce-message .jws-close-notice,
.woocommerce .woocommerce-info .jws-close-notice,
.woocommerce .woocommerce-error .jws-close-notice,
.woocommerce .woocommerce-successful .jws-close-notice {
  float: right;
  text-decoration: none;
  font-size: 20px;
  display: inline;
  position: absolute;
  right: 10px;
  top: 20px;
}
.woocommerce .woocommerce-info {
  background-color: #d9af65;
  color: #83452e;
}
.woocommerce .woocommerce-error {
  background-color: #fceceb;
  color: #8a543f;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-error li:not(.cart-empty):before {
  font-size: 14px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  color: #cb6060;
  content: "\E84A";
  font-family: "jws_icon";
  font-weight: 900;
}
.woocommerce .woocommerce-message {
  background-color: #dff5dd;
  color: #235631;
}
.woocommerce .woocommerce-message:not(.cart-empty):before {
  content: "\E803";
  color: #48bd68;
  font-family: 'jws_icon';
  font-weight: 400;
  font-size: 16px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media (min-width: 1600px) {
  .shop-sidebar .siderbar-inner.left {
    padding-right: 84px !important;
  }
  .shop-sidebar .siderbar-inner.right {
    padding-left: 84px !importan;
  }
}
@media (min-width: 1024px) {
  .sidebar-has_sidebar .jws-filter-modal {
    display: block !important;
    position: relative;
    z-index: 1;
  }
  .sidebar-has_sidebar .jws-filter-modal .modal-content.sidebar {
    position: relative;
    opacity: 1;
    transform: none;
    padding: 0;
    width: auto;
    z-index: 1;
    overflow: unset;
    max-width: 100%;
  }
  .sidebar-has_sidebar .jws-filter-modal .modal-top {
    display: none;
  }
  .sidebar-has_sidebar .jws-filter-modal .modal-close {
    display: none;
  }
}
@media (max-width: 1440px) {
  .shop-page .sidebar-has_sidebar.no_container .siderbar-inner.left {
    padding-right: 0;
  }
  .shop-page .sidebar-has_sidebar.no_container .siderbar-inner.right {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .shop-page .shop-container.no_container {
    padding: 0 15px;
  }
  .show_filter_shop {
    display: inline;
  }
  .archive-nav .post-select-filter {
    float: none;
  }
  .archive-nav .post-select-filter .fild-item {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .sidebar-sideout .shop-sidebar {
    display: none;
    animation: fadeInLeft 0.5s both;
  }
  .sidebar-sideout .shop-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-sideout.opened .shop-content {
    animation: fadeInRight 0.5s both;
  }
  .sidebar-sideout.open .shop-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    animation: fadeInLeft 0.5s both;
  }
  .sidebar-sideout.open .shop-sidebar {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .grid-view {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .jws_pr_labels .jws_pr_label:not(.out-of-stock) {
    padding: 1px 5px;
    font-size: 12px;
  }
  .jws_pr_labels .jws_pr_label.out-of-stock {
    padding: 15px 10px 12px;
  }
  .shop-page .sidebar-has_sidebar .siderbar-inner {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 2rem !important;
  }
  .product-item .product-item-inner .product-image .buttton-inner {
    opacity: 1;
    transform: translateX(0px);
  }
  .product-item .product-item-inner .product-image .buttton-inner li > a span {
    display: none;
  }
  .shop-nav-top.filter-top .found-min {
    display: none;
  }
  .shop-nav-top.filter-top > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop-nav-top.filter-top .filter-shop-nav {
    display: block;
  }
  .shop-nav-top.filter-top .filter-shop-nav > span {
    margin-bottom: 10px;
    display: block;
  }
  .shop-nav-top.filter-top .filter-shop-nav > section {
    display: block;
    margin-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
  }
  .shop-nav-top.filter-top .filter-shop-nav > section > h5:after {
    float: right;
  }
  .shop-nav-top.filter-top .filter-shop-nav > section > h5 + ul,
  .shop-nav-top.filter-top .filter-shop-nav > section > h5 + div,
  .shop-nav-top.filter-top .filter-shop-nav > section > h5 + form {
    opacity: 1;
    transform: none;
    position: relative;
    transition: unset;
    width: 100%;
    padding: 0px !important;
    border: 0;
    display: none;
    margin-bottom: 8px;
  }
}
@media (max-width: 1220px) {
  .shop-page .product-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .products-tab.layout2 a.button {
    font-size: 11px;
  }
  .products-tab.layout2 a.button > span:after {
    font-size: 16px;
    margin-right: 2px;
    margin-top: -4px;
  }
  .widget_products .product_list_widget .product-item-inner .product-image {
    max-width: 50px;
  }
  .widget_products .product_list_widget .product-item-inner .product-content {
    max-width: calc(100% - 55px);
  }
  .widget_products .product_list_widget .product-item-inner .price {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shop-page .grid-view {
    display: none;
  }
  .product-item.product .product-item-inner.list {
    display: block;
  }
  .product-item.product .product-item-inner.list .product-image {
    max-width: 100%;
  }
  .product-item.product .product-item-inner.list .product-content {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
  .products-tab.layout2 a.button {
    width: 68px;
  }
  .products-tab.layout2 a.button > span {
    font-size: 0;
    line-height: 0;
    width: 30px;
  }
  .products-tab.layout2 a.button > span:after {
    float: none;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .products-tab.layout1 .button-inner .button {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
  }
  .woocommerce-result-count {
    display: none;
  }
}
.quick-view-main .main-product .entry-summary {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-mask-image: linear-gradient(to top, transparent 5px, #000000 40px);
  mask-image: linear-gradient(to top, transparent 5px, #000000 40px);
  overflow-y: auto;
  padding: 0 15px 30px;
  scrollbar-color: #1f1f1f #e2e2e278;
  scrollbar-width: thin;
}
.quick-view-main .size-guide-action {
  display: none;
}
.quick-view-main .popup-quick-view {
  max-width: 1050px;
  margin: 0 auto;
  background: #ffffff;
  transition: 0.4s all;
}
.quick-view-main .popup-quick-view .main-product.product {
  padding: 15px 15px ;
}
.quick-view-main .popup-quick-view .main-product.product .images {
  padding: 15px 0;
}
.quick-view-main .popup-quick-view .main-product.product .row {
  margin: 0;
}
.quick-view-main .popup-quick-view .main-product.product .jws_pr_labels {
  left: 30px;
  top: 30px;
  z-index: 2;
}
.quick-view-main .popup-quick-view .mfp-close {
  border-radius: 100%;
  position: fixed;
  right: 15px;
  top: 5px;
  background: transparent;
}
.quick-view-main .popup-quick-view .mfp-close:before {
  display: block;
  transition: 0.3s all;
}
.quick-view-main .popup-quick-view .mfp-close:hover:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.quick-view-main .popup-quick-view .shop-single {
  padding: 0;
  position: relative;
}
.quick-view-main .popup-quick-view .shop-single .jws-summary {
  margin: 0px 0 15px;
}
.quick-view-main .popup-quick-view figure {
  margin: 0;
}
.quick-view-main .woocommerce-review-link {
  pointer-events: none;
}
@media (max-width: 767px) {
  .quick-view-main .popup-quick-view .main-product.product {
    padding: 0;
  }
  .quick-view-main .main-product .entry-summary {
    position: relative;
    padding: 0 0px 30px;
  }
}
.woocommerce-account .woocommerce-notices-wrapper > ul,
.woocommerce-account .woocommerce-notices-wrapper > div {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: var(--background-item);
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(248.28deg, var(--btn-bgcolor) 9.539999999999999%, rgba(142, 97, 255, 0) 32.8%), radial-gradient(81.70999999999999% 279.87% at -16.57% -92%, var(--btn-bgcolor2) 28.69%, rgba(205, 219, 248, 0) 69.54000000000001%), var(--btn-bgcolor3);
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #ffffff;
  padding: 15px 15px;
}
.woocommerce .woocommerce-MyAccount-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  display: inline-block;
  padding: 0 30px;
}
.woocommerce .woocommerce-MyAccount-content > p {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content > p > a {
  text-decoration: underline;
  text-underline-offset: 1px;
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 24px;
  color: var(--heading);
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content form label {
  color: var(--heading);
  margin-bottom: 10px;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content form #account_display_name + span {
  margin-top: 7px;
  display: block;
}
.woocommerce .woocommerce-MyAccount-content form button {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  min-width: 100%;
  background: var(--main);
  height: 50px;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
  outline: none;
}
.woocommerce .woocommerce-MyAccount-content form button:hover {
  opacity: 0.8;
}
.woocommerce .woocommerce-MyAccount-content form fieldset {
  margin-top: 40px;
}
.woocommerce .woocommerce-MyAccount-content form fieldset legend {
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--heading);
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  display: block;
}
.woocommerce-notices-wrapper > div {
  margin-bottom: 10px;
}
.lost_reset_password {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
.lost_reset_password > h3 {
  margin-bottom: 35px;
}
.lost_reset_password .lost-notes {
  margin-bottom: 37px;
}
.lost_reset_password .form-lost {
  max-width: 380px;
  margin: 0 auto;
}
.lost_reset_password .woocommerce-password-strength {
  color: #fff;
  margin-top: 10px;
  padding: 5px;
}
.lost_reset_password .woocommerce-password-strength.bad {
  background: #c7c747;
}
.lost_reset_password .woocommerce-password-strength.strong {
  background: green;
}
.lost_reset_password .woocommerce-password-strength.good {
  background: #41ab41;
}
form.woocommerce-form-track-order .form-row,
.lost_reset_password .form-row {
  margin-bottom: 10px;
  margin-top: 10px;
}
form.woocommerce-form-track-order .form-row label,
.lost_reset_password .form-row label {
  font-weight: 500;
  color: var(--heading);
}
form.woocommerce-form-track-order .button,
.lost_reset_password .button {
  padding: 14px 35px 14px 35px;
  background: var(--main);
  color: var(--light);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  font-weight: 500;
  display: block;
  text-align: center;
  min-width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content {
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
.woocommerce-cart .shop_table tr {
  border: 0;
}
.woocommerce-cart .shop_table tr.cart_item td {
  padding: 20px 0 20px 26px;
  border: none;
  border-bottom: 1px solid var(--border-cl);
}
.woocommerce-cart .woocommerce-cart-form {
  border: 2px solid var(--border-cl);
  border-radius: 5px;
  padding: 20px;
}
.woocommerce-cart .cart-heading {
  margin-bottom: 30px;
}
.woocommerce-cart .shop_table tr.order-total .includes_tax {
  display: block;
  margin-top: 5px;
}
.woocommerce-cart .shop_table {
  width: 100%;
}
.woocommerce-cart .box_added .box_added_content {
  display: none;
}
.woocommerce-cart .shop_table th.product-remove {
  width: 40px;
}
.woocommerce-cart .shop_table td.order-status {
  text-align: center !important;
}
.woocommerce-cart .shop_table td.product-remove {
  padding: 0;
  text-align: left;
}
.woocommerce-cart .shop_table td.product-remove a {
  cursor: pointer;
  font-size: 0px;
}
.woocommerce-cart .shop_table td.product-remove a:before {
  content: '\E818';
  font-family: "jws_icon";
  font-size: 24px;
  color: var(--heading);
}
.woocommerce-cart .shop_table td.product-name .variation {
  margin-bottom: 0;
}
.woocommerce-cart .shop_table td.product-name .variation:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-cart .shop_table td.product-name .variation dt {
  font-weight: 400;
}
.woocommerce-cart .shop_table td.product-name .variation .variation-Vendor {
  display: inline-block;
  margin: 0;
}
.woocommerce-cart .shop_table td.product-name img {
  max-width: 80px;
  height: auto;
  margin-right: 22px;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 140px 0 0px 0;
  font-weight: bold !important;
  margin-bottom: 30px;
  background: transparent;
  border: 0;
  color: var(--heading);
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  font-size: 115px;
  top: -17px;
  font-family: "jws_icon";
  content: '\f455';
}
.woocommerce-cart .woocommerce .cart-empty:after {
  font-size: 40px;
  top: 50px;
  font-family: "jws_icon";
  margin-left: 1px;
  content: '\f642';
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align: center;
}
.woocommerce-cart .shop_table {
  border-collapse: unset;
}
.woocommerce-cart .shop_table thead th {
  color: var(--heading);
  padding: 0;
  padding-left: 26px;
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 18px;
}
.woocommerce-cart .shop_table tr .actions {
  padding: 40px 0px;
}
.woocommerce-cart .shop_table tr .actions:after {
  display: table;
  content: " ";
  clear: both;
}
.woocommerce-cart .shop_table tr .actions .col-right {
  float: right;
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  cursor: no-drop;
  opacity: 0.5;
}
.woocommerce-cart .shop_table tr .actions .coupon {
  float: left;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 493px;
}
.woocommerce-cart .shop_table tr .actions .coupon label {
  display: none;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  background: transparent;
  border-color: var(--border-cl2);
  border-radius: 10px;
  min-height: 50px;
  padding: 0 27px;
  max-width: 306px;
  margin-right: 10px;
}
.woocommerce-cart .shop_table tr .product-name .cart_pr_item {
  display: flex;
  align-items: center;
}
.woocommerce-cart .shop_table tr .product-name .cart_content_item {
  text-align: left;
}
.woocommerce-cart .shop_table tr .product-name .cart_content_item > a {
  display: block;
}
.woocommerce-cart .shop_table tr .product-name > a {
  color: var(--heading);
}
.woocommerce-cart .shop_table tr .amount {
  color: var(--heading);
  font-weight: 700;
}
.cart-collaterals {
  padding-left: 35px;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  color: var(--main);
  margin-top: 7px;
  font-weight: 500;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2.select2-container {
  width: 100% !important;
  margin-bottom: 15px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  background-color: #ffffff !important;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #838383 !important;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #838383 !important;
}
.cart-collaterals .woocommerce-shipping-calculator select,
.cart-collaterals .woocommerce-shipping-calculator .input-text {
  border: 1px solid #d1d1d1;
  height: 40px;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.cart-collaterals .woocommerce-shipping-calculator button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: var(--main);
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: none;
  outline: none;
}
.cart-collaterals .cross-sells > h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.cart-collaterals .continue {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.cart-collaterals .continue i {
  margin-left: 10px;
}
.cart-collaterals .cart_totals {
  width: 100%;
  padding: 40px 50px;
  background: #F7F5F2;
  border-radius: 5px;
}
.cart-collaterals .cart_totals h5 {
  margin-bottom: 0px;
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 17px;
}
.cart-collaterals .cart_totals .shop_table {
  background: #f5f5f5;
  padding: 0 30px;
  margin-bottom: 30px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 8px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
}
.cart-collaterals .cart_totals .continue_shop {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.cart-collaterals .cart_totals .continue_shop i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
}
.cart-collaterals .cart_totals .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.cart-collaterals .cart_totals table .order-total {
  border: 0px;
}
.cart-collaterals .cart_totals table tr:after {
  content: "";
  display: table;
  clear: both;
}
.cart-collaterals .cart_totals table tr.order-total td {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading);
}
.cart-collaterals .cart_totals table tr.order-total td strong {
  font-weight: 500;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr th {
  padding: 18px 0px;
  padding-right: 10px;
  color: var(--heading);
  font-weight: bold;
}
.cart-collaterals .cart_totals table tr td {
  text-align: right;
  padding: 15px 0px;
  color: var(--heading);
}
.cart-collaterals .cart_totals table tr td[data-title="Subtotal"] {
  font-weight: bold;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
.cart-collaterals .cart_totals table tr td strong {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr td label {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr td input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 0;
  margin-left: 7px;
}
.cross-sells {
  margin-top: 36px;
}
.cross-sells .cross-sells-inner {
  border: 1px solid rgba(117, 117, 117, 0.2);
  padding: 20px;
}
.cross-sells .product-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.cross-sells .product-item-inner .product-image {
  max-width: 120px;
  margin-bottom: 0;
  margin-right: 20px;
  flex: 20%;
}
.cross-sells .product-item-inner .product-content {
  flex: 20%;
}
.cross-sells .product-item-inner .product-content .woocommerce-loop-product__title {
  margin-bottom: 5px;
}
.cross-sells .product-item-inner .cross-button {
  flex: 60%;
  text-align: right;
}
.cross-sells .product-item-inner .cross-button .price-item {
  margin-right: 23%;
}
.cross-sells .product-item-inner .cross-button .product-buy {
  display: inline-block;
}
.cross-sells .product-item-inner .cross-button .product-buy a {
  border: 1px solid #040202;
  font-weight: 500;
  padding: 6px 30px;
  position: relative;
  display: block;
}
.cross-sells .product-item-inner .product-item.product .woocommerce-loop-product__title {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .cart-collaterals {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals {
    padding: 40px 15px;
  }
  .cross-sells {
    margin-bottom: 30px;
  }
  .cross-sells .product-item-inner .cross-button {
    flex: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .cross-sells .product-item-inner .cross-button .price-item {
    margin-right: 10px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
  }
  .cart-collaterals .continue {
    margin-bottom: 15px;
    display: block;
  }
  .woocommerce-cart-form .shop_table {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table thead th {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item {
    margin: 30px 0px;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
    padding: 10px 0px !important;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    border: 0;
    padding-right: 15px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-name img {
    max-width: 50px;
    margin-right: 10px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-name .cart_content_item {
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-name .cart_pr_item {
    justify-content: end;
    padding-left: 30px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove a:before {
    font-size: 18px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-quantity:before {
    padding-top: 4px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions {
    margin-bottom: 28px;
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .col-right {
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .col-right button {
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    max-width: 190px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .button {
    font-size: 12px;
    padding: 7px 15px;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 600;
    float: left;
    color: var(--heading);
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before {
    content: "";
  }
}
#customer_details {
  padding-right: 58px;
}
#customer_details > div:not(.loader) {
  transition: 0.3s all;
}
#customer_details.loading > div:not(.loader) {
  opacity: 0;
}
#customer_details .loader {
  top: 150px;
}
form.woocommerce-checkout {
  margin-top: 70px;
}
form.woocommerce-checkout .required {
  color: #df0000;
  text-decoration: none;
  border: none;
}
form.woocommerce-checkout .woocommerce-account-fields {
  color: var(--heading);
}
form.woocommerce-checkout .woocommerce-account-fields .form-row {
  margin-bottom: 0 !important;
}
form.woocommerce-checkout .woocommerce-account-fields input.input-checkbox {
  margin-right: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields .input-text {
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-shipping-fields input {
  margin-right: 5px;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 input {
  margin-right: 21px;
  transform: scale(1.5);
  position: relative;
  top: -2px;
  accent-color: #d76e17;
}
form.woocommerce-checkout .woocommerce-billing-fields h5 {
  margin-bottom: 27px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  display: none;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  height: 110px;
}
form.woocommerce-checkout .woocommerce-account-fields,
form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row,
form.woocommerce-checkout .woocommerce-billing-fields .form-row,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  position: relative;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row label:not(.woocommerce-form__label-for-checkbox),
form.woocommerce-checkout .woocommerce-billing-fields .form-row label:not(.woocommerce-form__label-for-checkbox),
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label:not(.woocommerce-form__label-for-checkbox) {
  color: var(--heading);
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .screen-reader-text {
  width: auto;
  height: auto;
  overflow: unset;
  clip: unset;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0;
  /* Firefox */
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input:-ms-input-placeholder,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:-ms-input-placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
  /* Firefox */
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input::-ms-input-placeholder,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input::-ms-input-placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0;
  /* Firefox */
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .select2.select2-container,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2.select2-container,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2.select2-container {
  width: 100% !important;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  padding: 0 20px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 30px;
}
.woocommerce-checkout .jws_woo_your_order #order_review {
  padding: 24px 40px 54px;
  background: var(--background-item);
  border-radius: 5px;
}
.woocommerce-checkout .jws_woo_your_order h5 {
  margin-bottom: 58px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .blockUI {
  display: none !important;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order.processing {
  position: relative;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order.processing:after {
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order.processing:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
  border-color: #000 #000 #fafafa #fafafa;
  animation: lds-dual-ring 0.7s linear infinite;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
  display: block;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  font-size: 14px;
  line-height: 19.6px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a {
  text-decoration: underline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 18px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  border: 1px solid #ececec;
  padding: 15px;
  margin: 20px 0;
  font-size: 80%;
  line-height: 1.8;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td {
  text-align: left !important;
  position: relative;
  padding-top: 36px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td:before {
  border-top: 1px solid var(--border-cl);
  width: 100%;
  height: 1px;
  content: "";
  top: 20px;
  left: 0;
  position: absolute;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td [role="alert"] {
  margin-top: 15px;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td .woocommerce-error {
  color: #b81c23;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td .woocommerce-message {
  color: #00c75f;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td .coupon-clone-wrap {
  display: flex;
  margin-top: 14px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td .button {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
  border: 0;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  min-width: 122px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td #coupon_code-clone {
  width: calc(100% - 126px);
  display: inline-block;
  min-height: 49px;
  margin-right: 10px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul:not([role="alert"]) {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item {
  border: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .edit_box {
  display: block;
  text-decoration: underline;
  color: var(--secondary);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item td {
  padding: 0;
  padding-bottom: 5px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:first-child td {
  padding-top: 25px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:last-child td {
  padding-bottom: 12px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:not(:last-child) td {
  border-bottom: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .product-name .td-item {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .product-name strong {
  color: var(--body);
  font-weight: 400;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
  color: var(--heading);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .product-name,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .product-total {
  border: 0;
  padding: 15px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody {
  border-bottom: 1px solid var(--border-cl);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody tr th {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  text-transform: uppercase;
  padding: 0px 0px 30px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody tr th:last-child {
  text-align: right;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody .cart_item:nth-child(2) td {
  padding-top: 26px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody .cart_item:last-child td {
  padding-bottom: 26px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot th {
  padding: 10px 0px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .order-total td {
  font-size: 21.33px;
  line-height: 32px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .order-total th {
  font-size: 21.33px;
  line-height: 32px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td label {
  margin-bottom: 0;
  display: inline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td:last-of-type {
  text-align: right;
  color: var(--heading);
  padding: 17px 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  background: var(--background-item);
  padding: 14px 25px;
  color: var(--heading);
  margin-bottom: 15px;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: var(--heading);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .jws-close-notice,
.woocommerce-checkout .woocommerce-form-login-toggle .jws-close-notice {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  border: 2px solid var(--border-cl);
  padding: 17px 23px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
  max-width: 584px;
}
.woocommerce-checkout .woocommerce-form-coupon > p,
.woocommerce-checkout .woocommerce-form-login > p {
  padding: 0 5px;
}
.woocommerce-checkout .woocommerce-form-coupon p:first-child,
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 18px;
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a,
.woocommerce-checkout .woocommerce-form-login .lost_password a {
  color: var(--heading);
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a:hover,
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
  color: var(--main);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text,
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  border: 1px solid var(--border-cl2);
  background: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-form-login .form-row button {
  margin: 10px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
  min-width: 306px;
  margin-inline-end: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
  min-width: 200px;
}
.cart-discount .woocommerce-remove-coupon:before {
  content: '\e814';
  font-family: "jws_icon";
}
.cart-discount .woocommerce-remove-coupon span {
  border: 1px solid #dbdbdb;
  background-color: #efefef;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0 5px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions {
  background: rgba(232, 232, 235, 0.4);
  padding: 15px;
  font-size: 14px;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions + .form-row {
  margin-top: 15px;
}
.woocommerce-checkout-payment h3 {
  font-size: 28.43px;
  line-height: 32px;
  color: var(--heading);
  margin-bottom: 25px;
}
.woocommerce-checkout-payment #place_order {
  width: 100%;
}
.woocommerce-checkout-payment .wc_payment_methods {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 28px;
  margin-top: 40px;
}
.woocommerce-checkout-payment li {
  margin-bottom: 7px;
}
.woocommerce-checkout-payment li.woocommerce-info {
  background: var(--background-item);
  color: var(--heading);
}
.woocommerce-checkout-payment li label {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--heading);
  display: inline;
}
.woocommerce-checkout-payment li input {
  margin-right: 16px;
  margin-top: 8px;
  position: relative;
  top: 2px;
  accent-color: #d76e17;
}
.woocommerce-checkout-payment li .payment_box {
  margin-top: 9px;
  margin-bottom: 14px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.woocommerce-checkout-payment li.payment_method_paypal img {
  width: 145px;
  margin: 0 15px;
}
.woocommerce-checkout-payment li.payment_method_paypal a {
  font-size: 14px;
  color: var(--heading);
  text-decoration: underline;
}
#billing_first_name_field,
#shipping_first_name_field {
  width: 50%;
  padding-right: 5px;
  float: left;
}
#billing_last_name_field,
#shipping_last_name_field {
  width: 50%;
  padding-left: 20px;
  float: right;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-account-fields {
  margin: 0 -5px;
}
.checkout_coupon {
  display: none;
}
/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
.woocommerce-order-received .site-content .entry-content > .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-received .responsive-table {
  margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background: transparent;
  border: 2px dashed var(--heading);
  color: var(--heading);
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
}
.woocommerce-order-details {
  margin-bottom: 50px;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  color: var(--heading);
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-received .box_added .box_added_content {
  display: block;
}
.woocommerce-order-details h2 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 700;
  color: var(--heading);
  margin-top: 20px;
}
.woocommerce-order-details table tbody tr .product-name .product-quantity {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-order-details table tbody tr th,
.woocommerce-order-details table tbody tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-order-details table tbody tr th {
  text-align: left;
}
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: var(--heading);
  text-align: left;
}
.woocommerce-order-details table tfoot tr td {
  text-align: right;
}
.woocommerce-order-details table thead {
  background: none;
}
.woocommerce-order-details table thead tr th {
  padding: 15px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--heading);
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #efefef;
  text-align: left;
}
.woocommerce-order-details table .product-name a {
  display: inline-block;
}
.woocommerce-order-details table .product-total {
  text-align: right;
}
.woocommerce-columns--addresses,
.woocommerce-Addresses {
  margin: 20px -15px 0;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1,
.woocommerce-columns--addresses .col-2,
.woocommerce-Addresses .col-2 {
  float: left;
  width: 48%;
  max-width: 100%;
}
.woocommerce-columns--addresses .col-1 address,
.woocommerce-Addresses .col-1 address,
.woocommerce-columns--addresses .col-2 address,
.woocommerce-Addresses .col-2 address {
  padding: 25px 30px 30px 30px;
  border: 2px dashed var(--heading);
  line-height: 30px;
  font-style: italic;
}
.woocommerce-columns--addresses .col-1 .edit,
.woocommerce-Addresses .col-1 .edit,
.woocommerce-columns--addresses .col-2 .edit,
.woocommerce-Addresses .col-2 .edit {
  margin-bottom: 10px;
  display: block;
}
.woocommerce-columns--addresses .col-1 h3,
.woocommerce-Addresses .col-1 h3,
.woocommerce-columns--addresses .col-2 h3,
.woocommerce-Addresses .col-2 h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--heading);
  font-family: var(--body-font);
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1 {
  margin-right: 30px;
}
.jws_options_table {
  background: #ffffff;
  padding: 10px 0;
  margin-top: 10px !important;
  text-align: left;
}
.jws_options_table li {
  padding: 5px 15px;
}
.jws_options_table li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.woocommerce-thankyou-order-details {
  list-style-type: none;
  padding: 0;
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  -ms-display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.woocommerce-thankyou-order-details + p {
  font-size: 16px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-thankyou-order-details li {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
  color: var(--heading);
  line-height: 24px;
}
.woocommerce .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.6) !important;
  position: relative;
}
.woocommerce .blockUI.blockOverlay:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
  border-color: #000 #000 #fafafa #fafafa;
  animation: lds-dual-ring 0.7s linear infinite;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
}
#jws-shipping-methods {
  display: none;
}
#jws-shipping-methods h3 {
  font-size: 28.43px;
  line-height: 32px;
  color: var(--heading);
  margin-bottom: 25px;
}
#jws-shipping-methods .woocommerce-shipping-methods {
  list-style-type: none;
  border: 1px solid #E8E8EB;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
}
#jws-shipping-methods .woocommerce-shipping-methods input {
  margin-right: 5px;
}
.jws-error {
  color: #cc1818;
  font-size: 13px;
}
.jws-error strong {
  color: #cc1818;
  font-weight: 500;
}
.page_checkout_classic {
  padding-bottom: 95px;
  padding-left: 15px;
  padding-right: 15px;
}
.page_checkout_classic .woocommerce-form-login-toggle {
  margin-bottom: 16px;
}
.page_checkout_classic .woocommerce-checkout-review-order {
  border: 1px solid rgba(117, 117, 117, 0.3);
  padding: 11px 39px 52px;
}
.page_checkout_classic .woocommerce-checkout-payment {
  margin-top: 40px;
}
.page_checkout_classic .woocommerce-checkout-payment > h3 {
  display: none;
}
.page_checkout_classic .woocommerce-checkout-payment .wc_payment_methods {
  border: 0;
  padding: 0;
}
.page_checkout_classic .woocommerce-checkout-payment li .payment_box {
  padding: 0;
  background: transparent;
  margin: 8px 0;
}
.page_checkout_classic .woocommerce-shipping-methods li:not(last-child) {
  margin-bottom: 5px;
}
.page_checkout_classic .woocommerce-shipping-methods li input {
  float: right;
  margin-left: 7px;
  margin-top: 4px;
}
.page_checkout_classic .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .product-name,
.page_checkout_classic .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .product-total {
  border-bottom: 1px solid #ebebeb;
}
.page_checkout_classic #billing_city_field,
.page_checkout_classic #billing_state_field,
.page_checkout_classic #billing_postcode_field,
.page_checkout_classic #shipping_city_field,
.page_checkout_classic #shipping_state_field,
.page_checkout_classic #shipping_postcode_field {
  width: 100%;
}
.page_checkout_classic .form-row label:not(.woocommerce-form__label-for-checkbox) {
  color: var(--heading);
  font-weight: 500;
  margin-bottom: 9px;
}
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  #customer_details {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .jws_woo_your_order h5 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .woocommerce-checkout .jws_woo_your_order #order_review {
    padding: 24px 20px 54px;
  }
  .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .product-name img {
    max-width: 50px;
    margin-right: 10px;
  }
  .woocommerce-checkout .woocommerce-form-coupon,
  .woocommerce-checkout .woocommerce-form-login {
    padding: 15px;
  }
  #billing_first_name_field,
  #shipping_first_name_field,
  #billing_last_name_field,
  #shipping_last_name_field {
    width: 100%;
    padding: 0;
  }
}
.jws-wishlist-table.loading .jws-wishlist-row {
  opacity: 0.4;
  pointer-events: none;
}
.jws-wishlist-table .jws-wishlist-row {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.jws-wishlist-table .jws-wishlist-row thead {
  background: var(--background-item);
  color: var(--heading);
  text-align: left;
}
.jws-wishlist-table .jws-wishlist-row thead tr th {
  text-align: center;
}
.jws-wishlist-table .jws-wishlist-row thead tr th:first-child {
  padding: 20px 5%;
  text-align: left;
}
.jws-wishlist-table .jws-wishlist-row tbody {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.jws-wishlist-table .jws-wishlist-row tbody tr {
  border-bottom: 1px solid var(--border-color);
}
.jws-wishlist-table .jws-wishlist-row tbody tr td {
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws-wishlist-remove {
  color: var(--heading);
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.jws_wishlist_detail {
  padding: 25px 4%;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td:not(.jws_wishlist_detail) {
  text-align: center;
  padding: 25px 30px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .price .star-rating {
  display: block;
  margin: 0 auto;
  width: 95px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-image {
  display: inline-block;
  max-width: 66px;
  margin-right: 30px;
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
  max-width: 230px;
  font-weight: 500;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title a {
  color: var(--heading);
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title a:hover {
  color: var(--main);
}
.return-to-shop a {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .jws_products.jws_products_skin9 .jws_products_item .jws_content_product,
  .jws_products.jws_products_skin1 .jws_products_item .jws_content_product {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_center_product,
  .jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_center_product {
    margin: 0;
  }
  .jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_content_center_product {
    margin: 0;
  }
  .jws-wishlist-table .jws-wishlist-row thead {
    display: none;
  }
  .jws-wishlist-table .jws-wishlist-row tbody {
    display: block;
    border: none;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #f2f2f2;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td {
    display: block;
    text-align: center;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-image {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-title {
    width: 100% !important;
  }
}
/* Woocommerce Single */
.jws_pr_labels {
  position: absolute;
}
.jws-quantity-wrap {
  max-width: 123px;
  display: inline-block;
  vertical-align: middle;
  color: var(--heading);
  font-weight: bold;
}
.jws-quantity-wrap .quantity {
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.jws-quantity-wrap .quantity .screen-reader-text {
  display: none;
}
.jws-quantity-wrap .quantity input::-webkit-outer-spin-button,
.jws-quantity-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jws-quantity-wrap .quantity input[type=number] {
  -moz-appearance: textfield;
  border: 1px solid var(--border-cl);
  font-size: 16px;
  color: var(--heading);
  min-height: 50px;
  width: 100%;
  padding: 0 30px;
  position: relative;
  margin-right: 27px;
  border-radius: 0;
  background: transparent;
  border-radius: 5px;
}
.jws-quantity-wrap .quantity > span {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
}
.jws-quantity-wrap .quantity > span:before {
  font-size: 16px;
  font-family: "jws_icon";
}
.jws-quantity-wrap .quantity > span.jws-qty-minus {
  left: 10px;
}
.jws-quantity-wrap .quantity > span.jws-qty-minus:before {
  content: '\E827';
}
.jws-quantity-wrap .quantity > span.jws-qty-plus {
  right: 10px;
}
.jws-quantity-wrap .quantity > span.jws-qty-plus:before {
  content: '\E814';
}
.jws-quantity-wrap .quantity .input-text {
  text-align: center;
}
.product-360-view-wrapper {
  max-width: 600px;
}
.shop-single {
  padding-bottom: 77px;
  padding-top: 40px;
}
.shop-single .woocommerce-notices-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
.main-product .jws-quantity-wrap {
  margin-right: 14px;
}
.main-product .entry-summary {
  position: relative;
  padding-top: 15px;
}
.main-product .entry-summary .woocommerce-product-rating {
  margin-bottom: 9px;
}
.main-product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 10px;
  padding-bottom: 2px;
  color: var(--body);
}
.main-product .entry-summary .product-title {
  margin-bottom: 7px;
}
.main-product .entry-summary > .stock {
  font-weight: 500;
  margin: 0;
  color: var(--heading);
  margin-bottom: 14px;
  padding-bottom: 34px;
  font-size: 14px;
  margin-top: 56px;
}
.main-product .entry-summary .in-stock {
  color: #227835;
}
.main-product .entry-summary .in-stock:before {
  content: '\eb10';
  font-family: "jws_icon";
  font-size: 21px;
  font-weight: bold;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
}
.main-product .entry-summary.quickview-summary .product-share {
  display: none;
}
.main-product .entry-summary .product_meta {
  margin-bottom: 25px;
}
.main-product .entry-summary .woocommerce-tabs .container {
  padding: 0;
}
.main-product .entry-summary .woocommerce-tabs .wc-tabs {
  text-align: left;
}
.main-product .entry-summary > .product-short-text {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 13px;
}
.main-product .entry-summary > .price {
  margin-bottom: 18px;
}
.main-product .entry-summary > .price ins {
  text-decoration: none;
}
.main-product .entry-summary > .price del {
  opacity: 0.6;
  margin-right: 1px;
}
.main-product .entry-summary > .price .amount .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  color: var(--body);
  opacity: 0.9;
}
.main-product .entry-summary > .price .amount .woocommerce-product-rating .star-rating {
  margin-right: 12px;
}
.main-product .product-inner {
  width: 130px;
  position: absolute;
  opacity: 0;
  bottom: 45px;
  right: 0;
  transition: 0.3s all;
  padding: 10px;
  z-index: 99;
  transform: translateY(-10px);
  background: var(--light);
  box-shadow: 0px 0px 5.74px 1.26px rgba(25, 4, 2, 0.05);
  pointer-events: none;
}
.main-product .product-inner img {
  margin-bottom: 10px;
}
.main-product .product-inner .title a {
  color: var(--heading);
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.main-product .product-inner .title a:hover {
  color: var(--main);
}
.single_add_to_cart_button {
  min-width: 186px;
}
.external_form {
  margin-top: 25px;
}
.external_form .single_add_to_cart_button {
  width: calc(100% - 33px);
}
.grouped_form p {
  margin-bottom: 0;
}
.grouped_form .single_add_to_cart_button {
  width: calc(100% - 98px);
}
.grouped_form table {
  margin-bottom: 2px;
  margin-left: -10px;
  margin-right: -10px;
}
.grouped_form table [alt="blend-mode"] {
  mix-blend-mode: multiply;
}
.grouped_form table img {
  background: #E6E7E9;
}
.grouped_form table tr {
  border: 0;
}
.grouped_form table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.grouped_form .product-item.product .price {
  font-size: 14px;
}
.grouped_form .product-item.product .price del {
  font-size: 14px;
  margin-right: 5px;
}
.variations_form .variations {
  margin-bottom: 40px;
}
.variations_form tr {
  border: 0;
  display: flex;
  align-items: center;
}
.variations_form tr:not(:last-child) {
  margin-bottom: 7px;
}
.variations_form .label {
  color: var(--heading);
  font-weight: 700;
  padding: 0;
}
.variations_form .label label {
  margin-right: 15px;
  font-size: 14px;
  color: var(--heading);
}
.variations_form .value {
  padding: 0;
  position: relative;
}
.variations_form .text_vari {
  display: none;
}
.variations_form .single_variation {
  margin-top: -20px;
}
.variations_form .woocommerce-variation-price .price {
  color: var(--heading);
}
.variations_form select {
  width: 100%;
  border: 1px solid #bababa;
  min-height: 46px;
  line-height: 46px;
  background-color: transparent;
}
.variations_form .feature_image .swatch-item-wrapper {
  margin-right: 20px;
}
.variations_form .swatch-item-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
}
.variations_form .swatch-item-wrapper .disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.variations_form .swatch-item-wrapper .swatch-label {
  border: 1px solid var(--border-cl);
  width: auto;
  padding: 0 10px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  display: block;
  border-radius: 5px;
  color: var(--heading);
}
.variations_form .swatch-item-wrapper .swatch-label.selected {
  border-color: var(--main);
}
.variations_form .swatch-item-wrapper .swatch > .text {
  position: absolute;
  background: var(--main);
  font-size: 12px;
  color: var(--light);
  border-radius: 3px;
  padding: 1px 12px;
  top: -33px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
  line-height: 19px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  transition: 0.3s all;
}
.variations_form .swatch-item-wrapper .swatch > .text:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid var(--main);
  left: 50%;
  margin-left: -3px;
  top: 21px;
  content: "";
  position: absolute;
}
.variations_form .swatch-item-wrapper .swatch:hover .text {
  opacity: 1;
}
.variations_form .swatch-item-wrapper .swatch-color {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: block;
  position: relative;
  transition: 0.3s all;
  margin-left: 3px;
}
.variations_form .swatch-item-wrapper .swatch-color.show-images-color {
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
}
.variations_form .swatch-item-wrapper .swatch-color.show-images-color.selected,
.variations_form .swatch-item-wrapper .swatch-color.show-images-color:hover {
  border-color: rgba(4, 2, 2, 0.5);
}
.variations_form .swatch-item-wrapper .swatch-color.show-images-color:before {
  display: none;
}
.variations_form .swatch-item-wrapper .swatch-color:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--border-cl);
  transition: .3s all;
  cursor: pointer;
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
}
.variations_form .swatch-item-wrapper .swatch-color.selected:before,
.variations_form .swatch-item-wrapper .swatch-color:hover:before {
  border-color: var(--main);
}
.variations_form .reset_variations {
  margin-top: 10px;
  color: var(--heading);
  font-size: 14px;
  border-bottom: 1px solid var(--heading);
  line-height: 17px;
  max-width: 47px;
  position: absolute;
  left: 100%;
  top: 0;
}
.variations_form .select2-container .select2-selection--single {
  height: 40px;
  background: #f8f8f8;
  padding-right: 30px;
}
.variations_form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: var(--heading);
}
.variations_form .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-top: -6px;
}
.woocommerce-tabs {
  margin-bottom: 45px;
  position: relative;
  margin-top: 56px;
}
.woocommerce-tabs.horizontal li {
  position: relative;
}
.woocommerce-tabs.horizontal .woocommerce-Tabs-panel {
  padding: 25px 0 50px;
  margin: 0 auto;
}
.woocommerce-tabs.horizontal .woocommerce-Tabs-panel .woocommerce-product-attributes {
  margin: 0 auto;
  max-width: 845px;
}
.woocommerce-tabs.horizontal .woocommerce-Tabs-panel#tab-description table {
  border: 0;
}
.woocommerce-tabs.horizontal .woocommerce-Tabs-panel#tab-description table tr {
  border-bottom: 0;
}
.woocommerce-tabs.horizontal .woocommerce-Tabs-panel#tab-description table tr td {
  padding: 0.2em 0px;
  border: 0;
}
.woocommerce-tabs .jws-group-accordion-wap {
  transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
  overflow: hidden;
}
.woocommerce-tabs .jws-group-accordion-wap .tab-heading {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  margin: 0;
  padding: 12.5px 0;
  cursor: pointer;
  display: none;
}
.woocommerce-tabs .jws-group-accordion-wap .tab-heading:after {
  font-size: 10px;
  font-weight: bold;
  font-family: "jws_icon";
  content: '\f531';
  float: right;
}
.woocommerce-tabs .jws-group-accordion-wap .accordion-active .tab-heading:after {
  content: '\f4bf';
}
.woocommerce-tabs .jws-group-accordion-wap .woocommerce-Tabs-panel {
  padding-bottom: 15px;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel table {
  border: 1px solid var(--border-cl);
}
.woocommerce-tabs .woocommerce-Tabs-panel table th {
  font-weight: 700;
  padding: 10px 20px;
  min-width: 100px;
  color: var(--heading);
  border-right: 1px solid var(--border-cl);
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr {
  border-bottom: 1px solid var(--border-cl);
}
.woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 10px 15px;
  vertical-align: middle;
  border-right: 1px solid var(--border-cl);
}
.woocommerce-tabs .woocommerce-Tabs-panel > .elementor {
  margin-right: -10px;
  margin-left: -10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h3 {
  margin: 0;
  margin-bottom: 15px;
}
.woocommerce-tabs .wc-tabs {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  margin-right: 25px;
}
.woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}
.woocommerce-tabs .wc-tabs li.active a:after {
  width: 100%;
  left: 0;
}
.woocommerce-tabs .wc-tabs li.active a {
  opacity: 1;
}
.woocommerce-tabs .wc-tabs li a {
  opacity: 0.5;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
}
.woocommerce-tabs .wc-tabs li a:after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--secondary);
}
.product-reviews .ratings-list {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  max-width: 330px;
  text-align: center;
  border-left: 2px solid var(--border-cl);
  border-right: 2px solid var(--border-cl);
  padding-top: 4px;
  padding-bottom: 15px;
}
.product-reviews .ratings-list .ratings-item {
  text-align: left;
  display: block;
  max-width: 100%;
  width: 260px;
  margin: 0 auto;
  margin-bottom: -3px;
}
.product-reviews .ratings-list .star-rating {
  margin-right: 10px;
  height: 16px;
  line-height: 14px;
}
.product-reviews .ratings-list .count {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
  width: 20px;
  text-align: center;
  display: inline-block;
}
.product-reviews .ratings-list .rating-percent {
  display: inline-block;
  position: relative;
  height: 5px;
  width: calc(100% - 140px);
  margin-right: 8px;
  vertical-align: middle;
}
.product-reviews .ratings-list .rating-percent:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #E1E0E4;
  content: "";
  top: 0;
}
.product-reviews .ratings-list .rating-percent > span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFC119;
}
.product-reviews .avg-rating-container {
  vertical-align: top;
  display: inline-block;
  margin-right: 5em;
  margin-bottom: 20px;
}
.product-reviews .avg-rating-container .avg-rating {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.product-reviews .avg-rating-container .avg-rating .total-review {
  font-size: 38px;
  line-height: 26px;
  font-weight: bold;
}
.product-reviews .avg-rating-container .ratings-review {
  display: block;
  margin-top: 17px;
}
.product-reviews .avg-rating-container .star-rating {
  width: 113px;
  letter-spacing: 0;
}
.product-reviews .avg-rating-container .star-rating:before {
  font-size: 20px;
  color: #FFC119;
}
.product-reviews .avg-rating-container .star-rating span:before {
  top: 0px;
  font-size: 20px;
  color: #FFC119;
}
.product-reviews mark {
  font-size: 36px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  margin-right: 11px;
  vertical-align: middle;
  color: var(--heading);
}
#answer-question-list,
#product-questions {
  display: none;
}
#product-questions > div {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-questions.loading .submit {
  color: rgba(0, 0, 0, 0);
  position: relative;
}
.form-questions.loading .submit .loader .path {
  stroke: #ffffff;
}
#answer-question-list {
  position: relative;
}
#answer-question-list > ul {
  padding: 0;
  list-style-type: none;
}
#answer-question-list > ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8EB;
  padding-bottom: 29px;
  position: relative;
}
#answer-question-list > ul li .q-name {
  color: var(--main);
  font-weight: 500;
}
#answer-question-list > ul li .q-date {
  position: absolute;
  right: 0;
  top: 2px;
  opacity: 0.7;
}
#answer-question-list > ul li .q-question {
  color: var(--heading);
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
#answer-question-list > ul li .answer_content {
  border-left: 1px solid var(--secondary);
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}
#answer-question-list > ul li .answer_content > div {
  color: var(--main);
  font-weight: 500;
}
.jws_action_review {
  max-width: 183px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 5px;
}
.jws_action_review span {
  border: 1px solid var(--border-cl);
  display: block;
  cursor: pointer;
  height: 50px;
  line-height: 46px;
  margin-bottom: 14px;
  text-align: center;
  font-weight: 500;
  color: var(--heading);
  transition: 0.3s all;
  padding: 0 15px;
}
.jws_action_review span.active {
  background: var(--main);
  border-color: var(--main);
  color: var(--light);
}
.tabs_review_questios {
  margin-bottom: 38px;
  margin-top: 82px;
  position: relative;
}
.tabs_review_questios .tabs_review_nav {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tabs_review_questios:after {
  height: 1px;
  background: var(--background-item);
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 24px;
}
.tabs_review_questios span {
  cursor: pointer;
  opacity: 0.6;
  margin-right: 15px;
  position: relative;
}
.tabs_review_questios span:after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: var(--main);
}
.tabs_review_questios span.active {
  opacity: 1;
}
.tabs_review_questios span.active:after {
  width: 100%;
  left: 0;
}
.product .related .slick-initialized .slick-slide {
  max-width: 100%;
}
.product .related > h4 {
  margin-bottom: 24px;
  padding: 0 15px;
}
.product .related .product-item {
  margin: 0;
}
.product .related .jws-carousel-btn {
  opacity: 0;
  position: absolute;
  color: var(--heading);
  font-size: 36px;
  cursor: pointer;
  top: 46%;
  transition: 0.3s all;
  z-index: 1;
}
.product .related .jws-carousel-btn:hover {
  color: var(--main);
}
.product .related .prev-item {
  transform: translatex(-15px);
  left: -30px;
}
.product .related .prev-item i {
  display: block;
  transform: scale(-1);
}
.product .related .next-item {
  right: -30px;
  transform: translatex(15px);
}
.product .related .related-slider:hover .jws-carousel-btn {
  transform: translatex(0px);
  opacity: 1;
}
.jws-wishlist-btn {
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  position: relative;
  margin-bottom: 26px;
}
.jws-wishlist-btn .added {
  display: none;
}
.jws-wishlist-btn.added .added {
  display: block;
}
.jws-wishlist-btn.added .notadd {
  display: none;
}
.jws-wishlist-btn:hover span {
  opacity: 1;
}
form.cart {
  margin-bottom: 17px;
  margin-top: 30px;
}
.product_meta > span {
  display: block;
  line-height: 22px;
  margin-bottom: 5px;
}
.product_meta > span .meta_label {
  color: var(--heading);
  font-weight: bold;
}
.product_meta > span span:not(.meta_label),
.product_meta > span a {
  color: var(--body);
  margin-left: 5px;
}
.product_meta > span a:hover {
  color: var(--main);
}
.woocommerce-variation-price {
  margin-bottom: 9px;
}
.woocommerce-variation-price .price {
  font-size: 18px;
  color: #e96b65;
}
.product_banner {
  margin-top: 23px;
}
.product-share .share-label {
  margin-right: 9px;
  color: var(--heading);
  font-weight: bold;
}
.product-share .addthis_inline_share_toolbox a {
  font-size: 14px;
  margin-right: 8px;
  color: var(--body);
}
.product-share .addthis_inline_share_toolbox a:hover {
  color: var(--main);
}
.jws_thumbnail_image .product-image-thumbnail .video_thumbnail {
  position: relative;
  padding: 100% 0 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  overflow: hidden;
}
.jws_thumbnail_image .product-image-thumbnail iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: scale(1.5);
}
.jws_thumbnail_image .product-image-thumbnail img {
  border: 1px solid transparent;
  transition: 0.3s all;
  width: 100%;
  background: #E6E7E9;
}
.jws_thumbnail_image .active-thumb img,
.jws_thumbnail_image .active-thumb .video_thumbnail {
  border-color: var(--main);
}
.thumbnail_position_bottom .summary {
  padding-left: 70px;
}
.jws_main_image {
  position: relative;
}
.jws_main_image .woocommerce-product-gallery__image a,
.jws_main_image .woocommerce-product-gallery__image img {
  cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto;
  background: #E6E7E9;
  width: 100%;
  display: block;
}
.jws_main_image .layout_default figure {
  background: #e9e8e6;
}
.jws_main_image figure {
  margin: 0;
}
.jws_main_image .product-video-popup {
  position: absolute;
  bottom: 28px;
  right: 35px;
  z-index: 1;
}
.jws_main_image .product-video-popup a {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  padding: 7px 10px;
  border-radius: 40px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
.jws_main_image .product-video-popup a i {
  font-size: 25px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.woocommerce-product-gallery {
  padding-right: 50px;
}
.has-owl-carousel .woocommerce-product-gallery__wrapper > .product-image-wrap {
  display: none;
}
.has-owl-carousel .woocommerce-product-gallery__wrapper > .product-image-wrap:first-child {
  display: block;
}
.thumbnail_flex_true .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.thumbnail_flex_true .woocommerce-product-gallery__wrapper .owl-item:not(:first-child) {
  display: none;
}
.thumbnail_flex_true .owl-loaded .owl-item:not(:first-child) {
  display: block;
}
.thumbnail_flex_true .jws_main_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  position: relative;
  padding: 0 18px;
}
.thumbnail_flex_true .jws_main_image .jws_pr_labels {
  left: 22px;
  top: 13px;
}
.thumbnail_flex_true .jws_thumbnail_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  position: relative;
  padding: 0 18px;
}
.thumbnail_flex_true .jws_thumbnail_image .thumbnails {
  opacity: 0;
  height: 0;
}
.thumbnail_flex_true .jws_thumbnail_image .thumbnails.slick-initialized,
.thumbnail_flex_true .jws_thumbnail_image .thumbnails.owl-loaded {
  opacity: 1;
  height: auto;
}
.thumbnail_flex_true .jws_thumbnail_image .thumbnails.slick-slider > button {
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  width: 48%;
  height: 30px;
  border: none;
  background: var(--main);
  color: #ffffff;
  font-size: 0;
  line-height: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.thumbnail_flex_true .jws_thumbnail_image .thumbnails.slick-slider > button.slick-next:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.thumbnail_flex_true .jws_thumbnail_image .thumbnails.slick-slider > button.slick-prev:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.thumbnail_flex_true .jws_thumbnail_image .product-image-thumbnail {
  margin: 0;
  margin-bottom: 30px;
}
.gallery_false .jws_thumbnail_image {
  display: none;
}
.gallery_false .jws_main_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.comments-heading {
  text-align: center;
  margin-bottom: 36px;
}
.woocommerce-Reviews .review-based {
  margin-bottom: 21px;
}
.woocommerce-Reviews .average {
  font-size: 36px;
  color: var(--heading);
  font-weight: bold;
  display: block;
  margin-top: 19px;
  margin-bottom: 9px;
}
.woocommerce-Reviews .average i {
  color: var(--main);
  font-size: 22px;
  vertical-align: top;
  margin-left: 5px;
}
.woocommerce-Reviews .review-count {
  color: var(--heading);
  display: block;
  margin-bottom: 29px;
}
.woocommerce-Reviews form .error {
  color: #ea1332;
  margin-top: 10px;
  display: block;
  position: absolute;
}
.woocommerce-Reviews form label {
  font-weight: 500;
  color: var(--heading);
}
.woocommerce-Reviews form .row > div:not(:last-child) {
  margin-bottom: 30px;
}
.woocommerce-Reviews form > p {
  margin-bottom: 17px;
}
.woocommerce-Reviews form .submit {
  color: #ffffff;
  border: 0;
  background: var(--main);
  min-width: 183px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.woocommerce-Reviews .comment-notes {
  display: none;
}
.woocommerce-Reviews .comment-reply-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 21px;
  display: block;
  color: var(--heading);
  font-weight: 500;
}
.woocommerce-Reviews .comment-form-rating .stars [class*="star"]:before {
  color: var(--main);
}
.woocommerce-Reviews #comments {
  position: relative;
}
.woocommerce-Reviews .commentlist {
  padding: 0;
}
.woocommerce-Reviews .commentlist .star-rating {
  width: 68px;
}
.woocommerce-Reviews .commentlist li {
  margin-bottom: 22px;
}
.woocommerce-Reviews .commentlist li .comment_container {
  border-bottom: 1px solid var(--border-cl);
  padding-bottom: 8px;
}
.woocommerce-Reviews .commentlist li .comment_container img {
  border-radius: 100%;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.woocommerce-Reviews .commentlist li .comment_container .comment-text {
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
  padding-top: 6px;
  position: relative;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce-Reviews .comment-form-cookies-consent {
  margin-top: 17px;
}
.woocommerce-Reviews .comment-form-cookies-consent input {
  margin-right: 10px;
}
.woocommerce-Reviews .comment-form-cookies-consent label {
  margin: 0;
  font-weight: 400;
}
.woocommerce-Reviews .review-title {
  font-weight: bold;
  font-size: 13px;
  display: block;
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
}
.woocommerce-Reviews .review-title:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #e7e7e7;
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .main-product .entry-summary:not(.quickview-summary) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product .related {
    padding-top: 40px;
  }
  .woocommerce-tabs {
    padding-bottom: 0;
  }
  .resize-slider-mobile .woocommerce-product-gallery__wrapper > .product-image-wrap {
    display: none;
  }
  .resize-slider-mobile .woocommerce-product-gallery__wrapper > .product-image-wrap:first-child {
    display: block;
  }
  .product-reviews .ratings-list {
    border: 0;
    max-width: 100%;
  }
  .product-reviews .ratings-list .ratings-item {
    max-width: 100%;
    width: 100%;
  }
  .woocommerce-Tabs-panel#tab-description table tr td {
    display: block;
  }
  .woocommerce-Reviews .commentlist li .comment_container .avatar-right .date-comment {
    position: relative;
    top: 3px;
    font-size: 14px;
  }
  #answer-question-list > ul li .q-date {
    font-size: 14px;
  }
  .woocommerce-tabs.horizontal:before {
    display: none;
  }
  .tabs-modal-container .jws-group-accordion-wap {
    padding: 64px 20px;
  }
  .main-product .entry-summary .product-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce-product-gallery__wrapper .owl-dots {
  display: none;
}
.woocommerce-product-gallery__wrapper.has_video .owl-stage .product-image-wrap {
  height: 100%;
}
.woocommerce-product-gallery__wrapper.has_video .owl-stage .product-image-wrap .video_inner {
  height: 100%;
  overflow: hidden;
}
.woocommerce-product-gallery__wrapper.has_video .owl-stage .product-image-wrap .video_inner .video_product {
  padding: 133.33% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.woocommerce-product-gallery__wrapper.has_video .owl-stage .product-image-wrap .video_inner .video_product iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.woocommerce-product-gallery__wrapper:hover .owl-nav > button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
.woocommerce-product-gallery__wrapper .owl-nav > button {
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -20px;
  font-size: 20px;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  color: #000000;
  display: block !important;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
}
.woocommerce-product-gallery__wrapper .owl-nav > button:not(.disabled):hover {
  background: var(--light);
}
.woocommerce-product-gallery__wrapper .owl-nav > button.owl-next {
  right: 0;
}
.woocommerce-product-gallery__wrapper .owl-nav > button.owl-prev {
  left: 0;
}
.woocommerce-product-gallery__wrapper .owl-nav > button.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.woocommerce-product-gallery__wrapper .owl-nav > button span:before {
  font-weight: bold;
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-left:before {
  font-family: "jws_icon";
  content: '\E809';
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-right:before {
  font-family: "jws_icon";
  content: '\E808';
}
.star-rating-wap .review-count {
  font-size: 13px;
  margin-left: 7px;
}
.star-rating {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 88px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 5px;
}
.star-rating:before {
  left: 0;
  top: 0;
  font-size: 12px;
  color: var(--main);
  font-family: "jws_icon";
  content: "\e823\e823\e823\e823\e823";
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #FFCF61;
  padding-top: 1.5em;
  left: 0;
  top: 0;
}
.star-rating span:before {
  left: 0;
  top: 2px;
  position: absolute;
  font-size: 12px;
  text-indent: 0;
  color: var(--main);
  font-family: "jws_icon";
  content: "\E81E\E81E\E81E\E81E\E81E";
}
.comment-form-rating {
  margin-bottom: 20px;
}
.comment-form-rating label {
  margin-bottom: 6px;
}
.comment-form-rating .stars {
  height: 16px;
}
.comment-form-rating .stars [class*="star"] {
  text-indent: -999em;
  display: block;
  position: absolute;
  display: inline-block;
}
.comment-form-rating .stars [class*="star"]:before {
  position: absolute;
  font-family: "jws_icon";
  left: 0;
  text-indent: 0;
  font-size: 14px;
  color: #ffb22d;
  letter-spacing: 5px;
}
.comment-form-rating .stars .star-1 {
  width: 16px;
  z-index: 50;
}
.comment-form-rating .stars .star-1.active:before,
.comment-form-rating .stars .star-1:hover:before {
  content: "\E81E";
}
.comment-form-rating .stars .star-2 {
  width: 35px;
  z-index: 40;
}
.comment-form-rating .stars .star-2.active:before,
.comment-form-rating .stars .star-2:hover:before {
  content: "\E81E\E81E";
}
.comment-form-rating .stars .star-3 {
  width: 54px;
  z-index: 30;
}
.comment-form-rating .stars .star-3.active:before,
.comment-form-rating .stars .star-3:hover:before {
  content: "\E81E\E81E\E81E";
}
.comment-form-rating .stars .star-4 {
  width: 71px;
  z-index: 20;
}
.comment-form-rating .stars .star-4.active:before,
.comment-form-rating .stars .star-4:hover:before {
  content: "\E81E\E81E\E81E\E81E";
}
.comment-form-rating .stars .star-5 {
  width: 88px;
  z-index: 10;
}
.comment-form-rating .stars .star-5.active:before,
.comment-form-rating .stars .star-5:hover:before {
  content: "\E81E\E81E\E81E\E81E\E81E";
}
.comment-form-rating .stars .star-5:before {
  content: "\e823\e823\e823\e823\e823";
}
@media (min-width: 1025px) {
  .shop-single div.product .main-product.thumbnail_position_left .jws_main_image {
    -ms-flex-order: 13;
    order: 13;
  }
  .shop-single div.product .main-product.thumbnail_position_left .jws_thumbnail_image {
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 1440px) {
  .thumbnail_position_bottom .summary {
    padding-left: 30px;
  }
  .layout_gid_two_coloms > .container {
    padding: 0 15px;
  }
  .layout_gid_two_coloms > .container .col-xl-4 {
    padding-left: 15px;
  }
  .layout_vertical_metro .woocommerce-product-gallery {
    padding-right: 0;
  }
  .layout_vertical_metro .summary_right {
    max-width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .shop-single div.product .main-product.thumbnail_flex_true .jws_main_image,
  .shop-single div.product .main-product.thumbnail_flex_true .jws_thumbnail_image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .woocommerce-product-gallery {
    padding: 0px;
  }
  .thumbnail_flex_true .jws_thumbnail_image {
    margin: 0 -5px;
  }
  .thumbnail_flex_true .jws_thumbnail_image .product-image-thumbnail {
    padding: 5px;
    margin-bottom: 0 !important;
  }
  .thumbnail_position_bottom .summary {
    padding-left: 0;
  }
  .layout_vertical .entry-summary {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .shop-single div.product .main-product .related .product-item {
    padding: 0 5px;
  }
  .shop-single div.product .main-product.layout_default .woocommerce-tabs > .container {
    padding: 0px;
  }
  .shop-single div.product .main-product.layout_default .woocommerce-tabs .jws-group-accordion-wap {
    padding: 0px;
  }
  .shop-single div.product .main-product .comment-section {
    margin-top: 0;
  }
  .shop-single div.product .main-product .woocommerce-tabs ul.tabs {
    display: none;
  }
  .shop-single div.product .main-product .woocommerce-tabs .tab-heading {
    display: block;
  }
  .shop-single div.product .main-product .woocommerce-tabs .jws-group-accordion-wap {
    padding: 30px 0px;
  }
  .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0px 0 15px;
  }
  .main-product .entry-summary:not(.quickview-summary) {
    margin-top: 30px;
    padding-left: 0;
    max-width: 100%;
  }
  .jws_action_review {
    margin-left: 0;
    margin-top: 25px;
    display: flex;
    max-width: 100%;
  }
  .jws_action_review span {
    height: 42px;
    line-height: 38px;
    font-size: 14px;
  }
  .jws_action_review span:first-child {
    margin-right: 5px;
  }
  .tabs_review_questios span {
    font-size: 16.33px;
  }
}
@media (max-width: 480px) {
  .woocommerce-tabs .woocommerce-Tabs-panel table {
    font-size: 14px;
  }
  .entry-summary .jws-quantity-wrap {
    max-width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .entry-summary .jws-quantity-wrap input {
    max-width: 100% !important;
  }
  .grouped_form table tr td:first-child {
    display: none;
  }
  .grouped_form table tr td .jws-quantity-wrap {
    max-width: 125px;
  }
  .single_add_to_cart_button {
    width: 100% !important;
    display: block;
    max-width: 100%;
  }
}
.jws-notices {
  position: fixed;
  left: 15px;
  right: 15px;
  top: 15px;
  z-index: 999;
}
.jws-notices .note-close {
  position: absolute;
  top: 19px;
  left: 10px;
  cursor: pointer;
}
.jws-notices .note-item {
  display: none;
  margin-bottom: 10px;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}
/* paid-memberships-pro*/
/* Car */
.button-default {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  transition: .2s ease;
  border-radius: 8px;
  text-align: center;
  padding: 15px 20px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.button-default > span {
  z-index: 1;
  position: relative;
}
.button-default svg {
  width: 1em;
  height: 1em;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 7px;
}
.button-default:hover {
  box-shadow: 0px 15px 40px -8px rgba(12, 0, 32, 0.5);
  transform: translateY(-3px);
  color: var(--btn-color2);
}
.button-default.elementor-size-md {
  padding-top: 17px;
  padding-bottom: 17px;
}
.elementor-button-content-wrapper {
  gap: 0;
}
.elementor-widget-jws-gradient-button .elementor-button {
  padding-top: 17px;
  padding-right: 35px;
  padding-bottom: 17px;
  padding-left: 35px;
}
.elementor-widget-jws-gradient-button .button-border {
  color: var(--btn-bgcolor);
}
.button-border {
  border: 1px solid var(--btn-bgcolor);
  color: var(--btn-bgcolor);
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  transition: .2s ease;
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.button-border:hover {
  box-shadow: 0px 15px 40px -8px rgba(12, 0, 32, 0.5);
  transform: translateY(-3px);
  color: var(--btn-color2);
  background: var(--btn-bgcolor2);
  border-color: var(--btn-bgcolor2);
}
.button-inline {
  padding: 0;
  background: transparent;
  color: var(--body);
}
.button-inline:focus,
.button-inline:hover,
.button-inline:visited {
  color: var(--body);
}
.elementor-size-xs {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 33px;
  padding-right: 33px;
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-content-wrapper.icon-right {
  flex-direction: row-reverse;
}
.jws-button a#custom-buttonbr {
  overflow: hidden;
}
.jws-watchlist-button .jws-watchlist a {
  font-size: 0px;
  width: 54px;
  height: 54px;
  background: #191c33;
  border-radius: 10px;
  display: block;
  line-height: 54px;
  text-align: center;
}
.jws-watchlist-button .jws-watchlist a i {
  font-size: 24px;
}
.watchlist-add.watchlisted i:before {
  content: '\f33e';
}
.watchlist-add.watchlisted span {
  display: none;
}
.watchlist-add.watchlisted .added {
  display: inline;
}
.watchlist-add .added {
  display: none;
}
.like-button.liked i:before {
  content: '\f33e';
}
.agent-open-contact {
  background: transparent;
  border: 1px solid var(--border-cl);
  border-radius: 10px;
  padding: 8px 30px;
  font-weight: 600;
}
