.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  position: relative;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: var(--secondary);
  padding: 10px 0;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all {
  cursor: pointer;
  opacity: 0.7;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  color: #ffffff;
  top: 9px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all:hover {
  opacity: 1;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all span {
  text-indent: -999em;
  display: inline-block;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all::before {
  font-family: 'jws_icon';
  font-size: 14px;
  font-weight: 700;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all.ui-datepicker-next {
  float: right;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all.ui-datepicker-next::before {
  content: '\eaee';
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-corner-all.ui-datepicker-prev::before {
  content: '\eaed';
}
.ui-datepicker {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  border-radius: 5px;
}
.ui-datepicker thead {
  background: #4a4a4a;
  color: #ffffff;
}
.ui-datepicker thead th {
  font-weight: 500;
}
.ui-datepicker td,
.ui-datepicker th {
  text-align: center;
  transition: 0.3s all;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a {
  padding: 0.7em;
  display: block;
}
.ui-datepicker .ui-datepicker-today a {
  color: #ffffff;
  background: var(--main) !important;
}
.ui-datepicker td .ui-state-hover,
.ui-datepicker td .ui-state-active {
  color: #ffffff;
  background: var(--secondary);
}
.elementor-grid.social_list {
  word-spacing: 12px;
  display: inline-block !important;
}
.elementor-grid.social_list .elementor-grid-item {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border: 2px solid var(--secondary);
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
}
.elementor-grid.social_list .elementor-grid-item:hover {
  border: 2px solid transparent;
}
.elementor-grid.social_list .elementor-grid-item:hover a {
  background-color: var(--secondary);
  color: #fff;
}
.elementor-grid.social_list .elementor-grid-item a {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s all linear;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}
.widget_products .product_list_widget .product-item-inner .star-rating-wap .review-count {
  display: none;
}
.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;
}
.price_slider_wrapper {
  padding-top: 0px;
  padding-right: 12px;
}
.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: var(--light);
  height: 3px;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
  background: var(--main);
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  background: var(--main);
  border-radius: 100%;
  top: -6px !important;
  display: block;
  position: absolute;
  margin-left: 0px;
}
.price_slider_wrapper .price_slider_wrapper {
  position: relative;
  padding-top: 51px;
}
.price_slider_wrapper .price_label {
  float: right;
  margin-top: 7px;
}
.price_slider_wrapper .button {
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #fff;
  border: transparent;
  border-radius: 5px;
  background: var(--btn-bgcolor2);
  padding: 10px 25px;
}
.price_slider_wrapper .price_slider_amount {
  margin-top: 15px;
}
.price_slider_wrapper .price_slider_amount input {
  display: none;
}
.price_slider_wrapper .price_slider_amount .price_label {
  color: var(--heading);
}
.price_slider_wrapper .price_slider_amount:after {
  content: "";
  display: table;
  clear: both;
}
.widget_categories ul {
  list-style-type: none;
}
.widget_categories ul li {
  margin-bottom: 12px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0px;
}
.widget_categories ul li a {
  color: var(--text);
}
.widget_categories ul li a:hover {
  color: var(--secondary);
}
.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);
}
.searchsubmit {
  color: var(--heading);
  font-size: 20px;
  position: relative;
}
.suggestion-title {
  font-size: 16px;
  margin: 0;
}
.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);
}
.jws-search-results.emtry {
  display: none;
}
.product-categories,
.wc-layered-nav {
  list-style-type: none;
  padding: 0;
}
.product-categories li:not(last-child),
.wc-layered-nav li:not(last-child) {
  margin-bottom: 12px;
}
.product-categories li.current-cat a,
.wc-layered-nav li.current-cat a {
  color: var(--main);
}
.product-categories li a,
.wc-layered-nav li a {
  color: var(--text);
  font-weight: 500;
}
.product-categories li a:hover,
.wc-layered-nav li a:hover {
  color: var(--main);
}
.product-categories li > ul,
.wc-layered-nav li > ul {
  list-style-type: none;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.product-categories li > ul li:not(last-child),
.wc-layered-nav li > ul li:not(last-child) {
  margin-bottom: 6px;
}
.siderbar-inner .widget {
  padding-bottom: 40px;
}
.siderbar-inner .widget .widget-title {
  margin-bottom: 25px;
  line-height: 1;
}
.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: 15px;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.elementor-widget-wp-widget-tag_cloud a {
  border: 1px solid var(--third);
  color: var(--third);
  padding: 4.5px 9px;
  display: inline-block;
  margin: 0 7.5px;
  margin-bottom: 10px;
}
.elementor-widget-wp-widget-tag_cloud a:hover {
  color: var(--heading);
  border-color: var(--heading);
}
.widget_products .product-item {
  margin-bottom: 12px;
}
.widget_products .product_list_widget {
  list-style-type: none;
  margin-top: 22px;
}
.widget_products .product_list_widget .product-item-inner {
  position: relative;
}
.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: 700;
}
.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 {
  border-radius: 3px;
  width: 100%;
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.widget_products .product_list_widget .product-item-inner .product-content {
  max-width: calc(100% - 96px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}
.widget_products .product_list_widget .product-item-inner .woocommerce-loop-product__title {
  margin-bottom: 4px;
  font-size: 16px;
}
.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: 5px;
  padding: 0px 8px;
  position: absolute;
  top: -7px;
  right: 0;
  line-height: 19px;
  margin-left: 6px;
}
.elementor-widget-wp-widget-categories h5,
.elementor-widget-wp-widget-archives h5 {
  margin-bottom: 15px;
}
.elementor-widget-wp-widget-categories ul,
.elementor-widget-wp-widget-archives ul {
  list-style-type: none;
  padding: 0;
}
.elementor-widget-wp-widget-categories ul li:not(last-child),
.elementor-widget-wp-widget-archives ul li:not(last-child) {
  margin-bottom: 16px;
}
.elementor-widget-wp-widget-categories ul li a,
.elementor-widget-wp-widget-archives ul li a {
  position: relative;
  padding-left: 20px;
}
.elementor-widget-wp-widget-categories ul li a:before,
.elementor-widget-wp-widget-archives ul li a:before {
  width: 5px;
  height: 5px;
  background: #363636;
  transform: rotate(-45deg);
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
}
.elementor-widget-wp-widget-categories ul li a:hover,
.elementor-widget-wp-widget-archives ul li a:hover {
  padding-left: 35px;
}
.elementor-widget-wp-widget-categories ul li a:hover:before,
.elementor-widget-wp-widget-archives ul li a:hover:before {
  background: var(--main);
}
.jws-newsletter-popup {
  background: #ffffff;
  max-width: 840px;
  margin: 0 auto;
}
.jws-newsletter-popup .mfp-close {
  top: 0;
}
.jws-newsletter-popup .jws-form-content > .row {
  margin: 0;
}
.jws-newsletter-popup .newsletter-content {
  text-align: center;
  padding: 93px 0px;
}
.jws-newsletter-popup .sub-new-nothank {
  color: var(--third);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .seateventduct-category-list ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .seateventduct-category-list ul img {
    max-width: 80%;
  }
}
body > .site {
  overflow: hidden;
  position: relative;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb .delimiter {
  margin: 0 6px;
}
.breadcrumb a {
  color: var(--body);
}
.breadcrumb a:hover {
  color: var(--secondary);
}
.breadcrumb .current {
  color: var(--heading);
}
.page-mail {
  padding: 60px 0;
}
.page-mail > div {
  margin-bottom: 20px;
}
.page-mail .btn-dark {
  margin-right: 10px;
}
.footer-parallax .site-content {
  position: relative;
  z-index: 1;
}
.jws-scrollbar {
  overflow-y: auto;
  scrollbar-color: #1f1f1f;
  scrollbar-width: thin;
}
.jws-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.jws-scrollbar::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.jws-scrollbar::-webkit-scrollbar-thumb {
  background-color: #8c8a8a;
}
.slick-slide:not(.slick-active) .animated {
  animation-name: unset;
}
.jws-recapcha {
  margin-top: -1px;
}
.jws-recapcha > div {
  width: auto !important;
  height: auto !important;
}
.is_stuck {
  z-index: 1;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--body);
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #131313;
}
.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);
  }
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: unset;
}
.slick-slide:first-child {
  display: block;
}
.slick-disabled {
  opacity: 0.5;
}
a,
.slick-slide {
  outline: none !important;
}
/** Widget */
textarea::placeholder {
  opacity: 1 !important;
}
form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  min-height: 50px;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 14px 18px;
}
form.search-form input,
form.search-form button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--body);
  outline: none;
}
form.search-form input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  min-height: 0;
  padding: 0 15px 0 5px;
}
form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text);
}
form.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text);
}
form.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text);
}
form.search-form button {
  font-size: 24px;
  min-width: 30px;
  cursor: pointer;
  padding-left: 14px;
  color: var(--heading);
  font-weight: 700;
}
.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 */
body.search:not(.woocommerce-page) .site-main {
  padding: 90px 0;
}
.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;
}
.backToTop.with-shadow {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.backToTop.with-mancolor {
  background: var(--secondary);
}
.backToTop.totop-show {
  opacity: 1;
}
.backToTop:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.backToTop:hover:before {
  animation: bounceAlphaUp 1s both;
  -webkit-animation: bounceAlphaUp 1s both;
  display: block;
}
.jws-load-more {
  position: relative;
}
.jws-load-more:before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
  visibility: hidden;
}
.jws-load-more:after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
  visibility: hidden;
}
.jws-load-more.loading,
.jws-load-more.items-loading {
  background: transparent !important;
  border-color: transparent !important;
}
.jws-load-more.loading:before,
.jws-load-more.items-loading:before,
.jws-load-more.loading:after,
.jws-load-more.items-loading:after {
  opacity: 0.6;
  transition-delay: 0.3s;
  visibility: visible;
}
.jws-load-more.loading span,
.jws-load-more.items-loading span {
  opacity: 0;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.jws-pagination-number ul li {
  padding: 0 5px;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: transparent;
  line-height: 46px;
  border: 2px solid rgba(113, 116, 136, 0.5);
  color: var(--heading);
  font-size: 16px;
  font-weight: 700;
}
.jws-pagination-number ul li > a i,
.jws-pagination-number ul li > span i {
  font-size: 20px;
}
.jws-pagination-number ul li > a:hover,
.jws-pagination-number ul li > .current {
  color: #fff;
  background: var(--main);
  border-color: var(--main);
  opacity: 1;
}
.bg_main {
  background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading);
}
@media (max-width: 1024px) {
  .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;
  }
}
@media (max-width: 767px) {
  .particles-js-canvas-el {
    display: none;
  }
  .backToTop {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 12px;
  }
  #jws-login-form .jws-animation form .lost-pass-link {
    font-size: 14px;
  }
}
.site-header {
  position: relative;
  z-index: 100;
}
header.header_absolute_yes {
  position: absolute;
  width: 100%;
}
/* Title Bar */
.jws-breadcrumbs__item--home {
  color: var(--main) !important;
}
.jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
  font-size: 28px;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 10px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
  color: var(--light);
}
.jws-title-bar-wrap .jws-title-bar .jws-path i {
  margin-left: 12px;
  color: var(--light);
  font-size: 13px;
  font-weight: 400;
  margin-right: 12px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path a {
  color: var(--main);
}
.jws-title-bar-wrap .jws-title-bar .jws-path a:hover {
  color: var(--main);
}
.jws-offcanvas-action-wrap .jws-button-wrapper {
  position: relative;
}
.jws-offcanvas-action-wrap .jws-button-wrapper:hover .account-menu-dropdown {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.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: 700;
  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;
}
.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;
}
@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 gradient {
  0% {
    background-position: 10% 50%;
  }
  50% {
    background-position: 90% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes infinite-waves {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.scalein {
  animation-name: scaleIn;
}
@keyframes scaleIn {
  0% {
    transform: translateY(20px) scale(1.1);
    transform-origin: 50% 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    transform: translateY(20px) scale(1.1);
    transform-origin: 50% 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
}
@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;
}
.events_wishlist_container .events_element {
  transition: 0.3s all;
}
.events_wishlist_container.loading .events_element {
  opacity: 0.5;
  pointer-events: none;
}
.events-empty {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: none !important;
  display: block !important;
}
.events-empty .jws-empty-page-text {
  margin-bottom: 26px;
  margin-top: 15px;
}
.post_nav_container .scroller {
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: var(--main);
  position: relative;
  z-index: 1;
}
.post_nav_container .scroller-right {
  float: right;
  position: absolute;
  right: 0px;
}
.post_nav_container .scroller-left {
  float: left;
  position: absolute;
  left: 0px;
}
.post_nav_container .wrapper {
  position: relative;
  margin-bottom: 30px;
}
.post_nav_container .post_nav {
  position: relative;
  min-width: 100%;
  list-style-type: none;
  padding: 0;
  scroll-behavior: smooth;
  overflow: hidden;
  height: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.post_nav_container .post_nav::-webkit-scrollbar {
  display: none;
}
.post_nav_container .post_nav li {
  float: left;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  vertical-align: middle;
  flex: none;
  margin-top: 8px;
}
.post_nav_container .post_nav li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
  display: block;
  margin-right: 19px;
}
.post_nav_container .post_nav li a.filter-active {
  color: var(--main);
}
.classic .jws-pagination-number,
.map .jws-pagination-number {
  margin-top: 30px;
}
.jws-event-element:hover .custom_navs.middle {
  opacity: 1;
}
.jws-event-element:hover .custom_navs.middle button {
  transform: translatex(0px);
}
.custom_navs button {
  cursor: pointer;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid var(--body);
  text-align: center;
  border-radius: 100% !important;
  transition: all 0.3s;
  background: transparent;
}
.custom_navs button.nav_right {
  margin-left: 6px;
}
.custom_navs button:hover {
  opacity: 1;
}
.custom_navs.middle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}
.custom_navs.middle button {
  background: var(--main);
  color: #fff;
  border: 1px solid var(--main);
}
.custom_navs.middle .nav_left {
  transform: translatex(-20px);
}
.custom_navs.middle .nav_right {
  float: right;
  transform: translatex(20px);
}
.custom_navs.top {
  text-align: right;
  margin-bottom: 40px;
}
.jws_events_item {
  margin-bottom: 30px;
}
.jws-events-archive.classic {
  padding: 20px 0 80px;
}
.jws-events-archive.classic .layout-classic {
  padding-top: 35px;
}
.jws-event-element,
.jws-events-archive {
  position: relative;
}
.jws-event-element .events_element,
.jws-events-archive .events_element {
  position: relative;
}
.jws-event-element .events_element > .loader,
.jws-events-archive .events_element > .loader {
  top: 100px;
}
.jws-event-element .events_element.layout_slider,
.jws-events-archive .events_element.layout_slider {
  margin-left: -15px;
  margin-right: -15px;
}
.jws-event-element.layout2 .events_inner,
.jws-events-archive.layout2 .events_inner {
  position: relative;
}
.jws-event-element.layout2 .events_inner .jws_post_image,
.jws-events-archive.layout2 .events_inner .jws_post_image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.jws-event-element.layout2 .events_inner .jws_post_image img,
.jws-events-archive.layout2 .events_inner .jws_post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jws-event-element.layout2 .events_inner .jws_post_image::after,
.jws-events-archive.layout2 .events_inner .jws_post_image::after {
  content: "";
  background: linear-gradient(90deg, rgba(112, 79, 232, 0.8) 0%, rgba(112, 79, 232, 0) 80.55%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.jws-event-element.layout2 .events_inner .container,
.jws-events-archive.layout2 .events_inner .container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content,
.jws-events-archive.layout2 .events_inner .container .jws_post_content {
  max-width: 700px;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .entry-title a,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .entry-title a {
  color: #fff;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .meta_infor,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .meta_infor {
  display: flex;
  align-items: center;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .short_description,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .short_description {
  flex: 0 0 calc(100% - 81px);
  max-width: calc(100% - 81px);
  padding-left: 30px;
  color: #fff;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .date_post,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .date_post {
  flex: 0 0 81px;
  max-width: 81px;
  background: #fff;
  padding: 6px 10px 12px;
  border-radius: 5px;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .date_post span,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .date_post span {
  display: block;
  text-align: center;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .date_post span.day,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .date_post span.day {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--heading);
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 4px;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .date_post span.month,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .date_post span.month {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--heading);
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .date_post span.year,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .date_post span.year {
  color: var(--heading);
  line-height: 1;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .location,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .location {
  color: #fff;
  display: block;
}
.jws-event-element.layout2 .events_inner .container .jws_post_content .location:before,
.jws-events-archive.layout2 .events_inner .container .jws_post_content .location:before {
  content: "";
  background-image: url("https://kalcium.net/wp-content/themes/seatevent/assets/image/pin_fill.svg");
  padding-right: 39px;
  background-size: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
}
.jws-event-element.map #events-map-view,
.jws-events-archive.map #events-map-view {
  height: 100vh;
  background: rgba(113, 116, 136, 0.06);
}
.jws-event-element.map .events-map-filter h4,
.jws-events-archive.map .events-map-filter h4 {
  margin-bottom: 14px;
}
.jws-event-element.map .events-map-filter .row > div,
.jws-events-archive.map .events-map-filter .row > div {
  margin-bottom: 24px;
}
.jws-event-element.map .events_top_filter h5,
.jws-events-archive.map .events_top_filter h5 {
  display: none;
}
.jws-event-element.map .no_container,
.jws-events-archive.map .no_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws-event-element.map .no_container .events-map-filter,
.jws-events-archive.map .no_container .events-map-filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
  background: rgba(113, 116, 136, 0.06);
  padding: 30px;
}
.jws-event-element.map .no_container .events-map-list,
.jws-events-archive.map .no_container .events-map-list {
  margin-top: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 160px);
  flex: 0 0 calc(55% - 160px);
  max-width: calc(55% - 160px);
  padding: 0 4%;
  padding-bottom: 100px;
}
.jws-event-element.map .no_container .events-map,
.jws-events-archive.map .no_container .events-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(45% - 160px);
  flex: 0 0 calc(45% - 160px);
  max-width: calc(45% - 160px);
}
.jws-animated-products .loading .jws_events_item .events_inner {
  opacity: 0;
  transform: translatey(55px);
  pointer-events: none;
}
.jws-animated-products .events_inner {
  opacity: 0;
  transform: translatey(55px);
  transition: 0.3s all;
  pointer-events: none;
}
.jws-animated-products .jws-animated .events_inner {
  opacity: 1;
  transform: translatey(0px);
  pointer-events: auto;
}
.events_element.layout-list .jws_events_item.selected .events_inner,
.events_element.layout-classic .jws_events_item.selected .events_inner {
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.events_element.layout-list .events_inner,
.events_element.layout-classic .events_inner {
  border-radius: 5px;
  overflow: hidden;
}
.events_element.layout-list .jws_post_content,
.events_element.layout-classic .jws_post_content {
  background: #fff;
}
.events_element.layout-list .jws_post_content .events_cat,
.events_element.layout-classic .jws_post_content .events_cat {
  margin-bottom: 7px;
}
.events_element.layout-list .jws_post_content .events_cat a,
.events_element.layout-classic .jws_post_content .events_cat a {
  color: var(--main);
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
}
.events_element.layout-list .jws_post_content .events_meta,
.events_element.layout-classic .jws_post_content .events_meta {
  font-size: 14px;
  line-height: 22px;
  color: var(--heading);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.events_element.layout-list .jws_post_content .events_meta span,
.events_element.layout-classic .jws_post_content .events_meta span {
  display: inline-block;
}
.events_element.layout-list .jws_post_content .events_meta .dot,
.events_element.layout-classic .jws_post_content .events_meta .dot {
  width: 2px;
  height: 2px;
  background: #C4C4C4;
  margin: 0 10px;
}
.events_element.layout-list .jws_post_content .price,
.events_element.layout-classic .jws_post_content .price {
  font-size: 14px;
  margin-top: 6px;
}
.events_element.layout-list .jws_post_image,
.events_element.layout-classic .jws_post_image {
  position: relative;
}
.events_element.layout-classic .jws_events_item .events_inner {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.events_element.layout-classic .jws_events_item .jws_post_content {
  padding: 0px 20px 20px;
}
.events_element.layout-classic .jws_events_item .jws_post_content .entry-title {
  margin-bottom: 2px;
}
.events_element.layout-classic .jws_events_item .jws_post_image {
  margin-bottom: 20px;
}
.events_element.layout-classic .jws_events_item .jws_post_image img {
  border-radius: 5px 5px 0px 0px;
}
.events_element.layout-classic .jws_events_item .jws_post_image a.events-wishlist-remove,
.events_element.layout-classic .jws_events_item .jws_post_image a.events_wishlist {
  right: 26px;
  bottom: -20px;
}
.events_element.layout-list .jws_events_item {
  margin-bottom: 16px;
}
.events_element.layout-list .jws_events_item .events_inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
}
.events_element.layout-list .jws_events_item .events_inner:hover {
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.events_element.layout-list .jws_events_item .jws_post_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 263px);
  flex: 0 0 calc(100% - 263px);
  max-width: calc(100% - 263px);
  padding-right: 15px;
}
.events_element.layout-list .jws_events_item .jws_post_content .entry-title {
  margin-bottom: 6px;
}
.events_element.layout-list .jws_events_item .jws_post_image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
  max-width: 263px;
}
.events_element.layout-list .jws_events_item .jws_post_image a.events_wishlist {
  right: 9px;
  top: 8px;
}
.events_element.layout-list .jws_events_item .jws_post_image img {
  border-radius: 5px;
}
.events_element.layout-layout3 .jws_events_item:not(:last-child) .events_inner {
  border-bottom: 1px solid rgba(113, 116, 136, 0.2);
}
.events_element.layout-layout3 .events_inner {
  align-items: center;
}
.events_element.layout-layout3 .date_post span {
  display: block;
}
.events_element.layout-layout3 .date_post .month,
.events_element.layout-layout3 .date_post .day {
  color: var(--heading);
}
.events_element.layout-layout3 .date_post .month {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}
.events_element.layout-layout3 .date_post .day {
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
}
.events_element.layout-layout3 .jws_post_content {
  display: flex;
  align-items: center;
}
.events_element.layout-layout3 .jws_post_content .jws_post_image {
  max-width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 42px;
}
.events_element.layout-layout3 .jws_post_content .jws_post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events_element.layout-layout3 .jws_post_content .entry-title {
  display: contents;
}
.events_element.layout-layout3 .meta_location span {
  display: block;
}
.events_element.layout-layout3 .meta_location .label {
  text-transform: capitalize;
}
.events_element.layout-layout3 .meta_location .location {
  font-weight: 700;
  color: var(--heading);
}
.events_element.layout-layout3 .btn_get_ticket {
  padding: 5px 20px;
  font-weight: 700;
  color: var(--btn-bgcolor);
  border: 2px solid var(--btn-bgcolor);
  border-radius: 5px;
  float: right;
}
.events_element.layout-layout3 .btn_get_ticket:hover {
  color: #fff;
  background: var(--btn-bgcolor2);
  border-color: var(--btn-bgcolor2);
}
/* Events Single */
#map-canvas-popup {
  height: 450px;
}
#map-canvas-popup + .mfp-close {
  top: -40px;
  right: -40px;
}
.add_to_calendar .atc_event,
.add_to_calendar .atcb-link {
  display: none;
}
.add_to_calendar .atcb-list {
  list-style-type: none;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transform: translatey(15px);
  pointer-events: none;
  transition: 0.3s all;
  position: absolute;
  top: 100%;
  background: #ffffff;
  transform: translatey(0);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  border-radius: 5px;
}
.add_to_calendar:hover .atcb-list {
  opacity: 1;
  pointer-events: auto;
}
.shedule_section .schedule_content_tab .schedule_section {
  display: none;
}
.shedule_section .schedule_content_tab .schedule_section.active {
  display: block;
}
.shedule_section.clicked .schedule_section.active {
  animation: fadeInUp 0.5s both;
}
#map_tour_view {
  height: 500px;
}
.events-view-main.mfp-close-btn-in .mfp-close {
  top: 10px;
  right: 12px;
  color: var(--heading);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.events-view-main.mfp-close-btn-in .mfp-close:before {
  font-size: 20px;
}
.events-view-main .mfp-content .mfp-with-anim {
  position: relative;
  background: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
}
.events-view-main .events_payment .leave_checkout {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transition: 0.3s all;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.events-view-main .events_payment.show_leave .leave_checkout {
  opacity: 1;
  pointer-events: auto;
}
.events-view-main .events_payment.show_leave .form_attendee {
  opacity: 0;
  pointer-events: none;
}
.events-view-main .events_payment .row {
  margin-right: 0px;
  margin-left: 0px;
}
.events-view-main .events_payment .ticket_price {
  padding: 47px 40px 52px;
}
.events-view-main .events_payment .ticket_price .fomr_name {
  margin-bottom: 5px;
}
.events-view-main .events_payment .time,
.events-view-main .events_payment .date {
  display: inline-block;
  color: var(--heading);
}
.events-view-main .events_payment .date {
  padding-right: 18px;
}
.events-view-main .events_payment .time .time_zone {
  padding-left: 10px;
  color: var(--text);
}
.events-view-main .events_payment .events_price_list {
  margin-top: 25px;
}
.events-view-main .events_payment .events_price_list td:not(&:last-child) {
  border-bottom: 1px solid rgba(113, 116, 136, 0.2);
}
.events-view-main .events_payment .events_price_list tbody {
  overflow-y: auto;
  height: 100%;
  max-height: 370px;
  display: block;
  scrollbar-width: thin;
}
.events-view-main .events_payment .events_price_list tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.events-view-main .events_payment .events_price_list tr td h6 {
  margin-bottom: 5px;
}
.events-view-main .events_payment .events_price_list tr td:nth-child(2) {
  padding: 15px 63px;
}
.events-view-main .events_payment .events_price_list tr td:last-child .jws-quantity-wrap {
  margin-right: 0px;
}
.events-view-main .events_payment .events_price_list tr td .price {
  font-weight: 700;
  color: var(--heading);
  font-size: 18px;
  line-height: 25px;
}
.events-view-main .events_payment .events_price_list tr td .valailable {
  white-space: nowrap;
  font-size: 14px;
  color: var(--heading);
}
.events-view-main .events_payment .events_price_list tr:not(:last-child) {
  border-bottom: 1px solid rgba(113, 116, 136, 0.2);
}
.events-view-main .events_payment .events_price_list tr .jws-quantity-wrap {
  width: max-content;
}
.events-view-main .events_payment .events_price_list .description {
  font-size: 14px;
}
.events-view-main .events_payment .payment_next_step {
  padding: 18px 47px;
  display: inline-block;
  background: var(--btn-bgcolor2);
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  float: right;
  margin-top: 15px;
}
.events-view-main .events_payment .payment_next_step:hover {
  background: var(--btn-bgcolor);
}
.events-view-main .events_payment .payment_next_step.diable {
  opacity: 0.5;
  pointer-events: none;
}
.events-view-main .events_payment .order_summary {
  background: rgba(113, 116, 136, 0.06);
  padding-left: 0px;
  padding-right: 0px;
}
.events-view-main .events_payment .order_summary .payment_return {
  height: 200px;
}
.events-view-main .events_payment .order_summary .payment_return img {
  min-height: 100%;
  object-fit: cover;
}
.events-view-main .events_payment .order_summary .payment_total {
  padding: 34px 42px;
}
.events-view-main .events_payment .order_summary .payment_total h6 {
  margin-bottom: 15px;
}
.events-view-main .events_payment .order_summary .payment_total table tr td {
  padding: 0px;
  color: var(--heading);
  font-size: 14px;
  padding-bottom: 5px;
}
.events-view-main .events_payment .order_summary .payment_total table tr td:last-child {
  text-align: right;
}
.events-view-main .events_payment .order_summary .payment_total table tbody tr:last-child td {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(113, 116, 136, 0.2);
}
.events-view-main .events_payment .order_summary .payment_total table tbody tr:last-child td:last-child {
  text-align: right;
}
.events-view-main .events_payment .order_summary .payment_total table tfoot tr td {
  font-size: 18px;
  font-weight: 700;
  padding-top: 22px;
}
.events-view-main .events_payment .form_attendee {
  padding: 47px 40px 52px;
  max-height: 720px;
  overflow: auto;
}
.events-view-main .events_payment .form_attendee .payment_item {
  margin-top: 30px;
}
.events-view-main .events_payment .form_attendee .attendee_same {
  color: var(--heading);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 18px;
  cursor: pointer;
  position: relative;
}
.events-view-main .events_payment .form_attendee .attendee_same:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  margin-bottom: -2px;
  transition: 0.3s all;
  border-radius: 2px;
}
.events-view-main .events_payment .form_attendee .attendee_same:after {
  content: '\f33e';
  font-family: "jws_icon";
  position: absolute;
  left: 2px;
  top: -1px;
  color: #fff;
  transition: 0.3s all;
  opacity: 0;
}
.events-view-main .events_payment .form_attendee .attendee_same.on:before {
  background: var(--main);
  border-color: var(--main);
}
.events-view-main .events_payment .form_attendee .attendee_same.on:after {
  opacity: 1;
}
.events-view-main .events_payment .form_attendee .elementor-form-fields-wrapper {
  margin: 0 -8px;
}
.events-view-main .events_payment .form_attendee .elementor-column {
  padding-right: calc( 16px/2 );
  padding-left: calc( 16px/2 );
  margin-top: 0px;
}
.events-view-main .events_payment .form_attendee .elementor-column input {
  background: #F4F4F4;
  border: none;
  font-size: 15px;
  outline: none;
}
.leave_checkout_inner {
  max-width: 450px;
  margin: 0 auto;
  padding: 10px;
}
.leave_checkout_inner p {
  margin: 0px;
}
.leave_button,
.payment_step_button {
  margin-top: 20px;
}
.leave_button button,
.payment_step_button button {
  padding: 18px 47px;
  border: none;
  color: #fff;
}
.leave_button button.cancal_lev,
.payment_step_button button.cancal_lev,
.leave_button button.p_back,
.payment_step_button button.p_back {
  background: var(--btn-bgcolor);
  margin-right: 20px;
}
.leave_button button.comfim_lev,
.payment_step_button button.comfim_lev,
.leave_button button.p_confirm,
.payment_step_button button.p_confirm {
  background: var(--btn-bgcolor2);
}
.jws_events_filter_map {
  display: none;
  margin-bottom: 20px;
}
.jws_events_filter_map .events_top_filter form .row {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  overflow: auto;
}
.jws_events_filter_map .events_top_filter form .row label {
  display: none;
}
.jws_events_filter_map .events_top_filter form .row .search_heading {
  margin-bottom: 0;
}
.jws_events_filter_map .events_top_filter form .row select,
.jws_events_filter_map .events_top_filter form .row .select2-container {
  min-width: 180px;
}
a.events-wishlist-remove,
a.events_wishlist {
  font-size: 20px;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--main);
}
a.events_wishlist .loader {
  width: 25px;
  height: 25px;
}
a.events_wishlist.wishlist_runing {
  pointer-events: none;
}
a.events_wishlist.added .fa-heart::before {
  font-family: 'jws_icon';
  content: "\e839";
  font-size: 24px;
}
a.events_wishlist span {
  display: none;
}
@media (max-width: 1440px) {
  .events_element.layout-list .jws_events_item .jws_post_image {
    flex: 0 0 150px;
    max-width: 150px;
    min-height: 100%;
  }
  .events_element.layout-list .jws_events_item .jws_post_image img {
    height: 100%;
    object-fit: cover;
  }
  .events_element.layout-list .jws_events_item .jws_post_content {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 1024px) {
  .jws-events-archive.map .no_container .events-map-list {
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
  }
  .jws-events-archive.map .no_container .events-map {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .events_element.layout-layout3 .jws_events_item .events_inner .date_post {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .events_element.layout-layout3 .jws_events_item .events_inner .jws_post_content {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (max-width: 991px) {
  .events_element.layout-layout3 .jws_events_item .events_inner .date_post {
    margin-bottom: 12px;
  }
  .events_element.layout-layout3 .jws_events_item .events_inner .jws_post_content .jws_post_image {
    margin-right: 20px;
    max-width: 50px;
    width: 100%;
    height: 50px;
  }
  .events_element.layout-layout3 .jws_events_item .events_inner .meta_location {
    margin-top: 12px;
  }
  .events_element.layout-layout3 .jws_events_item .events_inner .btn_get_ticket {
    float: left;
    margin-top: 12px;
  }
}
@media (max-width: 821px) {
  .jws-event-element.layout2 .events_inner .container .jws_post_content .meta_infor .short_description {
    padding-top: 14px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .jws-events-archive.classic .events_top_filter .search_heading {
    margin-top: -22px;
  }
  .jws-events-archive.map .no_container .events-map-filter {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws-events-archive.map .no_container .events-map-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws_events_move {
    position: unset !important;
  }
  .jws_events_move + div {
    display: none !important;
  }
  .jws_events_filter_map {
    display: block;
  }
  .jws_events_filter_map .events_top_filter .form_search_filter {
    display: block !important;
  }
  .events_top_filter .search_heading {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .events_top_filter .search_heading .btn_event_filter {
    display: block;
    background: transparent;
    padding: 0px;
    color: var(--heading);
    border: none;
  }
  .events_top_filter .search_heading .btn_event_filter:hover,
  .events_top_filter .search_heading .btn_event_filter:focus {
    color: var(--btn-bgcolor2);
  }
  .events_top_filter .search_heading .btn_event_filter.active {
    color: var(--btn-bgcolor2);
  }
  .events_top_filter .search_heading .btn_event_filter i {
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
  }
  .events_top_filter .form_search_filter {
    display: none;
  }
  .jws-events-archive.map .no_container .events-map-filter {
    background: transparent;
    padding-bottom: 0px;
  }
  .jws-events-archive.map .no_container .events-map-filter h4 {
    display: none;
  }
  .jws-events-archive.map .no_container .events-map-filter .btn_event_filter {
    background: #FFFFFF;
    border: 1px solid rgba(113, 116, 136, 0.3);
    padding: 13px;
    text-align: center;
    min-height: 50px;
  }
  .jws-events-archive.map .no_container .events-map-filter .btn_event_filter i {
    margin-left: 0;
  }
  .jws-events-archive.map .no_container .events-map-filter .btn_event_filter span {
    display: none;
  }
}
@media (max-width: 766px) {
  .jws-events-archive.map .no_container .events-map-list {
    padding-bottom: 60px;
  }
  .events_element.layout-list .jws_events_item {
    margin-bottom: 24px;
  }
  .events_element.layout-list .jws_events_item .events_inner {
    padding: 16px;
  }
  .events_element.layout-list .jws_events_item .jws_post_content {
    flex: 0 0 calc(100% - 117px);
    max-width: calc(100% - 117px);
    padding-right: 8px;
  }
  .events_element.layout-list .jws_events_item .jws_post_content .events_meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .events_element.layout-list .jws_events_item .jws_post_content .events_meta span.dot {
    display: none;
  }
  .events_element.layout-list .jws_events_item .jws_post_image {
    flex: 0 0 117px;
    -width: 117px;
  }
  .jws_events_item {
    margin-bottom: 24px;
  }
  .jws-events-archive.classic {
    padding: 20px 0 40px;
  }
}
/*Custom box*/
.about_us .elementor-widget-container:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #704FE8;
}
.about_us .elementor-widget-container:hover .elementor-icon-box-icon svg path,
.about_us .elementor-widget-container:hover .elementor-icon-box-icon i {
  color: #fff;
  fill: #fff;
}
.about_us .elementor-widget-container:hover .elementor-icon-box-description {
  opacity: 0.6;
}
.services .elementor-image-box-wrapper {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.services .elementor-image-box-wrapper:hover {
  transform: translateY(-10px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.funfacts::before,
.funfacts::after {
  position: absolute;
  content: '';
  top: 50%;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.funfacts::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.funfacts::after {
  right: 0;
  transform: translate(50%, -50%);
}
/*Line animate*/
svg.line_animate path {
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 2800;
  stroke-dashoffset: 2800;
  -webkit-animation: dash 5s linear infinite;
  animation: dash 5s linear infinite;
  opacity: 0.1;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
/*box flex image*/
.sponser .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.sponser .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper .elementor-image-box-img,
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper .elementor-image-box-img {
  margin-right: 16px !important;
}
/* Form */
.elementor-button-align-stretch .elementor-button[type="submit"] {
  width: 100%;
}
.select-caret-down-wrapper {
  display: none;
}
form .wpcf7-select.placeholder_selected,
form.elementor-form .elementor-field-type-select.elementor-field-group .elementor-field.placeholder_selected {
  opacity: 0.6;
}
/* Toggle */
.elementor-toggle .elementor-toggle-title .number {
  color: var(--main);
}
/* 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;
}
.jws-shade-yes > .shade_animation {
  opacity: 1;
}
.line_animation {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.line_animation > section > .elementor-container {
  z-index: 1;
}
.line_animation .line_wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 1px;
  left: 50%;
}
.line_animation .line_wrap .line_wrap_inner {
  position: absolute;
  -webkit-animation: MoveUpDown 1s infinite;
  animation: MoveUpDown 10s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: -2px;
  width: 5px;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  display: block;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation:nth-child(2) {
  margin-top: 285px;
}
.jws-line-yes > .line_animation {
  opacity: 1;
}
@-webkit-keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.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;
}
.brand_slider_custom img {
  opacity: 0.5;
  transition: 0.3s all;
}
.brand_slider_custom img:hover {
  opacity: 1;
}
/* Contact Form 7 */
/* Widget Default Elementor */
.elementor-accordion-item {
  overflow: hidden;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  transition: 0.3s all;
}
.single-elementor_library .post_sidebar {
  display: none;
}
.jws-particle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.elementor-accordion .elementor-tab-content {
  border-top: 0;
}
.elementor-section.elementor-section-height-full > .elementor-container {
  height: 100%;
}
/* Custom Color Default Eleemetor Widget */
.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;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .right {
  padding: 0 15px;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .left {
  margin-bottom: 20px;
}
.elementor-progress-bar .elementor-progress-percentage {
  padding-right: 0px;
  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;
}
.jws-table-wrapper {
  overflow: auto;
}
.jws-table-wrapper .tooltip-content.tooltip {
  visibility: hidden;
  min-width: 100px;
  font-size: 12px;
  left: 20px;
  font-weight: 700;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 5px;
  width: max-content;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.jws-table-wrapper .tooltip-content.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.jws-table-wrapper span.icon_toolip {
  position: relative;
}
.jws-table-wrapper span.icon_toolip:hover .tooltip {
  visibility: visible;
}
.jws-table-wrapper .jws-advance-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info {
  display: inline-block;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info select {
  margin: 0 10px;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info input {
  margin-left: 10px;
}
.jws-table-wrapper .paging_simple_numbers {
  text-align: center;
  margin-top: 30px;
}
.jws-table-wrapper .paging_simple_numbers span a {
  width: 34px;
}
.jws-table-wrapper .paging_simple_numbers a {
  height: 34px;
  line-height: 34px;
  color: #848484;
  margin-right: 10px;
  background: rgba(35, 35, 35, 0);
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.jws-table-wrapper .paging_simple_numbers a.current {
  background: #232323;
  color: #ffffff;
}
.jws-table {
  width: 100%;
}
.jws-table thead .jws-table__text span {
  vertical-align: middle;
}
.jws-table thead .jws-table__text span:not(.jws-table__text-inner) {
  line-height: 1px;
  display: inline-block;
}
.jws-table tbody td.jws-table-col .jws-table__text {
  display: block;
}
.jws-table tbody td.jws-table-col .jws-table__text a.btn_main.elementor-button {
  background: transparent;
  color: var(--btn-bgcolor2);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid var(--btn-bgcolor2);
  border-radius: 5px;
  width: 100%;
}
.jws-table .fa-window-minimize {
  font-size: 5px !important;
  font-family: 'icomoon' !important;
}
.jws-table .fa-window-minimize:before {
  display: block;
  margin-top: -70%;
  content: "\ea0b" !important;
}
.jws-table i.eci {
  display: inline;
}
@media (max-width: 767px) {
  .jws-table-wrapper .jws-advance-heading {
    display: block;
  }
}
.jws-category-event .category-tab-item .category-image {
  position: relative;
  border-radius: 5px;
}
.jws-category-event .category-tab-item .category-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(70.59999999999999deg, rgba(0, 0, 0, 0.6) 10.41%, rgba(0, 0, 0, 0) 67.40000000000001%);
  border-radius: 5px;
  z-index: 1;
}
.jws-category-event .category-tab-item a {
  text-align: left;
}
.jws-category-event .category-tab-item a h5 {
  padding: 0px 30px;
  max-width: 190px;
  position: absolute;
  bottom: 28px;
  left: 0;
  color: #fff;
  z-index: 2;
  margin-bottom: 0px;
}
.jws_events_location .location-inner {
  padding: 10px 10px 20px;
  border: 1px solid rgba(113, 116, 136, 0.3);
  border-radius: 5px;
}
.jws_events_location .location-inner .location-image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.jws_events_location .location-inner .location-image img {
  transition: transform 0.3s ease;
  width: 100%;
  object-fit: cover;
}
.jws_events_location .location-inner .entry_title {
  margin-bottom: 0px;
}
.jws_events_location .location-inner .entry_title:hover {
  color: var(--secondary);
}
.jws_events_location .location-inner a {
  color: var(--text);
}
.jws_events_location .location-inner:hover img {
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
.jws-hotel-inner .jws-hotel-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.jws-hotel-inner .jws-hotel-image img {
  transition: transform 0.3s ease;
}
.jws-hotel-inner .jws-hotel-content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.jws-hotel-inner .jws-hotel-content .text-1 {
  margin-bottom: 5px;
}
.jws-hotel-inner .jws-hotel-content .rate {
  color: var(--main);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.jws-hotel-inner .jws-hotel-content .content_right {
  text-align: right;
}
.jws-hotel-inner:hover .jws-hotel-image img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart {
  text-align: center;
  position: relative;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart .chartselementor-percent {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body {
  -webkit-tap-highlight-color: transparent;
}
.mega-has-hover > div {
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  display: block;
  transition: 0.3s;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .sub-menu-dropdown {
  left: 0;
  width: 100vw;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .jws_mega_sub {
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu .menu-item-has-children > a:before {
  font-family: "jws_icon";
  content: '\eaee';
  float: right;
  font-weight: bold;
  font-size: 18px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child a {
  border-bottom-width: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child .sub-menu li:last-child a {
  border-bottom-width: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child .sub-menu li a {
  border-bottom-width: thin;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li.current-menu-item > a {
  color: var(--main);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:hover > a {
  color: var(--main);
  transition: 0s all;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:hover > a > span {
  transform: translateX(5px);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a {
  display: block;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a > span {
  display: inline-block;
  transition: 0.3s all;
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 6px;
  color: #6d6d6d;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
  pointer-events: none;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu {
  background-color: var(--white);
  padding: 0px 0px 2px 0px;
  list-style-type: none;
  min-width: 238px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  font-family: var(--font2);
  font-weight: 500;
  padding: 12px 24px 10px 22px;
  border-bottom-style: solid;
  border-color: rgba(113, 116, 136, 0.1);
  border-bottom-width: 1px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown {
  left: -25px;
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transform: translatey(-15px);
  -webkit-transform: translatey(-15px);
  pointer-events: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu.right,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown.right {
  right: 0;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .mega_menu_full_width {
  transform: none;
  -webkit-transform: none;
  transition: 0.3s all;
  transition-delay: 0s !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
  transition-delay: 0.3s;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item:first-child {
  padding-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item:last-child {
  padding-right: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  color: var(--menu-color);
  border-radius: 5px;
  padding: 7px 17.5px;
  font-size: 18px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a > i {
  margin-left: 4px;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  line-height: initial;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
  content: "\e876";
  font-family: 'Linearicons-Free';
  font-size: 10px;
  float: right;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  padding: 0 3px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
  display: inline-block !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  bottom: 15%;
  left: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
  position: relative;
  z-index: 1;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a > span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before {
  content: "";
  left: -23px;
  width: 0%;
  height: 2px;
  background: var(--secondary);
  bottom: 9px;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before {
  width: 100%;
  left: 0;
}
.elementor-jws-menu-align-right ul.nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.elementor-jws-menu-align-center ul.nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor-jws-menu-align-left ul.nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li button {
  border-radius: 0px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > .sub-menu {
  padding-top: 16px;
  padding-bottom: 12px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
  font-weight: 400;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > .btn-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a {
  padding: 0 0 20px 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul {
  padding: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s all;
  position: relative;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
  background: none;
  border: none;
  font-size: 20px;
  width: 57px;
  padding: 0;
  display: block;
  text-align: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu:before {
  display: inline-block;
  font-weight: bold;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu-dropdown {
  display: none;
  width: 100% !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu {
  width: 100% !important;
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a {
  padding: 8px 0px 8px 16px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li .sub-menu li a {
  padding: 8px 0px 8px 32px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li .sub-menu li .sub-menu li a {
  padding: 8px 0px 8px 48px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li a {
  display: block;
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li.active > .btn-sub-menu:before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.has-mega-full .elementor-section .elementor-container,
.has-mega-full .elementor-column,
.has-mega-full .elementor-column-wrap,
.has-mega-full .elementor-widget-wrap,
.has-mega-full .elementor-widget {
  position: unset;
}
.jws_main_menu_inner.menu-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  left: 0;
  right: auto;
  background: #fff;
  transition: .4s;
  z-index: 999;
  border: 3px solid var(--heading);
  width: 100%;
  z-index: 2;
  padding: 22px 0;
  top: calc(100% - 3px);
}
.jws_main_menu_inner.menu-toggle.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.jws_main_menu_inner.menu-toggle .nav li:last-child a {
  border: 0 !important;
}
.toggle-menu-title {
  margin: 0;
  background: var(--heading);
  padding: 14px 15px 14px 27px;
}
.toggle-menu-title i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
.toggle-menu-title a {
  color: var(--light);
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.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: 2px solid rgba(255, 255, 255, 0.1);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 0;
  left: 0;
  content: "";
  border: 2px 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;
}
.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: 2px 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: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
}
.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);
  }
}
.jws-info-box.layout1 .jws-info-box-inner {
  text-align: center;
}
.jws-info-box.layout1 .box-icon {
  margin-bottom: 5px;
}
.jws-info-box.layout1 .box-title {
  color: var(--heading);
  font-weight: 700;
  margin-bottom: 10px;
}
.jws-info-box.layout1 .box-title .info_serial {
  color: var(--secondary);
}
.jws-info-box.layout1 .box-content {
  position: relative;
  color: var(--body);
  margin-bottom: 10px;
}
.jws-info-box.layout1 .box-content .serial {
  position: absolute;
  font-weight: 700;
  font-size: 154.219px;
  color: #FFFFFF;
  opacity: 0.05;
  left: 0;
  right: 0;
  top: 10px;
}
.jws-info-box.layout1 .box-more {
  color: var(--heading);
  font-weight: 700;
  transition: 0.3s all;
}
.jws-info-box.layout1 .box-more:hover {
  color: var(--main);
}
.jws-info-box.layout1 .box-more i {
  margin-left: 10px;
}
.jws-info-box.layout2 {
  position: relative;
}
.jws-info-box.layout2 a {
  position: relative;
  font-weight: 700;
  color: var(--secondary);
}
.jws-info-box.layout2 a i {
  display: inline-block;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.jws-info-box.layout2 a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-info-box.layout2 .jws-info-box-inner {
  text-align: center;
}
.jws-info-box.layout2 .jws-info-box-inner .box-icon {
  margin-bottom: 20px;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content {
  flex: 1;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content .box-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content .box-content {
  margin-bottom: 16px;
}
.jws-info-box.layout2 .box-more {
  transition: 0.3s all;
}
.jws-info-box.layout2 .box-more i {
  margin-left: 8px;
  font-size: 14px;
}
.jws-info-box.layout2 .box-more i:before {
  font-weight: 700;
}
.jws-info-box.layout3 .jws-info-box-inner {
  display: flex;
  text-align: left;
  padding: 15px 25px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.jws-info-box.layout3 .jws-info-box-inner:hover {
  box-shadow: 0px 4px 50px rgba(194, 198, 228, 0.5);
}
.jws-info-box.layout3 .jws-info-box-inner:hover .box-icon {
  color: var(--bodybg);
  background: #3CCBA4;
}
.jws-info-box.layout3 .jws-info-box-inner .box-icon {
  transition: all 0.3 ease;
  width: 28px;
  height: 28px;
  background: rgba(66, 84, 102, 0.4);
  display: flex;
  justify-content: center;
  line-height: 24px;
  align-items: center;
  border-radius: 100%;
  font-weight: 700;
}
.jws-info-box.layout3 .jws-info-box-inner .info_content {
  padding-left: 18px;
}
.jws-info-box.layout3 .jws-info-box-inner .info_content .box-title {
  font-weight: 700;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .jws-info-box.layout2 .jws-info-box-inner {
    display: flex;
    text-align: left;
  }
  .jws-info-box.layout2 .jws-info-box-inner .box-icon {
    margin-right: 24px;
    width: 80px;
  }
  .jws-info-box.layout2 .jws-info-box-inner .info_content {
    flex: 1;
  }
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div:before,
.jws_testimonials_slider_wrap .jws-nav-carousel.middle > div:before {
  font-family: "jws_icon";
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle > div {
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  color: var(--main);
  font-size: 30px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle .jws-button-prev {
  left: 0px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle .jws-button-next {
  right: 0px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 68px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div {
  cursor: pointer;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid var(--body);
  text-align: center;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div.jws-button-next {
  margin-left: 10px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div:hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.jws_testimonials_slider_wrap .jws-nav-carousel .jws-button-prev:before {
  content: '\eaed';
}
.jws_testimonials_slider_wrap .jws-nav-carousel .jws-button-next:before {
  content: '\eaee';
}
.jws_testimonials_slider_wrap.jws_testimonial_slider_effect_coverflow .swiper-slide .slider-content {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.jws_testimonials_slider_wrap.jws_testimonial_slider_effect_coverflow .swiper-slide .slider-content span.quote.jws-icon-fill {
  font-size: 36px;
  opacity: 0.1;
  float: right;
}
.jws_testimonials_slider_wrap.jws_testimonial_slider_effect_coverflow .swiper-slide.swiper-slide-prev .slider-content,
.jws_testimonials_slider_wrap.jws_testimonial_slider_effect_coverflow .swiper-slide.swiper-slide-next .slider-content {
  opacity: 0.5;
}
.jws_testimonials_slider_wrap.jws_testimonial_slider_effect_coverflow .swiper-slide.swiper-slide-active .slider-content {
  opacity: 1;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .footer_testimonial img,
.jws_testimonials_slider_wrap.layout4 .slider-content .footer_testimonial img {
  margin-top: 15px;
  display: inline-block;
  object-fit: cover;
  max-width: 50px;
  width: 100%;
  max-height: 50px;
  border-radius: 100%;
  margin-right: 8px;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .testimonials-info,
.jws_testimonials_slider_wrap.layout4 .slider-content .testimonials-info {
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .testimonials-info .testimonials_job,
.jws_testimonials_slider_wrap.layout4 .slider-content .testimonials-info .testimonials_job {
  font-size: 14px;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .testimonials-info .testimonials_title,
.jws_testimonials_slider_wrap.layout4 .slider-content .testimonials-info .testimonials_title {
  font-weight: 700;
  color: var(--heading);
}
.jws_testimonials_slider_wrap.layout4 .slider-content .header_testimonial .testimonials_icon {
  margin-bottom: 20px;
}
.jws_testimonials_slider_wrap.layout4 .slider-content .footer_testimonial {
  display: flex;
  align-items: center;
}
.jws_testimonials_slider_wrap.layout4 .slider-content .footer_testimonial img {
  margin-right: 16px;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .header_testimonial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .header_testimonial .testimonials_icon {
  font-size: 60px;
  line-height: 60px;
  opacity: 0.1;
  color: var(--secondary);
}
.jws_testimonials_slider_wrap.layout3 .slider-content .header_testimonial .testimonials_icon:before {
  display: block;
  transform: rotate(-180deg);
}
.jws_testimonials_slider_wrap.layout3 .slider-content .average-rating .jws-star-rating {
  width: 90px;
  position: relative;
  height: 24px;
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .average-rating .jws-star-rating .jws-star-rated {
  position: absolute;
  overflow: hidden;
  height: 24px;
  display: block;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .average-rating .jws-star-rating .jws-star-rated::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 16px;
  text-indent: 0;
  color: #FFCF61;
}
.jws_testimonials_slider_wrap.layout2 .slider-content {
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials_header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 270px);
  flex: 0 0 calc(100% - 270px);
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials_header .testimonials-description {
  margin-bottom: 40px;
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonial_author .testimonials-info .testimonials_title {
  font-weight: 700;
  color: var(--heading);
}
.jws_testimonials_slider_wrap.layout2 .slider-content img {
  padding-left: 70px;
  width: 100%;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .image_testimonial {
  padding-bottom: 30px;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .jws_testimonial_content .testimonials_icon {
  font-size: 24px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF33;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .jws_testimonial_content .testimonials-description {
  margin-bottom: 20px;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .jws_testimonial_content .testimonials_title,
.jws_testimonials_slider_wrap.layout1 .slider-content .jws_testimonial_content .testimonials_job {
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .jws_testimonial_content .testimonials_job {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .jws_testimonials_slider_wrap.layout2 .slider-content {
    flex-wrap: wrap;
  }
  .jws_testimonials_slider_wrap.layout2 .slider-content .testimonials_header {
    flex: 0 0 100%;
  }
  .jws_testimonials_slider_wrap.layout2 .slider-content .jws_testimonial_content img {
    padding-top: 12px;
    padding-left: 0px;
  }
}
.slick-dots {
  text-align: center;
}
.custom_dots .slider-dots li {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.custom_dots .slider-dots li.slick-active {
  background: #fff;
}
.jws_blog_slider .slider-dots,
.jws-slider .slider-dots,
.layout_slider .slider-dots,
.jws_blog_slider .slick-dots,
.jws-slider .slick-dots,
.layout_slider .slick-dots {
  margin-top: 34px;
}
.jws_blog_slider .slider-dots li,
.jws-slider .slider-dots li,
.layout_slider .slider-dots li,
.jws_blog_slider .slick-dots li,
.jws-slider .slick-dots li,
.layout_slider .slick-dots li {
  border: 1px solid var(--main);
}
.jws_blog_slider .slider-dots li.slick-active,
.jws-slider .slider-dots li.slick-active,
.layout_slider .slider-dots li.slick-active,
.jws_blog_slider .slick-dots li.slick-active,
.jws-slider .slick-dots li.slick-active,
.layout_slider .slick-dots li.slick-active {
  background: var(--main);
}
.jws-slider .slick-dots,
.layout_slider .slick-dots,
.custom_dots .slick-dots,
.jws-slider .slider-dots,
.layout_slider .slider-dots,
.custom_dots .slider-dots {
  padding: 0;
  list-style-type: none;
}
.jws-slider .slick-dots button,
.layout_slider .slick-dots button,
.custom_dots .slick-dots button,
.jws-slider .slider-dots button,
.layout_slider .slider-dots button,
.custom_dots .slider-dots button {
  display: none;
}
.jws-slider .slick-dots li,
.layout_slider .slick-dots li,
.custom_dots .slick-dots li,
.jws-slider .slider-dots li,
.layout_slider .slider-dots li,
.custom_dots .slider-dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  margin: 0 2.5px;
  transition: .3s all;
  position: relative;
  z-index: 0;
  text-indent: -9999px;
  background: transparent;
  display: inline-block;
}
.jws-slider .slick-dots li::before,
.layout_slider .slick-dots li::before,
.custom_dots .slick-dots li::before,
.jws-slider .slider-dots li::before,
.layout_slider .slider-dots li::before,
.custom_dots .slider-dots li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.jws-slider .slick-dots li.slick-active,
.layout_slider .slick-dots li.slick-active,
.custom_dots .slick-dots li.slick-active,
.jws-slider .slider-dots li.slick-active,
.layout_slider .slider-dots li.slick-active,
.custom_dots .slider-dots li.slick-active {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 100%;
}
section.no-results.not-found {
  padding-bottom: 60px;
}
.jws-blog-archive {
  padding: 0px 0 100px;
}
.jws-blog-archive.sidebar-right .post_sidebar {
  padding-left: 50px;
}
.jws-blog-archive.sidebar-left .post_sidebar {
  padding-right: 50px;
}
.jws-blog-archive .jws-pagination-number {
  margin-top: 34px;
}
.jws-blog-archive .jws-pagination-number ul {
  justify-content: flex-end;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap {
  padding: 25px 25px 35px 25px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .meta_infor .entry-date a,
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .meta_infor .jws-post-author {
  color: var(--body);
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .meta_infor .entry-date a:hover,
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .meta_infor .jws-post-author:hover {
  color: var(--heading);
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner {
  float: right;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share {
  display: inline-block;
  position: relative;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share > button {
  border: none;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share > button .share {
  font-size: 14px;
  margin-right: 6px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share > button span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share > button .open {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share > button .close {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  z-index: -1;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share .addthis_inline_share_toolbox .post-share-inner a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 30px;
  margin-right: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
  visibility: hidden;
}
color:var(--body) .jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share .addthis_inline_share_toolbox .post-share-inner a:hover {
  color: var(--heading);
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share .addthis_inline_share_toolbox .post-share-inner a.show {
  transition: 0.3s all;
  opacity: 1;
  transform: translatex(-10px);
  -webkit-transform: translatex(-10px);
  visibility: visible;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(-60%);
  -webkit-transform: translatex(-60%);
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share.opened button .open {
  color: var(--primary-color);
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .infor_footer .post-share-inner .jws-share.opened button > span {
  font-size: 14px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_cat {
  font-size: 15px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
  margin: 5px 0px 8px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_content .jws_post_excerpt {
  margin-bottom: 28px;
}
.jws_blog_item {
  margin-bottom: 30px;
}
.jws-blog-element .jws_blog_item.true .jws_post_image {
  width: 412px;
  display: inline-block;
  vertical-align: middle;
}
.jws-blog-element .jws_blog_item.true .jws_post_content {
  width: calc(100% - 417px);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px !important;
}
.jws-blog-element .jws_blog_item.true .jws_post_content .entry-title {
  font-size: 28px !important;
  line-height: 32px !important;
}
.jws-blog-element .jws_post_image {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.jws-blog-element .jws_post_image .jws-post-gallery .jws-post-gallery-item {
  overflow: hidden;
}
.jws-blog-element .jws_post_image .jws-post-gallery .jws-carousel-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  border: 1px solid #ffffff;
  line-height: 50px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.jws-blog-element .jws_post_image .jws-post-gallery .jws-carousel-btn.prev-item {
  left: 30px;
  transform: rotate(-180deg);
}
.jws-blog-element .jws_post_image .jws-post-gallery .jws-carousel-btn.next-item {
  right: 30px;
}
.jws-blog-element .jws_post_image .video_format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.jws-blog-element .jws_post_image .video_format a {
  display: inline-block;
  position: relative;
  transition: 0s all;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.jws-blog-element .jws_post_image .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 .jws_post_image img {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.jws-blog-element .jws_blog_item .jws_post_wap {
  overflow: hidden;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail {
  border: 1px solid var(--light);
  border-radius: 5px;
  padding: 40px 35px;
  height: 100%;
  display: flex;
  align-items: center;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_content {
  padding-top: 0px;
}
.jws-blog-element .jws_blog_item .jws_post_wap:hover .jws_post_image img {
  transform: scale(1.1);
}
.jws-blog-element .jws_blog_slider.row .jws_blog_item {
  padding: 0 15px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap {
  padding: 25px 22px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content {
  padding-top: 21px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta {
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title {
  margin-top: 3px;
  font-weight: 700;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .post_cat a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .post_cat a .cat_title {
  position: relative;
  z-index: 1;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .post_cat {
  font-weight: 500;
  font-size: 13px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .post_cat a {
  color: var(--main);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .post_cat a:hover {
  color: var(--secondary);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_excerpt {
  margin-bottom: 16px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .meta_infor {
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .meta_infor .dot {
  display: inline-block;
  margin: 0 8px;
  width: 2px;
  height: 2px;
  background: #C4C4C4;
  border-radius: 50px;
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .meta_infor .jws-post-author {
  text-transform: capitalize;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore > span {
  z-index: 1;
  position: relative;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore:before {
  background: var(--btn-bgcolor2);
  content: "";
  width: 200px;
  height: 200px;
  transform: rotate(50deg);
  position: absolute;
  left: -110px;
  bottom: -168px;
  transition: .5s ease;
  opacity: 0.2;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore:hover {
  color: #fff;
  transition: .9s ease;
  background: var(--btn-bgcolor2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore:hover:before {
  transform: scale(3.4) translateY(-15%);
  border-radius: 100%;
  transform-origin: left;
  opacity: 1;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap {
  display: flex;
  align-items: center;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image {
  max-width: 80px;
  height: auto;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image img {
  min-height: 100%;
  object-fit: cover;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content {
  padding-left: 18px;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta {
  line-height: 20px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta a {
  color: var(--text);
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta a:hover {
  color: var(--secondary);
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-read,
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
  font-size: 14px;
}
@media (min-width: 992px) {
  .jws_blog_featured .jws_blog_item .jws_post_wap .jws_post_image {
    padding-right: 30px;
  }
  .jws_blog_featured .jws_blog_item .jws_post_wap .jws_post_content {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .jws_blog_featured .jws_blog_item .jws_post_wap .jws_post_image {
    padding-right: 40px;
  }
  .jws_blog_featured .jws_blog_item .jws_post_wap .jws_post_content {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .jws_blog_featured .jws_blog_item .jws_post_wap .jws_post_content {
    padding-top: 18px;
  }
}
.jws_pagination {
  text-align: center;
}
.jws_pagination .jws-load-more {
  font-family: var(--font2);
  background: transparent;
  color: var(--btn-bgcolor2);
  padding: 12px 30px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid var(--btn-bgcolor2);
  border-radius: 5px;
  margin-top: 12px;
}
.jws_pagination .jws-load-more .has-loading {
  transition: 0.3s all;
}
.jws_pagination .jws-load-more.loading .icon_btn,
.jws_pagination .jws-load-more.loading .has-loading {
  opacity: 0;
}
.jws_pagination .jws-load-more:hover {
  background: var(--btn-bgcolor2);
  color: #fff;
}
.jws_pagination .loader {
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
}
.jws_pagination .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.jws_pagination .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;
}
.jws_pagination .loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #ffffff;
  stroke-linecap: round;
}
.jws_post_link,
.jws_post_quote {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.jws_post_quote {
  padding-top: 64px;
  padding-bottom: 56px;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}
.jws_post_quote .jws_quote_excerpt {
  color: var(--heading);
  line-height: 38px;
  max-width: 763px;
  margin: 0 auto;
  margin-bottom: 23px;
  text-align: center;
}
.jws_post_quote .quote_name {
  font-size: 14px;
  color: var(--secondary);
  font-family: var(--font2);
  font-weight: 600;
  text-align: center;
}
.jws_post_quote .quote_icon {
  background-image: url(https://kalcium.net/wp-content/themes/seatevent/assets/image/quote-icon.png);
  display: block;
  width: 109px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -39px 0 0 -54px;
}
.jws_post_aside {
  padding: 40px 50px;
  background: #704FE8;
  border-radius: 5px;
}
.jws_post_aside .entry-title,
.jws_post_aside .jws_post_excerpt {
  margin-bottom: 21px;
}
.jws_post_aside .entry-title,
.jws_post_aside .jws_post_excerpt,
.jws_post_aside a {
  color: #fff;
}
.jws_post_aside .jws_post_excerpt {
  opacity: 0.6;
}
.jws_post_aside .btn_cta {
  padding: 18px 47px;
  background: var(--btn-bgcolor2);
  display: inline-block;
  border-radius: 5px;
}
.jws_post_link {
  padding-top: 48px;
  padding-bottom: 68px;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}
.jws_post_link .jws_link_content {
  text-align: center;
  max-width: 763px;
  margin: 0 auto;
}
.jws_post_link .link_name a {
  color: var(--heading);
}
.jws_post_link .link_icon {
  background-image: url(https://kalcium.net/wp-content/themes/seatevent/assets/image/Link.png);
  display: block;
  width: 73px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 43%;
  margin: -39px 0 0 -54px;
}
.elementor-nav-slider-align-center .custom_navs {
  margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
  margin-left: auto;
}
@media (max-width: 1068px) {
  .jws_post_aside .btn_cta {
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .jws-blog-archive {
    padding: 0 0 70px;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_image {
    width: 100%;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_content {
    width: 100%;
    padding: 17px 0 0 0px !important;
  }
}
.jws_team.layout1 .single_content_popup {
  visibility: hidden;
}
.jws_team.layout1 .single_content_popup.is-visible {
  visibility: visible;
}
.jws_team.layout1 .single_content_popup.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.jws_team.layout1 .single_content_popup.is-visible .team_single {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.jws_team.layout1 .single_content_popup .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.jws_team.layout1 .single_content_popup .team_single {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  max-width: 776px;
  border-radius: 5px;
  padding: 70px 58px 55px;
  display: flex;
  width: 100%;
  z-index: 99;
  transition: all 0.3s 0.12s;
  transform: translate(-50%, 0%);
  opacity: 0;
}
.jws_team.layout1 .single_content_popup .team_single a.jws-icon-cross {
  color: var(--btn-bgcolor2);
  font-size: 24px;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  right: 17px;
  top: 15px;
  cursor: pointer;
}
.jws_team.layout1 .single_content_popup .team_single a.jws-icon-cross:hover {
  opacity: 1;
}
.jws_team.layout1 .single_content_popup .team_single .jws_team_image {
  flex: 0 260px;
}
.jws_team.layout1 .single_content_popup .team_single .single_content {
  flex: 1;
  padding-left: 60px;
}
.jws_team.layout1 .single_content_popup .team_single .single_content ul.team_icon.ct_ul_ol {
  margin: 24px 0 26px;
}
.jws_team.layout1 .single_content_popup .team_single .single_content ul.team_icon.ct_ul_ol li {
  display: inline-block;
  margin-right: 16px;
}
.jws_team.layout1 .jws_team_inner .jws_team_image {
  max-width: 260px;
  max-height: 260px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.jws_team.layout1 .jws_team_inner .jws_team_image img {
  border-radius: 100%;
  -webkit-transition: transform cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
  -o-transition: transform cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
  -ms-transition: transform cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
  -moz-transition: transform cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
  transition: transform cubic-bezier(0.3, 0, 0.2, 1) 0.3s;
}
.jws_team.layout1 .jws_team_inner .jws_team_content {
  text-align: center;
  margin-top: 26px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_title {
  margin-bottom: 4px;
}
.jws_team.layout1 .jws_team_inner:hover a img {
  transform: scale(1.1);
}
.jws_team.team-3d-slider {
  justify-content: center;
  margin: 0;
}
.jws_team.team-3d-slider .carousel-items {
  display: block;
  overflow: visible;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.jws_team.team-3d-slider .carousel-item {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.45s step-end;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-active,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-top,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-bottom {
  opacity: 1;
  visibility: visible;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-top,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-bottom {
  cursor: pointer;
  transition-timing-function: step-start;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-active {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
@media (max-width: 819px) {
  .jws_team.layout1 .single_content_popup .team_single {
    padding: 40px 20px 25px;
    max-width: 90%;
  }
  .jws_team.layout1 .single_content_popup .team_single .jws_team_image {
    margin: 0px 0px 24px;
  }
  .jws_team.layout1 .single_content_popup .team_single .single_content {
    flex: 100%;
  }
}
@media (max-width: 767px) {
  .jws_team.layout1 .single_content_popup .team_single {
    flex-wrap: wrap;
    height: 80vh;
    overflow-y: scroll;
  }
  .jws_team.layout1 .single_content_popup .team_single .single_content {
    padding-left: 0px;
  }
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-breadcrumbs li {
  display: inline;
  vertical-align: middle;
}
.jws-breadcrumbs li a {
  color: var(--third);
}
.jws-breadcrumbs li a:hover {
  color: var(--main);
}
.jws-breadcrumbs li a .jws-icon-house {
  font-size: 16px;
}
.jws-breadcrumbs li:first-child {
  margin-left: 0 !important;
}
.jws-breadcrumbs li i {
  display: inline-block;
}
.jws_tab_wrap {
  overflow: hidden;
}
.jws_tab_wrap.display_top .jws_nav_item.current::after,
.jws_tab_wrap.display_top .jws_nav_item.current::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 0;
  width: 999em;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}
.jws_tab_wrap.display_top .jws_nav_item.current::after {
  right: 100%;
}
.jws_tab_wrap.display_top .jws_nav_item.current::before {
  left: 100%;
}
.jws_tab_wrap.display_right .tab_nav_container {
  order: 12;
}
.jws_tab_wrap.display_left,
.jws_tab_wrap.display_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws_tab_wrap.display_left .tab_nav_container,
.jws_tab_wrap.display_right .tab_nav_container {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap {
  display: block;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li {
  display: block;
}
.jws_tab_wrap.display_left .tab_content,
.jws_tab_wrap.display_right .tab_content {
  padding: 0 30px;
}
.jws_tab_wrap .tab_nav_wrap {
  display: inline-block;
}
.jws_tab_wrap .tab_absolute {
  position: absolute;
  z-index: 1;
}
.jws_tab_wrap .tab_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_tab_wrap .tab_nav li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.jws_tab_wrap .tab_nav li a {
  display: block;
  padding: 7px 27px;
  letter-spacing: 0;
}
.jws_tab_wrap .tab_nav li a i {
  display: inline;
}
.jws_tab_wrap .tab_nav li a .elementor-align-icon-right {
  float: right;
}
.jws_tab_wrap .tab_nav li a span {
  display: inline;
}
.jws_tab_wrap .tab_nav li a:hover {
  color: var(--btn-color);
}
.jws_tab_wrap .tab_nav li a:hover:before {
  transform: rotate(50deg);
  border-radius: 0;
  transform-origin: unset;
}
.jws_tab_wrap .tab_nav li.current a {
  color: var(--btn-color);
}
.jws_tab_wrap .tab_nav li.current a:before {
  transform: scale(3.4) translateY(-15%);
  border-radius: 100%;
  transform-origin: left;
}
.jws_tab_wrap .tab_content .jws_tab_item {
  display: none;
}
.jws_tab_wrap .tab_content .jws_tab_item.current {
  display: block;
  animation: jws_fadeInUp 0.7s both;
  -webkit-animation: jws_fadeInUp 0.7s both;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav {
  position: relative;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav li {
  margin-right: 35px;
}
body[data-elementor-device-mode="mobile"] .jws_tab_wrap .tab_absolute {
  position: unset;
}
@media (max-width: 767px) {
  .jws_tab_wrap.display_right .tab_nav_container {
    order: 0;
  }
  .jws_tab_wrap.display_left,
  .jws_tab_wrap.display_right {
    display: block;
  }
  .jws_tab_wrap.display_left .tab_nav_container,
  .jws_tab_wrap.display_right .tab_nav_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pricing_bg .jws-price-table::before {
  color: #F5FAFB;
  font-family: "Font Awesome 5 Free";
  content: "\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 33px;
  line-height: 33px;
  font-size: 30px;
  overflow: hidden;
  width: 100%;
  font-weight: 900;
  letter-spacing: 12px;
}
.pricing_bg3 .jws-price-table {
  position: relative;
  border: none;
  outline: none;
  overflow: hidden;
}
.pricing_bg3 .jws-price-table::before,
.pricing_bg3 .jws-price-table::after {
  position: absolute;
  content: '';
  top: 32%;
  background: #1C0258;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 1;
}
.pricing_bg3 .jws-price-table::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.pricing_bg3 .jws-price-table::after {
  right: 0;
  transform: translate(50%, -50%);
}
.pricing_bg3 .jws-price-table .jws-price-content {
  position: relative;
}
.pricing_bg3 .jws-price-table .jws-price-content::after,
.pricing_bg3 .jws-price-table .jws-price-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #717488 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 21px 1px;
  background-repeat: repeat-x;
  bottom: 0;
}
.pricing_bg3 .jws-price-table .jws-price-content::after {
  left: 30px;
}
.pricing_bg3 .jws-price-table .jws-price-content::before {
  right: 30px;
}
.jws-price-table {
  border: 0;
  box-sizing: border-box;
  outline: 1px solid rgba(243, 243, 243, 0.2);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jws-price-table.layout2 .jws-price-table__header {
  padding-bottom: 10px;
}
.jws-price-table.layout2 .jws-price-table__heading {
  font-weight: 700;
  color: var(--btn-bgcolor2);
}
.jws-price-table.layout2 .jws-price-table__feature-inner span {
  margin-left: 12px;
  display: inline-block;
}
.jws-price-table.layout2 .jws-price-table__price {
  padding-bottom: 5px;
}
.jws-price-table.layout2 .jws-price-table__price .unit {
  font-size: 17px;
}
.jws-price-table.layout2 .jws-price-table__price .price {
  color: var(--btn-bgcolor2);
  font-size: 25px;
  line-height: 30.26px;
  display: inline-block;
  font-weight: 700;
}
.jws-price-table.layout2 .jws-price-table__price .jws-price-table__period {
  opacity: 0.68;
  display: inline-block;
}
.jws-price-table.layout2 .jws-price-table__footer.jws-button {
  margin-top: 10px;
}
.jws-price-table.layout1 {
  text-align: center;
  padding: 38px 62px 48px;
}
.jws-price-table.layout1 .jws-price-content {
  margin-bottom: 34px;
}
.jws-price-table.layout1 .jws-button {
  margin-top: 42px;
}
.jws-price-table.layout1 .jws-price-table__heading {
  color: var(--secondary);
}
.jws-price-table.layout1 .jws-price-table__feature-inner span {
  margin-left: 8px;
  vertical-align: top;
  display: inline-block;
}
.jws-price-table.layout1 .notes {
  opacity: 0.6;
  font-size: 14px;
}
.jws-price-table.layout1 .jws-price-table__price {
  margin-top: 13px;
}
.jws-price-table.layout1 .jws-price-table__price .unit {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #000;
}
.jws-price-table.layout1 .jws-price-table__price .jws-price-table__period {
  display: inline-block;
}
.jws-price-table.layout1 .price {
  display: inline-block;
  font-size: 64px;
  margin-bottom: 0;
  color: #000;
}
.jws-price-table.layout1 .jws-price-table__footer .elementor-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jws-price-table.layout1 .jws-price-table__footer .elementor-button-text svg,
.jws-price-table.layout1 .jws-price-table__footer .elementor-button-text i {
  margin-right: 10px;
}
.jws-price-table .ribbon {
  display: flex;
  justify-content: flex-end;
}
.jws-price-table .ribbon .jws-price-table__ribbon-inner {
  display: inline-block;
  color: var(--main);
  padding: 3px 5px;
  border-radius: 5px;
  position: relative;
  background: rgba(132, 66, 232, 0.05);
  font-family: var(--font2);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  margin-left: 6px;
  line-height: 20px;
}
.jws-price-table .jws-price-table__features-list {
  padding: 41px 0px 30px 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
  text-align: center;
  width: 100%;
  background: var(--secondary);
  color: var(--btn-color);
  display: inline-block;
  padding: 18px 47px;
  font-family: var(--font2);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 30px 0px 0px 0px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail span {
  margin-left: 5px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail:hover span {
  display: inline-block;
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
@media (max-width: 767px) {
  .pricing_bg3 .jws-price-table::before,
  .pricing_bg3 .jws-price-table::after {
    top: 30.5%;
  }
}
.jws_progress {
  position: relative;
}
.jws_progress.layout_grid_animation .progress_items:last-child .dots-animation {
  display: none;
}
.jws_progress.layout_grid_animation .progress_item {
  text-align: center;
}
.jws_progress.layout_grid_animation .process_icon {
  display: inline-block;
  background: var(--main);
  position: relative;
  padding: 20px;
  border-radius: 100%;
  margin-bottom: 28px;
}
.jws_progress.layout_grid_animation svg,
.jws_progress.layout_grid_animation i {
  width: 1em;
  height: 1em;
  font-size: 60px;
  fill: #ffffff;
  color: #ffffff;
  display: block;
}
.jws_progress.layout_grid_animation .progress_title {
  font-size: 18px;
  margin-bottom: 12px;
}
.jws_progress.layout_grid_animation .progress_number {
  position: absolute;
  top: 6px;
  right: -11px;
}
.jws_progress.layout_grid_animation .progress_number span {
  color: var(--main);
  background: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  font-weight: bold;
  position: relative;
  display: block;
  z-index: 1;
  box-shadow: 0.209px 2.993px 13.8px 1.2px rgba(3, 37, 72, 0.07000000000000001);
}
.jws_progress.layout_grid_animation .progress_number:after {
  background: var(--main);
  opacity: 0.1;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -7px;
  top: -7px;
  border-radius: 100%;
  content: "";
}
@keyframes scaling {
  0%,
  100% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
}
.dots-animation {
  position: absolute;
  right: -63px;
  top: 40px;
}
.dots-animation > span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transform: scale(0);
  background-color: #ecedef;
  animation: scaling 2.5s ease-in-out infinite;
  display: inline-block;
  margin: .4rem;
}
.dots-animation span:nth-child(1) {
  animation-delay: 0s;
}
.dots-animation span:nth-child(2) {
  animation-delay: 0.2s;
}
.dots-animation span:nth-child(3) {
  animation-delay: 0.4s;
}
.dots-animation span:nth-child(4) {
  animation-delay: 0.6s;
}
.dots-animation span:nth-child(5) {
  animation-delay: 0.8s;
}
@media (max-width: 1024px) {
  .dots-animation {
    display: none;
  }
}
input[type="range"]#range_budget {
  width: 100%;
  height: 4px;
}
.label_range_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--dark);
}
.jws-icon-ArrowRight {
  background-image: url(https://kalcium.net/wp-content/themes/seatevent/assets/image/ArrowRight.svg);
  background-size: 24px;
  background-position-x: right;
  width: 24px;
  height: 24px;
}
.jws-icon-paperplanetilt {
  padding-left: 10px;
  font-weight: normal;
}
.jws-cf7 form > p {
  position: relative;
}
.jws-cf7 form > p label {
  width: 100%;
  margin-bottom: 0px;
}
.form-footer .row {
  margin: 0 -5px;
}
.form-footer .row > div {
  padding: 0 5px;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
  margin-top: 10px;
}
div.wpcf7 .ajax-loader {
  background-image: none;
  width: 0px;
  height: 0px;
  display: block;
  transition: 0.3s all;
}
div.wpcf7 .ajax-loader.is-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  width: 30px;
  height: 30px;
}
div.wpcf7 .ajax-loader {
  transform: scale(0);
  -webkit-transform: scale(0);
}
div.wpcf7 .ajax-loader.is-active:after {
  border: 3px solid #fafafa;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  display: block;
}
.jws-cf7-button-center .wpcf7-submit,
.jws-cf7-button-left .wpcf7-submit,
.jws-cf7-button-right .wpcf7-submit,
.jws-cf7-button-justify .wpcf7-submit {
  font-family: var(--font2);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto;
}
.jws-cf7-button-center .wpcf7-submit {
  margin-left: auto !important;
  margin-right: auto !important;
}
.jws-cf7-button-center .jws-cf7-loader-active {
  text-align: center;
}
.jws-cf7-button-left .wpcf7-submit {
  margin-left: 0;
  margin-right: auto;
}
.jws-cf7-button-right .wpcf7-submit {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.jws-cf7-button-right .jws-cf7-loader-active {
  text-align: right;
}
.jws-cf7-button-justify .wpcf7-submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
}
.jws-cf7-container .select2.select2-container {
  width: 100% !important;
}
.jws-cf7-container input[type="text"],
.jws-cf7-container input[type="email"],
.jws-cf7-container input[type="tel"],
.jws-cf7-container input[type="password"],
.jws-cf7-container input[type="url"],
.jws-cf7-container input[type="number"],
.jws-cf7-container input[type="date"],
.jws-cf7-container select {
  min-height: auto;
  height: auto;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.jws-cf7-highlight-style-default .wpcf7-not-valid-tip {
  display: none;
}
.form-sign-up {
  position: relative;
  display: flex;
}
.form-sign-up .wpcf7-form-control-wrap {
  margin-right: 15px;
}
.form-sign-up button i {
  font-size: 25px;
  margin-left: 15px;
  vertical-align: middle;
}
.form-sign-up-3 button {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe .wpcf7 label {
  display: inline-block;
}
@media (min-width: 768px) {
  .subscribe .wpcf7 label {
    width: 370px;
  }
  .subscribe .jws-cf7-style .wpcf7-submit {
    margin-left: 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .form-sign-up .wpcf7-form-control-wrap {
    margin-right: 5px;
  }
  .subscribe .jws-cf7-style .wpcf7-submit {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .form-sign-up {
    display: block;
  }
  .form-sign-up .wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.jws_search {
  position: relative;
}
.jws_search.popup > button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  position: relative;
  line-height: 20px;
  font-size: 24px;
  padding: 0px;
}
.jws_search.popup > button .remove {
  display: none;
}
.jws_search.popup.open > button .open {
  display: none;
}
.jws_search.popup.open > button .remove {
  display: block;
}
.jws_search.popup.open .form_content_popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.jws_search.icon_left form {
  position: relative;
  display: flex;
  align-items: center;
}
.jws_search.icon_left form .s {
  border: 0;
  min-height: auto;
  font-size: 16px;
  padding: 0px;
}
.jws_search.icon_left form .s:focus-visible {
  outline: transparent;
}
.jws_search.icon_left form button {
  background: transparent;
  border: 0;
  padding-left: 14px;
}
.jws-search-form .searchform .loader {
  display: none;
}
.jws-ajax-search.search-loading .form-loader .loader {
  opacity: 1 !important;
  transition-delay: 0.25s;
}
.product_search .form-loader {
  position: relative;
}
.product_search .form-loader .loader {
  right: 5px;
  top: 0;
  opacity: 0;
}
.form_content_popup {
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 100%;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -moz-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.form_content_popup form {
  background: rgba(0, 0, 0, 0.03);
}
.form_content_popup form .search-submit {
  border: 0 !important;
}
.form_content_popup form .search-submit:hover {
  color: var(--main);
}
@media (max-width: 700px) {
  .autocomplete-suggestions .autocomplete-suggestion {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 420px) {
  .autocomplete-suggestions .autocomplete-suggestion {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.jws_dropdown_text i,
.jws_dropdown_text span {
  vertical-align: middle;
}
.jws_dropdown_text i {
  font-size: 16px !important;
  margin-right: 7px;
  display: inline-block !important;
}
.jws_dropdown_text .drop_top {
  margin: 0;
  transition: 0.3s all;
  cursor: pointer;
  font-size: 14px;
}
.jws_dropdown_text .drop_top img {
  vertical-align: middle;
  margin-right: 4px;
  max-width: 35px;
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  background: #fff;
  border-top: 2px solid var(--main);
  min-width: 60px;
  opacity: 0;
  transition: 0.3s all;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  color: var(--heading);
  font-size: 14px;
  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: #fff;
  background: var(--main);
}
.jws_dropdown_text:hover .dropdown_sub,
.jws_dropdown_text:active .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 .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 .hamburger-lines {
  display: block;
  height: 12px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jws-offcanvas-action .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  background: #0e2431;
}
.jws-offcanvas-action .hamburger-lines .line.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.jws-offcanvas-action .hamburger-lines .line.line2 {
  transition: transform 0.2s ease-in-out;
}
.jws-offcanvas-action .hamburger-lines .line.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.jws-offcanvas-action.active .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.jws-offcanvas-action.active .hamburger-lines .line2 {
  transform: scaleY(0);
}
.jws-offcanvas-action.active .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.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;
}
.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;
}
.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-button-wrapper a {
  display: inline-block;
  cursor: pointer;
}
.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: 25px;
  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;
  top: 0;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
  z-index: 99999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
  width: 100%;
}
.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: var(--heading);
}
.jws-form-login-popup .jws-form-content {
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  padding: 30px 36px 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  opacity: 0;
  z-index: 1000;
  position: absolute;
  background: #ffffff;
  transition: 0.7s all;
}
.jws-form-login-popup .jws-close {
  position: fixed;
  right: 0;
  font-size: 23px;
  top: 0;
  padding: 26px 37px 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: 0.4;
  visibility: visible;
}
.jws-form-login-popup.open .jws-form-content {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.jws-login-container .popup-message {
  display: none;
  margin-top: 2em;
}
.jws-login-container .jws-password-hint {
  display: none;
}
.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;
}
.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 .message {
  font-size: 14px;
}
#jws-login-form .slick-slide {
  opacity: 0;
  transition: 0.3s all;
  padding-top: 10px;
}
#jws-login-form .slick-slide.slick-active {
  opacity: 1;
}
#jws-login-form .slick-track {
  will-change: unset;
}
#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;
  overflow: hidden;
  transition: 0.3s all;
}
#jws-login-form .jws-animation .error {
  font-size: 14px;
  color: #f44336;
  display: block;
  margin-top: 5px;
  transition: .3s;
  position: absolute;
  right: 0;
  top: -14px;
  background: #ffffff;
  padding: 0 5px;
}
#jws-login-form .jws-animation .form_group {
  position: relative;
  display: block;
}
#jws-login-form .jws-animation .login-width-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border: 2px solid rgba(113, 116, 136, 0.1);
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
}
#jws-login-form .jws-animation .login-width-social a.jws-connect-google span {
  background: no-repeat center / 20px url("https://kalcium.net/wp-content/themes/seatevent/assets/image/google-btn-icon.svg");
  margin-right: 9px;
}
#jws-login-form .jws-animation .login-width-social a.jws-connect-facebook span {
  color: #0163E0;
  font-size: 22px;
  margin-right: 8px;
}
#jws-login-form .jws-animation .login-width-social a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jws-login-form .jws-animation form[name="registerformpopup"] .input[name="repeat_password"] {
  margin-bottom: 0;
}
#jws-login-form .jws-animation form #recaptcha7 {
  will-change: transform;
}
#jws-login-form .jws-animation form #recaptcha8 {
  margin-bottom: 20px;
}
#jws-login-form .jws-animation form p {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}
#jws-login-form .jws-animation form p.login-remember {
  font-size: 14px;
  margin-bottom: 28px;
}
#jws-login-form .jws-animation form p.note_2 {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
#jws-login-form .jws-animation form p label {
  color: var(--heading);
  display: block;
  margin-bottom: 14px;
}
#jws-login-form .jws-animation form p .toggle-password2 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
#jws-login-form .jws-animation form .lost-pass-link {
  display: block;
  float: right;
  font-weight: 700;
  color: var(--secondary);
}
#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: 30px;
  width: 0px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
#jws-login-form .jws-animation form #popupRememberme:checked:before {
  background: var(--secondary);
  border-color: var(--light);
}
#jws-login-form .jws-animation form #popupRememberme:checked:after {
  opacity: 1;
}
#jws-login-form .jws-animation form #popupRememberme:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: -1px;
  color: #ffffff;
  font-size: 10px;
  left: 5px;
}
#jws-login-form .jws-animation form #popupRememberme:before {
  background: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(113, 116, 136, 0.5);
  border-radius: 3px;
  display: block;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]) {
  padding: 0 20px 2px;
  border: transparent;
  background: #F4F4F4;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: transparent;
}
#jws-login-form .jws-animation form .button.elementor-button {
  padding: 0;
  height: 50px;
  width: 100%;
  background: var(--btn-bgcolor2);
}
#jws-login-form .jws-animation .account {
  font-size: 14px;
}
#jws-login-form .jws-animation .account .change-form {
  font-weight: 700;
  color: var(--secondary);
}
#jws-login-form .heading-form {
  text-align: center;
  margin-bottom: 28px;
}
#jws-login-form .heading-form h4 {
  display: none;
  margin-bottom: 0px;
}
#jws-login-form .heading-form-login,
#jws-login-form .heading-form-register {
  position: relative;
}
#jws-login-form .social-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
}
#jws-login-form .social-line span {
  margin: 0 18px;
}
#jws-login-form .social-line .sign_up {
  display: inline-block;
}
#jws-login-form .social-line:before {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
}
#jws-login-form .social-line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
}
#jws-login-form .login-width-social {
  margin-bottom: 14px;
}
#jws-login-form.in-register .url .jws-register.slick-slide {
  opacity: 1;
  width: 100%;
  display: block;
}
#jws-login-form.in-register .url .jws-login.slick-slide {
  display: none;
}
#jws-login-form.in-register .sign_in_block,
#jws-login-form.in-register .sign_in {
  display: none;
}
#jws-login-form.in-register .sign_up_block {
  display: block;
}
#jws-login-form.in-register .heading-form .heading-form-register {
  display: block;
}
#jws-login-form.in-login .url .jws-login.slick-slide {
  opacity: 1;
  width: 100%;
}
#jws-login-form.in-login .sign_in_block {
  display: block;
}
#jws-login-form.in-login .sign_in {
  display: inline-block;
}
#jws-login-form.in-login .heading-form .heading-form-login {
  display: block;
}
.jws-dealer-note {
  display: inline;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .jws-form-login-popup .jws-form-content {
    padding: 26px 20px 22px 20px;
    max-width: 343px;
  }
}
.elementor-widget-jws_banner.jws-content-align-at-center .jws-banner.content_inner .jws-banner-content {
  justify-content: center;
  -webkit-justify-content: center;
}
.elementor-widget-jws_banner.jws-content-align-at-bottom .jws-banner.content_inner .jws-banner-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.elementor-widget-jws_banner.jws-content-align-at-top .jws-banner.content_inner .jws-banner-content {
  justify-content: start;
  -webkit-justify-content: start;
}
.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.content_inner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.7s all;
}
.jws-banner.content_inner .jws-banner-content {
  width: 100%;
  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: 0 15px 59px 15px;
}
.jws-banner.content_inner .jws-banner-inner > a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 602px;
  overflow: hidden;
}
.jws-banner.layout4 .button {
  text-underline-offset: 5px;
}
.jws-banner.layout4 .jws-banner-image {
  position: relative;
}
.jws-banner.layout4 .jws-banner-image:before {
  opacity: 0;
  content: "";
  border: 15px solid #eae0d6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  transition: 0.7s all;
  z-index: 1;
  transform: scale(1.2);
}
.jws-banner.layout4 .jws-banner-inner:hover .jws-banner-image img {
  transform: scale(1.1);
}
.jws-banner.layout4 .jws-banner-inner:hover .jws-banner-image:before {
  transform: scale(1);
  opacity: 1;
}
.jws-banner.layout3 .jws-banner-inner {
  overflow: hidden;
}
.jws-banner.layout3 .jws-banner-inner:hover .banner-image {
  transform: scale(1.1);
}
.jws-banner.layout3 .button {
  background: var(--light);
  color: var(--heading);
  border: 0;
  padding-top: 14px;
  padding-right: 42px;
  padding-bottom: 14px;
  padding-left: 43px;
  font-weight: 700;
  font-size: 16px;
}
.jws-banner.layout2 .jws-banner-inner {
  overflow: hidden;
}
.jws-banner.layout2 .jws-banner-inner:hover .banner-image {
  transform: scale(1.1);
}
.jws-banner.layout2 .banner-image:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.jws-banner.layout2 h3 {
  color: var(--light);
}
.jws-banner.layout2 .text-1 {
  margin-bottom: 20px;
}
.jws-banner.layout2 .text-2 {
  font-style: italic;
}
.jws-banner.layout2 .button {
  color: #fff;
  font-size: 12px;
}
.jws-banner.layout2 .button i {
  font-size: 15px;
  vertical-align: middle;
  margin-left: 2px;
}
.jws-banner.layout1 .jws-banner-inner {
  padding: 53px 47px 46px 47px;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.3s all;
}
.jws-banner.layout1 .jws-banner-inner > a {
  background: #fff;
  color: var(--body);
}
.jws-banner.layout1 .jws-banner-inner:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.jws-banner.layout1 .jws-banner-inner:hover .jws-banner-image {
  box-shadow: 0px 0px 0px transparent;
}
.jws-banner.layout1 .jws-banner-image {
  transition: 0.3s all;
  display: inline-block;
  position: relative;
  padding: 18px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 33px;
}
.jws-banner.layout1 .text-1 {
  margin-bottom: 10px;
}
.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_logo_hover_yes .jws_gallery .jws_gallery_item img {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.jws_logo_hover_yes .jws_gallery .jws_gallery_item > a:hover img {
  opacity: 1;
}
.jws_gallery_element .slider3d {
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.jws_gallery_element .slider3d .carousel-items {
  display: block;
  overflow: visible;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-width: 70%;
}
.jws_gallery_element .slider3d .carousel-item {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.45s step-end;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-active,
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-top,
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-bottom {
  opacity: 1;
  visibility: visible;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-top,
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-bottom {
  cursor: pointer;
  transition-timing-function: step-start;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-active {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_image > img {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_image:hover {
  opacity: 1;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner {
  position: relative;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_image {
  position: relative;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content {
  transform: scale(1.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  background: rgba(58, 51, 134, 0.8);
  color: #fff;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content .jws_hover_content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  will-change: transform;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content .title {
  color: #fff;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content .description {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner:hover .jws_gallery_content {
  opacity: 1;
  transform: scale(0.9);
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner:hover .jws_gallery_content .jws_hover_content {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jws_gallery_element .jws_gallery .jws_gallery_image {
  position: relative;
}
.jws_gallery_element .jws_gallery .jws_gallery_image img {
  transition: .3s all;
  margin: 0 auto;
}
.jws_gallery_element .jws_gallery .jws_gallery_image:hover img {
  opacity: 1;
}
.jws_gallery_element .jws_gallery .jws_gallery_item {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s all;
}
.jws_gallery_element .jws_gallery button {
  background: transparent;
  border: 1px solid #232323;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -50px;
}
.jws_gallery_element .jws_gallery button.prev-button {
  left: -80px;
}
.jws_gallery_element .jws_gallery button.next-button {
  right: -80px;
}
.jws_gallery_element .jws_gallery.loading .jws_gallery_item {
  opacity: 0;
  pointer-events: none;
}
@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;
  }
}
.jws-menu-list .menu-list-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
}
.jws-menu-list ul {
  list-style-type: none;
}
.jws-menu-list ul li.elementor-icon-list-item .label {
  border-radius: 5px;
  margin-left: 4px;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
  background: var(--secondary);
  color: #fff;
}
.jws-menu-list.toggle-mobile ul li:first-child {
  padding-top: 25px;
}
.jws-menu-list .elementor-icon-list-icon {
  border-radius: 100%;
}
.jws-menu-list .elementor-icon-list-icon i,
.jws-menu-list .elementor-icon-list-icon svg {
  width: 1.25em;
  height: 1.25em;
  display: block;
  line-height: 1.25em;
  text-align: center;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text {
  position: relative;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text:before {
  background: var(--heading);
  content: "";
  bottom: 0px;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_sm li:focus a .elementor-icon-list-text:before,
.jws-menu-list .line_sm li:hover a .elementor-icon-list-text:before,
.jws-menu-list .line_sm li.active a .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
}
.jws-menu-list .line_pd li {
  transition: 0.3s all;
}
.jws-menu-list .line_pd li .elementor-icon-list-text {
  position: relative;
  width: auto;
}
.jws-menu-list .line_pd li .elementor-icon-list-text:before {
  background: var(--main);
  content: "";
  bottom: 15%;
  right: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_pd li .elementor-icon-list-text span {
  position: relative;
  z-index: 1;
}
.jws-menu-list .line_pd li:focus,
.jws-menu-list .line_pd li:hover,
.jws-menu-list .line_pd li.active {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.jws-menu-list .line_pd li:focus .elementor-icon-list-text,
.jws-menu-list .line_pd li:hover .elementor-icon-list-text,
.jws-menu-list .line_pd li.active .elementor-icon-list-text {
  padding: 0 3px;
}
.jws-menu-list .line_pd li:focus .elementor-icon-list-text:before,
.jws-menu-list .line_pd li:hover .elementor-icon-list-text:before,
.jws-menu-list .line_pd li.active .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
}
@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: '\e817';
    margin-left: 5px;
    font-size: 18px;
  }
  .jws-menu-list.toggle-mobile ul {
    display: none;
  }
  .jws-menu-list.toggle-mobile ul li:first-child {
    padding-top: 10px;
  }
}
.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;
}
.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 a {
  color: var(--heading);
}
.jws_account a .jws_a_icon {
  transition: 0.3s all;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.jws_account a .jws_account_text {
  vertical-align: middle;
}
.jws_account a .jws_account_text i {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.map_pin_jws {
  position: absolute;
}
.map_pin_jws > div:first-child {
  font-size: 40px;
  color: var(--main);
  text-align: center;
  margin-bottom: -8px;
  transition: 0.3s all;
}
.map_pin_jws > div:first-child:before {
  content: "\f041";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.map_pin_jws > div:last-child {
  width: 44px;
  height: 8px;
  border-radius: 50%;
  background: var(--main);
  opacity: 0.5;
  transition: 0.3s all;
}
.map_pin_jws:hover > div:first-child,
.map_pin_jws.active > div:first-child {
  color: var(--secondary);
  transform: translateY(-7px) scale(1.2);
}
.map_pin_jws:hover > div:last-child,
.map_pin_jws.active > div:last-child {
  background: var(--secondary);
  transform: translateY(2px) scale(0.8);
}
.jws-infowindow-content {
  position: relative;
  padding: 10px;
}
.jws-infowindow-content.has-image {
  display: flex;
  align-items: center;
}
.jws-infowindow-content.has-image .info-right {
  flex: 0 0 calc(100% - 92px);
}
.jws-infowindow-content.has-image .info-right .jws-infowindow-description {
  margin-bottom: 8px;
}
.jws-infowindow-content.has-image .info-left {
  flex: 92px;
  padding-right: 12px;
}
.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: 5px !important;
  opacity: 1 !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;
}
.gmnoprint img {
  max-width: none;
}
@media (max-width: 767px) {
  .jws-wpsl-search {
    display: block;
  }
  .jws-wpsl-search input {
    width: 100%;
    max-width: 100%;
  }
  .jws-wpsl-search button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .jws-infowindow-content.has-image {
    flex-wrap: wrap;
  }
  .jws-infowindow-content.has-image .info-left {
    flex: 100%;
  }
  .jws-infowindow-content.has-image .info-right {
    flex: 0 0 100%;
    padding-top: 16px;
  }
}
.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.layout3 .category-tab-item a {
  text-align: left;
}
.category-content.layout3 .category-tab-item a h4 {
  margin-bottom: -1px;
  margin-top: 19px;
}
.category-content.layout3 .slick-track {
  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;
}
.category-tab-item a {
  display: block;
  text-align: center;
}
.category-tab-item a .category-image {
  overflow: hidden;
  display: inline-block;
}
.category-tab-item a img {
  display: inline-block;
  transition: 0.7s all;
}
.category-tab-item a h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  margin-bottom: 0;
  margin-top: 12px;
}
.category-tab-item a p {
  color: var(--body);
  font-size: 14px;
}
.category-tab-item:hover .category-image img {
  transform: scale(1.1);
}
@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;
  }
}
.title-wrapper a.link {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .jws-title.layout1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .jws-title h3 {
    font-size: 65px;
  }
  .jws-title h4 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 0;
  }
  .jws-title h6 {
    padding-left: 0;
    margin-top: -31px;
  }
}
.jws-tooltip-list {
  position: relative;
}
.jws-tooltip-list img {
  width: 100%;
}
.jws-tooltip-list .elementor-tooltip-list-items li {
  position: absolute;
  top: 0;
  left: 0;
}
.jws-tooltip-list .elementor-tooltip-list-items li.active .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.jws-tooltip-list .elementor-tooltip-list-items button {
  background: #fff;
  border: 0;
  width: 27px;
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  color: var(--heading);
  border-radius: 100%;
  font-size: 15px;
  position: relative;
}
.jws-tooltip-list .elementor-tooltip-list-items button span {
  position: relative;
}
.jws-tooltip-list .elementor-tooltip-list-items button:before {
  content: "";
  background: #ffffff;
  opacity: 0.2;
  width: 41px;
  height: 41px;
  top: -7px;
  left: -7px;
  position: absolute;
  border-radius: 100%;
  animation: pulse-border3 2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content {
  background: #fff;
  bottom: 47px;
  position: absolute;
  min-width: 385px;
  border-radius: 5px;
  padding: 10px;
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  z-index: 1;
  right: -85px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fff;
  content: "";
  bottom: -12px;
  position: absolute;
  right: 92px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .tooltip-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -10px;
  margin-left: -10px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .product-image-wap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  padding: 0 10px;
  background: transparent;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .product-image {
  margin-bottom: 0;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .product-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding: 0 10px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .woocommerce-loop-product__title {
  margin-bottom: 4px;
  padding-right: 20px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .jws-attr {
  margin-bottom: 2px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .jws-wishlist-btn {
  position: absolute;
  right: 10px;
  font-size: 18px;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .jws-wishlist-btn.loading i:before,
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .jws-wishlist-btn.added i:before {
  content: '\e806';
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .jws-wishlist-btn span {
  display: none;
}
@media (max-width: 767px) {
  .jws-tooltip-list .elementor-tooltip-list-items .tooltip-content {
    min-width: 260px;
  }
  .jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .product-image-wap {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
  .jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .product-content {
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
}
.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 {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay i {
  font-size: 22px;
}
.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;
}
.jws_demo_element .has-comming-soon .jws_headline {
  display: none;
}
.jws_demo_element .has-comming-soon .overlay {
  pointer-events: none;
}
.jws_demo_element .has-comming-soon .jws_image_content_inner span {
  font-size: 14px;
  color: var(--heading);
  margin-bottom: 2px;
  display: block;
}
.jws_demo_element .jws_image {
  box-shadow: 0px 0px 20px rgba(74, 45, 2, 0.15);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.jws_demo_element .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.jws_demo_element .jws_image_content_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.jws_demo_element .jws_image_content_inner a {
  opacity: 0;
  transform: translateY(10px);
}
.jws_demo_element .jws_column_content {
  max-width: 380px;
  margin: 0 auto;
}
.jws_demo_element .jws_column_content:hover .jws_image {
  opacity: 1;
  transform: translateY(-22px);
}
.jws_demo_element .jws_column_content:hover .jws_headline h4 a:before {
  width: 100%;
}
.jws_demo_element .jws_headline h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}
.jws_demo_element .jws_headline a {
  color: var(--heading);
  position: relative;
}
.jws_demo_element .jws_headline a:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--heading);
  transition: 0.3s all;
  position: absolute;
}
.jws-blog-element .jws_blog_slider .jws-carousel-btn {
  z-index: 1;
  opacity: 0;
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn {
  opacity: 1;
  transition: all 0.3s ease;
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.prev-item {
  transform: translate(20px);
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.next-item {
  transform: translate(-20px);
}
.jws_speaker_slider .jws-carousel-btn,
.jws_blog_slider .jws-carousel-btn,
.jws-slider .jws-carousel-btn {
  font-size: 20px;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100% !important;
  transition: all 0.3s;
  background: var(--main);
  color: #fff;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.jws_speaker_slider .jws-carousel-btn.prev-item,
.jws_blog_slider .jws-carousel-btn.prev-item,
.jws-slider .jws-carousel-btn.prev-item {
  left: -20px;
}
.jws_speaker_slider .jws-carousel-btn.next-item,
.jws_blog_slider .jws-carousel-btn.next-item,
.jws-slider .jws-carousel-btn.next-item {
  right: -20px;
}
.jws_speaker_slider .jws-carousel-btn:hover,
.jws_blog_slider .jws-carousel-btn:hover,
.jws-slider .jws-carousel-btn:hover {
  opacity: 1;
}
.jws_speaker_slider + .speaker_slider_dots ul li,
.jws_blog_slider + .speaker_slider_dots ul li,
.jws-slider + .speaker_slider_dots ul li,
.jws_speaker_slider + .blog_dots ul li,
.jws_blog_slider + .blog_dots ul li,
.jws-slider + .blog_dots ul li,
.jws_speaker_slider + .slider-dots-box ul li,
.jws_blog_slider + .slider-dots-box ul li,
.jws-slider + .slider-dots-box ul li,
.jws_speaker_slider + .location-dots-box ul li,
.jws_blog_slider + .location-dots-box ul li,
.jws-slider + .location-dots-box ul li {
  display: inline-block;
}
.dots-style-number.dots-align-center .jws_section_slider .slider-dots-box {
  left: 2.3%;
  bottom: -80px;
}
.dots-style-number.dots-align-center .jws_section_slider .slider-dots-box .slider-dots li {
  margin-right: 15px;
}
.dots-style-number .slider-dots-box .slider-dots li {
  opacity: 0.5;
}
.dots-style-number .slider-dots-box .slider-dots .slick-active {
  opacity: 1;
}
.dots-style-number .slider-dots-box .slider-dots .slick-active button {
  text-decoration: underline;
}
.dots-style-number .slider-dots-box .slider-dots button {
  font-feature-settings: 'tnum' on, 'lnum' on;
  width: 23px;
  height: 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font2);
  color: #fff;
}
.dots-style-number .slider-dots-box .slider-dots button::before,
.dots-style-number .slider-dots-box .slider-dots button::after {
  display: none;
}
.jws_slider_element > .jws_slider > .swiper-wrapper > .slider-item > .elementor {
  height: 100%;
}
.jws_slider_element > .jws_slider > .swiper-wrapper > .slider-item > .elementor > .elementor-section-height-full {
  height: 100%;
}
.jws_section_slider .slider-dots-box {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 30px;
  z-index: 2;
}
.jws_section_slider .has_animated {
  opacity: 0;
}
.jws_section_slider .animated {
  opacity: 1;
}
.jws-carousel .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.speaker_slider_dots .slider-dots,
.blog_dots .slider-dots,
.location-dots-box .slider-dots,
.slider-dots-box .slider-dots {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.speaker_slider_dots .slider-dots button,
.blog_dots .slider-dots button,
.location-dots-box .slider-dots button,
.slider-dots-box .slider-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.speaker_slider_dots .slider-dots button:after,
.blog_dots .slider-dots button:after,
.location-dots-box .slider-dots button:after,
.slider-dots-box .slider-dots button:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid var(--main);
  background: transparent;
  top: 5px;
  opacity: 0.5;
}
.speaker_slider_dots .slider-dots button .circle-bg,
.blog_dots .slider-dots button .circle-bg,
.location-dots-box .slider-dots button .circle-bg,
.slider-dots-box .slider-dots button .circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 2;
  stroke-linecap: butt;
}
.speaker_slider_dots .slider-dots button .circle-go,
.blog_dots .slider-dots button .circle-go,
.location-dots-box .slider-dots button .circle-go,
.slider-dots-box .slider-dots button .circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: var(--main);
  stroke-width: 1;
  stroke-linecap: round;
  animation: progress 25s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}
.speaker_slider_dots .slider-dots button .circle-tx,
.blog_dots .slider-dots button .circle-tx,
.location-dots-box .slider-dots button .circle-tx,
.slider-dots-box .slider-dots button .circle-tx {
  fill: #000;
  stroke-width: 1;
  font: bold 16px 'Arial';
  text-anchor: middle;
}
.speaker_slider_dots .slider-dots .slick-active button:after,
.blog_dots .slider-dots .slick-active button:after,
.location-dots-box .slider-dots .slick-active button:after,
.slider-dots-box .slider-dots .slick-active button:after {
  background: var(--main);
  opacity: 1;
}
.speaker_slider_dots .slider-dots .slick-active button:before,
.blog_dots .slider-dots .slick-active button:before,
.location-dots-box .slider-dots .slick-active button:before,
.slider-dots-box .slider-dots .slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid var(--main);
  border-radius: 50%;
  opacity: 0.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;
}
@media (max-width: 1164px) {
  .dots-style-number.dots-align-center .jws_section_slider .slider-dots-box {
    left: 6.2%;
  }
}
@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;
}
.jws-speaker-archive {
  margin-top: 90px;
  margin-bottom: 80px;
}
.jws-speaker-archive .jws_speaker_item {
  margin-bottom: 40px;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner img,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner img,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner img,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner img {
  border-radius: 100%;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner {
  position: relative;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list li,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list li {
  display: inline-block;
  padding: 0 5px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list li a,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--main);
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list li a:hover,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .social_media .speaker-icon-list li a:hover {
  background: #58B5FE;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image > a,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image > a,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_image > a,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_image > a,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_image > a,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_image > a {
  display: block;
  overflow: hidden;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_image > a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content {
  text-align: center;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_title {
  margin-bottom: 14px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_title a,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_title a {
  color: var(--color1);
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_title a:hover {
  color: var(--main);
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner .jws_speaker_content .speaker_job {
  color: var(--main);
  font-size: 14px;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image {
  position: relative;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > span,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > span {
  position: absolute;
  opacity: 0;
  transition: 0.3s all;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover1,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover1 {
  bottom: 32px;
  right: 11%;
  transform: translate(-35px, -22px);
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover2,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover2 {
  left: 2%;
  top: 38%;
  transform: translate(35px, 22px);
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover3,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover3 {
  top: 0px;
  right: 16%;
  transform: scale(0.6);
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover4,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image .img_hover4 {
  left: 14%;
  bottom: 10%;
  transform: scale(1);
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a {
  display: block;
  overflow: hidden;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a img,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner .jws_speaker_image > a img {
  transform: scale(0.9);
  width: 77%;
  padding: 10px;
  outline: 2px solid transparent;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image a img,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image a img {
  border-color: #fff;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image > span,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image > span {
  opacity: 1;
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image .img_hover3,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image .img_hover3 {
  transform: scale(1);
}
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image .img_hover1,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image .img_hover1,
.jws-speaker-archive .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image .img_hover2,
.jws-speakers-element .jws-speakes-layout1 .jws_speaker_inner:hover .jws_speaker_image .img_hover2 {
  transform: none;
}
.jws-speaker-archive .jws-speakes-layout2 .jws_speaker_inner:hover .jws_speaker_image a > img,
.jws-speakers-element .jws-speakes-layout2 .jws_speaker_inner:hover .jws_speaker_image a > img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.9);
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_image a img,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_image a img,
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image a img,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image a img {
  width: 100%;
  object-fit: cover;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner {
  overflow: hidden;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .bg_overlay,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .bg_overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #704FE8;
  width: 100%;
  height: 100%;
  padding: 30px 40px 25px 10px;
  transition: transform 0.3s linear;
  transform: translateX(0%);
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #704FE8;
  width: 85%;
  height: auto;
  padding: 30px 10px 25px 40px;
  transform: translatey(34%);
  transition: transform 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .social_media,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .social_media {
  position: relative;
  z-index: 1;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .speaker_title {
  color: #fff;
  margin-bottom: 0px;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .social_media,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .social_media {
  opacity: 0;
  margin-top: 18px;
  overflow: hidden;
  transition: max-height 0.05s linear, transform 0.2s linear, opacity 0.3s ease;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .social_media .speaker-icon-list li,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner .jws_speaker_content .social_media .speaker-icon-list li {
  padding: 0 10px 0px 0px;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner:hover .bg_overlay,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner:hover .bg_overlay {
  transform: translateX(5%);
  transition: transform 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner:hover .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner:hover .jws_speaker_content {
  transform: translatey(0%);
  transition: transform 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout3 .jws_speaker_inner:hover .social_media,
.jws-speakers-element .jws-speakes-layout3 .jws_speaker_inner:hover .social_media {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content {
  text-align: left;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_title {
  margin-bottom: 0px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_job,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_content .speaker_job {
  margin-top: 34px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .bg_hover,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .bg_hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(314.38deg, #704fe8 32.32%, rgba(112, 79, 232, 0.27) 92.34999999999999%);
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .bg_hover a,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .bg_hover a {
  display: block;
  width: 100%;
  height: 100%;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .social_media,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .social_media {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-bottom: 24px;
  transform: translate(90px);
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .social_media .speaker-icon-list li,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner .jws_speaker_image .social_media .speaker-icon-list li {
  display: block;
  padding: 6px 0px;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner:hover .jws_speaker_image .social_media,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner:hover .jws_speaker_image .social_media {
  transform: translate(0px);
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner:hover .bg_hover,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner:hover .bg_hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  animation: pulse-bg 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation: pulse-bg 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.jws-speaker-archive .jws-speakes-layout4 .jws_speaker_inner:hover .jws_speaker_image > a img,
.jws-speakers-element .jws-speakes-layout4 .jws_speaker_inner:hover .jws_speaker_image > a img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes pulse-bg {
  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.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .jws-speaker-archive {
    margin-top: 70px;
  }
}
.jws_product_maps {
  text-align: center;
}
.jws_product_maps_inner {
  padding: 0 20px;
}
.jws_product_maps_inner .jws_product_maps_item {
  position: relative;
}
.jws_product_maps_inner .jws_product_maps_item img {
  width: 100%;
}
.jws_product_maps_inner .jws_product_maps_item > div {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #000000;
  font-weight: 700;
}
.jws_product_maps_inner .jws_product_maps_item > div.active:before,
.jws_product_maps_inner .jws_product_maps_item > div.active:after {
  animation: 1s mapsactive ease-in-out infinite alternate;
}
.jws_product_maps_inner .jws_product_maps_item > div:before {
  content: "";
  background: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jws_product_maps_inner .jws_product_maps_item > div:after {
  content: "";
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 0.3;
  position: absolute;
  left: -5px;
  top: -5px;
}
.jws_product_maps_inner .jws_product_maps_item > div span {
  position: relative;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.jws_product_group .jws_product_slider_wap_item {
  display: none;
}
.jws_product_group .jws_product_slider_wap_item:first-child {
  display: block;
}
.jws_product_group .jws_tabs > h2 {
  margin-bottom: 42px;
}
.jws_product_group .jws_tabs .buton-to-all {
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.jws_product_group .jws_tabs .buton-to-all:before,
.jws_product_group .jws_tabs .buton-to-all:after {
  content: "";
  height: 1px;
  background: var(--heading);
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.jws_product_group .jws_tabs .buton-to-all:before {
  width: 100%;
  right: 0;
  transition-delay: 0.3s;
}
.jws_product_group .jws_tabs .buton-to-all:after {
  width: 0%;
  left: 0;
}
.jws_product_group .jws_tabs .buton-to-all:hover:before {
  width: 0%;
  transition-delay: 0s;
}
.jws_product_group .jws_tabs .buton-to-all:hover:after {
  width: 100%;
  transition-delay: 0.3s;
}
.jws_product_group .jws_tabs .buton-to-all:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_product_group .jws_tabs .buton-to-all i {
  margin-left: 5px;
  display: inline-block;
}
.jws_product_group .jws_tabs .jws_tab_item {
  display: block;
  font-size: 14px;
  color: var(--main);
  opacity: 0.5;
  letter-spacing: 2.8px;
  margin-bottom: 16px;
  position: relative;
}
.jws_product_group .jws_tabs .jws_tab_item:before {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 0;
  background: var(--main);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
  transition: 0.3s all;
}
.jws_product_group .jws_tabs .jws_tab_item.active {
  opacity: 1;
  padding-left: 24px;
}
.jws_product_group .jws_tabs .jws_tab_item.active:before {
  opacity: 1;
}
.jws_product_group .jws_product_slider .product-item-inner {
  text-align: center;
  background: #ffffff;
  padding-bottom: 30px;
}
.jws_product_group .jws_product_slider .product-item-inner .jws-attr {
  margin-top: 4px;
  margin-bottom: 4px;
}
.jws_product_group .jws_product_slider .product-item-inner .product-image {
  margin-bottom: 23px;
}
.jws_product_group .jws_product_slider .product-item-inner .woocommerce-loop-product__title {
  font-weight: 700;
  padding: 0 15px;
}
.jws_product_group .jws_product_slider .product-item-inner .price {
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
}
@-webkit-keyframes mapsactive {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
  }
}
@media (max-width: 767px) {
  .jws_product_slider_wap {
    margin-bottom: 30px;
  }
  .jws_product_group .jws_product_slider {
    order: 1;
    margin-top: 30px;
    max-width: 360px;
  }
  .jws_product_group .jws_product_slider_wap_item {
    max-width: 250px;
  }
}
.jws-countdown-animation > figure {
  width: auto !important;
  max-width: initial !important;
  margin-bottom: 30px !important;
}
.jws-countdown-animation figcaption {
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading);
  text-align: center;
  margin-top: 15px;
}
.jws-countdown-animation div {
  height: 68px !important;
  font-family: var(--font1);
}
.jws-countdown-animation ul {
  left: 13px;
}
.countdown-container {
  display: flex;
}
.jws-price-list .elementor-price-list-items {
  padding: 0;
  list-style-type: none;
}
.jws-price-list .elementor-price-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.jws-price-list .elementor-price-list-items li .image {
  width: 25%;
  text-align: center;
  margin-right: 40px;
}
.jws-price-list .elementor-price-list-items li .content {
  width: 100%;
}
.jws-price-list .elementor-price-list-items li .content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.jws-price-list .elementor-price-list-items li .content .description {
  text-transform: uppercase;
  font-size: 11px;
}
.jws-price-list .elementor-price-list-items li .content h6 {
  letter-spacing: 1px;
  margin: 0;
}
.jws-price-list .elementor-price-list-items li .content .price {
  font-size: 17px;
  color: var(--secondary);
}
.jws-price-list .elementor-price-list-items li .content .line {
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--body) 30%, rgba(255, 255, 255, 0) 0%);
  background-size: 6px 3px;
  margin: 0 10px;
  margin-top: 7px;
}
.elementor-widget-jws_image_carousel.jws-content-align-at-center .swiper-wrapper {
  align-items: center;
}
.elementor-widget-jws_image_carousel.jws-content-align-at-bottom .swiper-wrapper {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.jws-image_carousel .jws-image_carousel-image {
  text-align: center;
}
.schedule_navs .navs_list {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}
.jws-events_schedule-list .schedule_section:not(:last-child) {
  padding-bottom: 34px;
}
.jws-events_schedule-list .schedule_section:not(:first-child) {
  border-top: 1px solid #C4C4C4;
  padding-top: 70px;
}
.jws-events_schedule-list .schedule_section .day_number {
  color: var(--main);
  margin-bottom: 0px;
}
.jws-events_schedule-list .schedule_section .date {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.jws-events_schedule-list .schedule_section .hall a,
.jws-events_schedule-list .schedule_section .date,
.jws-events_schedule-list .schedule_section .localtion {
  color: #000;
}
.jws-events_schedule-list .schedule_section .hall {
  margin-bottom: 8px;
}
.jws-events_schedule-list .schedule_section .hall a {
  text-decoration: underline;
  text-decoration-color: var(--main);
}
.jws-events_schedule-list .schedule_section .schedule_item {
  display: flex;
  margin-bottom: 62px;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_speaker {
  flex: 0 0 180px;
  width: 100%;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_speaker .schedule_image {
  margin: 0 auto;
  max-width: 130px;
  width: 100%;
  height: 130px;
  border-radius: 100%;
  overflow: hidden;
  background: #FFD1D1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_speaker .speaker_info {
  text-align: center;
  margin-top: 15px;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_speaker .speaker_info .name_speaker {
  font-size: 16px;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_speaker .speaker_info .position {
  font-size: 14px;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content {
  padding-left: 36px;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content h4 {
  margin-bottom: 20px;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content .meta .time::before {
  content: "\E833";
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content .meta .room::before {
  content: "\E813";
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content .meta .time,
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content .meta .room {
  margin-top: 12px;
  font-weight: 700;
  color: var(--heading);
  margin-right: 34px;
  display: inline-flex;
}
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content .meta .time::before,
.jws-events_schedule-list .schedule_section .schedule_item .schedule_content .meta .room::before {
  font-family: 'jws_icon';
  font-size: 24px;
  font-weight: 400;
  color: var(--main);
  margin-right: 10px;
}
.jws-events_schedule-horizontal .schedule_item {
  margin-bottom: 20px;
}
.jws-events_schedule-horizontal .schedule_item .schedule_top {
  padding: 30px 9px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0;
}
.jws-events_schedule-horizontal .schedule_item .schedule_bottom {
  padding: 19px 26px;
  background: rgba(255, 255, 255, 0.04);
}
.jws-events_schedule-horizontal .schedule_item .schedule_bottom .description {
  color: #fff;
  opacity: 0.6;
}
.jws-events_schedule-horizontal .schedule_navs {
  overflow: hidden;
}
.jws-events_schedule-horizontal .schedule_navs .navs_list {
  padding: 0 35px;
  margin-bottom: 42px;
  scroll-behavior: smooth;
  overflow: hidden;
  display: flex;
  position: relative;
  overflow-x: scroll;
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.jws-events_schedule-horizontal .schedule_navs .navs_list::-webkit-scrollbar {
  display: none;
}
.jws-events_schedule-horizontal .schedule_navs .navs_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF33;
  min-width: 100vh;
}
.jws-events_schedule-horizontal .schedule_navs .navs_list li {
  position: relative;
  display: block;
  flex: none;
}
.jws-events_schedule-horizontal .schedule_navs .navs_list li a {
  display: block;
  padding: 21px 63px 16px 64px;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: transparent;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.jws-events_schedule-horizontal .schedule_navs .navs_list li a.active {
  color: var(--main);
  opacity: 1;
  border-color: #FFFFFF33;
  background: #3A3386;
  margin-bottom: -1px;
}
.jws-events_schedule-horizontal .schedule_section {
  display: none;
}
.jws-events_schedule-horizontal .schedule_section.active {
  display: block;
}
.jws-events_schedule-horizontal .schedule_bottom {
  display: none;
}
.jws-events_schedule-horizontal .schedule_bottom .decription {
  color: #fff;
  opacity: 0.6;
}
.jws-events_schedule-horizontal .schedule_top {
  position: relative;
}
.jws-events_schedule-horizontal .schedule_top .col-right {
  display: flex;
  align-items: center;
}
.jws-events_schedule-horizontal .schedule_top .col-right .schedule_speaker {
  max-width: 90px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
.jws-events_schedule-horizontal .schedule_top .col-right .schedule_speaker.svg_img {
  background-color: #fff;
}
.jws-events_schedule-horizontal .schedule_top .col-right .schedule_content {
  padding-left: 32px;
}
.jws-events_schedule-horizontal .schedule_top .col-right .schedule_content h5 {
  color: #fff;
}
.jws-events_schedule-horizontal .schedule_top .col-right .schedule_content .speaker_info {
  color: rgba(255, 255, 255, 0.4);
}
.jws-events_schedule-horizontal .schedule_top .col-right .schedule_content .speaker_info a {
  color: var(--main);
}
.jws-events_schedule-horizontal .schedule_top .date .left,
.jws-events_schedule-horizontal .schedule_top .date .right {
  display: inline-block;
}
.jws-events_schedule-horizontal .schedule_top .date .left {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  color: var(--main);
  padding-right: 10px;
}
.jws-events_schedule-horizontal .schedule_top .date .right .month {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.jws-events_schedule-horizontal .schedule_top .meta {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-top: 6px;
}
.jws-events_schedule-horizontal .schedule_top .meta .room:before {
  content: "\E813";
  font-family: jws_icon;
  font-size: 24px;
  color: #fff;
  margin-right: 6px;
}
.jws-events_schedule-horizontal .schedule_top .expand_action {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 0.2;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  cursor: pointer;
}
.jws-events_schedule-vertical .jws_events_schedule_inner {
  display: flex;
}
.jws-events_schedule-vertical .schedule_item:not(:last-child) {
  border-bottom: 2px solid rgba(113, 116, 136, 0.3);
  padding-bottom: 26px;
  margin-bottom: 40px;
}
.jws-events_schedule-vertical .schedule_item .col-right {
  text-align: right;
}
.jws-events_schedule-vertical .schedule_item .col-right .btn_event {
  margin-top: 28px;
  padding: 5px 20px;
  background: transparent;
  color: var(--btn-bgcolor);
  border: 2px solid var(--btn-bgcolor);
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.jws-events_schedule-vertical .schedule_item .col-right .btn_event:hover {
  color: #fff;
  background: var(--btn-bgcolor2);
  border-color: var(--btn-bgcolor2);
}
.jws-events_schedule-vertical .schedule_item .date {
  color: var(--heading);
  font-weight: 700;
}
.jws-events_schedule-vertical .schedule_item .room {
  color: var(--heading);
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.jws-events_schedule-vertical .schedule_item .room:before {
  content: "\E813";
  font-family: "jws_icon";
  font-size: 24px;
  font-weight: normal;
  color: var(--main);
  margin-right: 8px;
}
.jws-events_schedule-vertical .schedule_item .schedule_content h4 {
  margin-bottom: 12px;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker {
  display: flex;
  margin-top: 18px;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker .schedule_image {
  flex: 0 0 60px;
  width: 100%;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #FFD1D1;
  text-align: center;
  line-height: 60px;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker .schedule_image.svg img {
  width: 36px;
  height: 56px;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker .speaker_item {
  display: flex;
  align-items: center;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker .speaker_item:not(:last-child) {
  margin-right: 60px;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker .speaker_item .speaker_info {
  padding-left: 21px;
}
.jws-events_schedule-vertical .schedule_item .schedule_speaker .speaker_item .speaker_info .name_speaker {
  font-size: 16px;
}
.jws-events_schedule-vertical .schedule_navs {
  flex: 0 0 190px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li {
  margin-bottom: 20px;
  min-height: 190px;
  transform: rotate(-90deg);
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a {
  background: #fff;
  padding: 10px 15px;
  display: block;
  border: 1px solid var(--heading);
  position: relative;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a .pin_active {
  height: 10px;
  left: 50%;
  position: absolute;
  bottom: -9px;
  transform: translateX(-50%);
  width: 25px;
  opacity: 0;
  transition: opacity 0.3s;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a .pin_active:after {
  background: var(--main);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a.active {
  background: var(--main);
  border: transparent;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a.active .pin_active {
  transition: opacity 0.3s;
  opacity: 1;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a.active .day_number {
  color: #fff;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a .day_number {
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  color: var(--main);
  display: block;
}
.jws-events_schedule-vertical .schedule_navs .navs_list li a .date {
  font-weight: 700;
  color: var(--heading);
}
.jws-events_schedule-vertical .schedule_content_tab {
  width: calc(100% - 200px);
  display: inline-block;
}
.jws-events_schedule-vertical .schedule_section {
  display: none;
}
.jws-events_schedule-vertical .schedule_section.active {
  display: block;
}
.clicked .jws-events_schedule-horizontal .schedule_section.active {
  animation: fadeInUp 0.5s both;
}
.clicked .jws-events_schedule-vertical .schedule_section.active {
  animation: fadeInRight 0.5s both;
}
.jws-events_schedule-time_line .jws_timeline_line {
  width: 2px;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  background: var(--text);
  opacity: 0.3;
  height: 99%;
  top: 50%;
}
.jws-events_schedule-time_line .jws_timeline_circle {
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: var(--main);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.jws-events_schedule-time_line .jws_timeline_circle::before,
.jws-events_schedule-time_line .jws_timeline_circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  padding-left: 5px;
  border-radius: 100%;
  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;
  display: block;
}
.jws-events_schedule-time_line .jws_timeline_circle::before {
  background: var(--main);
  opacity: 0.1;
  width: 60px;
  height: 60px;
}
.jws-events_schedule-time_line .schedule_speaker {
  text-align: right;
  padding-right: 92px;
}
.jws-events_schedule-time_line .schedule_content {
  text-align: left;
  padding-left: 92px;
}
.jws-events_schedule-time_line .schedule_item {
  align-items: center;
  position: relative;
}
.jws-events_schedule-time_line .schedule_item:hover .jws_timeline_circle::after {
  border: 1px solid var(--main);
  width: 80px;
  height: 80px;
}
.jws-events_schedule-time_line .schedule_item:not(:last-child) {
  margin-bottom: 50px;
}
.jws-events_schedule-time_line .schedule_item .time {
  font-size: 14px;
  line-height: 22px;
}
.jws-events_schedule-time_line .schedule_item .schedule_image {
  position: relative;
  display: inline-block;
  box-shadow: 6px 7px 0px #FAB408;
  border-radius: 5px;
  margin-right: 6px;
  text-align: right;
}
.jws-events_schedule-time_line .schedule_item .schedule_image img {
  border-radius: 5px;
}
.jws-events_schedule-time_line .schedule_item .speaker_info {
  margin-top: 20px;
  text-align: left;
}
.jws-events_schedule-time_line .schedule_item .speaker_info .position {
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
}
.jws-events_schedule-time_line .odd .schedule_content {
  text-align: right;
  padding-left: 0px;
  padding-right: 92px;
}
.jws-events_schedule-time_line .odd .schedule_image {
  margin-left: 6px;
  box-shadow: -6px 7px 0px var(--secondary);
}
.jws-events_schedule-time_line .odd .schedule_speaker {
  order: 12;
  text-align: left;
  padding-left: 92px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item .schedule_content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .jws-events_schedule-horizontal .schedule_top .col-right {
    margin-top: 20px;
  }
  .jws-events_schedule-vertical .schedule_item:not(:last-child) {
    padding-bottom: 40px;
  }
  .jws-events_schedule-vertical .schedule_item .schedule_speaker .speaker_item:not(:last-child) {
    margin-right: 30px;
  }
  .jws-events_schedule-vertical .schedule_item .col-right {
    text-align: left;
  }
  .jws-events_schedule-vertical .schedule_item .date {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .jws-events_schedule-horizontal .schedule_navs .navs_list::before {
    width: 100vh;
  }
  .jws-events_schedule-vertical .schedule_content_tab {
    width: 100%;
  }
  .jws-events_schedule-vertical .schedule_item .speaker_item:not(:last-child) {
    margin-bottom: 18px;
    margin-right: 0px;
  }
  .jws-events_schedule-vertical .schedule_item .schedule_speaker {
    flex-wrap: wrap;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item:first-child {
    margin-top: 40px;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item .schedule_speaker {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item .schedule_speaker .speaker_info {
    text-align: left;
    margin-top: 12px;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item .schedule_speaker .schedule_image {
    width: 130px;
    margin: 0 0;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item .schedule_content {
    padding-left: 0px;
  }
  .jws-events_schedule-list .jws_events_schedule_item .jws_events_schedule_inner .schedule_section .schedule_item .schedule_content h4 {
    margin-bottom: 14px;
  }
  .jws-events_schedule-time_line .jws_timeline_line {
    left: 15px;
    height: 98%;
  }
  .jws-events_schedule-time_line .jws_timeline_circle {
    left: 15px;
    width: 15px;
    height: 15px;
  }
  .jws-events_schedule-time_line .schedule_speaker {
    margin-bottom: 16px;
    order: 1;
  }
  .jws-events_schedule-time_line .odd .schedule_content,
  .jws-events_schedule-time_line .odd .schedule_speaker,
  .jws-events_schedule-time_line .schedule_content,
  .jws-events_schedule-time_line .schedule_speaker {
    padding-left: 40px;
    padding-right: 0px;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .jws-events_schedule-vertical .jws_events_schedule_inner {
    flex-wrap: wrap;
  }
  .jws-events_schedule-vertical .jws_events_schedule_inner .schedule_navs {
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
  .jws-events_schedule-vertical .jws_events_schedule_inner .schedule_navs .navs_list li {
    min-height: auto;
    transform: rotate(0deg);
  }
  .jws-events_schedule-vertical .jws_events_schedule_inner .schedule_navs .navs_list li a .pin_active {
    opacity: 0;
  }
  .jws-events_schedule-horizontal .schedule_top .col-right {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
  }
  .jws-events_schedule-horizontal .schedule_top .col-right .schedule_content {
    padding-left: 0;
    margin-top: 10px;
  }
}
.events_top_filter .search_heading {
  margin-bottom: 16px;
}
.events_top_filter .btn_event_filter {
  display: none;
}
.events_top_filter h5 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
}
.events_top_filter form .row {
  align-items: end;
}
.events_top_filter form .row > div {
  margin-bottom: 20px;
}
.events_top_filter form select {
  color: var(--heading);
  padding: 0px 15px;
}
.events_top_filter form .select2-container .select2-selection--single {
  border-radius: 5px;
  background-color: #ffffff;
}
.events_top_filter form .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -22px;
}
.events_top_filter form .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--heading);
  padding: 0px 35px 0 15px;
}
.events_top_filter form label {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
}
.events_top_filter form button.events_filter {
  background: var(--btn-bgcolor2);
  color: var(--btn-color);
  min-height: 50px;
  padding: 0 53px;
  border: transparent;
  width: 100%;
}
.jws_events_search form {
  padding: 31px 144px 31px 30px;
  position: relative;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07000000000000001);
}
.jws_events_search form button[type="submit"] {
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 80px;
  height: 80px;
  background: var(--btn-bgcolor2);
  border: transparent;
  color: var(--btn-color);
  font-size: 24px;
  font-weight: 400;
}
.jws_events_search form button[type="submit"] .btn_search {
  display: none;
}
.jws_events_search .field_filter label {
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 4px;
}
.jws_events_search .field_filter .select2-container--default .select2-selection--single {
  border: transparent;
  border-bottom: 1px solid rgba(113, 116, 136, 0.33);
  padding: 0px 35px 0px 0px;
  font-size: 18px;
  height: 40px;
}
.jws_events_search .field_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.jws_events_search .field_filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -22px;
  margin-top: -5px;
}
.jws_events_search .field_filter select,
.jws_events_search .field_filter input {
  border-radius: 0px;
  border: transparent;
  border-bottom: 1px solid rgba(113, 116, 136, 0.33);
  padding: 0px 0px 0px;
  font-size: 18px;
  min-height: 40px;
}
.jws_events_search .field_filter select:focus-visible,
.jws_events_search .field_filter input:focus-visible {
  outline: none;
}
@media (max-width: 766px) {
  .events_top_filter form .row > div {
    margin-bottom: 16px;
  }
  .jws_events_search form {
    padding: 16px 16px 18px;
  }
  .jws_events_search form .field_filter input,
  .jws_events_search form .field_filter select + span {
    margin-bottom: 24px;
  }
  .jws_events_search form button[type="submit"] {
    position: relative;
    transform: translateY(0);
    width: 100%;
    right: 0px;
    height: 50px;
  }
  .jws_events_search form button[type="submit"] .btn_search {
    font-size: 16px;
    display: inline-block;
    margin-right: 16px;
    font-weight: 700;
  }
}
/* Widget for woocommerce */
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-widget-jws_mini_cart {
  height: auto;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart {
  height: inherit;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav {
  height: inherit;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a {
  height: inherit;
  display: flex;
  align-items: center;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a .cart_icon {
  position: relative;
  vertical-align: middle;
  line-height: 100%;
  fill: var(--primary-color);
}
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax {
  display: block;
}
.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 {
  position: relative;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-mini-cart-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.jws-cart-sidebar {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px -4px rgba(37, 66, 92, 0.25);
  border-radius: 5px;
  position: absolute;
  top: 100%;
  right: -30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -ms-box-shadow: 0px 4px 30px -4px rgba(37, 66, 92, 0.25);
  -moz-box-shadow: 0px 4px 30px -4px rgba(37, 66, 92, 0.25);
  -o-box-shadow: 0px 4px 30px -4px rgba(37, 66, 92, 0.25);
  -webkit-box-shadow: 0px 4px 30px -4px rgba(37, 66, 92, 0.25);
  max-height: 100vh;
  min-width: 360px;
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 31px 30px 41px;
}
.jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding-top: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  font-weight: 600;
  margin: 16px 0px;
  border-top: 1px solid var(--light);
  padding-top: 16px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
  color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .row {
  margin: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  padding: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:first-child {
  padding-right: 6px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:last-child {
  padding-left: 6px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display: block;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  background: var(--btn-bgcolor2);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: var(--font2);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a.edit-cart {
  background: var(--btn-bgcolor);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover.checkout,
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover.edit-cart {
  background: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  position: relative;
  max-height: 50vh;
  overflow: auto;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ada9a9;
}
.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;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  color: var(--heading);
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  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 {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}
.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 70px;
  max-width: 70px;
  margin-right: 16px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  display: inline-block;
  font-family: var(--font2);
  line-height: 24px;
  font-weight: 700;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content span.woocommerce-Price-amount.amount {
  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-item-price {
  font-weight: 600;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  transform: translatey(-50%);
  top: 50%;
  opacity: 0.6;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  right: 0;
  display: inline-block;
  position: absolute;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 18px;
  top: 9px;
  left: 0;
  margin-top: -1px;
  background: var(--btn-bgcolor2);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax {
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div {
  display: inline-block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div > span {
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #d8d8d8;
  display: block;
  border-radius: 100%;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:hover .remove {
  opacity: 1;
}
.jws_mini_cart {
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a {
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  font-size: 14px;
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-right: 5px;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  position: absolute;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -5px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.jws_mini_cart:hover .jws-mini-cart-wrapper {
  pointer-events: auto;
}
.jws_mini_cart:hover .jws-cart-sidebar:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1251px) {
  .jws_mini_cart:hover .jws-mini-cart-wrapper {
    opacity: 1;
  }
}
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail,
body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .jws_mini_cart .jws-mini-cart-wrapper {
    display: none;
  }
  .jws_mini_cart > .jws-cart-nav a .cart_text {
    display: none;
  }
}
.vertical-header .elementor-widget-jws_mini_cart {
  height: auto;
}
.vertical-header .elementor-widget-jws_mini_cart .jws-mini-cart-wrapper {
  display: none !important;
}
.jws_wishlist > .jws-wishlist-nav a {
  position: relative;
  display: block;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_icon {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 30px;
  color: #ffffff;
  margin-right: 3px;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_text {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  line-height: 11px;
  letter-spacing: 0.5px;
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -6px;
  right: -9px;
  position: absolute;
  background: var(--main);
  color: var(--heading);
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count .blockUI {
  display: none !important;
}
.events_wishlist_container.empty .events_element {
  justify-content: center;
  text-align: center;
}
.events_wishlist_container .return-to-shop {
  margin-top: 16px;
}
.events_wishlist_container .image_empty {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://kalcium.net/wp-content/themes/seatevent/assets/image/Ticket.svg');
}
/* Widget for wordpress */
.jws_categories .cate_title {
  margin-bottom: 15px;
}
.jws_categories .jws_list_categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_categories .jws_list_categories .cat-item {
  display: flex;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a {
  color: var(--main2);
  padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a:before {
  width: 100%;
}
.jws_categories.skin_with_bg .jws_list_categories li a {
  position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a span {
  position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a:before {
  background: var(--main3);
  width: 0;
  height: 100%;
  transition: .3s all;
  content: "";
  left: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 3px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover {
  color: var(--main2);
  padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover:before {
  width: 100%;
}
.jws_categories.skin_with_border .jws_list_categories li.current-cat a {
  padding: 0 7px;
}
.jws_categories.skin_with_border .jws_list_categories li.current-cat a:before {
  transform: scaley(1);
  -webkit-transform: scaley(1);
}
.jws_categories.skin_with_border .jws_list_categories li a {
  z-index: 1;
  position: relative;
}
.jws_categories.skin_with_border .jws_list_categories li a:before {
  content: "";
  height: 10px;
  background: var(--main);
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  transition: 0.3s all;
  transform: scaley(0);
  -webkit-transform: scaley(0);
}
.jws_categories.skin_with_border .jws_list_categories li a:hover {
  padding: 0 7px;
}
.jws_categories.skin_with_border .jws_list_categories li a:hover:before {
  transform: scaley(1);
  -webkit-transform: scaley(1);
}
.jws_categories.skin_with_icon .jws_list_categories li {
  font-family: var(--font1);
  font-size: 14px;
  color: #848484;
  margin-bottom: 8px;
}
.jws_categories.skin_with_icon .jws_list_categories li.current-cat a {
  color: var(--main);
}
.jws_categories.skin_with_icon .jws_list_categories li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 32px;
  vertical-align: middle;
}
.jws_categories.skin_with_icon .jws_list_categories li a {
  color: var(--colorbody);
}
.jws_categories.skin_with_icon .jws_list_categories li a:hover {
  color: var(--main);
}
.widget_product_tag_cloud .tag_title,
.post-tags .tag_title,
.tagcloud-list .tag_title {
  margin-bottom: 20px;
}
.widget_product_tag_cloud a,
.post-tags a,
.tagcloud-list a {
  font-size: 14px;
  color: var(--text);
  border: 1px solid rgba(66, 84, 102, 0.2);
  display: inline-block;
  padding: 5px 15px;
  margin: 0 5px 12px 0;
  border-radius: 5px;
}
.widget_product_tag_cloud a:hover,
.post-tags a:hover,
.tagcloud-list a:hover {
  color: var(--secondary);
  border-color: var(----secondary);
}
.post-tags span {
  margin-right: 20px;
}
.elementor-widget-wp-widget-archives ul li a {
  border: 1px solid rgba(66, 84, 102, 0.2);
  padding: 5px 15px;
}
.elementor-widget-wp-widget-archives ul li a:hover {
  color: var(--text);
}
/* Single Speaker*/
.single-speaker-container {
  margin-bottom: 80px;
}
.single-speaker-container .content_header {
  margin-top: -82%;
}
.single-speaker-container .content_header .jws_speaker_image {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
.single-speaker-container .content_header .jws_speaker_content {
  margin-top: 32px;
}
.single-speaker-container .content_header .jws_speaker_content .speaker_job {
  font-size: 14px;
  color: var(--main);
}
.single-speaker-container .content_header .social_media .speaker-icon-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.single-speaker-container .content_header .social_media .speaker-icon-list li {
  display: inline-block;
  padding: 0 5px;
}
.single-speaker-container .content_header .social_media .speaker-icon-list li:first-child {
  padding-left: 0px;
}
.single-speaker-container .content_header .social_media .speaker-icon-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--main);
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-speaker-container .content_header .social_media .speaker-icon-list li a:hover {
  background: #58B5FE;
}
.single-speaker-container .speaker_content {
  margin-top: 54px;
  padding-left: 130px;
}
.single-speaker-container .speaker_content .schedule_event .title {
  margin-bottom: 26px;
}
.single-speaker-container .speaker_content .schedule_event .event_date {
  background: var(--secondary);
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 25px 22px;
  margin-bottom: 50px;
}
.single-speaker-container .speaker_content .schedule_event .event_date .jws-icon-calendar {
  padding-right: 12px;
}
.single-speaker-container .speaker_content .schedule_event .event_date .day_number {
  padding-right: 14px;
  color: #fff;
  margin-bottom: 0;
}
.single-speaker-container .speaker_content .schedule_event .event_date .date {
  opacity: 0.6;
}
.single-speaker-container .speaker_content .schedule_event .event_list {
  border-bottom: 2px solid rgba(113, 116, 136, 0.1);
  padding-bottom: 46px;
}
.single-speaker-container .speaker_content .schedule_event .event_list:last-child {
  border-bottom: none;
}
.single-speaker-container .speaker_content .schedule_event .event_list .decription {
  margin-bottom: 16px;
}
.single-speaker-container .speaker_content .schedule_event .event_list .meta {
  color: var(--heading);
  font-weight: 700;
}
.single-speaker-container .speaker_content .schedule_event .event_list .meta .time::before,
.single-speaker-container .speaker_content .schedule_event .event_list .meta .room::before {
  padding-right: 10px;
  font-size: 24px;
  color: var(--main);
  font-family: "jws_icon";
  font-weight: 400;
}
.single-speaker-container .speaker_content .schedule_event .event_list .meta .time {
  margin-right: 40px;
}
.single-speaker-container .speaker_content .schedule_event .event_list .meta .time::before {
  content: '\e833';
}
.single-speaker-container .speaker_content .schedule_event .event_list .meta .room::before {
  content: '\e813';
}
.single-speaker-container .speaker_content .schedule_event {
  margin-top: 48px;
}
.single-speaker-container .post-related h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-speaker-container .speaker_content {
    padding-left: 10px;
    margin-top: 40px;
  }
  .single-speaker-container .speaker_content .schedule_event {
    margin-top: 40px;
  }
  .single-speaker-container .speaker_content .schedule_event .event_date {
    padding: 23px 16px;
    margin-bottom: 30px;
  }
  .single-speaker-container .speaker_content .schedule_event .event_list .meta .time {
    margin-right: 30px;
  }
  .single-speaker-container .speaker_content .schedule_event .event_list .decription {
    margin-bottom: 12px;
  }
  .single-speaker-container .speaker_content .schedule_event .title {
    margin-bottom: 16px;
  }
  .single-speaker-container .content_header {
    margin-top: -180px;
  }
}
@media (min-width: 1024px) {
  .single-speaker-container .is_stuck .content_header {
    margin-top: 0;
  }
}
/* Single Events*/
.single_events {
  margin-top: 62px;
  margin-bottom: 90px;
}
.single_events .jws-filter-modal .events_detail_meta > div {
  margin-bottom: 68px;
}
.single_events .jws-filter-modal .events_detail_meta > div.events_organizers h5 {
  margin-bottom: 28px;
}
.single_events .jws-filter-modal h5 {
  margin-bottom: 7px;
}
.single_events .jws-filter-modal .events_buy .events_buy_now {
  display: block;
  padding: 18px 47px;
  background: var(--btn-bgcolor2);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: var(--btn-color);
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}
.single_events .jws-filter-modal .events_date_time .date,
.single_events .jws-filter-modal .events_date_time .time {
  color: var(--heading);
}
.single_events .jws-filter-modal .events_date_time .time_zone {
  color: var(--body);
  margin-left: 10px;
}
.single_events .jws-filter-modal .events_date_time .add_to_calendar {
  margin-top: 10px;
  text-decoration: underline;
  color: var(--secondary);
  position: relative;
}
.single_events .jws-filter-modal .events_location p {
  margin-bottom: 20px;
  margin-top: 0px;
}
.single_events .jws-filter-modal .events_location a {
  text-decoration: underline;
  color: var(--secondary);
}
.single_events .jws-filter-modal .events_organizers h3 {
  margin-bottom: 30px;
}
.single_events .jws-filter-modal .events_organizers .organizers_list .organizers_item {
  margin-bottom: 40px;
}
.single_events .jws-filter-modal .events_organizers .organizers_top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
}
.single_events .jws-filter-modal .events_organizers .organizers_top img {
  max-width: 60px;
  border-radius: 100%;
}
.single_events .jws-filter-modal .events_organizers .organizers_top h6 {
  margin-left: 20px;
  margin-bottom: 0px;
}
.single_events .jws-filter-modal .events_organizers .organizers_info > div {
  margin-bottom: 8px;
}
.single_events .jws-filter-modal .events_organizers .organizers_info > div.mail a,
.single_events .jws-filter-modal .events_organizers .organizers_info > div.website a {
  color: var(--main);
}
.single_events .jws-filter-modal .events_organizers .organizers_info span {
  color: var(--heading);
  width: 80px;
  display: inline-block;
}
.single_events .post_content .jws_post_image {
  margin-bottom: 38px;
  position: relative;
}
.single_events .post_content .jws_post_image a.events_wishlist {
  font-size: 20px;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--main);
  top: 13px;
  right: 16px;
}
.single_events .post_content .jws_post_image a.events_wishlist.added .fa-heart::before {
  font-family: 'jws_icon';
  content: "\e839";
  font-size: 24px;
}
.single_events .post_content .jws_post_image a.events_wishlist span {
  display: none;
}
.single_events .post_content .jws_post_image img {
  border-radius: 5px;
}
.single_events .post_content .jws_post_content .shedule_section {
  margin-top: 30px;
}
.single_events .post_content .schedule_navs {
  margin-top: 24px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.single_events .post_content .schedule_navs .navs_list {
  display: flex;
  border: 1px solid rgba(113, 116, 136, 0.6);
  border-radius: 5px;
  scrollbar-width: none;
  overflow-x: scroll;
}
.single_events .post_content .schedule_navs .navs_list::-webkit-scrollbar {
  display: none;
}
.single_events .post_content .schedule_navs .navs_list li {
  flex: none;
}
.single_events .post_content .schedule_navs .navs_list li a {
  padding: 16px 32px 21px;
  display: block;
}
.single_events .post_content .schedule_navs .navs_list li a.active {
  background-color: var(--main);
}
.single_events .post_content .schedule_navs .navs_list li a.active .day_number {
  color: #fff;
}
.single_events .post_content .schedule_navs .navs_list li a.active .date {
  color: rgba(255, 255, 255, 0.6);
}
.single_events .post_content .schedule_navs .navs_list li a span {
  display: block;
}
.single_events .post_content .schedule_navs .navs_list li a span.day_number {
  font-weight: 700;
  font-size: 22.5px;
  line-height: 30px;
}
.single_events .post_content .schedule_content_tab .schedule_item {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(113, 116, 136, 0.1);
  padding-top: 36px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_inner {
  max-width: 650px;
  padding-left: 35px;
}
.single_events .post_content .schedule_content_tab .schedule_item .decription {
  margin-top: 18px;
  margin-bottom: 14px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker,
.single_events .post_content .schedule_content_tab .schedule_item .date,
.single_events .post_content .schedule_content_tab .schedule_item .room {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.single_events .post_content .schedule_content_tab .schedule_item .date,
.single_events .post_content .schedule_content_tab .schedule_item .room {
  color: var(--heading);
  font-weight: 700;
}
.single_events .post_content .schedule_content_tab .schedule_item .date::before,
.single_events .post_content .schedule_content_tab .schedule_item .room::before {
  font-weight: 400;
  font-family: 'jws_icon';
  font-size: 24px;
  color: var(--main);
  padding-right: 9px;
}
.single_events .post_content .schedule_content_tab .schedule_item .room::before {
  content: "\e813";
}
.single_events .post_content .schedule_content_tab .schedule_item .date {
  margin-right: 42px;
}
.single_events .post_content .schedule_content_tab .schedule_item .date::before {
  content: "\e833";
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker {
  margin-right: 30px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .speaker_item {
  display: flex;
  align-items: center;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .speaker_item:not(:first-child) {
  margin-top: 12px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .schedule_image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #FFD1D1;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .schedule_image.img_svg {
  margin-right: 10px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .schedule_image.img_svg img {
  width: 36px;
  height: 60px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .speaker_info h6 {
  font-size: 16px;
  margin-bottom: 0px;
}
.single_events .post_content .schedule_content_tab .schedule_item .schedule_speaker .speaker_info .position {
  font-size: 14px;
  line-height: 22px;
}
.single_events .post_content .speaker_section {
  margin-top: 50px;
}
.single_events .post_content .speaker_section .short_description {
  margin-top: 11px;
}
.single_events .post_content .speaker_section .jws-speaker-archive {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.single_events .post_content .speaker_section .jws-speaker-archive .jws_speaker_item {
  margin-bottom: 30px;
}
.single_events .post_content .speaker_section .jws-speaker-archive .jws_speaker_item .jws_speaker_inner .jws_speaker_content .speaker_job {
  margin-top: 15px;
}
.single_events .post_content .speaker_section .jws-speaker-archive a.btn_all_speaker {
  position: relative;
  padding: 14px 30px;
  border: 2px solid var(--body);
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
}
.single_events .post_content .speaker_section .jws-speaker-archive a.btn_all_speaker:hover {
  border-color: var(--secondary);
}
.single_events .post_content .speaker_section .jws-speaker-archive a.btn_all_speaker.loading span {
  opacity: 0;
}
.single_events .post_content .speaker_section .jws-speaker-archive a.btn_all_speaker.loading .loader {
  margin-top: 0px;
}
.single_events .post_content .speaker_section .jws-speaker-archive a.btn_all_speaker.loading .loader .path {
  stroke: #000;
}
.single_events .post_content .speaker_section .jws-speaker-archive a.btn_all_speaker.auto_load_more {
  opacity: 0;
}
.single_events .post_content .tour_section #map-canvas {
  margin-top: 30px;
}
.single_events .post_content .single_post_meta {
  margin-top: 50px;
  align-items: baseline;
}
.single_events .post_content .single_post_meta .post-tags a {
  margin: 0 10px 10px 0;
}
.single_events .post_content .single_post_meta .jws-share {
  position: relative;
  overflow: hidden;
  text-align: right;
}
.single_events .post_content .single_post_meta .jws-share span.addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  font-size: 14px;
  transition: 0.5s all;
  opacity: 0;
  transform: translatex(70%);
  -webkit-transform: translatex(70%);
  z-index: -1;
}
.single_events .post_content .single_post_meta .jws-share button {
  border: none;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
}
.single_events .post_content .single_post_meta .jws-share.opened .addthis_inline_share_toolbox {
  transition: 0.5s all;
  opacity: 1;
  z-index: 1;
  transform: translatex(-70%);
  -webkit-transform: translatex(-70%);
}
.single_events footer .events_element.layout-classic.post_related_slider {
  margin-left: -15px;
  margin-right: -15px;
}
.single_events footer .events_element.layout-classic.post_related_slider .jws_events_item .events_inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07000000000000001);
}
.single_events footer .post-related {
  margin-top: 84px;
}
.single_events footer .post-related h3 {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .single_events .post_sidebar .main-sidebar {
    padding-left: 60px;
    padding-top: 22px;
  }
}
@media (max-width: 991px) {
  .single_events .post_sidebar.sidebar-has_sidebar.main-sidebar {
    padding-top: 40px;
  }
  .single_events .post_sidebar.sidebar-has_sidebar.main-sidebar .jws_sticky_move {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }
  .single_events .post_sidebar.sidebar-has_sidebar.main-sidebar .jws_sticky_move .jws-filter-modal {
    position: relative;
    display: block;
  }
  .single_events .post_sidebar.sidebar-has_sidebar.main-sidebar .jws_sticky_move .jws-filter-modal .modal-content {
    max-width: 100%;
    width: 100%;
    position: unset;
    transform: translateX(0px);
    opacity: 1;
    padding: 0px;
  }
  .single_events .post_sidebar.sidebar-has_sidebar.main-sidebar .jws_sticky_move .jws-filter-modal .modal-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .single_events .post_content .schedule_content_tab .schedule_item .schedule_inner {
    padding-left: 25px;
  }
  .single_events .post_content .schedule_content_tab .schedule_item .schedule_inner .schedule_speaker {
    display: block;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .single_events .post_content .schedule_content_tab .schedule_item .schedule_inner .date {
    margin-right: 20px;
  }
  .single_events footer .post-related {
    margin-top: 50px;
  }
  .events-view-main .events_payment .events_price_list tr td:nth-child(2) {
    padding: 15px 30px;
  }
}
@media (max-width: 766px) {
  .single_events .post_content .single_post_meta .jws-share {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .events-view-main .events_payment .events_price_list tr td {
    display: block;
  }
  .events-view-main .events_payment .events_price_list tr td:nth-child(2) {
    padding: 15px 15px;
    display: inline-block;
  }
  .events-view-main .events_payment .events_price_list tr td:last-child {
    float: right;
  }
}
@media (max-width: 300px) {
  .events-view-main .events_payment .ticket_price {
    padding: 47px 20px 52px;
  }
  .events-view-main .events_payment .ticket_price .events_price_list tr td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .events-view-main .events_payment .ticket_price .events_price_list tr td:first-child {
    padding-top: 20px;
  }
  .events-view-main .events_payment .ticket_price .events_price_list tr td:last-child {
    float: unset;
    padding-bottom: 20px;
  }
  .events-view-main .events_payment .ticket_price .events_price_list tr td:last-child .jws-quantity-wrap {
    max-width: 100%;
    width: 100%;
  }
}
/* Single Blog */
.single-blog {
  padding: 0px 0 100px;
}
.single-blog.sidebar_right .post_sidebar {
  padding-left: 60px;
}
.single-blog.sidebar_left .post_sidebar {
  padding-right: 60px;
}
.single-blog.layout_layout2 .jws-post-gallery .jws-carousel-btn,
.single-blog.layout_layout1 .jws-post-gallery .jws-carousel-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  border: 1px solid #ffffff;
  line-height: 50px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.single-blog.layout_layout2 .jws-post-gallery .jws-carousel-btn.prev-item,
.single-blog.layout_layout1 .jws-post-gallery .jws-carousel-btn.prev-item {
  left: 30px;
  transform: rotate(-180deg);
}
.single-blog.layout_layout2 .jws-post-gallery .jws-carousel-btn.next-item,
.single-blog.layout_layout1 .jws-post-gallery .jws-carousel-btn.next-item {
  right: 30px;
}
.single-blog.layout_layout2 .video_format a,
.single-blog.layout_layout1 .video_format a {
  display: inline-block;
  position: relative;
  transition: 0s all;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.single-blog.layout_layout2 .video_format a:after,
.single-blog.layout_layout1 .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(102%);
  height: calc(102%);
}
.single-blog.layout_layout2 .jws-post-quote .quote_name,
.single-blog.layout_layout1 .jws-post-quote .quote_name {
  font-weight: 700;
  color: var(--main);
}
.single-blog.layout_layout2 .jws-post-quote .post_title,
.single-blog.layout_layout1 .jws-post-quote .post_title,
.single-blog.layout_layout2 .jws-post-link .post_title,
.single-blog.layout_layout1 .jws-post-link .post_title {
  font-size: 28px;
  line-height: 37.2px;
}
.single-blog.layout_layout2 .jws-post-quote h1,
.single-blog.layout_layout1 .jws-post-quote h1,
.single-blog.layout_layout2 .jws-post-link h1,
.single-blog.layout_layout1 .jws-post-link h1,
.single-blog.layout_layout2 .jws-post-quote a,
.single-blog.layout_layout1 .jws-post-quote a,
.single-blog.layout_layout2 .jws-post-link a,
.single-blog.layout_layout1 .jws-post-link a,
.single-blog.layout_layout2 .jws-post-quote span,
.single-blog.layout_layout1 .jws-post-quote span,
.single-blog.layout_layout2 .jws-post-link span,
.single-blog.layout_layout1 .jws-post-link span {
  color: #fff;
}
.single-blog.layout_layout2 .jws-post-quote span,
.single-blog.layout_layout1 .jws-post-quote span,
.single-blog.layout_layout2 .jws-post-link span,
.single-blog.layout_layout1 .jws-post-link span {
  font-size: 80px;
  line-height: 1;
  opacity: 0.6;
}
.single-blog.layout_layout2 header .jws-post-info,
.single-blog.layout_layout1 header .jws-post-info {
  padding-right: 60px;
}
.single-blog.layout_layout2 .entry_content,
.single-blog.layout_layout1 .entry_content {
  padding-top: 26px;
}
.single-blog.layout_layout2 .entry_content .content,
.single-blog.layout_layout1 .entry_content .content {
  max-width: 775px;
  margin: auto 0px auto auto;
}
.single-blog.layout_layout1 .jws_post_image_inner .post_thumbnail {
  position: relative;
}
.single-blog.layout_layout1 .jws_post_image_inner .post_thumbnail .video_format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.single-blog.layout_layout1 header .jws-post-quote,
.single-blog.layout_layout1 header .jws-post-link {
  padding: 40px 55px;
  background: var(--heading);
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.single-blog.layout_layout1 header .jws-post-quote span,
.single-blog.layout_layout1 header .jws-post-link span {
  padding-right: 30px;
}
.single-blog.layout_layout2 .post_thumbnail_gallery {
  position: relative;
  width: 100%;
  height: 100%;
}
.single-blog.layout_layout2 .post_thumbnail_gallery .jws-post-gallery {
  max-height: 100%;
}
.single-blog.layout_layout2 .post_thumbnail_gallery .jws-post-gallery::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #300f34 0%, #300f34 0.01%, rgba(25, 7, 28, 0) 34.9%, rgba(32, 9, 35, 0.37) 46.88%, #300f34 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.single-blog.layout_layout2 .post_thumbnail_gallery .jws-post-gallery img {
  width: 100%;
}
.single-blog.layout_layout2.single_link .post-no-thumbnail .jws_post_image_inner .post_thumbnail:before,
.single-blog.layout_layout2.single_quote .post-no-thumbnail .jws_post_image_inner .post_thumbnail:before,
.single-blog.layout_layout2.single_link .jws_post_header .jws_post_image_inner .post_thumbnail:before,
.single-blog.layout_layout2.single_quote .jws_post_header .jws_post_image_inner .post_thumbnail:before {
  background: linear-gradient(180deg, #300f34 0%, #300f34 100%, rgba(25, 7, 28, 0) 34.9%, rgba(32, 9, 35, 0.37) 46.88%, #300f34 100%);
}
.single-blog.layout_layout2 .jws-post-quote span,
.single-blog.layout_layout2 .jws-post-link span {
  padding-bottom: 30px;
}
.single-blog.layout_layout2 .jws_post_header {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  margin-bottom: 62px;
}
.single-blog.layout_layout2 .jws_post_header .jws_post_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-blog.layout_layout2 .jws_post_header .jws_post_image_inner .post_thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}
.single-blog.layout_layout2 .jws_post_header .jws_post_image_inner .post_thumbnail:before {
  background: linear-gradient(180deg, #300f34 0%, #300f34 0.01%, rgba(25, 7, 28, 0) 34.9%, rgba(32, 9, 35, 0.37) 46.88%, #300f34 100%);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  position: absolute;
}
.single-blog.layout_layout2 .jws_post_header .jws_post_image_inner .post_thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.single-blog.layout_layout2 .jws_post_header .single_post_title {
  position: relative;
  text-align: center;
  padding-top: 205px;
  padding-bottom: 88px;
  z-index: 2;
}
.single-blog.layout_layout2 .jws_post_header .single_post_title .breadcrumb .delimiter,
.single-blog.layout_layout2 .jws_post_header .single_post_title .breadcrumb a {
  opacity: 0.6;
}
.single-blog.layout_layout2 .jws_post_header .single_post_title .breadcrumb .delimiter,
.single-blog.layout_layout2 .jws_post_header .single_post_title .breadcrumb a,
.single-blog.layout_layout2 .jws_post_header .single_post_title .breadcrumb .current {
  font-weight: 500;
  color: #fff;
}
.single-blog.layout_layout2 .jws_post_header .single_post_title .post-title {
  color: #fff;
  margin-bottom: 16px;
}
.single-blog.layout_layout2 .post_content .jws_post_meta {
  margin-top: 0px;
}
.single-blog header .jws_post_meta {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.single-blog header .jws_post_meta .dot {
  display: inline-block;
  margin: 0 12px;
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  border-radius: 50px;
  vertical-align: middle;
}
.single-blog header .jws_post_meta a {
  color: var(--body);
}
.single-blog header .jws_post_meta a:hover {
  color: var(--heading);
}
.single-blog header .jws_post_meta .post_cat a {
  color: var(--main);
}
.single-blog .post_share.jws_sticky {
  position: absolute;
}
.single-blog .post_share.jws_sticky span.share-label {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.single-blog .post_share.jws_sticky .product-share {
  width: 44px;
  text-align: center;
  position: static;
}
.single-blog .post_share.jws_sticky .product-share .addthis_inline_share_toolbox a {
  display: block;
  margin-right: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-color: var(--heading);
  border-radius: 100%;
  line-height: 40px;
  color: #fff;
  transition: background-color 0.3s linear;
}
.single-blog .post_share.jws_sticky .product-share .addthis_inline_share_toolbox a:hover {
  background-color: var(--main);
}
.single-blog .entry_content {
  position: relative;
}
.single-blog .single_post_meta {
  margin-top: 25px;
}
.single-blog .single_post_meta.row {
  align-items: center;
}
.single-blog .single_post_meta .post_tags .post-tags a {
  margin: 0 10px 10px 0;
}
.single-blog .single_post_meta .post_share {
  text-align: right;
}
.single-blog .single_post_meta .post_share .jws-share {
  position: relative;
  overflow: hidden;
}
.single-blog .single_post_meta .post_share .jws-share > button {
  border: none;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
}
.single-blog .single_post_meta .post_share .jws-share > button .share {
  font-size: 14px;
  margin-right: 6px;
}
.single-blog .single_post_meta .post_share .jws-share > button span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-blog .single_post_meta .post_share .jws-share > button .open {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-blog .single_post_meta .post_share .jws-share > button .close {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-blog .single_post_meta .post_share .jws-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  font-size: 14px;
  transition: 0.2s all;
  opacity: 0;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  z-index: -1;
}
.single-blog .single_post_meta .post_share .jws-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
}
.single-blog .single_post_meta .post_share .jws-share .addthis_inline_share_toolbox .post-share-inner a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
  visibility: hidden;
}
color:var(--body) .single-blog .single_post_meta .post_share .jws-share .addthis_inline_share_toolbox .post-share-inner a:hover {
  color: var(--heading);
}
.single-blog .single_post_meta .post_share .jws-share .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  visibility: visible;
}
.single-blog .single_post_meta .post_share .jws-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(-70%);
  -webkit-transform: translatex(-70%);
}
.single-blog .single_post_meta .post_share .jws-share.opened button .open {
  color: var(--primary-color);
}
.single-blog .single_post_meta .post_share .jws-share.opened button > span {
  font-size: 14px;
}
.single-blog footer {
  clear: both;
  margin-top: 30px;
}
.single-blog .content-before-footer {
  padding-top: 30px;
}
.single-blog header .jws_post_image {
  position: relative;
}
.single-blog header .jws_post_image img {
  width: 100%;
  border-radius: 5px;
}
.single-blog .jws-post-info {
  padding-top: 18px;
}
.single-blog .jws-post-info .jws_post_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}
.single-blog .jws-post-info .jws_post_meta .line {
  width: 1px;
  height: 20px;
  display: inline-block;
  background: #425466;
  margin: 0px 12px;
  opacity: 0.2;
}
.single-blog .jws-post-info .entry-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 28.43px;
  line-height: 42.65px;
}
.single-blog .jws-post-info .post_cat a {
  position: relative;
  overflow: hidden;
  padding: 4px 15px;
  display: inline-block;
  border-radius: 20px;
  margin-right: 12px;
  transition: all 0.3s;
  vertical-align: middle;
}
.single-blog .jws-post-info .post_cat a .cat_title {
  position: relative;
  z-index: 1;
}
.single-blog .jws-post-info .post_cat,
.single-blog .jws-post-info .entry-date {
  margin: 5px 0;
  font-size: 14px;
}
.single-blog .jws-post-info .post_cat a,
.single-blog .jws-post-info .entry-date a {
  color: var(--body);
}
.single-blog .jws-post-info .post_cat a:hover,
.single-blog .jws-post-info .entry-date a:hover {
  color: var(--main);
}
.single-blog .jws-post-info .jws_post_excerpt {
  margin-bottom: 16px;
}
.single-blog .jws-post-info .jws-post-author {
  font-weight: 700;
}
.single-blog .jws-post-info .jws-post-author img {
  border-radius: 100%;
  margin-right: 8px;
}
.single-blog .jws-post-info .jws_post_readmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.single-blog .jws-post-info .jws_post_readmore > span {
  z-index: 1;
  position: relative;
}
.single-blog .jws-post-info .jws_post_readmore:before {
  background: var(--btn-bgcolor2);
  content: "";
  width: 200px;
  height: 200px;
  transform: rotate(50deg);
  position: absolute;
  left: -110px;
  bottom: -168px;
  transition: .5s ease;
  opacity: 0.2;
}
.single-blog .jws-post-info .jws_post_readmore:hover {
  color: #fff;
  transition: .9s ease;
  background: var(--btn-bgcolor2);
}
.single-blog .jws-post-info .jws_post_readmore:hover:before {
  transform: scale(3.4) translateY(-15%);
  border-radius: 100%;
  transform-origin: left;
  opacity: 1;
}
.single-blog .entry_title {
  margin-bottom: 10px;
  margin-top: 11px;
}
.single-blog .entry-comment .jws-comment {
  vertical-align: middle;
  margin-right: 7px;
}
.single-blog .entry-comment .jws-comment:before {
  content: url("https://kalcium.net/wp-content/themes/seatevent/assets/image/Chat.svg");
}
.single-blog .post_author {
  margin-right: 30px;
}
.single-blog .post_author a img {
  border-radius: 100%;
  margin-right: 13px;
}
.single-blog .post_author a span {
  color: var(--body);
}
.single-blog .post-share {
  text-align: right;
  margin-top: 5px;
}
.single-blog .post-share .addthis_button_more {
  padding-bottom: 4px;
}
.single-blog .post-share a {
  display: inline-block;
  vertical-align: middle;
}
.single-blog .post-share a i {
  font-size: 18px;
  margin-right: 10px;
}
.single-blog .post-share a .fa-plus {
  font-size: 12px;
  margin-right: 0;
}
.single-blog .post-share a:not(:last-child) {
  margin-right: 15px;
}
.single-blog .post-share a:hover {
  color: var(--main);
}
.single-blog .post-about-author {
  display: flex;
  align-items: center;
  border: 2px solid rgba(57, 54, 79, 0.6);
  border-radius: 5px;
  padding: 26px 38px;
  margin-top: 36px;
}
.single-blog .post-about-author .at-job {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: var(--main);
}
.single-blog .post-about-author .post-author-avatar {
  padding-right: 18px;
}
.single-blog .post-about-author .post-author-avatar img {
  border-radius: 100%;
  max-width: 138px;
}
.single-blog .post-about-author .at-name a {
  color: var(--heading);
}
.single-blog .post-about-author .at-name a:hover {
  color: var(--secondary);
}
.single-blog .post-about-author .description {
  margin-bottom: 18px;
}
.single-blog .post-about-author .icon-author a {
  color: var(--text);
  margin-right: 16px;
}
.single-blog .post-about-author .icon-author a:hover {
  color: var(--secondary);
}
.single-blog .post-navigation {
  position: relative;
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-blog .post-navigation .content_nav a {
  color: var(--body);
}
.single-blog .post-navigation .content_nav a:hover {
  color: var(--main);
}
.single-blog .post-navigation .left,
.single-blog .post-navigation .right {
  flex: 0 0 50%;
}
.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 {
  padding-right: 15px;
}
.single-blog .post-navigation > div.right {
  padding-left: 15px;
}
.single-blog .post-navigation > div.right .content_nav {
  text-align: right;
}
.single-blog .post-navigation > div.right .content_nav a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.single-blog .post-navigation > div.right .content_nav i {
  margin-right: 0px;
  margin-left: 10px;
}
.single-blog .post-navigation .content_nav a:hover i {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.single-blog .post-navigation .content_nav > span {
  margin-bottom: 9px;
}
.single-blog .post-navigation .content_nav i {
  margin-right: 10px;
  transition: transform 0.3s linear;
  display: inline-block;
  vertical-align: text-top;
}
.single-blog .post-navigation .title {
  margin-bottom: 0px;
  margin-top: 12px;
}
.single-blog .post-navigation .title a {
  color: var(--heading);
}
.single-blog .post-navigation .title a:hover {
  color: var(--main);
}
.post-related .post_related_slider {
  margin-left: -15px;
  margin-right: -15px;
}
.post-related {
  padding: 0;
  margin-top: 52px;
}
.post-related .jws_blog_layout1 .jws_post_wap {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.post-related > h3 {
  margin-bottom: 0px;
}
.post-related .post_related_slider {
  padding: 0;
  margin-bottom: -5px;
}
.post-related .post_related_slider .slick-track {
  margin: 15px 0px;
}
.post-related .post_related_slider:hover .jws-carousel-btn {
  opacity: 1;
  transform: translatex(0) !important;
}
.post-related .post_related_slider.slick-initialized .slick-slide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.post-related .post_related_slider .jws_blog_item {
  margin-bottom: 0;
}
.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: 36px;
  text-align: center;
  color: var(--main);
  cursor: pointer;
  transition: 0.3s all;
  font-size: 20px;
  top: 40%;
  margin-top: -20px;
  color: #ffffff;
  opacity: 0;
  border-radius: 5px;
}
.post-related .post_related_slider > .jws-carousel-btn:hover {
  background: var(--heading);
  border-color: var(--heading);
}
.post-related .post_related_slider > .jws-carousel-btn.prev-item {
  left: 15px;
  transform: translatex(-10px);
}
.post-related .post_related_slider > .jws-carousel-btn.prev-item i {
  transform: scaleX(-1);
  display: inline-block;
}
.post-related .post_related_slider > .jws-carousel-btn.next-item {
  right: 15px;
  transform: translatex(10px);
}
.comments-area {
  margin-top: 36px;
}
.comments-area .comment_top .comments-title {
  margin-bottom: 25px;
}
.comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list .comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list > li:last-child {
  border-bottom: 0px;
}
.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: 60px;
}
.comments-area .comment_top .comment-list li .comment-body {
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  max-width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar img {
  border-radius: 5px;
}
.comments-area .comment_top .comment-list li .comment-body .title-review {
  font-weight: 700;
  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% - 88px);
  display: inline-block;
  vertical-align: top;
  padding-left: 18px;
  padding-top: 5px;
  position: relative;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border: 1px solid var(--heading);
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a i {
  font-size: 12px;
  padding-right: 7px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a:hover {
  background-color: var(--heading);
  color: #fff;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info p {
  margin-bottom: 13px;
}
.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-header-info {
  margin-bottom: 16px;
  position: relative;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  opacity: 0.5;
  color: var(--heading);
  font-size: 14px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
  color: var(--heading);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.comments-area .comment-respond {
  margin-top: 20px;
}
.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;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0px;
  font-size: 28.43px;
  line-height: 32px;
}
.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: grid;
}
.comments-area .comment-respond .comment-form p {
  margin: 0;
}
.comments-area .comment-respond .comment-form p.comment-form-comment {
  order: 1;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent {
  order: 3;
  margin-top: 6px;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: -5px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 0px;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent:after {
  z-index: 1;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: -1px;
  color: var(--white);
  font-size: 10px;
  left: 5px;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent:before {
  background: #fff;
  z-index: 1;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  display: block;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent:checked:before {
  background: var(--secondary);
  border-color: var(--secondary);
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent:checked:after {
  opacity: 1;
}
.comments-area .comment-respond .comment-form p.form-submit {
  order: 4;
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form input[type="text"] {
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form textarea {
  border: unset;
  border-radius: 5px;
  background: #F4F4F4;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}
.comments-area .comment-respond .comment-form textarea {
  height: 156px;
}
.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 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.comments-area .comment-respond .comment-form .row > p {
  padding: 0 10px;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 30px;
  margin-top: 0;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  margin-bottom: 18px;
}
.comments-area .comment-respond .comment-form .submit {
  color: #ffffff;
  background: var(--btn-bgcolor2);
  border: 1px solid var(--btn-bgcolor2);
  border-radius: 5px;
  padding: 18px 47px;
  transition: 0.3s all;
  display: block;
  font-family: var(--font2);
  font-weight: 700;
}
.comments-area .comment-respond .comment-form .submit:hover {
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
}
.jws-blog-element.post-related .post_related_slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1441px) {
  .single-blog.no_sidebar .container {
    max-width: 855px !important;
  }
}
@media (max-width: 992px) {
  .single-blog .post_sidebar {
    margin-top: 30px;
  }
  .single-blog.sidebar_right .post_sidebar {
    padding-left: 15px;
  }
  .single-blog.sidebar_left .post_sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .single-blog.layout_layout1 header .jws-post-info {
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .single-blog.sidebar_right .post_sidebar {
    padding-left: 15px;
  }
  .single-blog.sidebar_left .post_sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .post_share.jws_sticky_move ~ div.content {
    display: block !important;
    flex: 0 0 100%;
  }
  .single-blog .post_share.post_share.jws_sticky_move {
    display: none;
  }
}
@media (max-width: 476px) {
  .single-blog .post_share.jws_sticky.post_share {
    display: none;
  }
}
@media (max-width: 766px) {
  .single-blog.layout_layout2 .jws_post_header {
    min-height: 350px;
  }
  .single-blog.layout_layout2 .jws_post_header .single_post_title {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .single-blog.layout_layout2 .jws-post-quote .post_title,
  .single-blog.layout_layout1 .jws-post-quote .post_title,
  .single-blog.layout_layout2 .jws-post-link .post_title,
  .single-blog.layout_layout1 .jws-post-link .post_title {
    font-size: 22px;
    line-height: 30px;
  }
  .single-blog.layout_layout2 .jws-post-quote span,
  .single-blog.layout_layout1 .jws-post-quote span,
  .single-blog.layout_layout2 .jws-post-link span,
  .single-blog.layout_layout1 .jws-post-link span {
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .single-blog.layout_layout1 header .jws-post-quote,
  .single-blog.layout_layout1 header .jws-post-link {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
  .single-blog .single_post_meta .post_share {
    text-align: left;
  }
  .single-blog .single_post_meta .post_share .jws-share.opened .addthis_inline_share_toolbox {
    transform: translatex(-30%);
    -webkit-transform: translatex(-30%);
  }
  .single-blog .single_post_meta .post_share .jws-share .addthis_inline_share_toolbox {
    right: auto;
    left: 40%;
  }
}
@media (max-width: 600px) {
  .single-blog .post-about-author {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single-blog .post-navigation > div.left,
  .single-blog .post-navigation > div.right {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    flex: 0 0 100%;
  }
  .single-blog .post-navigation > div.right .content_nav {
    text-align: left;
  }
  .single-blog .entry_title {
    font-size: 24px;
    line-height: 30px;
  }
  .single-blog .post-bottom .entry-comment {
    margin-right: 15px;
  }
  .single-blog .post-share {
    text-align: left;
  }
  .single-blog .post-about-author .post-author-avatar img {
    margin-bottom: 30px;
  }
  .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;
  }
  .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;
  }
}
@media only screen and (min-width: 1441px) {
  .single-blog.layout_layout2 .jws_post_header .single_post_title {
    max-width: 660px !important;
  }
}
/* Woocommerce */
.woocommerce-ordering .select2-container {
  display: none;
}
.quickview-loading {
  position: fixed;
  right: 100px;
  background: #dff5dd;
  overflow: hidden;
  max-width: 450px;
  top: 100px;
  z-index: 999999;
}
.quickview-loading .content-inner {
  display: flex;
  align-items: center;
}
.quickview-loading .title-product-cart {
  display: inline;
  font-size: 14px;
  color: #235631;
  padding: 10px 20px;
  line-height: 20px;
}
.quickview-loading .title-product-cart strong {
  font-weight: 700;
}
.quickview-loading .image {
  width: 80px;
  overflow: hidden;
}
.quickview-loading .image img {
  width: 100%;
  display: inline;
  object-fit: cover;
  height: 100%;
}
.quickview-loading a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font2);
  margin-top: 10px;
  color: var(--secondary);
}
.quickview-loading a i {
  display: inline-block;
  font-weight: 400;
}
.quickview-loading a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
@media only screen and (max-width: 767px) {
  .quickview-loading {
    margin: 10px;
    right: 0;
  }
}
.widget_products .product_list_widget .product-item {
  margin-bottom: 16px;
}
.products-wrap {
  position: relative;
}
.products-wrap > .loader {
  top: 50px;
}
.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;
  right: 16px;
}
.jws_pr_labels .jws_pr_label {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6.5px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  background: var(--btn-bgcolor2);
  margin-left: 8px;
  margin-bottom: 8px;
}
.jws_pr_labels .jws_pr_label.new {
  background: var(--secondary);
}
.jws_pr_labels .jws_pr_label.featured {
  background: var(--secondary);
}
.jws_pr_labels .onsale {
  background: var(--main);
}
.jws_pr_labels .out-of-stock {
  background: var(--heading);
}
.product-item .product-image {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 3px;
}
.product-item .product-image .overlay {
  opacity: 0;
  background: var(--heading);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.product-item .product-image .gallery {
  border-radius: 3px;
  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%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: #EBEFFD;
}
.product-item .product-image .gallery img {
  height: 100%;
  object-fit: cover;
}
.product-item .product-image img {
  border-radius: 3px;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}
.product-item .product-image {
  background: #EBEFFD;
  overflow: hidden;
}
.product-item .product-image .content_add_to_cart {
  opacity: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.2s linear;
}
.product-item .product-item-inner:hover .content_add_to_cart {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s linear;
  transform: translateY(50%);
}
.product-item .product-item-inner:hover .product-image .overlay {
  opacity: 0.4;
}
.product-item .product-item-inner:hover .product-image .gallery {
  opacity: 1;
  transform: scale(1.09);
}
.product-item .product-item-inner:hover .product-image .buttton-inner li {
  opacity: 1;
  transform: translateX(0px);
}
.product-item:hover .product-image img {
  transform: scale(1.2);
}
/* Layout product */
.product-item.product .product-item-inner {
  transition: 0.3s all;
}
.product-item.product .product-item-inner.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.product-item.product .product-item-inner.list .product-image {
  max-width: 303px;
  margin-bottom: 0;
  width: 100%;
}
.product-item.product .product-item-inner.list .product-image .woocommerce-loop-product__link {
  display: block;
}
.product-item.product .product-item-inner.list .product-info {
  width: calc(100% - 303px);
  text-align: left !important;
  padding-left: 24px;
}
.product-item.product .product-item-inner.list .product-short-text {
  margin-bottom: 0;
}
.product-item.product .product-item-inner.list .jws-attr-swatches {
  margin-right: 17px;
  margin-left: -5px;
}
.product-item.product .product-item-inner.list .price {
  margin-bottom: 20px;
  display: block;
}
.product-item.product .product-item-inner.list .jws-attr {
  margin-bottom: 1px;
}
.product-item.product .product-item-inner.list .product_description {
  max-width: 648px;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 19.6px;
}
.product-item.product .woocommerce-loop-product__title {
  display: block;
  margin: 6px 0px;
  font-weight: 700;
  font-family: var(--font2);
}
.product-item.product .price {
  color: var(--main);
  font-weight: 600;
}
.product-item.product .price del {
  opacity: 0.5;
  color: var(--body);
  margin-right: 8px;
}
.product-item.product .price ins {
  text-decoration: none;
}
.product-item.product .star-rating-wap {
  margin-top: 10px;
}
.product-item.product .star-rating {
  letter-spacing: 1px;
  margin: 0 auto;
}
.product-item.product .star-rating span:before,
.product-item.product .star-rating:before {
  font-size: 14px;
}
.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: var(--main);
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-size: 20px;
}
.products-tab .jws-nav-carousel > div:before {
  font-family: "jws_icon";
}
.products-tab .jws-nav-carousel > div:hover {
  background: #f3f3f3;
  color: var(--main);
}
.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 .starting {
  font-size: 13px;
  margin-bottom: 2px;
}
.products-tab .price-item {
  display: block;
}
.products-tab .button {
  position: relative;
  font-weight: 700;
  font-family: var(--font2);
  background: var(--btn-bgcolor2);
  display: inline-block;
  text-align: center;
  padding: 18px 47px;
  border-radius: 5px;
  line-height: 20px;
  color: var(--btn-color);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.products-tab .button:hover {
  background: var(--btn-bgcolor);
}
/* 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 {
  position: relative;
  font-family: var(--font2);
  background: transparent;
  color: var(--heading);
  padding: 18px 47px;
  display: inline-block;
  font-weight: 700;
  border: 2px solid rgba(113, 116, 136, 0.5);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 12px;
}
.jws-products-load-more:hover {
  background: var(--btn-bgcolor2);
  color: #fff;
  border-color: var(--btn-bgcolor2);
}
.jws-products-load-more.loading span {
  opacity: 0;
}
.jws-products-load-more.auto_load_more {
  opacity: 0;
}
.loading .loader,
.submitting .loader {
  opacity: 1;
}
.loading > i,
.submitting > i,
.loading:before,
.submitting:before,
.loading .jws-icon-shoppingcartsimple,
.submitting .jws-icon-shoppingcartsimple,
.loading .text,
.submitting .text {
  opacity: 0;
}
.loader {
  position: absolute;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -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: #000;
  stroke-linecap: round;
}
.grid-view {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.grid-view .view-icon-list {
  display: flex;
  margin: 0 -5.5px;
}
.grid-view a {
  min-width: 26px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 5.5px;
  opacity: 0.3;
  background-size: contain;
  background-position: center;
}
.grid-view a.sel-active {
  opacity: 1;
  pointer-events: none;
}
.grid-view .view-product-4 {
  background-image: url('https://kalcium.net/wp-content/themes/seatevent/assets/image/grid_4.svg');
}
.grid-view .view-product-3 {
  background-image: url('https://kalcium.net/wp-content/themes/seatevent/assets/image/grid_3.svg');
}
.grid-view .view-product-2 {
  background-image: url('https://kalcium.net/wp-content/themes/seatevent/assets/image/grid_2.svg');
}
.grid-view .view-product-1 {
  background-image: url('https://kalcium.net/wp-content/themes/seatevent/assets/image/grid_1.svg');
}
.shop-page {
  padding: 0px 0px 94px;
}
.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 .product-item {
  margin-bottom: 30px;
}
.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,
.shop-page .sidebar-sideout .show_filter_shop {
  margin-right: 9px;
  border-right: 1px solid #c4c4c4;
  padding-right: 13px;
  line-height: 16px;
}
.shop-page .woocommerce-result-count {
  display: inline-block;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  color: var(--heading);
}
.shop-page .shop-container.no_container {
  padding: 0 70px;
}
.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 .show_filter_shop {
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  margin-right: 10px;
}
.shop-page .show_filter_shop i {
  color: #979797;
  font-size: 16px;
  margin-right: 9px;
}
.shop-page .show_filter_shop i:before {
  transition: 0.7s all;
  display: inline-block;
  will-change: transform;
}
.shop-page .show_filter_shop.active i:before {
  transform: rotate(45deg) translateY(2px);
  -webkit-transform: rotate(45deg) translateY(2px);
}
.shop-page .shop-top-filters-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.shop-page .shop-top-filters-right .woocommerce-result-count {
  border-right: 1px solid #c4c4c4;
  padding-right: 13px;
  line-height: 16px;
}
.shop-page .woocommerce-ordering {
  position: relative;
}
.shop-page .woocommerce-ordering div.orderby ul {
  padding: 0;
  list-style-type: none;
  transition: 0.3s all;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translatey(-10px);
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  pointer-events: none;
}
.shop-page .woocommerce-ordering div.orderby ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
}
.shop-page .woocommerce-ordering div.orderby ul li span {
  cursor: pointer;
}
.shop-page .woocommerce-ordering div.orderby ul li span.current {
  color: var(--main);
}
.shop-page .woocommerce-ordering div.orderby:hover ul {
  opacity: 1;
  transform: translatey(0px);
  pointer-events: auto;
}
.shop-page .woocommerce-ordering .orderby-current {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: var(--heading);
  padding: 5px 10px;
  display: block;
  border: 1px solid rgba(113, 116, 136, 0.5);
  border-radius: 5px;
  min-width: 200px;
}
.shop-page .woocommerce-ordering .orderby-current:after {
  content: '\e817';
  font-family: "jws_icon";
  position: absolute;
  right: 10px;
  font-size: 16px;
}
.shop-page .woocommerce-ordering select {
  display: none;
}
.shop-page .shop-nav-top {
  margin: 0;
  margin-bottom: 25px;
  align-items: center;
}
.shop-page .shop-nav-top.filter-top .found-min {
  display: none;
}
.shop-page .shop-nav-top > div {
  padding: 0;
}
.jws-filter-modal {
  display: none;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.jws-filter-modal .modal-content {
  width: 380px;
  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;
  background: transparent;
  direction: rtl;
}
.jws-filter-modal .modal-content .modal-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.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: 700;
  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-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-message,
.woocommerce-info,
.woocommerce-error,
.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;
  font-weight: 400;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-successful a {
  text-decoration: underline;
}
.woocommerce-message .jws-close-notice,
.woocommerce-info .jws-close-notice,
.woocommerce-error .jws-close-notice,
.woocommerce-successful .jws-close-notice {
  float: right;
  text-decoration: none;
  font-size: 20px;
  display: inline;
  position: absolute;
  right: 10px;
  top: 20px;
}
.woocommerce-info {
  background-color: #fef5e5;
  color: #80452e;
}
.woocommerce-error {
  background-color: #fceceb;
  color: #8a543f;
}
.woocommerce-error li:not(.cart-empty):before {
  content: '\f216';
  font-family: "jws_icon";
  font-size: 20px;
  font-weight: bold;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  color: #cb6060;
}
.woocommerce-message {
  background-color: #dff5dd;
  color: #235631;
}
.woocommerce-message:not(.cart-empty):before {
  content: '\eb10';
  color: #48bd68;
  font-family: "jws_icon";
  font-size: 22px;
  font-weight: bold;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media (min-width: 992px) {
  .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;
  }
}
@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 (min-width: 1025px) {
  .shop-page .shop-sidebar.sidebar_right {
    padding-left: 27px;
  }
  .shop-page .shop-sidebar.sidebar_left {
    padding-right: 27px;
  }
}
@media (max-width: 1024px) {
  .shop-page .shop-container.no_container {
    padding: 0 15px;
  }
}
@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;
  }
  .woocommerce-result-count .result-total {
    display: none;
  }
}
@media (max-width: 991px) {
  .jws_pr_labels .jws_pr_label {
    padding: 1px 5px;
    font-size: 12px;
  }
  .products-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }
  .shop-page .product-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .show_filter_shop {
    border-right: 0 !important;
  }
  .shop-page .sidebar-has_sidebar .siderbar-inner {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 2rem !important;
    background: #fff;
  }
  .shop-page .woocommerce-result-count {
    display: none;
  }
  .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: 767px) {
  .shop-page {
    padding: 0px 0px 70px;
  }
  .shop-page .grid-view {
    display: none;
  }
  .shop-page .product-item .product-item-inner .button {
    background: #fff;
    font-size: 14px;
    border: unset;
    color: var(--btn-bgcolor2);
    width: 90%;
    padding: 12px 15px;
  }
  .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-info {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}
@media (max-width: 350px) {
  .price_slider_wrapper .price_label {
    float: left;
    margin-bottom: 5px;
  }
  .shop-page .shop-nav-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop-page .shop-nav-top > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop-page .shop-nav-top > div .shop-top-filters-right {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 15px;
  }
}
.jws-wishlist-table.loading .jws-wishlist-row {
  opacity: 0.4;
  pointer-events: none;
}
.jws-wishlist-table .add_all_product {
  margin-top: 37px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  text-align: center;
}
.jws-wishlist-table .add_all_product a {
  min-width: 140px;
  padding: 14px 60px;
  background: var(--btn-bgcolor);
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}
.jws-wishlist-table .add_all_product a:hover {
  background: var(--btn-bgcolor2);
}
.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(--light);
  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(--light);
  border-right: 1px solid var(--light);
}
.jws-wishlist-table .jws-wishlist-row tbody tr {
  border-bottom: 1px solid var(--light);
}
.jws-wishlist-table .jws-wishlist-row tbody tr td {
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.price {
  font-weight: 700;
  color: var(--secondary);
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.price del {
  opacity: 0.4;
  margin-right: 6px;
  color: var(--heading);
}
.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 .wishlist_action .add-to-cart-loop {
  min-width: 140px;
  padding: 10px 15px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor2);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px;
  border-radius: 5px;
  font-weight: 700;
  font-family: var(--font2);
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .add-to-cart-loop:hover {
  background: var(--btn-bgcolor2);
}
.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: 68px;
}
.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: 700;
}
.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);
}
.jws-empty-wishlist,
.jws-empty-compare {
  margin-bottom: 19px;
}
.jws-empty-page-text {
  margin-bottom: 16px;
}
.return-to-shop a {
  min-width: 140px;
  padding: 18px 47px;
  background: var(--btn-bgcolor);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  font-family: var(--font2);
}
.return-to-shop a:hover {
  background: var(--btn-bgcolor2);
}
@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 var(--light);
  }
  .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;
  }
}
.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;
}
.quick-view-main.mfp-bg {
  transition: 0.3s ease;
}
.quick-view-main.mfp-ready .mfp-content > div {
  opacity: 1;
}
.quick-view-main.mfp-removing .mfp-content > div {
  opacity: 0;
}
.quick-view-main.mfp-removing.mfp-bg {
  opacity: 0;
}
.quick-view-main {
  /* start state */
  /* animate in */
  /* animate out */
}
.quick-view-main .mfp-content > div {
  opacity: 0;
  transition: 0.5s ease;
  transform: translatey(-20px);
}
.quick-view-main.mfp-bg {
  transition: 0.3s ease;
}
.quick-view-main.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: translatey(0);
}
.quick-view-main.mfp-removing .mfp-content > div {
  transform: translatey(20px);
  opacity: 0;
}
.quick-view-main.mfp-removing.mfp-bg {
  opacity: 0;
}
@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;
  }
}
.woo-account-form {
  max-width: 600px;
  margin: 0 auto;
}
.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: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: var(--light);
  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-color: rgba(136, 136, 136, 0.12) !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: var(--heading);
  font-weight: 600;
  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 table thead tr th {
  color: var(--heading);
}
.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: 700;
  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: 700;
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
  border: 1px solid #E8E8EB;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 100%;
  transition: 0.3s all;
  background: transparent;
  color: var(--body);
}
.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(--btn-bgcolor);
  height: 50px;
  font-weight: 700;
  -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 {
  background: var(--btn-bgcolor2);
}
.woocommerce .woocommerce-MyAccount-content form fieldset {
  margin-top: 40px;
}
.woocommerce .woocommerce-MyAccount-content form fieldset legend {
  font-weight: 700;
  margin-bottom: 20px;
}
.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 input {
  border: transparent;
  height: 50px;
  background-color: #F4F4F4;
  border-radius: 5px;
}
.lost_reset_password input:focus-visible {
  outline: none;
}
.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(--btn-bgcolor);
  color: var(--btn-color);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  font-weight: 700;
  display: block;
  text-align: center;
  min-width: 100%;
}
form.woocommerce-form-track-order .button:hover,
.lost_reset_password .button:hover {
  background: var(--btn-bgcolor2);
}
@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.cart_item td {
  padding: 26px 0 30px 26px;
  border: none;
  border-bottom: 1px solid var(--light);
}
.woocommerce-cart .shop_table tr.cart_item td.product-remove {
  padding-left: 0px;
}
.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 .shop_table th.product-remove {
  width: 114px;
}
.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 {
  position: relative;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 0;
  color: var(--body);
}
.woocommerce-cart .shop_table td.product-remove a:hover {
  color: #D00505;
}
.woocommerce-cart .shop_table td.product-remove a:before {
  font-weight: 700;
  content: '\e814';
  font-family: "jws_icon";
  position: absolute;
  font-size: 16px;
  left: 0;
}
.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;
  border-radius: 3px;
  background: #EBEFFD;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 20px;
  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 {
  position: absolute;
  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:after {
  width: 150px;
  height: 150px;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  background-image: url('https://kalcium.net/wp-content/themes/seatevent/assets/image/empty_cart.png');
}
.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);
  font-weight: 700;
  padding: 0;
  padding-left: 26px;
  border-bottom: 1px solid var(--light);
  padding-bottom: 18px;
}
.woocommerce-cart .shop_table tr .actions {
  padding-top: 28px;
  padding-left: 0px;
  padding-right: 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 {
  font-weight: 700;
  font-family: var(--font2);
  background: var(--heading);
  color: var(--btn-color);
  display: inline-block;
  height: 50px;
  width: 152px;
  border: none;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .actions .col-right .button:not([disabled]):hover {
  background: var(--heading);
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  cursor: no-drop;
  opacity: 0.3;
}
.woocommerce-cart .shop_table tr .actions .col-right a {
  color: var(--heading);
  border: 1px solid #919191;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 220px;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-left: 12px;
}
.woocommerce-cart .shop_table tr .actions .col-right a:hover {
  background: var(--heading);
  border-color: var(--heading);
  color: #ffffff;
}
.woocommerce-cart .shop_table tr .actions .coupon {
  position: relative;
  float: left;
  max-width: 372px;
  width: 100%;
  padding-right: 170px;
}
.woocommerce-cart .shop_table tr .actions .coupon label {
  display: none;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 50px;
  background: var(--btn-bgcolor);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: var(--btn-color);
  font-family: var(--font2);
  font-weight: 700;
  max-width: 160px;
}
.woocommerce-cart .shop_table tr .actions .coupon button:hover {
  background: var(--btn-bgcolor2);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  padding: 0 18px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-height: 50px;
  display: inline-block;
  border-color: rgba(113, 116, 136, 0.5);
}
.woocommerce-cart .shop_table tr .product-name .cart_pr_item {
  display: inline-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;
  font-family: var(--font2);
  line-height: 18px;
}
.woocommerce-cart .shop_table tr .product-name > a {
  color: var(--heading);
}
.woocommerce-cart .shop_table tr .amount {
  color: var(--main);
  font-weight: 600;
}
.cart-collaterals {
  padding-top: 60px;
}
.cart-collaterals .woocommerce-shipping-calculator {
  display: block;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 7px;
}
.cart-collaterals .woocommerce-shipping-calculator a {
  color: var(--secondary);
  text-underline-offset: 0.25em;
}
.cart-collaterals .shipping-calculator-form {
  margin-top: 16px;
  text-align: left;
  margin-bottom: 30px;
}
.cart-collaterals .select2.select2-container {
  width: 100% !important;
  margin-bottom: 15px;
}
.cart-collaterals .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  height: 50px;
  padding-left: 24px;
  background: #fff;
}
.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0;
}
.cart-collaterals select,
.cart-collaterals .input-text {
  font-weight: 400;
  border: 1px solid var(--light);
  height: 40px;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.cart-collaterals button {
  text-decoration: none;
  font-family: var(--font2);
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: var(--secondary);
  border: 1px solid var(--btn-bgcolor2);
  font-weight: 700;
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  outline: none;
}
.cross-sells > h2 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.continue {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.continue i {
  margin-left: 10px;
}
.cart_totals {
  max-width: 550px;
  margin: 0px 0px 0px auto;
}
.cart_totals h3 {
  margin-bottom: 20px;
}
.cart_totals .shop_table {
  background: #f5f5f5;
  padding: 0 30px;
  margin-bottom: 30px;
}
.cart_totals .wc-proceed-to-checkout .continue_shop {
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 16px;
  font-family: var(--font2);
}
.cart_totals .wc-proceed-to-checkout .continue_shop:hover i {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.cart_totals .wc-proceed-to-checkout .continue_shop i {
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  padding: 18px 47px;
  background: var(--btn-bgcolor);
  color: var(--btn-color);
  font-weight: 700;
  font-family: var(--font2);
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--btn-bgcolor2);
}
.cart_totals .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.cart_totals table tr {
  display: block;
}
.cart_totals table tr:after {
  content: "";
  display: table;
  clear: both;
}
.cart_totals table tr.woocommerce-shipping-totals td {
  padding: 0;
}
.cart_totals table tr.woocommerce-shipping-totals th,
.cart_totals table tr.woocommerce-shipping-totals td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total td {
  border-top: 0;
  padding-top: 17px;
  padding-bottom: 20px;
}
.cart_totals table tr.order-total td {
  font-weight: 600;
  color: var(--heading);
}
.cart_totals table tr.order-total td strong {
  font-weight: 700;
}
.cart_totals table tr .woocs_special_price_code {
  font-weight: 400;
}
.cart_totals table tr th {
  font-weight: 700;
  padding-right: 10px;
  color: var(--heading);
  font-family: var(--font2);
}
.cart_totals table tr td {
  padding: 18px 0px;
}
.cart_totals table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
.cart_totals table tr td strong {
  font-weight: 400;
}
.cart_totals table tr td label {
  font-weight: 400;
}
.cart_totals table tr td input[type="radio"] {
  position: relative;
  top: 2px;
  float: right;
  margin-right: 0;
  margin-left: 7px;
}
.cross-sells {
  margin-top: 36px;
}
.cross-sells .cross-sells-inner {
  border: 1px solid var(--light);
  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:hover .button {
  transform: translate(0, 0);
}
.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 {
  padding: 10px 15px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor2);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px;
  border-radius: 5px;
  font-weight: 700;
  font-family: var(--font2);
}
.cross-sells .product-item-inner .cross-button .product-buy a span.jws-icon-icon-frame {
  font-weight: 400;
  margin-left: 8px;
}
.cross-sells .product-item-inner .product-item.product .woocommerce-loop-product__title {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .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 .woocommerce-cart-form .shop_table {
    width: 100%;
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    width: 25%;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item {
    display: block;
    margin: 30px 0px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
    padding: 10px 0px;
    border-bottom: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
    text-align: left;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td .jws-quantity-wrap {
    margin-right: 0px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-subtotal {
    border: 0;
    padding-right: 15px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name img {
    max-width: 50px;
    margin-right: 10px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name .cart_content_item {
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-name .cart_pr_item {
    justify-content: end;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-quantity:before {
    padding-top: 4px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions {
    margin-bottom: 28px;
    width: 100%;
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .col-right {
    float: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .col-right button {
    width: 100%;
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 160px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    padding: 0 15px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .button {
    font-size: 14px;
    max-width: 150px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
    color: var(--heading);
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove:before {
    content: "";
  }
}
form.woocommerce-checkout {
  margin-top: 42px;
}
form.woocommerce-checkout .required {
  color: #df0000;
  text-decoration: none;
  border: none;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row {
  margin-bottom: 0 !important;
}
form.woocommerce-checkout .woocommerce-account-fields input {
  margin-right: 5px;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 input {
  margin-right: 5px;
}
form.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 26px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  border: transparent;
  font-size: 14px;
  padding: 13px 17px;
  background: #F4F4F4;
  border-radius: 5px;
}
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: 26px;
}
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,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  font-weight: 300;
}
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+ */
  color: var(--body);
}
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 */
  color: var(--body);
}
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 */
  color: var(--body);
}
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 .select2-selection--single,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection--single,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-selection--single {
  background: #F4F4F4;
  height: 50px;
  border-color: transparent;
  border-radius: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
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 {
  font-size: 14px;
  border: transparent;
  height: 50px;
  padding: 0 12px;
  width: 100%;
  min-height: 50px;
  transition: 0.3s all;
  background: #F4F4F4;
  border-radius: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox):focus-visible,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox):focus-visible,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox):focus-visible,
form.woocommerce-checkout .woocommerce-account-fields .form-row select:focus-visible,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select:focus-visible,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select:focus-visible {
  outline: 1px solid rgba(113, 116, 136, 0.3);
}
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: 11px;
}
.woocommerce-checkout .jws_woo_your_order {
  border: 2px solid var(--heading);
  padding: 22px 35px 30px;
  border-radius: 5px;
}
.woocommerce-checkout .jws_woo_your_order h4 {
  margin-bottom: 8px;
}
.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 {
  font-size: 14px;
  line-height: 22.4px;
  color: var(--heading);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: var(--secondary);
  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 #ebebeb;
  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: 700;
  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 td {
  padding: 0;
  padding-bottom: 12px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:first-child td {
  padding-top: 18px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:last-child td {
  padding-bottom: 18px;
}
.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 img {
  max-width: 65px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .product-name strong {
  font-weight: 300;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
  font-weight: 700;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th.product-total {
  text-align: right;
}
.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: 5px 0px 6px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tr {
  border: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tr.shipping th {
  vertical-align: baseline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
  text-align: left;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
  padding: 22px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
  color: var(--heading);
}
.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;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td {
  font-size: 22.5px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td strong {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  border-radius: 5px;
  padding: 13px 24px;
  background: #F6F6FC;
  border: 1px solid rgba(113, 116, 136, 0.3);
}
.woocommerce-checkout .woocommerce-form-coupon-toggleform,
.woocommerce-checkout .woocommerce-form-login-toggleform {
  padding: 24px 20px 15px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
  background: transparent;
  border: 0;
  margin: 0;
  color: var(--heading);
  padding: 0;
  font-family: var(--font2);
  font-weight: 600;
}
.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 {
  color: var(--btn-bgcolor);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  border: 1px solid rgba(113, 116, 136, 0.3);
  padding: 26px 24px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
  max-width: 765px;
}
.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: 12px;
  color: var(--heading);
}
.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: transparent;
  background: #F4F4F4;
  min-height: 50px;
  line-height: 50px;
  padding: 0 17px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button,
.woocommerce-checkout .woocommerce-form-login .form-row button {
  position: relative;
  text-align: center;
  color: #ffffff;
  min-width: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  font-weight: 700;
  background: var(--btn-bgcolor2);
  font-family: var(--font2);
  border: none;
  outline: none;
  padding: 0 30px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.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: calc(100% - 210px);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
  min-width: 160px;
  margin-left: 12px;
}
.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: 5px;
  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-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%;
  margin-top: 28px;
  background: var(--btn-bgcolor2);
  border-radius: 5px;
  border: 1px solid var(--btn-bgcolor2);
  padding: 18px 47px;
}
.woocommerce-checkout-payment .wc_payment_methods {
  list-style-type: none;
  margin-bottom: 20px;
}
.woocommerce-checkout-payment li {
  margin-bottom: 5px;
}
.woocommerce-checkout-payment li.woocommerce-info {
  background: var(--light);
  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: 10px;
  margin-top: 8px;
}
.woocommerce-checkout-payment li .payment_box {
  font-size: 14px;
  line-height: 22.4px;
}
.woocommerce-checkout-payment li.payment_method_paypal img {
  width: 97px;
  margin: 0 15px;
}
.woocommerce-checkout-payment li.payment_method_paypal a {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
#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: 5px;
  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: 700;
  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-details .wc-item-meta > li:nth-child(2),
.woocommerce-order-details .wc-item-meta > li:nth-child(3) {
  display: none;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 700;
  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: 700;
  text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 30px;
  margin-top: 12px;
  color: var(--heading);
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.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: 700;
  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);
}
.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 var(--light);
}
.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 var(--light);
  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: 700;
}
#customer_details {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(113, 116, 136, 0.2);
  border-radius: 5px;
  padding: 20px 25px 30px 25px;
}
#customer_details .shipping_address {
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
#next-step-payment {
  display: none;
}
.woocommerce-form__input-checkbox {
  margin-right: 5px;
}
.jws-nav-step {
  margin-top: 30px;
}
.jws-nav-step .jws-back-step {
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  margin-top: 12px;
  display: inline-block;
}
.jws-nav-step .jws-back-step:before {
  content: '\eaed';
  font-family: "jws_icon";
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.jws-nav-step .jws-next-step {
  background: var(--btn-bgcolor);
  color: var(--light);
  font-size: 14px;
  font-weight: 700;
  padding: 14px 30px;
  float: right;
}
.jws-nav-step .jws-next-step:after {
  content: '\eaee';
  font-family: "jws_icon";
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.switch_checkout_layout {
  position: fixed;
  top: 50%;
  left: 15px;
  height: 140px;
  width: 35px;
  line-height: 29px;
  z-index: 1;
  background-color: #ebebeb;
  border-radius: 5px;
  margin-top: -75px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid #a54201 0a;
  animation: fadeInLeft .7s both;
  animation-delay: 1s;
}
.switch_checkout_layout a {
  display: block;
  border-radius: 5px;
  color: var(--heading);
  transform: scale(-1, -1);
  writing-mode: vertical-rl;
  text-align: center;
  padding: 11px 2px;
  font-size: 14px;
  font-weight: 700;
}
.switch_checkout_layout a.active {
  color: #ffffff;
  pointer-events: none;
  background: var(--main);
}
.page_checkout_classic .woocommerce-form-login-toggle {
  margin-bottom: 16px;
}
.page_checkout_classic .woocommerce-checkout-payment {
  margin-top: 28px;
}
.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 .amount {
  color: var(--main);
}
.page_checkout_classic .woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page_checkout_classic .woocommerce-shipping-methods li:not(last-child) {
  margin-bottom: 5px;
}
.page_checkout_classic .woocommerce-shipping-methods li input {
  margin-left: 7px;
}
.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 var(--light);
}
.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) {
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .switch_checkout_layout {
    top: unset;
    bottom: 62px;
    height: 125px;
    width: 30px;
    left: 5px;
  }
  .switch_checkout_layout a {
    padding: 11px 0px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .jws_woo_your_order {
    margin-top: 50px;
  }
  .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;
  }
  .jws-nav-step .jws-next-step {
    padding: 10px 15px;
  }
}
@media (max-width: 510px) {
  .woocommerce-checkout .woocommerce-form-coupon .form-row .form-row-first {
    min-width: 100%;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row .form-row-last {
    width: 100%;
    margin-left: 0px;
  }
}
/* Woocommerce Single */
.header_navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navigation_shop {
  margin-right: 0px;
}
.navigation_shop a {
  font-size: 24px;
  opacity: 1;
  margin: 0px;
  font-weight: bold;
}
.navigation_shop.grid-view a.sel-active {
  pointer-events: visible;
}
.jws-show-product-gallery-wrap {
  z-index: 2;
  position: absolute;
  bottom: 22px;
  right: 28px;
}
.jws-show-product-gallery-wrap a.jws-show-product-gallery {
  color: var(--text);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
#yith-wfbt-modal .popup-title {
  font-size: 20px;
  line-height: 30px;
}
#yith-wfbt-modal #yith-wfbt-submit-variation {
  border: none;
  font-size: 14px;
  background: var(--heading);
  color: #ffffff;
  height: 49px;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 8px;
  position: relative;
  font-weight: 700;
  width: calc(-74%);
  vertical-align: middle;
  min-width: 170px;
  margin-top: 16px;
}
.woocommerce-grouped-product-list-item__quantity .jws-quantity-wrap {
  float: right;
  margin-right: 0px;
}
.jws-quantity-wrap {
  max-width: 84px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.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 rgba(113, 116, 136, 0.6);
  font-weight: 700;
  color: var(--heading);
  padding: 0 32px 0px 10px;
  min-height: 50px;
  border-radius: 3px;
}
.jws-quantity-wrap .quantity > .btn_qty {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background: transparent;
  width: 25px;
  height: 100%;
  transition: 0.3s all;
  border-left: 1px solid rgba(113, 116, 136, 0.6);
}
.jws-quantity-wrap .quantity > .btn_qty span {
  width: 100%;
}
.jws-quantity-wrap .quantity > .btn_qty span:before {
  font-size: 18px;
  font-weight: bold;
  font-family: "jws_icon";
  transform: rotate(90deg);
  display: block;
}
.jws-quantity-wrap .quantity > .btn_qty .jws-qty-minus:before {
  content: '\E800';
}
.jws-quantity-wrap .quantity > .btn_qty .jws-qty-plus {
  border-bottom: 1px solid rgba(113, 116, 136, 0.6);
  padding-bottom: 4px;
}
.jws-quantity-wrap .quantity > .btn_qty .jws-qty-plus:before {
  content: '\E834';
}
.jws-quantity-wrap .quantity .input-text {
  text-align: center;
}
.tabs-modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.tabs-modal-container.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.tabs-modal-container.active .jws-group-accordion-wap {
  transform: translateX(0%);
}
.tabs-modal-container .jws-group-accordion {
  display: none;
}
.tabs-modal-container .jws-group-accordion .tab-heading {
  margin-bottom: 21px;
}
.tabs-modal-container .jws-group-accordion .woocommerce-Tabs-panel {
  display: block !important;
}
.tabs-modal-container .jws-group-accordion .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  margin-bottom: 10px;
}
.tabs-modal-container .jws-group-accordion.accordion-active {
  display: block;
}
.tabs-modal-container .close {
  position: fixed;
  right: 15px;
  z-index: 1;
  font-size: 25px;
  top: 10px;
  font-weight: bold;
  color: var(--heading);
  cursor: pointer;
}
.tabs-modal-container .overlay {
  background: #040202;
  opacity: 0.2;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tabs-modal-container .jws-group-accordion-wap {
  width: 470px;
  max-width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #FFFCF9;
  padding: 64px 54px;
  transform: translateX(100%);
  transition: 0.3s all;
  z-index: 1;
}
.main-product {
  padding-bottom: 60px;
  padding-top: 70px;
}
.main-product.layout_default .entry-summary {
  padding-left: 40px;
  padding-right: 50px;
}
.main-product.layout_default .jws_main_image {
  margin-bottom: 20px;
}
.main-product.layout_default .jws_main_image.no_gallery_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-product.layout_default .jws_main_image .jws_pr_labels {
  top: 30px;
  right: 30px;
}
.main-product.layout_default .jws_main_image .jws_pr_labels .jws_pr_label {
  padding: 10px 15px;
}
.main-product .comment-section {
  margin-top: 83px;
}
.main-product p {
  margin-top: 0;
}
.main-product p.comment-form-author {
  margin-bottom: 16px;
}
.main-product .entry-summary {
  position: relative;
}
.main-product .entry-summary .product_cat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  line-height: 17px;
}
.main-product .entry-summary .product_cat a {
  opacity: 0.6;
}
.main-product .entry-summary .product_cat a:hover {
  opacity: 1;
}
.main-product .entry-summary .jws-wishlist-btn {
  display: block;
}
.main-product .entry-summary .jws-wishlist-btn.loading i:before,
.main-product .entry-summary .jws-wishlist-btn.added i:before {
  content: '\e803';
}
.main-product .entry-summary .product-title {
  color: var(--heading);
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 6px;
}
.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 {
  padding-bottom: 26px;
}
.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: 0px;
  padding-bottom: 8px;
  color: var(--main);
  font-size: 22.5px;
  line-height: 30px;
}
.main-product .entry-summary > .price ins {
  text-decoration: none;
}
.main-product .entry-summary > .price del {
  color: var(--body);
  opacity: 0.4;
  margin-right: 7px;
}
.main-product .entry-summary > .price .amount {
  font-size: 21.33px;
  font-weight: 700;
}
.main-product .entry-summary .woocommerce-product-details__short-description {
  margin-top: 9px;
}
.main-product .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 16px;
}
.main-product .entry-summary .stock.out-of-stock .out_stock {
  display: none;
}
.main-product .entry-summary .woocommerce-product-rating .star-rating {
  margin-right: 12px;
}
.main-product .entry-summary .breadcrumb {
  font-size: 14px;
  color: var(--third);
  margin-bottom: 21px;
}
.main-product .entry-summary .breadcrumb .delimiter {
  margin: 0 5px;
}
.main-product .entry-summary .breadcrumb a {
  font-size: 14px;
  color: var(--third);
}
.main-product .entry-summary .breadcrumb a:hover {
  color: var(--secondary);
}
.main-product .entry-summary .breadcrumb .current {
  color: var(--body);
}
.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);
}
.jws_single_count_down .progress-bar-sold.active .line > span span {
  width: 100%;
}
.jws_single_count_down .progress-bar-sold .sold_count {
  font-weight: 700;
  font-size: 14px;
  color: var(--heading);
}
.jws_single_count_down .progress-bar-sold .sold_count span {
  color: var(--main);
}
.jws_single_count_down .progress-bar-sold .sold_count img {
  margin-right: 10px;
  margin-top: -7px;
}
.jws_single_count_down .progress-bar-sold .available_items {
  float: right;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
}
.jws_single_count_down .progress-bar-sold .line {
  height: 6px;
  position: relative;
  background: #eaeaea;
  margin-top: 11px;
}
.jws_single_count_down .progress-bar-sold .line > span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.jws_single_count_down .progress-bar-sold .line > span span {
  position: absolute;
  width: 0%;
  height: 100%;
  background: var(--main);
  border-radius: 5px;
  transition: 4s ease;
}
.jws_single_count_down .count_down_top {
  background: var(--heading);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 4px 16px;
  margin-top: -1px;
  margin-bottom: 22px;
}
.jws_single_count_down .count_down_top > label {
  margin-bottom: 0;
  font-size: 14px;
}
.jws_single_count_down .count_down_top > label i {
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.jws_single_count_down .count_down_top .jws-sale-time {
  display: flex;
}
.jws_single_count_down .count_down_top .jws-sale-time > span:not(.jws-box-countdown) {
  display: none;
}
.jws_single_count_down .count_down_top .jws-sale-time p {
  margin: 0;
}
.jws_single_count_down .count_down_top .jws-sale-time .wrapper {
  color: var(--heading);
  background: #FFFFFF;
  font-weight: 700;
  border-radius: 5px;
  min-width: 33px;
  display: block;
  text-align: center;
  height: 20px;
  margin: 0 3px;
  line-height: 20px;
}
.jws-custom-field-wrapper {
  margin-top: 25px;
}
.jws-custom-field-wrapper .cutomize_product_form {
  display: none;
  margin-bottom: 19px;
}
.jws-custom-field-wrapper .cutomize_product_form > label {
  font-weight: 700;
  color: var(--heading);
}
.jws-custom-field-wrapper #jws-engrave-field {
  height: 74px;
  color: var(--body);
  font-weight: 300;
  font-size: 14px;
}
.jws-custom-field-wrapper [for="jws-engrave-field"] {
  margin-top: 28px;
}
.jws-custom-field-wrapper .enable_cutomize_product {
  margin-bottom: 12px;
}
.jws-custom-field-wrapper .enable_cutomize_product label {
  color: var(--heading);
  font-weight: 400;
  margin: 0;
}
.jws-custom-field-wrapper .enable_cutomize_product input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 9px;
  margin: 0px 17px -3px 1px;
  cursor: pointer;
}
.jws-custom-field-wrapper .enable_cutomize_product input:before,
.jws-custom-field-wrapper .enable_cutomize_product input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.jws-custom-field-wrapper .enable_cutomize_product input:before {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #757575;
  transition: border-color 0.3s ease;
}
.jws-custom-field-wrapper .enable_cutomize_product input:after {
  width: 12px;
  height: 12px;
  background-color: var(--heading);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-custom-field-wrapper .enable_cutomize_product input:checked:after {
  transform: translate(-50%, -50%) scale(1);
}
.yith-wcpb-bundle-form .product-item.product .price {
  margin-top: 0;
  font-size: 14px;
}
.yith-wcpb-bundle-form .product-item.product .woocommerce-loop-product__title {
  font-weight: 700;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items {
  box-shadow: none;
  border: 0;
  margin-top: 25px;
  margin-bottom: 29px;
  border-radius: 0;
  overflow: unset;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item {
  border: 0;
  padding: 0;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:not(:last-child) {
  margin-bottom: 25px;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item .yith-wcpb-product-bundled-item-data__price .price ins {
  color: var(--heading);
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data {
  flex-direction: row !important;
  justify-content: start !important;
  align-items: center;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data .yith-wcpb-product-bundled-item-content {
  margin-right: 15px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__quantity input {
  min-height: 30px;
  padding: 0;
  margin-top: 3px;
  height: 30px !important;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-bottom: 0;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional:hover label {
  opacity: 1;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional label {
  position: absolute;
  background: #000000;
  font-size: 12px;
  color: var(--light);
  border-radius: 5px;
  padding: 3px 5px;
  top: -40px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  line-height: 19px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  transition: 0.3s all;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional label:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid var(--heading);
  margin-left: -9px;
  top: 24px;
  content: "";
  position: absolute;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional input:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid var(--heading);
  vertical-align: middle;
  content: "";
  top: 0;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional input:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--heading);
  left: 0px;
  height: 100%;
  position: absolute;
  display: none;
  font-size: 11px;
  top: 0px;
  width: 100%;
  text-align: center;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional input:checked:after {
  display: block;
}
.yith-wcpb-bundle-form .single_add_to_cart_button {
  width: calc(100% - 175px);
}
.awdr-bulk-customizable-table {
  max-width: 370px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 18px;
  margin-bottom: 15px;
  margin-top: -7px;
}
.awdr-bulk-customizable-table table tr {
  border: 0;
}
.awdr-bulk-customizable-table table tr td {
  padding: 3px 0;
}
.awdr-bulk-customizable-table .wdr_bulk_table_discount .wdr_table_discounted_value {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-radius: 5px;
  color: var(--main);
  font-size: 14px;
  padding: 0px 5px;
}
.awdr-bulk-customizable-table .wdr_bulk_range {
  font-weight: 700;
}
.awdr-bulk-customizable-table .wdr_bulk_range .price_global {
  color: var(--third);
  margin-right: 25px;
  text-decoration: line-through;
}
.awdr-bulk-customizable-table .wdr_bulk_title label {
  cursor: pointer;
  margin: 0;
}
.awdr-bulk-customizable-table .wdr_bulk_title label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px;
  margin: 0 10px 0 2px;
  cursor: pointer;
}
.awdr-bulk-customizable-table .wdr_bulk_title label input:before,
.awdr-bulk-customizable-table .wdr_bulk_title label input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.awdr-bulk-customizable-table .wdr_bulk_title label input:before {
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.awdr-bulk-customizable-table .wdr_bulk_title label input:after {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.awdr-bulk-customizable-table .wdr_bulk_title label input:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.external_form {
  margin-top: 25px;
}
.external_form .single_add_to_cart_button {
  width: calc(100% - 33px);
}
.yith-wfbt-section > h3 {
  font-size: 21.33px;
  line-height: 24px;
  margin-bottom: 5px;
}
.yith-wfbt-section .yith-wfbt-submit-block {
  float: left;
}
.yith-wfbt-form .yith-wfbt-images tr {
  border: 0;
}
.yith-wfbt-form .yith-wfbt-images .image_plus {
  width: 25px;
  font-weight: bold;
}
.yith-wfbt-form .yith-wfbt-items {
  margin: 0px 0px -5px !important;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px !important;
  padding-top: 5px !important;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item {
  margin-bottom: 13px;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[disabled] {
  opacity: 0.1;
  cursor: no-drop;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  top: 2px;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  border: 1px solid var(--heading);
  vertical-align: middle;
  content: "";
  top: 0;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--light);
  left: 0;
  height: 100%;
  position: absolute;
  display: none;
  font-size: 9px;
  top: -1px;
  width: 100%;
  text-align: center;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:checked:after {
  display: block;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:checked:before {
  background: var(--heading);
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item label {
  color: var(--heading);
  padding-left: 33px;
}
.yith-wfbt-form .yith-wfbt-items .yith-wfbt-item .price {
  font-size: 16px;
  font-weight: 700;
}
.yith-wfbt-form .yith-wfbt-submit-block .yith-wfbt-submit-button {
  border: none;
  background: var(--heading);
  color: #ffffff;
  height: 50px;
  line-height: 40px;
  min-width: 230px;
  padding: 0 15px;
  margin-right: 8px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
}
.yith-wfbt-form .yith-wfbt-submit-block .price_text {
  margin-bottom: 8px;
}
.yith-wfbt-form .yith-wfbt-submit-block .price_text .woocommerce-Price-amount {
  font-weight: 700;
  color: var(--heading);
}
.grouped_form p {
  margin-bottom: 0;
}
.grouped_form table {
  margin-bottom: 2px;
}
.grouped_form table [alt="blend-mode"] {
  mix-blend-mode: multiply;
}
.grouped_form table img {
  background: #E9E8E4;
}
.grouped_form table tr {
  border: 0;
}
.grouped_form table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.grouped_form table tr td.woocommerce-grouped-product-list-item__label,
.grouped_form table tr td.woocommerce-grouped-product-list-item__quantity {
  padding-right: 0px;
  padding-left: 0px;
}
.grouped_form .product-item.product .price del {
  font-weight: 500;
  margin-right: 5px;
}
.variations_form .variations {
  margin-bottom: 15px;
}
.variations_form tr {
  border: 0;
  display: block;
}
.variations_form tr:not(:last-child) {
  margin-bottom: 19px;
}
.variations_form .label {
  vertical-align: top;
  padding: 0;
  margin-bottom: 6px;
}
.variations_form .label label {
  margin-right: 16px;
  font-weight: 700;
}
.variations_form td {
  display: inline-block;
  padding: 0;
  position: relative;
}
.variations_form select {
  max-width: 367px;
  width: 100%;
  border: 1px solid rgba(66, 84, 102, 0.2);
  min-height: 50px;
  line-height: 50px;
  background-color: transparent;
  border-radius: 5px;
  padding: 0 18px;
}
.variations_form .feature_image .swatch-item-wrapper {
  margin-right: 20px;
}
.variations_form .swatch-item-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.variations_form .swatch-item-wrapper .disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.variations_form .swatch-item-wrapper .swatch-label {
  border: 1px solid rgba(117, 117, 117, 0.5);
  width: auto;
  padding: 0 10px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  display: block;
  border-radius: 2px;
}
.variations_form .swatch-item-wrapper .swatch-label.selected {
  border-color: var(--heading);
}
.variations_form .swatch-item-wrapper .swatch > .text {
  position: absolute;
  background: #000000;
  font-size: 12px;
  color: var(--light);
  border-radius: 5px;
  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(--heading);
  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: 29px;
  height: 29px;
  border-radius: 100%;
  display: block;
  border: 1px solid transparent;
  outline: transparent;
  position: relative;
  transition: 0.3s all;
}
.variations_form .swatch-item-wrapper .swatch-color.selected,
.variations_form .swatch-item-wrapper .swatch-color:hover {
  border-color: #000;
}
.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: #000;
}
.variations_form .swatch-item-wrapper .swatch-color.show-images-color:before {
  display: none;
}
.variations_form .swatch-item-wrapper .swatch-color.selected,
.variations_form .swatch-item-wrapper .swatch-color:hover {
  box-shadow: inset 0 0 0 2px #fff;
}
.variations_form .reset_variations {
  display: block;
  margin-top: 5px;
  color: var(--body);
  text-decoration: underline;
  transition: 0s;
  text-underline-offset: 3px;
  font-size: 14px;
}
.variations_form .reset_variations span {
  font-weight: 700;
}
.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;
}
.jws-waitlist-register label {
  margin-bottom: 25px;
}
.jws-waitlist-register .note-output {
  margin-top: 15px;
}
.jws-waitlist-register .note-output .red {
  color: red;
}
.jws-waitlist-register .note-output .green {
  color: green;
}
.jws-waitlist-form {
  display: flex;
  align-items: center;
  position: relative;
}
.jws-waitlist-form.loading input {
  opacity: 0.4;
  pointer-events: none;
}
.jws-waitlist-form .input {
  border: 1px solid #E8E8EB;
  font-weight: 300;
  min-height: 50px;
  transition: 0.3s all;
}
.jws-waitlist-form .btn-button {
  border: 0;
  display: inline-block;
  height: 50px;
  text-align: center;
  font-weight: 700;
  color: var(--light);
  transition: 0.3s all;
  background: var(--heading);
  padding: 0 40px;
  margin-right: 10px;
}
.shop_info_more {
  margin-top: 24px;
  margin-bottom: 5px;
}
.shop_info_more ul {
  list-style-type: none;
  padding: 0;
}
.shop_info_more ul li:not(last-child) {
  margin-bottom: 7px;
}
.shop_info_more ul img {
  margin-right: 8px;
  margin-top: -4px;
}
.woocommerce-tabs {
  margin-top: 31px;
  position: relative;
}
.woocommerce-tabs.horizontal .tabs {
  overflow: hidden;
}
.woocommerce-tabs.horizontal li {
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-tabs.horizontal li:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 1000px;
}
.woocommerce-tabs.horizontal .woocommerce-Tabs-panel {
  padding: 8px 0 50px;
}
.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.vertical .jws-group-accordion-wap .tab-heading {
  display: block;
}
.woocommerce-tabs.vertical .jws-group-accordion-wap .jws-group-accordion:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.woocommerce-tabs .jws-group-accordion-wap {
  transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
  overflow: hidden;
  margin-top: 10px;
}
.woocommerce-tabs .jws-group-accordion-wap .tab-heading {
  font-weight: 700;
  margin: 0;
  padding: 12.5px 0;
  cursor: pointer;
  display: none;
}
.woocommerce-tabs .jws-group-accordion-wap .tab-heading:after {
  font-size: 16px;
  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 #f1f1f1;
}
.woocommerce-tabs .woocommerce-Tabs-panel table th {
  font-weight: 700;
  padding: 10px 20px;
  min-width: 100px;
  color: var(--heading);
  border-right: 1px solid #f1f1f1;
}
.woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 10px 15px;
  vertical-align: middle;
  border-right: 1px solid #f1f1f1;
}
.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 .woocommerce-Tabs-panel .f-include {
  margin-bottom: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .f-include:after,
.woocommerce-tabs .woocommerce-Tabs-panel .f-exclude:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-tabs .woocommerce-Tabs-panel .f-include .left,
.woocommerce-tabs .woocommerce-Tabs-panel .f-exclude .left {
  font-weight: 500;
  color: var(--heading);
  width: 20%;
  float: left;
}
.woocommerce-tabs .woocommerce-Tabs-panel .f-include .right,
.woocommerce-tabs .woocommerce-Tabs-panel .f-exclude .right {
  width: 80%;
  float: left;
  padding-top: 18px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .f-include .right span,
.woocommerce-tabs .woocommerce-Tabs-panel .f-exclude .right span {
  color: var(--heading);
  display: inline-block;
  width: 33%;
}
.woocommerce-tabs .woocommerce-Tabs-panel .f-include .right span .icon_check,
.woocommerce-tabs .woocommerce-Tabs-panel .f-exclude .right span .icon_check {
  font-size: 18px;
  margin-right: 17px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .f-include .right span .icon_close,
.woocommerce-tabs .woocommerce-Tabs-panel .f-exclude .right span .icon_close {
  font-size: 22px;
  margin-right: 17px;
  transform: translateY(5px);
  -webki-transform: translateY(5px);
  display: inline-block;
}
.woocommerce-tabs .wc-tabs {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  margin-right: 52px;
}
.woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}
.woocommerce-tabs .wc-tabs li:hover a:after,
.woocommerce-tabs .wc-tabs li.active a:after {
  width: 100%;
  left: 0;
}
.woocommerce-tabs .wc-tabs li:hover a,
.woocommerce-tabs .wc-tabs li.active a {
  opacity: 1;
}
.woocommerce-tabs .wc-tabs li .tab_title {
  margin-bottom: 0px;
}
.woocommerce-tabs .wc-tabs li a {
  display: block;
  position: relative;
}
.woocommerce-tabs .wc-tabs li a:hover {
  color: var(--heading);
}
.woocommerce-tabs .wc-tabs li a:after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 2px;
  background: var(--main);
}
.product-reviews .ratings-list {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-left: 1px solid #E8E8EB;
  border-right: 1px solid #E8E8EB;
  padding-top: 4px;
  padding-bottom: 15px;
}
.product-reviews .ratings-list .ratings-item {
  text-align: left;
  display: block;
  max-width: 100%;
  width: 250px;
  margin: 0 auto;
  margin-bottom: -4px;
}
.product-reviews .ratings-list .star-rating {
  margin-right: 10px;
  height: 14px;
  line-height: 10px;
}
.product-reviews .ratings-list .star-rating:before {
  color: #757575;
}
.product-reviews .ratings-list .star-rating span:before {
  color: #757575;
}
.product-reviews .ratings-list .count {
  font-size: 14px;
  font-weight: 700;
  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% - 135px);
  margin-right: 8px;
  vertical-align: middle;
}
.product-reviews .ratings-list .rating-percent:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--main);
  opacity: 0.1;
  content: "";
  top: 0;
}
.product-reviews .ratings-list .rating-percent > span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--main);
}
.product-reviews .avg-rating-container {
  vertical-align: top;
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 20px;
}
.product-reviews .avg-rating-container .ratings-review {
  display: block;
  margin-top: 10px;
}
.product-reviews .avg-rating-container .star-rating {
  width: 113px;
  margin-top: 7px;
  letter-spacing: 0;
}
.product-reviews .avg-rating-container .star-rating:before {
  font-size: 20px;
}
.product-reviews .avg-rating-container .star-rating span:before {
  top: 0px;
  font-size: 20px;
}
.product-reviews mark {
  font-size: 36px;
  font-weight: bold;
  background: transparent;
  padding: 0;
  margin-right: 11px;
  vertical-align: middle;
}
#answer-question-list,
#product-questions {
  display: none;
}
#product-questions > div {
  font-weight: 700;
  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: 700;
}
#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: 700;
  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: 700;
}
.jws_action_review {
  max-width: 183px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 5px;
}
.jws_action_review span {
  border: 1px solid rgba(4, 2, 2, 0.5);
  display: block;
  cursor: pointer;
  height: 50px;
  line-height: 46px;
  margin-bottom: 14px;
  text-align: center;
  font-weight: 700;
  color: var(--heading);
  transition: 0.3s all;
  padding: 0 15px;
}
.jws_action_review span.active {
  background: var(--heading);
  color: #fff;
}
.tabs_review_questios {
  margin-bottom: 38px;
  margin-top: 82px;
  position: relative;
}
.tabs_review_questios .tabs_review_nav {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.tabs_review_questios:after {
  height: 1px;
  background: #E8E8EB;
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 18px;
}
.tabs_review_questios span {
  font-size: 21.33px;
  color: var(--heading);
  cursor: pointer;
  font-family: var(--font2);
  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;
}
.upsells,
.related {
  padding-top: 68px;
}
.upsells > h4,
.related > h4 {
  margin-bottom: 30px;
}
.upsells .product-item,
.related .product-item {
  padding: 0 15px;
  margin: 0;
}
.upsells .jws-carousel-btn,
.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;
}
.upsells .jws-carousel-btn:hover,
.related .jws-carousel-btn:hover {
  color: var(--main);
}
.upsells .prev-item,
.related .prev-item {
  transform: translatex(-15px);
  left: -30px;
}
.upsells .prev-item i,
.related .prev-item i {
  display: block;
  transform: scale(-1);
}
.upsells .next-item,
.related .next-item {
  right: -30px;
  transform: translatex(15px);
}
.upsells .related-slider:hover .jws-carousel-btn,
.related .related-slider:hover .jws-carousel-btn {
  transform: translatex(0px);
  opacity: 1;
}
.jws-wishlist-btn {
  margin-top: 14px;
  color: var(--heading);
  font-size: 20px;
  position: relative;
  vertical-align: middle;
}
.jws-wishlist-btn .added {
  display: none;
}
.jws-wishlist-btn.added .added {
  display: inline;
}
.jws-wishlist-btn.added .notadd {
  display: none;
}
.jws-wishlist-btn span {
  margin-left: 8px;
  font-family: var(--font2);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  pointer-events: none;
}
.jws-wishlist-btn:hover span {
  opacity: 1;
}
form.cart {
  padding-top: 4px;
  padding-bottom: 24px;
}
.jws-share.product-share {
  display: inline-block;
  position: relative;
}
.jws-share.product-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(120%);
  -webkit-transform: translatex(120%);
}
.jws-share.product-share.opened button {
  color: var(--heading);
}
.jws-share.product-share button {
  background: transparent;
  border: none;
  font-weight: 400;
  color: var(--body);
}
.jws-share.product-share .addthis_inline_share_toolbox {
  width: max-content;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatex(150%);
  -webkit-transform: translatex(150%);
  z-index: -1;
}
.product_meta > span {
  display: block;
  margin-bottom: 6px;
}
.product_meta > span strong {
  margin-right: 9px;
}
.product_meta > span span,
.product_meta > span a {
  color: var(--body);
}
.product_meta > span a:hover {
  color: var(--secondary);
  opacity: 1;
}
.woocommerce-variation-price .price {
  font-weight: 700;
  color: var(--main);
}
.product_banner {
  margin-top: 23px;
}
.product-share .share-label {
  color: var(--heading);
  margin-right: 16px;
  font-weight: 600;
}
.product-share .share {
  font-size: 14px;
  margin-right: 6px;
}
.product-share .addthis_inline_share_toolbox a {
  margin-right: 14px;
}
.product-share .addthis_inline_share_toolbox a:hover {
  color: var(--secondary);
}
#product-sizeguide {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 30px;
  text-align: center;
}
#product-sizeguide table {
  margin-bottom: 42px;
}
.single_add_to_cart_button {
  border: transparent;
  background: var(--btn-bgcolor);
  color: #ffffff;
  border-radius: 5px;
  padding: 15px 42px;
  margin-right: 8px;
  position: relative;
  font-weight: 700;
  vertical-align: middle;
  margin-top: 10px;
  font-family: var(--font2);
  margin-bottom: 10px;
}
.single_add_to_cart_button:hover {
  background: var(--btn-bgcolor2);
}
.single_add_to_cart_button .loader .path {
  stroke: #fff;
}
.single_add_to_cart_button.loading span,
.single_add_to_cart_button.loading:after {
  opacity: 0;
}
.single_add_to_cart_button span {
  transition: .3s all;
  margin-right: 10px;
}
.jws_thumbnail_image {
  margin: 0 -10px;
}
.jws_thumbnail_image .product-image-thumbnail {
  padding: 5px;
}
.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-radius: 3px;
  background: #EBEFFD;
  opacity: 0.6;
  transition: 0.3s all;
}
.jws_thumbnail_image .active-thumb img {
  opacity: 1;
}
.thumbnail_position_bottom2 .product-image-thumbnail {
  padding: 10px 15px;
}
.thumbnail_position_bottom2 .woocommerce-tabs {
  margin-top: 50px;
}
.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: #EBEFFD;
  width: 100%;
  display: block;
}
.jws_main_image .layout_default figure {
  background: #e9e8e6;
}
.jws_main_image figure {
  margin: 0;
  border-radius: 3px;
}
.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: 700;
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  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;
}
.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;
}
.main-product.thumbnail_flex_true .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main-product.thumbnail_flex_true .woocommerce-product-gallery__wrapper .owl-item:not(:first-child) {
  display: none;
}
.main-product.thumbnail_flex_true .owl-loaded .owl-item:not(:first-child) {
  display: block;
}
.main-product.thumbnail_flex_true .jws_main_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  position: relative;
  padding: 0 10px;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  position: relative;
  padding: 0 10px;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails {
  opacity: 0;
  height: 0;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails.slick-initialized,
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails.owl-loaded {
  opacity: 1;
  height: auto;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails.slick-slider {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-product.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;
}
.main-product.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;
}
.main-product.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;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image .product-image-thumbnail {
  margin: 0;
  margin-bottom: 0px;
}
.gallery_false .jws_thumbnail_image {
  display: none;
}
.gallery_false .jws_main_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
a.product-search-single {
  position: fixed;
  left: 48px;
  top: 50%;
  z-index: 1;
  overflow: hidden;
}
a.product-search-single i {
  width: 40px;
  height: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.22);
  text-align: center;
  line-height: 40px;
  color: var(--light);
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}
a.product-search-single > span {
  background: var(--main);
  border-radius: 5px;
  height: 50px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: 50px;
  width: 50px;
  transition: 0.3s all;
}
a.product-search-single > span span {
  opacity: 0;
  padding: 0 27px 0 56px;
  transition: 0.3s;
  white-space: nowrap;
}
a.product-search-single:hover > span {
  width: 100%;
}
a.product-search-single:hover > span span {
  opacity: 1;
}
.single-form-popp {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}
.single-form-popp.active {
  opacity: 1;
  visibility: visible;
}
.single-form-popp.active .widget-inner {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.single-form-popp .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.single-form-popp .widget-inner {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: left;
  z-index: 1045;
  max-width: 1170px;
  margin: 100px auto 0;
  transition: 0.3s all;
  transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  opacity: 0;
}
.single-form-popp .widget-inner .tabcontent {
  padding: 23px 20px 30px;
}
.single-form-popp .close-search-popup {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  color: var(--heading);
  z-index: 1;
  cursor: pointer;
}
.single-form-popp .container {
  padding: 0;
}
.rent-gallery {
  position: relative;
  z-index: 0;
}
.rent-gallery .slider-item .overlay {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.rent-gallery .slider-item .image {
  height: 735px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rent-gallery .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  opacity: .25;
  margin-right: 6px;
  transform: scale(1);
}
.rent-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}
.rent-gallery .swiper-button-next,
.rent-gallery .swiper-button-prev {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 30px;
  border: 0;
  outline: none;
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
}
.rent-gallery .swiper-button-next:after,
.rent-gallery .swiper-button-prev:after {
  display: none;
}
.rent-gallery .swiper-button-next {
  right: 50px;
}
.rent-gallery .swiper-button-prev {
  left: 50px;
}
.rent-gallery .swiper-pagination-bullets {
  bottom: 58px;
}
.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 {
  display: grid;
}
.woocommerce-Reviews form .error {
  color: #ea1332;
  margin-top: 10px;
  display: block;
  position: absolute;
}
.woocommerce-Reviews form > .row {
  order: 3;
}
.woocommerce-Reviews form label {
  font-weight: 500;
  color: var(--heading);
}
.woocommerce-Reviews form .row > div:not(:last-child) {
  margin-bottom: 30px;
}
.woocommerce-Reviews form textarea,
.woocommerce-Reviews form input[type="text"],
.woocommerce-Reviews form input[type="email"] {
  color: var(--text);
  background-color: #ffffff;
  border-color: #42546633;
  border-radius: 5px;
  padding: 16px 20px;
}
.woocommerce-Reviews form textarea {
  height: 150px;
}
.woocommerce-Reviews form > p {
  margin-bottom: 17px;
}
.woocommerce-Reviews form .submit {
  color: #ffffff;
  background: var(--btn-bgcolor2);
  min-width: 183px;
  height: 50px;
  line-height: 48px;
  border: 1px solid var(--btn-bgcolor2);
  text-align: center;
  border-radius: 40px 40px 40px 40px;
  font-weight: 700;
  font-family: var(--font2);
}
.woocommerce-Reviews form .submit:hover {
  background: var(--btn-bgcolor);
}
.woocommerce-Reviews .comment-reply-title {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: var(--heading);
  font-weight: 700;
}
.woocommerce-Reviews .comment-form-rating .stars [class*="star"]:before {
  color: #FFCF61;
}
.woocommerce-Reviews #comments {
  position: relative;
  margin-top: 50px;
}
.woocommerce-Reviews .commentlist {
  padding: 0;
}
.woocommerce-Reviews .commentlist .star-rating {
  width: 70px;
}
.woocommerce-Reviews .commentlist li {
  margin-bottom: 22px;
}
.woocommerce-Reviews .commentlist li .comment_container {
  border-bottom: 1px solid var(--light);
  padding-bottom: 20px;
}
.woocommerce-Reviews .commentlist li .comment_container .user-avatar {
  margin-bottom: 25px;
}
.woocommerce-Reviews .commentlist li .comment_container .avatar-left {
  display: inline-block;
  width: 55px;
  vertical-align: top;
  position: relative;
}
.woocommerce-Reviews .commentlist li .comment_container .avatar-left .avatar-text {
  background: #f1f1f1;
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 55px;
  text-transform: uppercase;
  color: var(--heading);
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-Reviews .commentlist li .comment_container .avatar-left .verified {
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: -2px;
  font-size: 10px;
  background: #5AA75C;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  line-height: 16px;
  text-align: center;
}
.woocommerce-Reviews .commentlist li .comment_container img {
  border-radius: 100%;
}
.woocommerce-Reviews .commentlist li .comment_container .avatar-right {
  margin-top: -8px;
  display: inline-block;
  width: calc(100% - 55px);
  padding-left: 19px;
  padding-top: 10px;
  position: relative;
}
.woocommerce-Reviews .commentlist li .comment_container .avatar-right .meta {
  margin-bottom: 0;
}
.woocommerce-Reviews .commentlist li .comment_container .avatar-right .date-comment {
  position: absolute;
  right: 0;
  top: 14px;
  opacity: 0.7;
}
.woocommerce-Reviews .commentlist li .comment_container .comment-text .comment-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}
.woocommerce-Reviews .commentlist li .comment_container .meta .woocommerce-review__author {
  font-weight: 700;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce-Reviews .comment-notes {
  margin-bottom: 0px;
}
.woocommerce-Reviews .comment-form-rating {
  margin-top: 24px;
}
.woocommerce-Reviews .comment-form-cookies-consent,
.woocommerce-Reviews .comment-form-comment,
.woocommerce-Reviews .comment-form-rating,
.woocommerce-Reviews .row {
  margin-bottom: 24px;
}
.woocommerce-Reviews .comment-form-rating {
  order: 2;
}
.woocommerce-Reviews .comment-form-comment {
  order: 3;
}
.woocommerce-Reviews .form-submit {
  order: 6;
}
.woocommerce-Reviews .comment-form-cookies-consent {
  order: 5;
  display: flex;
  align-items: baseline;
}
.woocommerce-Reviews .comment-form-cookies-consent input {
  margin-right: 10px;
}
.woocommerce-Reviews .comment-form-cookies-consent label {
  margin: 0;
  font-weight: 400;
  color: var(--body);
}
.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) {
  .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;
  }
  .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-image {
    width: 60px;
  }
  .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.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 > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
.woocommerce-product-gallery__wrapper .owl-nav > div {
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -20px;
  font-size: 16px;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  color: var(--light);
  border: 1px solid var(--light);
  display: block !important;
  line-height: 36px;
  background: transparent;
}
.woocommerce-product-gallery__wrapper .owl-nav > div:not(.disabled):hover {
  background: var(--light);
  color: var(--heading);
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next {
  right: 25px;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-prev {
  left: 25px;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.disabled {
  opacity: 0.5;
}
.woocommerce-product-gallery__wrapper .owl-nav > div span:before {
  font-weight: bold;
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-left:before {
  font-family: "jws_icon";
  content: '\eaed';
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-right:before {
  font-family: "jws_icon";
  content: '\eaee';
}
.star-rating-wap .review-count {
  font-size: 13px;
  margin-left: 7px;
}
.star-rating {
  height: 26px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.star-rating:before {
  left: 0;
  top: 0;
  font-size: 14px;
  color: #FFCF61;
  font-family: 'Font Awesome 5 Free';
  content: "\f005\f005\f005\f005\f005";
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  padding-top: 1.5em;
  left: 0;
  top: 0;
}
.star-rating span:before {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  text-indent: 0;
  color: #FFCF61;
  font-family: 'Font Awesome 5 Free';
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  animation: fadeIn 0.5s both;
  animation-delay: 0.3s;
}
.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: 'Font Awesome 5 Free';
  font-weight: 400;
  left: 0;
  text-indent: 0;
  font-size: 12px;
  color: #FFCF61;
}
.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 {
  font-weight: 900;
  content: "\f005";
}
.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 {
  font-weight: 900;
  content: "\f005\f005";
}
.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 {
  font-weight: 900;
  content: "\f005\f005\f005";
}
.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 {
  font-weight: 900;
  content: "\f005\f005\f005\f005";
}
.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 {
  font-weight: 900;
  content: "\f005\f005\f005\f005\f005";
}
.comment-form-rating .stars .star-5:before {
  content: "\f005\f005\f005\f005\f005";
}
@media (min-width: 1280px) {
  .shop-single div.product .main-product .thumbnail_position_left .jws_main_image {
    margin-left: 6px;
    padding-right: 0;
  }
  .shop-single div.product .main-product .thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .main-product.layout_default.thumbnail_position_bottom2 .entry-summary {
    padding-left: 64px;
    padding-right: 36px;
  }
  .main-product.thumbnail_flex_true .jws_thumbnail_image .product-image-thumbnail {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .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;
  }
  body .yith-wfbt-section .yith-wfbt-images .image_plus {
    width: 20px;
    font-size: 14px;
  }
  body .yith-wfbt-section .yith-wfbt-images img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .thumbnail_position_left .jws_thumbnail_image,
  thumbnail_position_right .jws_thumbnail_image {
    margin: 0px;
  }
  .thumbnail_position_left .jws_thumbnail_image .owl-stage,
  thumbnail_position_right .jws_thumbnail_image .owl-stage {
    margin: 0 -10px;
  }
  .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%;
  }
  .thumbnail_position_bottom .summary {
    padding-left: 0;
  }
  .jws_single_count_down .count_down_top > label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .shop-single .main-product {
    padding-top: 0px;
  }
  .woocommerce-Reviews .comment-form-cookies-consent label {
    font-size: 14px;
  }
  .product-item .product-item-inner .button {
    background: #fff;
    font-size: 14px;
    border: unset;
    color: var(--btn-bgcolor2);
    padding-left: 0;
    padding-right: 0;
  }
  .shop-single div.product .main-product .upsells .product-item,
  .shop-single div.product .main-product .related .product-item {
    padding: 0 5px;
  }
  .shop-single div.product .main-product.layout_default .woocommerce-tabs .jws-group-accordion-wap {
    padding: 0px 15px 30px;
  }
  .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) {
  .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 8px;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel table {
    font-size: 14px;
  }
  .entry-summary .jws-quantity-wrap {
    max-width: 100%;
    display: block;
    margin-right: 0;
  }
  .grouped_form table tr td .jws-quantity-wrap {
    max-width: 125px;
  }
  .single_add_to_cart_button {
    width: 100% !important;
  }
}
@media (max-width: 386px) {
  .woocommerce-Reviews .comment-notes {
    font-size: 14px;
  }
  .jws_single_count_down .count_down_top {
    display: block;
    padding-bottom: 10px;
  }
  .jws_single_count_down .progress-bar-sold .available_items {
    font-size: 12px;
  }
  .jws_single_count_down .progress-bar-sold .sold_count {
    font-size: 12px;
  }
}
.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;
}
/* Button */
body {
  background: #676767;
}
.wpcf7-list-item {
  margin: 0 1em 0 0;
}
span[for="check_box"] {
  font-weight: 700;
}
.btn_download .elementor-button-content-wrapper {
  position: relative;
  justify-content: flex-start;
  text-align: left;
  padding-right: 25px;
}
.btn_download .elementor-button-content-wrapper::before {
  content: "\e83e";
  font-family: "jws_icon";
  font-weight: 700;
  position: absolute;
  right: 0;
  font-size: 16px;
  color: var(--menu-color);
  top: 50%;
  transform: translateY(-50%);
}
.btn-main.elementor-button .elementor-button-icon.elementor-align-icon-right,
.jws-cf7-style .wpcf7-submit .elementor-button-icon.elementor-align-icon-right {
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.btn-main.elementor-button:hover .elementor-button-icon.elementor-align-icon-right,
.jws-cf7-style .wpcf7-submit:hover .elementor-button-icon.elementor-align-icon-right {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.single_add_to_cart_button .btn-main.elementor-button,
button .btn-main.elementor-button,
.jws_post_readmore .btn-main.elementor-button,
.button-defautl .btn-main.elementor-button,
.single_add_to_cart_button .wpcf7-submit,
button .wpcf7-submit,
.jws_post_readmore .wpcf7-submit,
.button-defautl .wpcf7-submit {
  background: var(--btn-bgcolor);
  padding: 18px 47px;
  font-weight: 700;
  line-height: 20px;
  font-size: 16px;
  display: inline-block;
  color: var(--btn-color);
  border-radius: 5px;
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.single_add_to_cart_button .btn-main.elementor-button:hover,
button .btn-main.elementor-button:hover,
.jws_post_readmore .btn-main.elementor-button:hover,
.button-defautl .btn-main.elementor-button:hover,
.single_add_to_cart_button .wpcf7-submit:hover,
button .wpcf7-submit:hover,
.jws_post_readmore .wpcf7-submit:hover,
.button-defautl .wpcf7-submit:hover {
  background: var(--btn-bgcolor2);
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.button-with_border .btn-main.elementor-button,
.button-with_border .jws-cf7-style .wpcf7-submit {
  font-weight: 700;
  background: transparent;
  color: var(--btn-color);
  font-size: 16px;
  border-radius: 5px;
  line-height: 24px;
  padding: 18px 47px;
  border: 1px solid var(--btn-bgcolor);
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.button-with_border .btn-main.elementor-button:hover,
.button-with_border .jws-cf7-style .wpcf7-submit:hover {
  border-color: var(--btn-bgcolor2);
}
.wpcf7-list-item-label {
  font-weight: 700;
}
.wpcf7-list-item-label::before {
  cursor: pointer;
  position: absolute;
  left: 0;
}
.jws-cf7-check-yes .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  content: "\F33E";
  font-family: 'jws_icon';
}
.wpcf7-list-item > label {
  display: flex;
}
.wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 18px;
}
.elementor-button {
  font-family: var(--font2);
  border-radius: 0;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.button-text .elementor-button {
  background: transparent;
  padding: 0px;
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-content-wrapper .elementor-button-text {
  flex-grow: inherit;
}
.wpcf7-submit {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
}
.jws-button a#custom-buttonbr {
  overflow: hidden;
}
