.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: 0;
}
.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: 44px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.price_slider_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price_slider_wrapper input[readonly] {
  border: 0;
}
.price_slider_wrapper label {
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 500;
}
.price_slider_wrapper .price-numner {
  color: var(--heading);
  margin-bottom: 23px;
  display: block;
}
.price_slider_wrapper .ui-slider {
  background: #fff;
  order: 1;
  margin-top: 12px;
  border-radius: 0;
  position: relative;
  height: 44px;
  width: 100%;
}
.price_slider_wrapper .ui-slider:before {
  z-index: 1;
  content: '';
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  background: #D9D9D9;
  position: absolute;
}
.price_slider_wrapper .ui-slider:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 124%;
  height: 100%;
  background: #fff;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
  background: var(--btn-bgcolor);
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 10px;
  height: 26px;
  background: var(--btn-bgcolor);
  top: 50%;
  display: block;
  position: absolute;
  margin-left: 0px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
  z-index: 1;
  transform: translateY(-50%);
  outline: none;
}
.price_slider_wrapper .price_slider_wrapper {
  position: relative;
  padding-top: 51px;
}
.price_slider_wrapper .clear,
.price_slider_wrapper .button,
.price_slider_wrapper .price_label {
  display: none !important;
}
.price_slider_wrapper .button {
  line-height: 1;
  margin-top: 18px;
  font-weight: bold;
  color: #fff;
  border: transparent;
  border-radius: 8px;
  background: var(--heading);
  padding: 17px 42px;
}
.price_slider_wrapper .price_slider_amount {
  display: flex;
  column-gap: 20px;
}
.price_slider_wrapper .price_slider_amount input {
  display: block !important;
  width: 100%;
  background: #5453531a;
  border: none;
  min-height: 34px;
  color: var(--heading);
}
.widget_categories ul {
  padding: 0;
  list-style-type: none;
  max-height: 165px;
  overflow-y: auto;
  scrollbar-color: var(--main);
  scrollbar-width: thin;
}
.widget_categories ul::-webkit-scrollbar {
  width: 2px;
}
.widget_categories ul::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.widget_categories ul::-webkit-scrollbar-thumb {
  background-color: var(--main);
}
.widget_categories ul li {
  margin-bottom: 12px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0px;
}
.widget_categories ul li a {
  cursor: pointer;
}
.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 li:not(:last-child) {
  margin-bottom: 8px;
}
.product-categories .cat-item a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
}
.product-categories .cat-item a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.product-categories .current-cat a {
  text-decoration: none;
  background-size: 100% 100%;
}
.product-categories,
.wc-layered-nav {
  list-style-type: none;
  padding: 0;
}
.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;
}
.wc-layered-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.wc-layered-nav li:not(.show-color, .cat-item) {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.wc-layered-nav li:not(.show-color, .cat-item) a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #00000033;
  font-family: var(--font2);
  font-size: 13px;
  line-height: normal;
}
.wc-layered-nav li:not(.show-color, .cat-item) a:hover {
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.wc-layered-nav li:not(.show-color, .cat-item).chosen a,
.wc-layered-nav li:not(.show-color, .cat-item).current-cat a {
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.wc-layered-nav li.show-color:not(.cat-item) > span:not(.count-atr) {
  opacity: 0.4;
  pointer-events: none;
  text-decoration: line-through;
}
.wc-layered-nav li.show-color:not(.cat-item) > span:not(.count-atr),
.wc-layered-nav li.show-color:not(.cat-item) > a {
  padding-left: 26px;
  position: relative;
  display: block;
}
.wc-layered-nav li.show-color:not(.cat-item) > span:not(.count-atr):before,
.wc-layered-nav li.show-color:not(.cat-item) > a:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #36363680;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0.5;
  transition: 0.3s all;
}
.wc-layered-nav li.show-color:not(.cat-item) > span:not(.count-atr):after,
.wc-layered-nav li.show-color:not(.cat-item) > a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--heading);
  position: absolute;
  left: 4px;
  top: 5px;
  opacity: 0;
}
.wc-layered-nav li.show-color:not(.cat-item) > span:not(.count-atr):hover,
.wc-layered-nav li.show-color:not(.cat-item) > a:hover {
  color: var(--main);
}
.wc-layered-nav li.show-color:not(.cat-item) > span:not(.count-atr):hover:before,
.wc-layered-nav li.show-color:not(.cat-item) > a:hover:before {
  opacity: 1;
  border-color: var(--heading);
}
.wc-layered-nav li.show-color:not(.cat-item).chosen > a:after,
.wc-layered-nav li.show-color:not(.cat-item).current-cat > a:after {
  opacity: 1;
}
.wc-layered-nav li {
  transition: 0.3s all;
}
.wc-layered-nav li .count {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
.wc-layered-nav li:not(:last-child) {
  margin-bottom: 12px;
}
.siderbar-inner .widget {
  padding-bottom: 48px;
}
.siderbar-inner .widget .widget-title {
  margin-bottom: 22px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.siderbar-inner .widget .widget-title:before,
.siderbar-inner .widget .widget-title:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--heading);
  transition: all 0.3s ease-in-out;
}
.siderbar-inner .widget .widget-title:before {
  width: 22px;
  height: 2px;
  right: 0;
  margin-left: -7px;
  margin-top: -3px;
}
.siderbar-inner .widget .widget-title:after {
  width: 2px;
  height: 22px;
  right: 10px;
  margin-top: -13px;
  opacity: 1;
  transform: rotate(90deg);
}
.siderbar-inner .widget .widget-title.close:before {
  transform: rotate(180deg);
  transition-delay: 0.05s;
}
.siderbar-inner .widget .widget-title.close:after {
  transform: rotate(180deg);
}
.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 {
  width: 100%;
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.widget_products .product_list_widget .product-item-inner .product-content {
  max-width: calc(100% - 96px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
}
.widget_products .product_list_widget .product-item-inner .woocommerce-loop-product__title {
  margin-bottom: 6px;
}
.widget_products .product_list_widget .product-item-inner .product-short-text {
  margin-bottom: 0;
}
.wc-layered-nav .count-atr {
  float: right;
  color: var(--third);
  width: 16px;
  text-align: center;
}
.wc-layered-nav .show-color a .swatch {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #F3F3F3;
  position: relative;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 100%;
}
.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: 0;
  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: 785px;
  margin: 0 auto;
}
.jws-newsletter-popup .mfp-close {
  top: 0;
  color: #fff;
  background: transparent;
}
.jws-newsletter-popup .checkbox_input {
  text-align: left;
  color: var(--heading);
  margin-bottom: 10px;
}
.jws-newsletter-popup .checkbox_input label {
  margin: 0;
}
.jws-newsletter-popup .jws-form-content > .row {
  margin: 0;
}
.jws-newsletter-popup .newsletter-content {
  text-align: center;
  padding: 45px 45px;
}
.jws-newsletter-popup .sub-new-nothank {
  color: var(--third);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .issabelladuct-category-list ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .siderbar-inner .widget .widget-title {
    font-size: 22px;
  }
  .issabelladuct-category-list ul img {
    max-width: 80%;
  }
}
@media (max-width: 375px) {
  .jws-newsletter-popup .subcript_form > p {
    flex-wrap: wrap;
  }
  .jws-newsletter-popup .subcript_form > p .wpcf7-form-control-wrap {
    flex: 100%;
  }
  .jws-newsletter-popup .subcript_form > p .wpcf7-submit {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}
a.elementor-icon.elementor-social-icon::before {
  content: unset;
}
body > .site {
  overflow: hidden;
  position: relative;
}
.site-main.loading,
form.loading {
  pointer-events: none;
}
.swiper-initialized .swiper-slide {
  flex: none;
  max-width: 100%;
  padding: 0;
}
.select2-results {
  font-size: 14px;
}
.css-vptvdy {
  max-width: 100% !important;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span {
  height: auto;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
  align-items: center;
}
/* Swiper */
.swiper-slide.swiper-slide-active .bg_animate {
  opacity: 1;
  animation-name: kenBurnsAnimation;
}
.bg_animate {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  transition: all 0.3s ease;
  animation-direction: alternate;
  animation-delay: 0.3s;
}
.select2-container {
  min-width: 20px;
}
.not_fault_dashboard {
  padding: 60px 0;
  text-align: center;
  border: none;
}
.not_fault_dashboard img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.swiper.show_container {
  max-width: var(--content-width);
  width: 100%;
  overflow: visible;
}
.swiper-container-vertical > .swiper-wrapper {
  display: block;
  flex-direction: column;
}
.content-short {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-7 {
  opacity: 0.7;
}
.o-8 {
  opacity: 0.8;
}
.rad_30 {
  border-radius: 30px;
}
.rad_100 {
  border-radius: 100%;
}
.rad_10 {
  border-radius: 10px;
}
.rad_20 {
  border-radius: 20px;
}
.rs_ul_ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.transition_main {
  transition: 0.3s all;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.al-right {
  text-align: right;
}
.al-left {
  text-align: left;
}
.al-center {
  text-align: center;
}
.align-center {
  align-items: center;
}
.justify-center {
  text-align: center;
  justify-content: center;
}
.d-inline-block {
  display: inline-block;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.c-pointer {
  cursor: pointer;
}
.fl-center {
  align-items: center;
}
.fl_between {
  justify-content: space-between;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-tl {
  top: 0;
  left: 0;
}
.pos-bl {
  bottom: 0;
  left: 0;
}
.ws-nowrap {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.pointer-events-none {
  pointer-events: none;
}
.width-100 {
  width: 100%;
}
.jws-fill {
  position: absolute;
  inset: 0;
}
.cl-main {
  color: var(--main);
}
.cl-secondary {
  color: var(--secondary);
}
.cl-third {
  color: var(--third);
}
.cl-four {
  color: var(--four);
}
.cl-heading {
  color: var(--heading);
}
.cl-light {
  color: var(--light);
}
.cl-body {
  color: var(--body);
}
.cl-body2 {
  color: var(--body2);
}
.reset-button {
  background: transparent;
  border: 0;
  padding: 0;
}
.al-center {
  text-align: center;
}
.fs-small {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.fs-md {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}
.ft-italic {
  font-style: italic;
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400;
}
.co-main {
  color: var(--main);
}
.co-second {
  color: var(--secondary);
}
.co-accent {
  color: var(--accent);
}
.co-head {
  color: var(--heading);
}
.co-text {
  color: var(--text);
}
.mr-0 {
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
#elementor-lightbox-slideshow-single-img {
  display: none !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb .delimiter {
  margin: 0 6px;
}
.breadcrumb a {
  color: var(--body);
}
.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: var(--main);
  scrollbar-width: thin;
}
.jws-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.jws-scrollbar::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.jws-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--main);
}
.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;
  border-color: var(--btn-bgcolor);
}
.slick-slide:first-child {
  display: block;
}
.slick-disabled {
  opacity: 0.5;
}
a,
.slick-slide {
  outline: none !important;
}
/** Widget */
textarea::placeholder {
  color: var(--text);
}
form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: .2s;
  overflow: hidden;
  min-height: 44px;
  border: 1px solid #143C46;
  padding: 0 20px;
}
form.search-form .select2-container .select2-selection--single {
  background: transparent;
}
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;
  color: var(--heading);
  opacity: 1;
}
form.search-form input::-moz-placeholder,
form.search-form input::-ms-input-placeholder,
form.search-form input::placeholder,
form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.8;
  color: var(--heading);
}
form.search-form button {
  font-size: 24px;
  cursor: pointer;
  color: var(--heading);
}
.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:not(.woocommerce-result-count),
.error404 p:not(.woocommerce-result-count) {
  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;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 88px;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  display: block;
  text-align: center;
  background: #9B0401;
  z-index: 99;
  opacity: 0;
  font-size: 16px;
  padding: 10px;
  color: #fff;
}
.backToTop .text {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font2);
  line-height: 10px;
}
.backToTop i {
  display: block;
}
.backToTop.with-shadow {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
}
.backToTop.with-mancolor {
  background: var(--secondary);
}
.backToTop.totop-show {
  opacity: 1;
}
.backToTop:hover i {
  animation: bounceAlphaUp 1s both;
  -webkit-animation: bounceAlphaUp 1s both;
}
.jws-toolbar-wap {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  left: 0;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
  height: 68px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  background: var(--btn-bgcolor);
  transition: 0.3s all;
  transform: translatey(100%);
  opacity: 0;
}
.jws-toolbar-wap .jws-toolbar-item {
  flex: 1 0 20%;
  text-align: center;
  font-size: 14px;
}
.jws-toolbar-wap .jws-toolbar-item a {
  color: #fff;
}
.jws-toolbar-wap .jws-toolbar-item .jws-icon-dots-three-outline-vertical {
  transform: rotate(90deg);
  display: inline-block;
}
.jws-toolbar-wap .jws-toolbar-item i {
  display: inline-block;
  font-size: 24px;
}
.jws-toolbar-wap .jws-toolbar-item span {
  display: block;
  line-height: 16px;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist .wishlist_count {
  display: inline-block;
  position: relative;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist .jws_wishlist_count {
  position: absolute;
  right: -12px;
  top: -10px;
  background: #9B0401;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  z-index: 1;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist i {
  position: relative;
}
.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist.dots i:after {
  animation: fadeIn 1s ease infinite;
}
.jws_pagination {
  position: relative;
}
.jws_pagination .spinner {
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -6px;
}
.jws_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;
}
.jws_pagination .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  transform: rotate(0deg);
}
.jws_pagination .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  transform: rotate(45deg);
}
.jws_pagination .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
  transform: rotate(90deg);
}
.jws_pagination .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
  transform: rotate(135deg);
}
.jws_pagination .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
  transform: rotate(180deg);
}
.jws_pagination .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  transform: rotate(225deg);
}
.jws_pagination .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
  transform: rotate(270deg);
}
.jws_pagination .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
  transform: rotate(315deg);
}
.jws-load-more {
  position: relative;
  overflow: hidden;
}
.jws-load-more.auto_load_more {
  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 4px;
}
.jws-pagination-number ul li > a.prev:hover i,
.jws-pagination-number ul li > a.next:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  line-height: 40px;
  font-family: var(--font2);
  color: var(--heading);
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--btn-bgcolor);
}
.jws-pagination-number ul li > a i,
.jws-pagination-number ul li > span i {
  display: block;
  line-height: 40px;
}
.jws-pagination-number ul li > a:hover {
  background: var(--accent);
}
.jws-pagination-number ul li > .current {
  color: var(--btn-bgcolor2);
  background: var(--btn-bgcolor);
  opacity: 1;
}
.bg_main {
  background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading);
}
.paralax_effect_yes:before {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.paralax_effect_yes.active::before {
  animation: scaleUpAnimation 1s ease forwards;
  /* Animation for scaling up */
}
.paralax_effect_yes:not(.active)::before {
  animation: scaleDownAnimation 1s ease forwards;
  /* Animation for scaling down */
}
@keyframes scaleUpAnimation {
  from {
    transform: scale(1);
    /* Start scale */
  }
  to {
    transform: scale(1.3);
    /* End scale */
  }
}
@keyframes scaleDownAnimation {
  from {
    transform: scale(1.3);
    /* Start scale */
  }
  to {
    transform: scale(1);
    /* End scale */
  }
}
@keyframes kenBurnsAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    /* Adjust scale and translation as needed */
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1366px) {
  /* Your styles for screens between 1025 and 1366 pixels go here */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .jws-toolbar-wap {
    transform: translatey(0);
    opacity: 1;
  }
  body.has_toolbar {
    padding-bottom: 55px;
  }
  .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;
  }
  #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: #fff;
  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 {
  transition: 0s;
}
.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;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@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. jws 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;
}
.wcv-message {
  background: transparent;
  color: var(--heading);
  padding: 0;
  margin-top: 0;
}
/*Image carousel*/
.elementor-swiper-button {
  justify-content: center;
  transition: 0.3s all;
}
/*Custom box*/
.elementor-widget-counter .elementor-counter .elementor-counter-number-prefix,
.elementor-widget-counter .elementor-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}
.elementor-countdown-item {
  position: relative;
}
.elementor-countdown-item:not(:first-child)::before {
  content: ":";
  position: absolute;
  left: -13px;
  color: var(--heading);
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}
/* Form */
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 35px;
}
.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;
}
/* 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-text-editor p:last-child {
  margin-bottom: 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;
}
.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: -26px;
  position: relative;
  opacity: 0;
  transition: 0.3s all;
  line-height: 20px;
  display: block;
  height: fit-content;
  right: -21px;
}
.elementor-progress-bar .elementor-progress-percentage::before {
  content: '';
  position: absolute;
  top: 97%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8.6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
div[style] .elementor-progress-percentage {
  opacity: 1;
  transition-delay: 0.5s;
}
.elementor-progress-wrapper {
  overflow: unset !important;
}
.elementor-widget-progress .elementor-title {
  display: block;
  margin-bottom: 5px;
}
.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-bgcolor);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid var(--btn-bgcolor);
  border-radius: 0;
  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;
  }
}
.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;
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  overflow: hidden;
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 5px;
  background: var(--main);
  transition: 0.3s all;
  left: 0;
  height: 100%;
  transform: translateY(-100%);
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a,
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  font-weight: 700;
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a::after,
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a::after,
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover::after {
  transform: translateY(0);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.enable_scroll_x > .jws_main_menu_inner > ul {
  overflow-x: auto;
}
.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%;
  column-gap: 54px;
  row-gap: 16px;
  scrollbar-width: none;
  flex-wrap: wrap;
}
.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;
  flex-shrink: 0;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li::before {
  content: " ";
  position: absolute;
  bottom: calc(0px - 15px);
  width: 100%;
  height: 15px;
  background: 0 0;
  z-index: 30;
}
.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 {
  margin-top: 15px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .sub-menu li:before {
  content: '';
  position: absolute;
  right: calc(-30px);
  width: 35px;
  height: 32px;
  top: 0;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .sub-menu li .sub-menu {
  margin-left: 30px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .btn-sub-menu {
  background: transparent;
  border: none;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .btn-sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  display: inline-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 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: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 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 {
  padding: 10px 30px 10px;
  list-style-type: none;
  min-width: 245px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li .sub-menu {
  padding: 15px 30px 12px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a {
  font-weight: 600;
  color: var(--main);
}
.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);
  padding: 4px 10px 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.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: 0px;
  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:hover .sub-menu li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu-dropdown li .sub-menu {
  transform: translatey(-8px);
  -webkit-transform: translatey(-8px);
}
.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: 0;
  font-weight: 600;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a > i {
  margin-left: 6px;
  line-height: initial;
}
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
  content: "\E848";
  font-family: 'jws_icon';
  color: var(--heading);
  float: right;
  padding: 5px 0;
}
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a span,
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a span {
  background-size: 100% 96%;
}
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
  display: inline-block !important;
}
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
  display: revert-layer;
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
  -webkit-transitionQ: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 96%;
}
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
}
.jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover span {
  background-size: 100% 96%;
}
.menu-label {
  color: #ffffff;
  font-size: 10px;
  border-radius: 2px;
  padding: 3px 5px;
  position: absolute;
  bottom: 100%;
  right: -14px;
  line-height: normal;
  font-weight: 700;
  z-index: 1;
}
.menu-label:after {
  content: "";
  margin: 0 0.5em;
  display: inline-block;
  border: 3px solid transparent;
  border-top: 3px solid var(--bg-color);
  border-bottom: 0 none;
  position: absolute;
  top: 100%;
  left: 2px;
  border-top-color: bisque;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner,
.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_vertical.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-item > a > span:before,
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > 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_vertical.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a,
.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 {
  position: relative;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > 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 > 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_vertical.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > 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 > a:hover > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current_page_item > a span: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_page_item > a span:before,
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-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-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a span:before,
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a span: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 span:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span,
.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;
  display: inline-block;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span.menu-label,
.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.menu-label {
  position: absolute;
  right: -30px;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span.menu-label:before,
.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.menu-label:before {
  content: unset;
}
.elementor_jws_menu_layout_menu_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before,
.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_vertical.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before,
.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 {
  margin-bottom: 20px;
}
.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-bottom: 10px;
  padding-left: 10px;
}
.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-size: 13px;
  font-weight: 400;
  font-family: var(--font2);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a {
  font-weight: 600;
  color: var(--main);
}
.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;
  margin-bottom: 3px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
  background: none;
  border: none;
  font-size: 20px;
  width: 24px;
  padding: 0;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  position: absolute;
  right: auto;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu:before {
  display: inline-block;
  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 {
  margin-top: 3px;
  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 {
  position: relative;
  font-size: 14px;
  font-family: var(--font2);
  display: inline-block;
  width: auto;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li.active > a > .btn-sub-menu:before {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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;
}
.is_sticky_section {
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 0 !important;
  opacity: 0;
  transition-delay: 0;
}
.is_sticky_section.elementor-element-edit-mode {
  width: auto !important;
  transform: scale(1);
  opacity: 1;
}
.is-sticky .is_sticky_section {
  width: auto !important;
  transform: scale(1);
  opacity: 1;
}
.jws_video_popup .icon {
  display: block;
  position: relative;
  z-index: 1;
}
.jws_video_popup .text {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a .video_icon {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a .video_icon::before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 2px solid var(--main);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a .video_icon::after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid var(--main);
  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 .video_icon::before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 2px solid var(--main);
  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 .video_icon::after,
.jws_video_popup.video-overlay .jws_video_popup_inner a .video_icon::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 .video_icon::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 .video_icon::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: inline-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 .box-icon {
  display: inline-block;
  text-align: center;
}
.jws-info-box.layout1 a {
  display: flex;
  align-items: flex-start;
}
.jws-info-box.layout1 a:hover .info_serial {
  background: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor) 100%);
  color: #fff;
}
.jws-info-box.layout1 .info_serial {
  font-weight: 700;
  color: var(--heading);
  margin-right: 12px;
  text-align: center;
  border-radius: 100%;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(254deg, rgba(79, 65, 225, 0.2) 0%, rgba(167, 127, 198, 0.2) 100%);
  transition: all 0.3s;
}
.jws-info-box.layout1 .jws-info-box-inner {
  position: relative;
  overflow: hidden;
}
.jws-info-box.layout1 .box-title {
  margin-bottom: 12px;
}
.jws-info-box.layout1 .box-content {
  position: relative;
}
.jws-info-box.layout1 .box-more {
  transition: 0.3s all;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font2);
  display: inline-block;
}
.jws-info-box.layout2 {
  position: relative;
}
.jws-info-box.layout2 .info_serial {
  font-size: 70px;
  font-family: var(--font2);
  font-weight: 700;
  color: #646f791a;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 50px;
}
.jws-info-box.layout2 a {
  position: relative;
  font-weight: 700;
  color: var(--main);
}
.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;
  position: relative;
}
.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;
  flex-direction: column;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.jws-info-box.layout3 .jws-info-box-inner .info_content .box-title {
  transition: all 0.3s linear;
}
.jws-info-box.layout3 .jws-info-box-inner .box-icon {
  color: #fff;
  transition: all 0.3s linear;
  width: 60px;
  height: 60px;
  background: var(--main);
  display: flex;
  justify-content: center;
  line-height: 24px;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 40px;
  outline: solid 6px #fff;
  box-shadow: 5.035px 6.217px 21px 0px rgba(40, 32, 132, 0.1);
}
.jws-info-box.layout4 .jws-info-box-inner {
  background: #fff;
  border: 1px solid #f4f4f2;
}
.jws-info-box.layout4 .jws-info-box-inner .box-more {
  margin-top: 72px;
  background: #fff;
  color: var(--heading);
}
.jws-info-box.layout4 .jws-info-box-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--main);
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jws-info-box.layout4 .jws-info-box-inner:hover {
  background: var(--heading);
  box-shadow: 0px 3px 54px 0px rgba(76, 76, 76, 0.3);
}
.jws-info-box.layout4 .jws-info-box-inner:hover::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.jws-info-box.layout4 .jws-info-box-inner:hover .info_serial {
  color: #fefefe80;
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title {
  color: #fff;
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-more {
  background: var(--btn-bgcolor);
}
.jws-info-box.layout5 .jws-info-box-inner,
.jws-info-box.layout4 .jws-info-box-inner {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.jws-info-box.layout5 .jws-info-box-inner .info_serial,
.jws-info-box.layout4 .jws-info-box-inner .info_serial {
  font-size: 14px;
  color: #0d242e80;
  margin-bottom: -1px;
  transition: 0.3s;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout4 .jws-info-box-inner .box-more {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  font-size: 21.33px;
  font-weight: 700;
  transition: 0.3s all;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more .text,
.jws-info-box.layout4 .jws-info-box-inner .box-more .text {
  display: block;
  transform-origin: center;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .info_serial,
.jws-info-box.layout4 .jws-info-box-inner:hover .info_serial {
  color: #fefefe80;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-title,
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title {
  color: #fff;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-more .text,
.jws-info-box.layout4 .jws-info-box-inner:hover .box-more .text {
  transform: rotate(1turn);
  transition: 0.5s;
}
.jws-info-box.layout5 .jws-info-box-inner {
  background: var(--heading);
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon {
  background: var(--main);
  border-radius: 50%;
  margin-bottom: 32px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon svg {
  vertical-align: middle;
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon svg path {
  fill: #fff;
}
.jws-info-box.layout5 .jws-info-box-inner .box-title {
  margin-bottom: 22px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-content {
  margin-bottom: 40px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more {
  border: 1px solid #fff;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout5 .jws-info-box-inner .box-icon,
.jws-info-box.layout5 .jws-info-box-inner .info_serial,
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout5 .jws-info-box-inner .box-content,
.jws-info-box.layout5 .jws-info-box-inner .box-title {
  color: #fff;
  position: relative;
}
.jws-info-box.layout5 .jws-info-box-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.jws-info-box.layout5 .jws-info-box-inner:hover::before {
  opacity: 0.9;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-icon {
  background: var(--heading);
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-more {
  background: #fff;
  color: var(--heading);
}
.jws-info-box.layout6 .info_content {
  text-align: center;
  position: relative;
}
.jws-info-box.layout6 .info_content .box-title {
  margin-bottom: 15px;
}
.jws-info-box.layout6 .info_content .info_serial {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  font-size: 132.46px;
  transform: translateY(-50%);
  line-height: 100px;
}
.jws-info-box.layout6 .info_content .box-content,
.jws-info-box.layout6 .info_content .box-more,
.jws-info-box.layout6 .info_content h5 {
  position: relative;
}
@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: 18px;
    width: 80px;
  }
  .jws-info-box.layout2 .jws-info-box-inner .info_content {
    flex: 1;
  }
}
.jws_testimonials_slider_wrap.layout6 .slider-content .footer_testimonial .testimonials-avatar {
  display: inline-block;
  max-height: 60px;
  margin-right: 8px;
  max-width: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .footer_testimonial .testimonials-avatar.no_thumbnail {
  background: var(--heading);
}
.jws_testimonials_slider_wrap.layout6 .slider-content .footer_testimonial .testimonials-avatar > i {
  width: 100%;
  display: block;
  height: 100%;
  line-height: 60px;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .footer_testimonial .testimonials-avatar img {
  object-fit: cover;
  width: 100%;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .testimonials-info {
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .testimonials-info .testimonials_job {
  font-size: 14px;
}
.jws_testimonials_slider_wrap.layout5 .slider-content {
  align-items: center;
}
.jws_testimonials_slider_wrap.layout5 .jws_testimonial_content {
  padding-right: 60px;
}
.jws_testimonials_slider_wrap.layout5 .testimonials_header {
  padding-right: 55px;
}
.jws_testimonials_slider_wrap.layout5 .info {
  margin-bottom: 12px;
}
.jws_testimonials_slider_wrap.layout5 .testimonials_title {
  font-weight: 600;
  color: var(--heading);
  opacity: 0.8;
  display: inline-block;
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #D9D9D9;
}
.jws_testimonials_slider_wrap.layout5 .logo_company {
  display: inline-block;
  max-width: 132px;
}
.jws_testimonials_slider_wrap.layout5 .testimonials-description {
  font-weight: 600;
  font-style: italic;
  letter-spacing: -1.26px;
}
.jws_testimonials_slider_wrap.layout5 .testimonials-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.jws_testimonials_slider_wrap.layout5 .play {
  border-radius: 100%;
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: 88px;
  background: #ffffff33;
  font-size: 32px;
}
.jws_testimonials_slider_wrap.layout5 .play:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  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: "";
  background: #fff;
  display: block;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jws_testimonials_slider_wrap.layout5 .play::before {
  z-index: 1;
}
.jws_testimonials_slider_wrap.layout1 .slider-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jws_testimonials_slider_wrap.layout1 .jws_testimonial_content {
  flex: calc(100% - 200px);
  padding-left: 45px;
}
.jws_testimonials_slider_wrap.layout1 .testimonials-avatar {
  max-width: 200px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 105.5px;
}
.jws_testimonials_slider_wrap.layout1 .testimonials-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jws_testimonials_slider_wrap.layout1 .testimonials-description {
  font-family: var(--font2);
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.jws_testimonials_slider_wrap.layout3 .testimonials-description {
  font-size: 21px;
  line-height: 25.2px;
}
.jws_testimonials_slider_wrap.layout3 .testimonials_title {
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout3 .jws_testimonial_content {
  margin-top: 24px;
}
.jws_testimonials_slider_wrap.layout3 .slider-content {
  height: 100%;
  padding: 30px 35px 21px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jws_testimonials_slider_wrap.layout3 .slider-content .testimonials-info {
  margin-bottom: 10px;
}
.jws_testimonials_slider_wrap.layout2 .slider-content .header_testimonial .testimonials-description {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 36px;
  color: var(--heading);
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials-info a,
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials-info h6 {
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout2 .slider-content:hover {
  transition: 0.3s all;
  box-shadow: unset;
}
.jws_testimonials_slider_wrap.layout6 .slider-content {
  padding: 35px 32px 40px;
  background: #fff;
  border-radius: 3px;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .testimonials-info .testimonials_title {
  margin-bottom: 0px;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .footer_testimonial {
  margin-bottom: 22px;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .header_testimonial .testimonials_icon {
  font-size: 60px;
  line-height: 60px;
  opacity: 0.1;
  color: var(--secondary);
}
.jws_testimonials_slider_wrap.layout6 .slider-content .header_testimonial .testimonials_icon:before {
  display: block;
  transform: rotate(-180deg);
}
.jws_testimonials_slider_wrap.layout6 .slider-content .average-rating .jws-star-rating {
  width: 90px;
  position: relative;
  height: 24px;
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout6 .slider-content .average-rating .jws-star-rating .jws-star-rated {
  position: absolute;
  overflow: hidden;
  height: 100%;
  display: block;
}
.jws_testimonials_slider_wrap.layout6 .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: 13px;
  letter-spacing: 4px;
  text-indent: 0;
  color: #f6cc24;
}
@media (max-width: 1025px) {
  .jws_testimonials_slider_wrap .jws-nav-carousel .jws-carousel-btn.prev-item {
    left: 0;
  }
  .jws_testimonials_slider_wrap .jws-nav-carousel .jws-carousel-btn.next-item {
    right: 0;
  }
}
@media (max-width: 993px) {
  .jws_testimonials_slider_wrap.layout5 .testimonials_header {
    padding-right: 15px;
  }
  .jws_testimonials_slider_wrap.layout5 .jws_testimonial_content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .jws_testimonials_slider_wrap .jws-nav-carousel .jws-carousel-btn {
    transform: translateY(-150%);
  }
  .jws_testimonials_slider_wrap.layout1 .jws_testimonial_content {
    padding-left: 0;
    padding-top: 16px;
    flex: 100%;
  }
  .jws_testimonials_slider_wrap.layout1 .testimonials-description {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .jws_testimonials_slider_wrap.layout5 .jws_testimonial_content {
    margin-top: 24px;
  }
  .jws_testimonials_slider_wrap.layout5 .testimonials-description {
    font-size: 18px;
    line-height: 24px;
  }
}
.slick-dots {
  text-align: center;
}
.jws-service-images,
.jws-services-inner {
  width: 100%;
}
.post-image-slider.jws-post-gallery {
  width: 100%;
}
.post-image-slider.jws-post-gallery .swiper-pagination {
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  transform: translateX(-50%);
}
.post-image-slider.jws-post-gallery .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 3.5px;
  background: #ffffff80;
  width: 4px;
  height: 4px;
}
.post-image-slider.jws-post-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #fff;
}
.blog_dots ul li {
  display: inline-block;
}
.gallery_nav,
.post_nav {
  padding: 0;
  list-style-type: none;
  display: block;
}
.gallery_nav li,
.post_nav li {
  display: inline-block;
}
.gallery_nav li a,
.post_nav li a {
  text-transform: upercase;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 5px 15px;
  border-radius: 10px;
}
.gallery_nav li a.filter-active,
.post_nav li a.filter-active,
.gallery_nav li a:hover,
.post_nav li a:hover {
  background: var(--secondary);
  color: var(--heading);
}
section.no-results.not-found {
  padding-bottom: 60px;
}
.search_content.jws-blog-archive .jws_blog_grid .jws_blog_item {
  margin-bottom: 0px;
}
.search_content.jws-blog-archive .jws_blog_grid .jws_blog_item:not(:last-child) .jws_post_wap {
  border-bottom: 1px solid #d1d1d1;
}
.search_content.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap {
  background: transparent;
  padding: 5% 0%;
  border-radius: 0px;
}
.entry-date > span {
  display: inline-block;
  margin-right: 8px;
}
.post_cat a,
.entry-date a {
  color: var(--text);
}
.post_cat a,
.post_author a,
.entry-date a {
  font-family: var(--font2);
}
.post_cat a:hover,
.post_author a:hover,
.entry-date a:hover {
  opacity: 1;
  color: var(--main);
}
.jws-post-gallery .elementor-swiper-button {
  width: 32px;
}
.jws-blog-archive > .container {
  margin-top: 40px;
}
.jws-blog-archive > .container {
  margin-bottom: 80px;
}
.jws-blog-archive.sidebar-right .post_content {
  padding-right: 85px;
}
.jws-blog-archive.sidebar-left .post_content {
  padding-left: 85px;
}
.jws-blog-archive .post_content .jws_post_readmore {
  margin-top: 14px;
}
.jws-blog-archive .post_content .jws_blog_layout3 .jws_post_wap .jws_post_image {
  flex: 0 0 340px;
  max-width: 340px;
}
.jws-blog-archive .jws_pagination .jws-load-more {
  margin-top: 0;
}
.jws-blog-archive .jws-pagination-number ul {
  margin-top: 0;
  justify-content: center;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item {
  margin-bottom: 50px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .jws_post_excerpt {
  margin-bottom: 0;
}
.jws_post_image.audio::before {
  content: '';
  width: 100%;
  height: 16%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
  min-height: 50px;
}
.jws_blog_item {
  margin-bottom: 30px;
}
.jws_blog_item .jws-post-author span {
  opacity: 0.8;
}
.jws_blog_item .jws_post_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jws_blog_item .entry-title a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1.5px), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(100% - 1.5px), currentColor 1.5px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1.5px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
}
.jws_blog_item .entry-title a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.jws_blog_item .jws-post-author {
  font-size: 14px;
  font-weight: 600;
}
.jws_blog_item .jws_post_readmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--font2);
  text-transform: uppercase;
}
.jws_blog_item .jws_post_readmore:after {
  background: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  top: unset;
  transform: unset;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  left: 0;
  bottom: 0;
}
.jws_blog_item .jws_post_readmore .jws_icon {
  font-size: 22px;
  vertical-align: middle;
}
.jws_blog_item .jws_post_readmore .jws_icon i {
  display: inline-block;
}
.jws_blog_item .jws_post_readmore:hover {
  color: var(--btn-bgcolor);
  transition: .3s ease;
}
.jws_blog_item .jws_post_readmore:hover:after {
  width: 0%;
  right: 0;
  left: 0;
}
.jws_blog_item .jws_post_readmore:hover .jws_icon i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_post_meta {
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  align-items: center;
}
.jws_post_meta .line {
  width: 2px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #D9D9D9;
  margin: 0 10px;
}
.jws-blog-element .jws_post_image {
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws_post_image img {
  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 {
  background: #e8f3fc;
  padding: 5% 6%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_content {
  padding: 0px;
  max-width: 100%;
  flex: 100%;
}
.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_content {
  padding-top: 25px;
}
.jws-blog-element .jws_blog_layout3 .post_cat,
.jws-blog-element .jws_blog_layout1 .post_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.jws-blog-element .jws_blog_layout3 .post_cat a,
.jws-blog-element .jws_blog_layout1 .post_cat a {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px 10px;
  background: var(--btn-bgcolor);
  color: #fff;
}
.jws-blog-element .jws_blog_layout3 .entry-title,
.jws-blog-element .jws_blog_layout1 .entry-title {
  margin-top: 14px;
  margin-bottom: 14px;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_image > a,
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .bg_overlay,
.jws-blog-element .jws_blog_layout1 .jws_post_wap .bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -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);
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .bg_overlay .hover_bg,
.jws-blog-element .jws_blog_layout1 .jws_post_wap .bg_overlay .hover_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap:hover .bg_overlay,
.jws-blog-element .jws_blog_layout1 .jws_post_wap:hover .bg_overlay {
  -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);
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .post_cat a,
.jws-blog-element .jws_blog_layout1 .jws_post_wap .post_cat a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_excerpt,
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_excerpt {
  margin-bottom: 14px;
}
.jws-blog-element .jws_blog_layout3 .jws_post_wap .meta_infor .jws-post-author,
.jws-blog-element .jws_blog_layout1 .jws_post_wap .meta_infor .jws-post-author {
  text-transform: capitalize;
}
.jws_blog_layout3 .jws_post_image {
  max-width: 80px;
}
.jws_blog_layout3 .jws_blog_item button.elementor-swiper-button,
.jws_blog_layout3 .video_format {
  display: none;
}
.jws_blog_layout3 .video_format {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.jws_blog_layout3 .video_format a {
  font-size: 16px;
}
.jws_blog_layout3 .jws_post_content {
  padding-left: 16px;
  max-width: 100%;
}
.jws_blog_layout3 .jws_blog_item {
  margin-bottom: 16px;
}
.jws_blog_layout3 .jws_blog_item .entry-title {
  margin-top: 4px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.jws_blog_layout3 .jws_blog_item .entry-title a {
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
}
.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 {
  width: 100%;
  height: auto;
}
.jws_blog_layout3 .elementor-swiper-button {
  height: 40px;
  width: 24px;
  line-height: 40px;
  font-size: 20px;
}
.jws_pagination {
  text-align: center;
}
.jws_pagination .jws-load-more {
  background: var(--btn-bgcolor2);
  padding: 15px 30px;
  display: inline-block;
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  margin-top: 12px;
  text-transform: uppercase;
  border: 1px solid var(--btn-bgcolor);
}
.jws_pagination .jws-load-more .icon_load_more {
  display: inline-block;
  padding-left: 12px;
  font-weight: 400;
  font-size: 18px;
}
.jws_pagination .jws-load-more:after,
.jws_pagination .jws-load-more:before {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.jws_pagination .jws-load-more:before {
  height: 155px;
  opacity: 0;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  left: -50%;
}
.jws_pagination .jws-load-more:after {
  height: 20rem;
  opacity: 0;
  top: -100px;
  transform: rotate(35deg);
  width: 8rem;
  left: -100%;
}
.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-bgcolor);
  color: #fff;
}
.jws_pagination .jws-load-more:hover:before {
  left: 120%;
  opacity: 0.2;
}
.jws_pagination .jws-load-more:hover:after {
  left: 200%;
  opacity: .2;
}
.jws_pagination .jws-load-more:hover .icon_load_more {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_pagination .loader {
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.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_quote,
.jws_post_link {
  border: 2px solid var(--btn-bgcolor);
  padding: 6% 6%;
  position: relative;
  overflow: hidden;
  background: var(--accent);
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
.jws_post_quote .link_icon,
.jws_post_link .link_icon {
  display: block;
  font-size: 8rem;
  line-height: 8rem;
  color: var(--heading);
}
.jws_post_quote .quote_name,
.jws_post_link .quote_name,
.jws_post_quote .link_name,
.jws_post_link .link_name {
  padding-top: 30px;
  font-family: var(--font2);
  text-transform: uppercase;
  color: var(--heading);
  line-height: 20px;
}
.jws_post_quote .jws_quote_excerpt {
  position: relative;
}
.jws_post_link .jws_link_content {
  position: relative;
}
.jws_post_link .link_name {
  margin: 0px;
}
.jws-post-gallery .jws-post-gallery-item {
  overflow: hidden;
}
.jws-post-gallery .jws-carousel-btn.prev-item {
  left: 10px;
}
.jws-post-gallery .jws-carousel-btn.next-item {
  right: 10px;
}
.video_format {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video_format a {
  display: inline-block;
  position: relative;
  transition: 0s all;
  line-height: inherit;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.video_format a .video_icon {
  position: relative;
  z-index: 1;
}
.video_format a:after,
.video_format a:before {
  content: "";
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
.video_format a:after {
  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;
}
.video_format a:before {
  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;
}
.elementor-nav-slider-align-center .custom_navs {
  margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .jws-blog-archive.sidebar-right .post_content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .jws-blog-archive.sidebar-right .post_content,
  .jws-blog-archive.sidebar-left .post_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .jws-blog-archive > .container {
    margin: 50px auto;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_image {
    width: 100%;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_content {
    width: 100%;
  }
}
@media (min-width: 1442px) {
  .jws-blog-archive > .container {
    max-width: 1300px;
  }
}
@media (max-width: 767px) {
  .jws_post_quote,
  .jws_post_link {
    flex-wrap: wrap;
  }
  .jws_post_quote .quote_name,
  .jws_post_link .quote_name {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .jws-blog-archive .post_content .jws_blog_layout3 .jws_post_wap .jws_post_image {
    flex: 0 0 150px;
    max-width: 150px;
  }
}
.team-icon-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.jws-team-archive {
  margin-bottom: 30px;
  margin-top: 60px;
}
.jws-team-archive .jws_team_item {
  margin-bottom: 30px;
}
.jws-team-content .link .jws_team_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jws-team-content .link .jws_team_inner .link_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  font-size: 24px;
  line-height: 80px;
  border-radius: 100%;
  border: 1px solid #ffffff33;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .team_title {
  margin-top: 24px;
  margin-bottom: 35px;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .btn_cta {
  font-weight: bold;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .btn_cta span {
  font-weight: 400;
  margin-left: 13px;
  display: inline-block;
}
.jws-team-content .link .jws_team_inner .btn_cta:hover {
  color: var(--main);
}
.jws-team-content .link .jws_team_inner .btn_cta:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-team-content.jws-team-layout1 .social_media_title .team-icon-list {
  display: flex;
  column-gap: 16px;
  margin-top: 12px;
}
.jws-team-content.jws-team-layout1 .social_media_title .team-icon-list a {
  text-transform: uppercase;
}
.jws-team-content.jws-team-layout1 .social_media li {
  margin-bottom: 6px;
}
.jws-team-content.jws-team-layout1 .social_media li a {
  color: #fff;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: var(--main);
  text-align: center;
  line-height: 46px;
  border-radius: 100%;
}
.jws-team-content.jws-team-layout1 .social_media li a svg {
  fill: #fff;
}
.jws-team-content.jws-team-layout1 .social_media li a:hover {
  background: var(--secondary);
  color: var(--main);
}
.jws-team-content.jws-team-layout1 .social_media li a:hover svg {
  fill: var(--main);
}
.jws-team-content.jws-team-layout1 .jws_team_image {
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout1 .jws_team_image a {
  position: relative;
  display: block;
}
.jws-team-content.jws-team-layout1 .jws_team_image img {
  transition: all 0.4s ease-in-out;
}
.jws-team-content.jws-team-layout1 .team_cat {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 4px;
}
.jws-team-content.jws-team-layout1 .team_info {
  position: absolute;
  color: #ffffff;
  width: 100%;
  text-align: right;
  transform: translatex(25px);
  opacity: 0;
  transition: 0.4s all;
  top: 0;
  padding: 19px;
}
.jws-team-content.jws-team-layout1 .jws_team_content {
  margin-top: 24px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_job {
  margin-top: 6px;
  text-transform: capitalize;
}
.jws-team-content.jws-team-layout1 .jws_team_content .description {
  margin-bottom: 25px;
  line-height: 28px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .jws_team_image {
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout1 .jws_team_inner {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .team_info {
  transform: translatex(0px);
  opacity: 1;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .jws_team_image img {
  transform: scale(1.1);
}
.team_slider_dots .slider-dots li button {
  transition: all 0.3s linear;
  height: 4px;
  border-radius: 3px;
}
.team_slider_dots .slider-dots li.slick-active button {
  width: 20px;
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-breadcrumbs li {
  display: inline;
  vertical-align: middle;
}
.jws-breadcrumbs li i {
  margin-right: 6px;
  font-size: 20px;
}
.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_is_sticky_move {
  width: auto;
  min-width: 100%;
  left: unset;
  right: unset;
}
.jws-tab-advanced {
  overflow: hidden;
}
.jws-tab-advanced.display_right .tab_nav_container {
  order: 12;
}
.jws-tab-advanced.display_right .tab_nav_container .tab_nav_wrap li a::after {
  left: -18px;
}
.jws-tab-advanced.display_left .tab_nav_container .tab_nav_wrap li a::after {
  right: -18px;
}
.jws-tab-advanced.display_left,
.jws-tab-advanced.display_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws-tab-advanced.display_left ul li,
.jws-tab-advanced.display_right ul li {
  display: block;
}
.jws-tab-advanced.display_left .tab_content,
.jws-tab-advanced.display_right .tab_content {
  padding: 0 30px;
}
.jws-tab-advanced .tab_nav_wrap {
  overflow: hidden;
}
.jws-tab-advanced .tab_absolute {
  position: absolute;
  z-index: 1;
}
.jws-tab-advanced .tab-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: scroll;
  display: flex;
  scrollbar-width: none;
}
.jws-tab-advanced .tab-nav::-webkit-scrollbar {
  display: none;
}
.jws-tab-advanced .tab-nav li {
  flex: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.jws-tab-advanced .tab-nav li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.jws-tab-advanced .tab-nav li a svg,
.jws-tab-advanced .tab-nav li a i {
  display: inline;
  margin-right: 18px;
}
.jws-tab-advanced .tab-nav li a::before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.jws-tab-advanced .tab-nav li a .elementor-align-icon-right {
  float: right;
}
.jws-tab-advanced .tab-nav li a span {
  display: inline;
}
.jws-tab-advanced .tab-nav li a span svg {
  max-width: 11px;
}
.jws-tab-advanced .tab-nav li a span.active_icon {
  display: none;
}
.jws-tab-advanced .tab-nav li a:hover:before {
  width: 100%;
  left: 0;
}
.jws-tab-advanced .tab-nav li.current a span.active_icon {
  display: inline;
}
.jws-tab-advanced .tab-nav li.current a span.icon {
  display: none;
}
.jws-tab-advanced .tab-nav li.current a::before {
  width: 100%;
  left: 0;
}
.jws-tab-advanced .tab_content .jws_tab_item {
  display: none;
}
.jws-tab-advanced .tab_content .jws_tab_item.current {
  display: block;
  animation: jws_fadeInUp 0.7s both;
  -webkit-animation: jws_fadeInUp 0.7s both;
}
.jws-tab-advanced .layout_layout2 .tab_nav_wrap .tab-nav {
  position: relative;
}
.jws-tab-advanced .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 (min-width: 768px) {
  .jws-tab-advanced.display_left .tab-nav,
  .jws-tab-advanced.display_right .tab-nav {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .-.jws-tab-advanced .tab_content {
    width: 100% !important;
  }
  .jws-tab-advanced.display_right .tab_nav_container {
    order: 0;
  }
  .jws-tab-advanced.display_left,
  .jws-tab-advanced.display_right {
    display: block;
  }
  .jws-tab-advanced.display_left .tab-nav,
  .jws-tab-advanced.display_right .tab-nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.jws-tab-advanced .tab-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-tab-advanced .tab-nav ul {
  z-index: 1;
  width: 100%;
  padding: 0;
}
.jws-tab-advanced .tab-nav.skin-line li a {
  color: var(--heading);
  display: flex;
  align-items: center;
}
.jws-tab-advanced .tab-nav.skin-line li a:before {
  height: 2px;
  width: 100%;
  background: #030F40;
  content: "";
  vertical-align: middle;
  background: linear-gradient(to right, #030f40 50%, #cfd1db 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.jws-tab-advanced .tab-nav.skin-line li a span {
  transition: 0.5s all;
  opacity: 0;
  transform: translatex(-10px);
  margin-left: 15px;
}
.jws-tab-advanced .tab-nav.skin-line li a:hover:before {
  background-position: left bottom;
}
.jws-tab-advanced .tab-nav.skin-line li a:hover span {
  opacity: 1;
  transform: none;
}
.jws-tab-advanced .tab-nav.skin-line li.current a:before {
  background-position: left bottom;
}
.jws-tab-advanced .tab-nav.skin-line li.current a span {
  opacity: 1;
  transform: none;
}
.jws-tab-advanced .tab-content > .tab-item {
  display: none;
}
.jws-tab-advanced .tab-content > .tab-item.current {
  display: flex;
}
.nav-align-center .tab-nav ul {
  justify-content: center;
}
.nav-align-right .tab-nav {
  justify-content: flex-end;
}
.nav-align-justify .tab-nav ul {
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
}
.elementor-widget-jws-price-table .elementor-align-justify .jws-price-table__button {
  width: 100%;
}
.elementor-widget-jws-price-table .elementor-align-right .jws-price-table__footer {
  text-align: right;
}
.elementor-widget-jws-price-table .elementor-align-center .jws-price-table__footer {
  text-align: center;
}
.jws-price-table {
  text-align: center;
  padding: 60px 40px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-price-table .jws-price-table__ribbon.jws-ribbon-right {
  right: 0;
  left: unset;
}
.jws-price-table .jws-price-table__ribbon {
  position: absolute;
  top: -10px;
  left: 0;
}
.jws-price-table .jws-price-table__ribbon .jws-price-table__ribbon-inner {
  background-color: #FA188D;
  color: #ffffff;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.jws-price-table .jws-price-table__header .jws-price-table__image img {
  width: auto;
  height: auto;
  max-height: 52px;
  max-width: 100%;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading {
  display: block;
  margin-bottom: 16px;
}
.jws-price-table .jws-price-table__header .jws-price-table__heading {
  margin-top: 8px;
}
.jws-price-table .jws-price-table__header .jws-price-table__subheading {
  margin-top: 8px;
  display: block;
}
.jws-price-table .jws-price-table__price {
  color: var(--heading);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.jws-price-table .jws-price-table__price .jws-price-table__after-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jws-price-table .jws-price-table__features-list {
  padding: 16px 0;
  list-style-type: none;
  margin: 0;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner {
  font-size: 16px;
  line-height: 28px;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner i,
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner svg {
  float: left;
  vertical-align: top;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner span {
  display: inline-block;
  padding-left: 16px;
  vertical-align: top;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid var(--btn-bgcolor);
  border-radius: 0;
  font-weight: 600;
  background: var(--btn-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--font2);
}
.jws-price-table .jws-price-table__footer .jws-price-table__button:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  margin: 7px 0px 11px 0px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail span {
  margin-left: 5px;
}
.jws-price-table.layout1 {
  border: 2px solid var(--heading);
  text-align: left;
  transition: all 0.3s;
}
.jws-price-table.layout1:hover {
  background: var(--accent);
}
.jws-price-table.layout1 .jws-price-table__price {
  justify-content: flex-start;
}
.jws-price-table.layout1 .jws-price-table__price .jws-price-table__period {
  margin-left: 5px;
}
.jws-price-table.layout1 .jws-price-table__price .jws-price-table__period span {
  font-size: 14px;
}
.jws-price-table.layout3 .jws-price-table__header .jws-price-table__heading {
  margin-top: 0px;
}
.jws-price-table.layout3 .jws-price-table__header .top_image {
  display: flex;
  align-items: center;
}
.jws-price-table.layout3 .jws-price-table__image {
  padding-right: 20px;
}
.jws-price-table.layout3 .jws-price-table__price {
  margin-top: 23px;
}
.jws-price-table.layout3 .jws-price-table__button {
  display: block;
}
.jws-price-table.layout1,
.jws-price-table.layout3 {
  overflow: hidden;
  position: relative;
}
.jws-price-table.layout1 .jws-price-table__feature-inner,
.jws-price-table.layout3 .jws-price-table__feature-inner {
  display: flex;
  align-items: baseline;
}
.jws-price-table.layout1 .jws-price-table__header .jws-price-table__image img,
.jws-price-table.layout3 .jws-price-table__header .jws-price-table__image img {
  max-height: 74px;
}
.jws-price-table.layout1 .jws-price-table__ribbon,
.jws-price-table.layout3 .jws-price-table__ribbon {
  top: 25px;
  right: -40px;
}
.jws-price-table.layout1 .jws-price-table__ribbon .jws-price-table__ribbon-inner,
.jws-price-table.layout3 .jws-price-table__ribbon .jws-price-table__ribbon-inner {
  padding: 6px 50px;
  transform: rotate(45deg);
}
.jws-price-table.layout2 {
  padding: 33px 0 0 0;
}
.jws-price-table.layout2 .jws-price-table__heading {
  color: var(--secondary);
  margin-top: 13px;
}
.jws-price-table.layout2 .jws-price-table__header {
  padding: 0 25px;
}
.jws-price-table.layout2 .jws-price-table__price {
  padding: 12px 0px 12px 0px;
}
.jws-price-table.layout2 .jws-price-table__button {
  display: block;
  margin-top: 14px;
  padding: 14px 29px;
}
.jws-price-table.layout2 .jws-price-table__features-list {
  padding: 27px 25px 17px 25px;
}
.jws-price-table.layout2 .features-title {
  margin-bottom: 15px;
}
.jws-price-table.layout2 .jws-price-table__features-list li {
  padding: 1px 0;
}
.jws-price-table.layout2 .jws-price-table__features-list li .jws-price-table__feature-inner {
  font-size: 14px;
}
.jws-price-table.layout2 .jws-price-table__addons-list {
  padding: 27px 25px 25px 25px;
  list-style-type: none;
  margin: 0;
  text-align: left;
  border-top: 2px solid #f8f6fa;
  border-bottom: 2px solid #f8f6fa;
}
.jws-price-table.layout2 .jws-price-table__addons-list h6.addons-title {
  margin-bottom: 15px;
}
.jws-price-table.layout2 .jws-price-table__addons-list li {
  padding: 1px 0;
}
.jws-price-table.layout2 .jws-price-table__addons-list li:first-child {
  padding-top: 0;
}
.jws-price-table.layout2 .jws-price-table__addons-list li:last-child {
  padding-bottom: 0;
}
.jws-price-table.layout2 .jws-price-table__addons-list li .jws-price-table__addon-inner i {
  float: left;
  vertical-align: top;
  font-size: 5px;
  line-height: 24px;
}
.jws-price-table.layout2 .jws-price-table__addons-list li .jws-price-table__addon-inner span {
  display: inline-block;
  width: calc( 100% - 10px );
  padding-left: 9px;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}
.jws-price-table.layout2 .jws-price-table__details {
  padding: 13px 25px 17px 25px;
  list-style-type: none;
  margin: 0;
  text-align: left;
  position: relative;
}
.jws-price-table.layout2 .jws-price-table__details .details-title {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
.jws-price-table.layout2 .jws-price-table__details span.btn-tongle-detail {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}
.jws-price-table.layout2 .jws-price-table__details-list {
  position: absolute;
  width: calc( 400% + 90px );
  text-align: -webkit-auto;
  z-index: 999;
  background: #0d99e5;
  color: #ffffff;
  padding: 35px;
  visibility: hidden;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item {
  padding: 15px 0;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item > h6 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item .jws-price-table__detail-item-content {
  padding-left: 30px;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item ul {
  padding: 0;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details {
  color: #ffffff;
  background: #0d99e5;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details .details-title {
  color: currentColor;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details-list {
  visibility: visible;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h1,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h2,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h3,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h4,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h5,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h6,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list .details-title {
  color: #ffffff;
}
.elementor-section .elementor-column:nth-child(2) .jws-price-table__details-list {
  left: calc(-100% - 30px);
}
.elementor-section .elementor-column:nth-child(3) .jws-price-table__details-list {
  left: calc(-200% - 60px);
}
.elementor-section .elementor-column:nth-child(4) .jws-price-table__details-list {
  left: calc(-300% - 90px);
}
.elementor-section > .elementor-container .elementor-column.elementor-col-33 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
  width: calc(300% + 60px );
}
.elementor-section > .elementor-container .elementor-column.elementor-col-50 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
  width: calc(200% + 30px );
}
.elementor-section > .elementor-container .elementor-column.elementor-col-100 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .jws-price-table {
    padding: 30px 30px 45px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-section > .elementor-container .elementor-column.elementor-col-25 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
    width: calc(200% + 30px );
  }
  .elementor-section .elementor-column:nth-child(3) .jws-price-table__details-list {
    left: 0;
  }
  .elementor-section .elementor-column:nth-child(4) .jws-price-table__details-list {
    left: calc(-130%);
  }
  .jws-price-table .jws-price-table__header .jws-price-table__subheading {
    margin-top: 5px;
  }
  .jws-price-table .jws-price-table__features-list {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 900px) {
  .jws-price-table {
    padding: 40px 15px;
  }
  .jws-price-table .jws-price-table__footer .jws-price-table__button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .elementor-section > .elementor-container .elementor-column > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
    width: 100% !important;
    left: 0;
  }
}
/*Custom */
.subcript_form > p {
  display: flex;
  margin: 0;
  align-items: center;
}
.subcript_form > p > span {
  flex: 1;
}
/*Contact FOrm 7*/
.jws-cf7 form {
  position: relative;
}
.jws-cf7 form .wpcf7-spinner {
  opacity: 0;
  position: absolute;
  margin: 0;
  margin-top: 10px;
}
.jws-cf7 form p {
  margin: 0;
}
.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;
}
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(--font-body);
  font-weight: 600;
  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) {
  .jws-newsletter-popup .newsletter-content {
    padding: 45px 15px;
  }
  .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;
  font-size: 24px;
  padding: 0px;
  line-height: normal;
}
.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.icon_left form {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--text);
  column-gap: 8px;
  padding: 12px 24px;
}
.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;
  font-size: 24px;
  padding: 0;
  width: 26px;
}
.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: fixed;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 50px 20px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
  min-height: 100vw;
}
.form_content_popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.form_content_popup .select2-container .select2-selection--single {
  border: none;
}
.form_content_popup .search-form {
  margin-top: 70px;
  padding: 0 20px 0 6px;
}
.form_content_popup .search-form .select2-container {
  font-weight: 500;
  flex: 0 0 154px;
}
.form_content_popup .search-form .loader {
  right: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.form_content_popup .search-form.search-loading .loader {
  opacity: 1;
  transition-delay: 0.25s;
}
.form_content_popup input {
  height: 50px;
  border-radius: 0px;
}
.form_content_popup .search-item {
  margin-bottom: 24px;
}
.form_content_popup .jws-search-results {
  max-height: 700px;
  min-height: 200px;
  margin-top: 40px;
}
.form_content_popup .jws-search-results .search-imagess {
  max-width: 100px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.form_content_popup .jws-search-results .search-content.fs-small {
  padding-top: 10px;
}
.form_content_popup .jws-search-results .amount {
  margin-top: 5px;
  color: var(--heading);
  font-family: var(--font2);
}
.form_content_popup > .container {
  max-width: 1060px;
  margin: 0 auto;
}
.form_content_popup > .container #select_post_type + .select2-container {
  width: auto !important;
  height: 50px;
}
.form_content_popup > .container #select_post_type + .select2-container .select2-selection--single {
  border-radius: 8px;
  background-color: var(--heading);
}
.form_content_popup > .container #select_post_type + .select2-container .select2-selection--single .select2-selection__arrow b:before {
  color: #fff;
}
.form_content_popup > .container #select_post_type + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.form_content_popup > .container #select_post_type + .select2-container .select2-selection__rendered {
  padding: 0 50px;
}
.form_content_popup .form-content-close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50px;
  width: 50px;
  height: 50px;
}
.form_content_popup .form-content-close .close-form {
  font-size: 26px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: var(--main);
  display: block;
}
.form_content_popup form {
  background: rgba(0, 0, 0, 0.03);
}
.form_content_popup form .select_post_type {
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
  padding-left: 15px;
  padding-right: 40px;
}
.form_content_popup form .search-submit {
  border: 0;
  position: relative;
  flex: 0 0 24px;
}
.form_content_popup form .search-submit:hover {
  background: transparent;
}
.jws-offcanvas-content .form_content_popup .form-content-close {
  width: 52px;
  height: 52px;
  right: 10px;
}
.jws-offcanvas-content .form_content_popup .form-content-close .close-form {
  line-height: 52px;
}
.jws-offcanvas-content .form_content_popup > .container {
  padding-right: 52px;
}
.jws-offcanvas-content .form_content_popup .search-form {
  padding: 0 10px 0 6px;
}
.jws-reset-search {
  display: block;
  border: 1px solid var(--text);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  flex: 0 0 18px;
  margin-right: 10px;
  color: var(--heading);
  cursor: pointer;
}
.jws_dropdown_text i,
.jws_dropdown_text span {
  vertical-align: middle;
}
.jws_dropdown_text i {
  color: var(--text);
  margin-left: 7px;
  display: inline-block !important;
  float: right;
}
.jws_dropdown_text .drop_top {
  margin: 0;
  transition: 0.3s all;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.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 {
  max-width: 25px;
  margin-right: 8px;
}
.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: 0;
  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;
  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: 20px;
  padding-right: 20px;
}
.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;
  }
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons {
  display: block;
  padding: 0;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a {
  margin-bottom: 16px;
  margin-top: 0;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a b {
  font-weight: 500;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-default div.nsl-button-label-container {
  font-family: var(--font-body);
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button.nsl-button-default {
  justify-content: center;
  width: 100%;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  align-items: center;
  border: 2px solid #E8E8EB;
  color: var(--heading);
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button.nsl-button-default .nsl-button-svg-container {
  position: absolute;
  left: 0;
  padding: 15px;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-default div.nsl-button-label-container {
  flex: none;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a.jws-connect-google span {
  background: no-repeat center / 20px url("https://bryllupsstil.dk/wp-content/themes/issabella/assets/image/google-btn-icon.svg");
  margin-right: 9px;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a.jws-connect-facebook span {
  color: #0163E0;
  font-size: 28px;
  margin-right: 8px;
}
body .login-width-social div.nsl-container.nsl-container-block .nsl-container-buttons a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
body .login-width-social.dashboard-ac-social div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
  width: auto;
  margin-right: 10px;
}
.addGiftBox,
#popupAgree,
#popupRememberme,
#popupdisable {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 0px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  cursor: pointer;
}
.addGiftBox:checked:before,
#popupAgree:checked:before,
#popupRememberme:checked:before,
#popupdisable:checked:before {
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
}
.addGiftBox:checked:after,
#popupAgree:checked:after,
#popupRememberme:checked:after,
#popupdisable:checked:after {
  opacity: 1;
}
.addGiftBox:after,
#popupAgree:after,
#popupRememberme:after,
#popupdisable: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;
}
.addGiftBox:before,
#popupAgree:before,
#popupRememberme:before,
#popupdisable:before {
  background: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #54535380;
  border-radius: 3px;
  display: block;
}
.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: 0;
  max-width: 500px;
  width: 100%;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50px);
  opacity: 0;
  z-index: 1000;
  position: absolute;
  transition: 0.7s all;
}
.jws-form-login-popup .jws-close {
  position: fixed;
  right: 0;
  font-size: 32px;
  top: 0;
  padding: 15px 10px 0px 0px;
  cursor: pointer;
  z-index: 2;
}
.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%, 0);
  opacity: 1;
}
.jws-login-container {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 50px 60px;
}
.jws-login-container .jws_heading_form {
  text-align: center;
  margin-bottom: 16px;
}
.jws-login-container .roles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  margin-bottom: 12px;
  position: relative;
}
.jws-login-container .privacy_policy {
  font-size: 14px;
}
.jws-login-container .privacy_policy a {
  font-weight: 500;
  text-decoration: underline;
}
.jws-login-container .form_group {
  position: relative;
  display: block;
}
.jws-login-container .form_group .field-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.jws-login-container input:not([type="submit"],[type="checkbox"]) {
  border-color: #E8E8EB;
  background: #fff;
  border-width: 2px;
}
.jws-login-container input:not([type="submit"],[type="checkbox"])::placeholder {
  opacity: 0.7;
}
.jws-login-container input[type="submit"] {
  display: block;
  width: 100%;
}
.jws-login-container .lost-pass-link {
  text-decoration: underline;
}
.jws-login-container .account a {
  text-decoration: underline;
}
.jws-login-container form p {
  margin-top: 0;
  margin-bottom: 16px;
}
.jws-login-container .forgetmenot.login-remember {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  margin-bottom: 16px;
}
.jws-login-container .forgetmenot.login-remember label {
  margin-bottom: 0;
}
.jws-login-container .popup-message {
  display: none;
  margin-top: 2em;
}
.jws-login-container .jws-password-hint {
  display: none;
  text-align: left;
}
.jws-login-container .error {
  font-size: 12px;
  color: red;
}
.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.in-login .jws-register {
  display: none;
}
#jws-login-form.in-register .jws-login {
  display: none;
}
#jws-login-form .message {
  font-size: 14px;
}
#jws-login-form .slick-slide {
  opacity: 0;
  transition: 0.3s all;
}
#jws-login-form .slick-slide.slick-active {
  opacity: 1;
}
#jws-login-form .slick-track {
  will-change: unset;
}
#jws-login-form .jws-login-container .social-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}
#jws-login-form .jws-login-container .social-line label {
  margin-bottom: 0;
}
#jws-login-form .jws-login-container .social-line span {
  margin: 0 16px;
  color: var(--heading);
  opacity: 0.7;
}
#jws-login-form .jws-login-container .social-line:before {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid #7174881a;
}
#jws-login-form .jws-login-container .social-line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid #7174881a;
}
#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 .form_group {
  position: relative;
  display: block;
}
#jws-login-form .jws-animation .form_group .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 .invalid {
  border: 1px solid #f44336;
}
#jws-login-form .jws-animation form {
  padding-top: 18px;
  text-align: left;
}
#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 .login-remember {
  margin-bottom: 20px;
}
#jws-login-form .jws-animation form .login-remember label {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  color: var(--heading);
}
#jws-login-form .jws-animation form p {
  margin-bottom: 16px;
  position: relative;
}
#jws-login-form .jws-animation form p.modify_user_notification,
#jws-login-form .jws-animation form p.input-text {
  margin-bottom: 25px;
}
#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.privacy_policy {
  font-size: 15px;
  margin-bottom: 25px;
}
#jws-login-form .jws-animation form p.privacy_policy label {
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 0px;
}
#jws-login-form .jws-animation form p.privacy_policy a {
  color: var(--main);
  text-transform: capitalize;
}
#jws-login-form .jws-animation form p label:not([for="popupAgree"]) {
  color: var(--heading);
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-family: var(--font2);
}
#jws-login-form .jws-animation form p label:not([for="popupAgree"]).label abbr {
  text-decoration: none;
  border-bottom: none;
}
#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;
  font-weight: 700;
  color: var(--main);
  font-size: 15px;
  float: right;
}
#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 input:not([type="checkbox"]) {
  padding: 5px 25px;
  border-color: #d1d1d1;
  line-height: 48px;
  border-radius: 5px;
  outline: transparent;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]):focus-visible {
  border-color: var(--heading);
}
#jws-login-form .jws-animation form .button.elementor-button {
  height: 60px;
  background: var(--btn-bgcolor);
  border: transparent;
  padding: 0 47px;
  border-radius: 3px;
  transition: 0.3s all;
  display: block;
  width: 100%;
}
#jws-login-form .jws-animation form .button.elementor-button:hover {
  background: var(--btn-bgcolor);
}
#jws-login-form.in-register .login-width-social {
  margin-bottom: 24px;
}
#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 .sign_up {
  display: inline-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 .sign_up_block,
#jws-login-form.in-login .sign_up {
  display: none;
}
.jws-dealer-note {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .jws-login-container .password .input-text {
    flex: 0 50%;
  }
}
@media (max-width: 767px) {
  .jws-login-container {
    padding: 50px 16px;
  }
  .jws-login-container form p {
    margin-bottom: 12px;
  }
  .jws-login-container .jws_heading_form {
    margin-bottom: 16px;
  }
  .jws-form-login-popup .jws-form-content {
    padding: 26px 20px 22px 20px;
  }
  .jws-form-login-popup .jws-form-content .jws-close {
    top: 25px;
    right: 20px;
  }
}
.jws-banner-element .jws-banner-content a.btn_view {
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 600;
  margin-top: 25px;
  display: inline-block;
}
.jws-banner-element .jws-banner-content a.btn_view span {
  font-size: 32px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.jws-banner-element .jws-banner-content a.btn_view:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-banner-element .slider-dots-box {
  z-index: 1;
  position: relative;
}
.jws-banner-element .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.jws-banner .text-1,
.jws-banner .number,
.jws-banner .text-2 {
  transition: all 0.3s;
}
.jws-banner .jws-banner-image svg {
  display: block;
}
.jws-banner .jws-banner-image img {
  display: unset;
  transition: 0.7s all;
  max-width: 100%;
}
.jws-banner .jws-banner-inner {
  transition: all 0.3s;
}
.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;
  text-align: center;
  padding: 0 15px 59px 15px;
}
.jws-banner.content_inner .jws-banner-content .read_more .jws_button {
  transition: 0.3s;
}
.jws-banner.content_inner .jws-banner-content .read_more .jws_button:hover {
  color: var(--light);
  background: var(--btn-bgcolor) !important;
}
.jws-banner.content_inner .jws-banner-inner > a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.jws-banner.layout1 .jws-banner-inner {
  min-height: 582px;
}
.jws-banner.layout1 .jws-banner-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 20%;
}
.jws-banner.layout1 .jws-banner-inner:hover .bg_overlay {
  transform: scale(1.2);
}
.jws-banner.layout1 .jws-banner-inner .bg_overlay {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jws-banner.layout1 .text-1 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.jws-banner.layout1 .jws-banner-content {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-transform: uppercase;
}
.jws-banner.layout1 .jws-banner-content .btn_view {
  background: var(--btn-bgcolor2);
  display: inline-block;
  line-height: normal;
}
.jws-banner.layout1 .jws-banner-content .btn_view:hover {
  color: var(--btn-bgcolor2);
  background: var(--btn-bgcolor);
}
.jws-banner.layout5 .jws-banner-inner,
.jws-banner.layout1 .jws-banner-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
  text-align: center;
}
.jws-banner.layout5 .jws-banner-inner:hover .jws-banner-image,
.jws-banner.layout1 .jws-banner-inner:hover .jws-banner-image {
  transform: scale(1.1);
}
.jws-banner.layout5 .text-1,
.jws-banner.layout1 .text-1,
.jws-banner.layout5 .text-2,
.jws-banner.layout1 .text-2 {
  color: #fff;
}
.jws-banner.layout5 .jws-banner-image,
.jws-banner.layout1 .jws-banner-image {
  transition: 0.3s all;
  display: inline-block;
  position: relative;
}
.jws-banner.layout5 .jws-banner-content,
.jws-banner.layout1 .jws-banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.jws-banner.layout2 .jws-banner-inner {
  text-align: center;
  height: 100%;
}
.jws-banner.layout2 .text-2 {
  margin-top: 26px;
}
.jws-banner.layout2 .jws-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.jws-banner.layout2 .btn_view {
  border: 1px solid var(--btn-bgcolor);
}
.jws-banner.layout2 .btn_view:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.jws-banner.layout4 {
  flex-wrap: nowrap;
  margin: 0;
}
.jws-banner.layout4 .jws-banner-inner {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jws-banner.layout4 .jws-banner-item[data-size="33.333333333333336"] {
  width: 33.333333333333336%;
}
.jws-banner.layout4 .jws-banner-item[data-size="25"] {
  width: 25%;
}
.jws-banner.layout4 .jws-banner-item[data-size="20"] {
  width: 20%;
}
.jws-banner.layout4 .jws-banner-content {
  margin-top: 9px;
}
.jws-banner.layout4 .text-2 {
  margin-top: 14px;
}
.jws-banner.layout4 .jws-banner-image img {
  min-height: 482px;
  object-fit: cover;
}
.jws-banner.layout3 .jws-banner-inner {
  padding: 20px;
  display: flex;
  align-items: center;
  background: var(--accent);
  transition: all 0.3s;
  height: 100%;
}
.jws-banner.layout3 .jws-banner-inner:hover img,
.jws-banner.layout3 .jws-banner-inner:hover svg {
  transform: scale(1.1);
}
.jws-banner.layout3 .jws-banner-inner:hover .right a {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-banner.layout3 img,
.jws-banner.layout3 svg {
  transition: all 0.3s ease-in-out;
}
.jws-banner.layout3 a {
  display: block;
}
.jws-banner.layout3 .jws-banner-content {
  padding-left: 36px;
}
.jws-banner.layout3 .text-1 {
  margin-bottom: 12px;
}
.jws-banner.layout5 .jws-banner-content {
  bottom: 16%;
}
.jws-banner.layout5 a.btn_view {
  position: relative;
  font-weight: 400;
  padding: 0;
  color: #fff;
  margin-top: 34px;
}
.jws-banner.layout5 a.btn_view:after {
  background: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  top: unset;
  transform: unset;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  left: 0;
  bottom: 0;
}
.jws-banner.layout5 a.btn_view:hover:after {
  width: 0%;
}
.jws-banner.layout6 .jws-banner-inner:hover .jws-banner-image img {
  transform: scale(1.1);
}
.jws-banner.layout6 .jws-banner-image {
  overflow: hidden;
  margin-top: 18px;
  display: inline-block;
  position: relative;
}
.jws-banner.layout6 .jws-banner-image img {
  transition: 0.3s all;
}
.jws-banner.layout7 .text-1,
.jws-banner.layout7 .text-2 {
  color: #fff;
}
.jws-banner.layout7 .text-1 {
  margin-bottom: 16px;
}
.jws-banner.layout7 .hover_content {
  position: relative;
}
.jws-banner.layout7 .hover_content .content_show {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .3s;
  transform: translateY(50px);
}
.jws-banner.layout7 .jws-banner-inner {
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.jws-banner.layout7 .jws-banner-inner:hover .content {
  transform: translateY(-50px);
  opacity: 0;
}
.jws-banner.layout7 .jws-banner-inner:hover .hover_content .content_show {
  opacity: 1;
  transform: translateY(0px);
}
.jws-banner.layout7 .jws-banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5));
  min-height: 198px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.jws-banner.layout7 .jws-banner-content .content {
  transition: all .3s;
}
.jws-banner.layout7 .jws-banner-content .btn_view {
  width: 100%;
  text-align: center;
  background: var(--btn-bgcolor2);
  padding: 10px 30px;
  margin-top: 16px;
}
.jws-banner.layout7 .jws-banner-content .btn_view:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.jws-banner.layout8 .content_top {
  margin-top: 16px;
}
.jws-banner.layout8 .content_top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-banner.layout8 .content_top a i {
  transition: all 0.3s;
}
.jws-banner.layout8 .content_top a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-banner.layout8 .text-2 {
  margin-top: 5px;
}
.elementor-element .swiper .jws-banner-nav {
  word-spacing: 20px;
}
.elementor-element .swiper .jws-banner-nav.bottom {
  text-align: center;
}
.elementor-element .swiper .jws-banner-nav.bottom .elementor-swiper-button {
  right: 0;
  left: 0;
  top: 0;
  position: relative;
  transform: unset;
}
.elementor-element .swiper .jws-banner-nav .elementor-swiper-button {
  color: var(--main);
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: .3s all;
  border: 2px solid var(--main);
  background: transparent;
}
.elementor-element .swiper .jws-banner-nav .elementor-swiper-button:hover {
  color: #fff;
}
.jws_logo_hover_yes .jws_gallery .jws_gallery_item img {
  opacity: 0.7;
  -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 .jws_gallery_content.gallery .slick-track {
  display: flex;
}
.jws_gallery_element .jws_gallery_content.gallery .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.jws_gallery_element .jws_gallery_content.gallery .jws-logo svg path {
  transition: fill 0.3s ease;
  /* Add a smooth transition effect */
}
.jws_gallery_element .jws_gallery_image.list {
  position: relative;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery_image.list a {
  display: block;
  width: 100%;
  height: 100%;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo {
  display: block;
  width: auto;
  will-change: opacity, transform;
  transition: opacity 0.35s ease-out, transform 0.3s linear;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo svg {
  max-width: 100%;
}
.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.navs-middle .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.jws_gallery_element .jws_gallery.navs-middle .slick-arrow.slick-prev {
  left: 30px;
}
.jws_gallery_element .jws_gallery.navs-middle .slick-arrow.slick-next {
  right: 30px;
}
.jws_gallery_element .jws_gallery.navs-bottom {
  padding-bottom: 40px;
}
.jws_gallery_element .jws_gallery.navs-bottom .slick-arrow {
  bottom: 0px;
}
.jws_gallery_element .jws_gallery.navs-bottom .slick-arrow.slick-next {
  right: 48%;
  transform: translateX(50%);
}
.jws_gallery_element .jws_gallery.navs-bottom .slick-arrow.slick-prev {
  left: 48%;
  transform: translateX(-50%);
}
.jws_gallery_element .jws_gallery .slick-arrow {
  background: transparent;
  border: transparent;
  color: var(--heading);
  position: absolute;
  z-index: 1;
  font-family: "jws_icon";
  font-size: 0px;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery .slick-arrow::before {
  font-size: 18px;
}
.jws_gallery_element .jws_gallery .slick-arrow.slick-prev::before {
  content: '\ea40';
}
.jws_gallery_element .jws_gallery .slick-arrow.slick-next::before {
  content: '\ea3c';
}
.jws_gallery_element .jws_gallery.loading .jws_gallery_item {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .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 {
  margin-left: 10px;
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 10px;
  background: var(--bg-color);
  color: #fff;
  border-radius: 2px;
  font-weight: 700;
  font-family: var(--font2);
  text-transform: uppercase;
}
.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: currentColor;
  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: currentColor;
  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 a {
  display: block;
}
.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 img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}
.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;
  font-weight: 600;
}
.jws_account a .jws_account_text.text_position_right img {
  margin-right: 16px;
}
.jws_account a .jws_account_text i {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.jws_account:hover .account-menu-dropdown {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.widget-notifications:hover .account-menu-dropdown {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.map_pin_jws {
  position: absolute;
}
.map_pin_jws > img {
  max-width: 48px;
}
.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;
}
.jws-infowindow-content .jws-infowindow-title {
  font-size: 14px;
}
.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;
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  color: var(--heading);
  opacity: 0.8;
}
.jws-infowindow-content.has-image .info-left {
  flex: 92px;
  padding-right: 12px;
}
.jws-infowindow-content.has-image .info-left img {
  min-height: 80px;
  border-radius: 0;
}
.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;
  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 .slider-layout {
  display: block;
}
.products-wrap .jws-carousel-btn {
  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;
}
.category-content.layout5 a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
}
.category-content.layout5 a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.category-content.layout3 > .slick-list {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  border-left: 0px;
}
.category-content.layout3.jws-slider .jws-carousel-btn {
  background: #fff;
  opacity: 1;
  border: 1px solid #e2e2e2;
  color: var(--heading);
  font-size: 11px;
  box-shadow: 0px 5px 5px 0px rgba(76, 76, 76, 0.05);
  width: 38px;
  height: 38px;
  line-height: 38px;
  z-index: 1;
}
.category-content.layout3 .category-tab-item:not(:first-child) a {
  border-left: 1px solid #e2e2e2;
}
.category-content.layout3 .category-tab-item a {
  text-align: center;
}
.category-content.layout3 .category-tab-item a h6 {
  margin-bottom: -1px;
  margin-top: 0px;
}
.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;
}
.layout2 .category-image {
  margin-bottom: 16px;
}
.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 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;
  }
}
.ld-fancy-heading a.link,
.title-wrapper a.link {
  display: flex;
  align-items: center;
}
.ld-fancy-heading .subtitle,
.title-wrapper .subtitle {
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--heading);
}
@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-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.6);
  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 .like_comment {
  list-style-type: none;
  padding: 0;
  display: flex;
  column-gap: 28px;
  align-items: center;
  margin-bottom: 24px;
}
.jws-instagram .jws-instagram-inner .like_comment i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.jws-instagram .jws-instagram-inner img {
  transition: 0.5s all;
  width: 100%;
}
.jws-instagram .jws-instagram-inner .overlay {
  flex-direction: column;
  padding: 20px 38px;
  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: 0;
  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;
}
.e-widget-swiper .nav_position-top .nav_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
  margin-bottom: 24px;
}
.e-widget-swiper .nav_position-top .nav_top .elementor-swiper-button {
  position: relative;
  top: 0;
  transform: translateY(0);
  left: 0 !important;
  right: 0 !important;
}
.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.slider_left,
.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.slider_right,
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.next-item {
  transform: translate(-20px);
}
.jws-nav-carousel .jws-carousel-btn.prev-item {
  left: 20px;
}
.jws-nav-carousel .jws-carousel-btn.next-item {
  right: 20px;
}
.elementor-swiper-button,
.jws-carousel-btn {
  background: var(--btn-bgcolor);
  font-size: 25px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translatey(-50%);
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}
.elementor-swiper-button.swiper-button-disabled,
.jws-carousel-btn.swiper-button-disabled,
.elementor-swiper-button.slick-disabled,
.jws-carousel-btn.slick-disabled {
  cursor: no-drop;
  background: #00000033;
}
.elementor-swiper-button.elementor-swiper-button-prev,
.jws-carousel-btn.elementor-swiper-button-prev,
.elementor-swiper-button.prev-item,
.jws-carousel-btn.prev-item {
  left: 16px;
}
.elementor-swiper-button.elementor-swiper-button-next,
.jws-carousel-btn.elementor-swiper-button-next,
.elementor-swiper-button.next-item,
.jws-carousel-btn.next-item {
  right: 16px;
}
.elementor-swiper-button:hover,
.jws-carousel-btn:hover {
  color: #fff;
  opacity: 1;
  background: var(--btn-bgcolor);
}
.jws-carousel .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
@keyframes progress {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 00;
  }
}
.elementor-widget-jws-nested-slider.elementor-pagination-position-outside .swiper {
  padding-bottom: 0;
}
.elementor-widget-jws-nested-slider.elementor-pagination-position-outside .swiper-pagination {
  right: 50px;
  width: auto;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset !important;
}
.elementor-widget-jws-nested-slider.elementor-pagination-position-outside .swiper-pagination span {
  display: block;
  margin: 6px 0;
  width: 5px;
}
.elementor-widget-jws-nested-slider.elementor-pagination-position-outside .swiper-pagination span.swiper-pagination-bullet-active {
  height: 30px;
}
.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
  transition: all 0.3s linear;
}
.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
@media (max-width: 1024px) {
  .jws-carousel-btn.prev-item {
    left: 0;
  }
  .jws-carousel-btn.next-item {
    right: 0;
  }
}
@media (max-width: 767px) {
  .elementor-slides-wrapper.elementor-main-swiper.swiper .elementor-swiper-button {
    display: none;
  }
}
.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;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide {
  transform: scale(0.8) translate(13%);
  transition: all 0.3s;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide.slick-active.slick-center {
  transform: scale(1);
  z-index: 30;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide.slick-active.slick-center + .slick-slide {
  transform: scale(0.8) translate(-13%);
}
.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;
}
.elementor-widget-jws_image_carousel .slideshow {
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -72px;
  color: #fff;
  font-size: 14px;
}
.elementor-widget-jws_image_carousel .slideshow .line_horizontal {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 3px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div {
  cursor: pointer;
  position: relative;
  color: var(--heading);
  width: 87px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  z-index: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div.jws-button-next {
  margin-left: 1px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.hover_image .jws-image_carousel-image a {
  transition: 0.3s all;
  opacity: 0.6;
}
.hover_image .jws-image_carousel-image a img {
  margin: auto;
}
.hover_image .jws-image_carousel-image a:hover {
  opacity: 1;
}
.jws-image_carousel .jws-image_carousel-image {
  text-align: center;
}
.jws-image_carousel .jws-image_carousel-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.jws-image_carousel .jws-image_carousel-image.full_width img {
  width: 100%;
}
.elementor-widget-login_button .elementor-button-wrapper {
  display: flex;
  align-content: center;
}
.elementor-widget-login_button .jws_button_login a.elementor-button-link.login,
.elementor-widget-login_button .jws_button_login a.elementor-button-link.register {
  font-family: var(--font-body);
  position: relative;
  align-self: center;
}
.elementor-widget-login_button .jws_button_login a.elementor-button-link.register {
  padding: 13px 29px;
  border-radius: 0;
}
.jws_button_login .elementor-button-link {
  vertical-align: -webkit-baseline-middle;
}
.jws_button_login .elementor-button-link.login {
  border: none;
  background: transparent;
  color: var(--btn-bgcolor);
  margin-right: 29px;
  padding: 0;
}
.jws_button_login .elementor-button-link.login:hover::after {
  width: 100%;
}
.jws_button_login .elementor-button-link.login::after {
  content: '';
  width: 0;
  height: 1px;
  background: currentColor;
  left: 0;
  position: absolute;
  bottom: 0;
  top: unset;
  transform: unset;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.jws_button_login .elementor-button-link.logged,
.jws_button_login .elementor-button-link.register {
  background: var(--btn-bgcolor);
  color: #fff;
}
.jws_button_login .elementor-button-link.logged:hover,
.jws_button_login .elementor-button-link.register:hover {
  color: var(--btn-bgcolor);
  background: var(--btn-bgcolor2);
}
.jws_tongle_switch .toggle-btn {
  text-align: center;
  font-weight: 600;
}
.jws_tongle_switch .toggle-btn .save {
  color: var(--heading);
  position: absolute;
  left: 100%;
  margin-left: 20px;
  width: auto;
}
.jws_tongle_switch .toggle-btn .save span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: -40px;
  position: relative;
  margin-right: -100%;
}
.jws_tongle_switch .toggle-btn .toggle-secondary {
  color: #07242b80;
  position: relative;
}
.jws_tongle_switch .toggle-btn .toggle-primary {
  color: var(--heading);
}
.jws_tongle_switch .toggle-btn.active .toggle-secondary {
  color: var(--heading);
}
.jws_tongle_switch .toggle-btn.active .toggle-primary {
  color: #07242b80;
}
.jws_tongle_switch .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 30px;
  margin: 0 12px;
  vertical-align: middle;
}
.jws_tongle_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.jws_tongle_switch input[type=checkbox] + span,
.jws_tongle_switch input[type=checkbox] + label {
  padding-left: 0;
  float: right;
  width: auto;
}
.jws_tongle_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-color);
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.jws_tongle_switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.jws_tongle_switch input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}
.jws_tongle_switch .toggle-btn.active input + .slider:before,
.jws_tongle_switch input:checked + .slider:before {
  -webkit-transform: translateX(40px) translateY(-50%);
  -ms-transform: translateX(40px) translateY(-50%);
  transform: translateX(40px) translateY(-50%);
}
.jws_tongle_switch .slider.round {
  border-radius: 34px;
}
.jws_tongle_switch .slider.round:before {
  border-radius: 50%;
}
.jws_tongle_switch .tongle_content {
  padding-top: 30px;
}
.jws_tongle_switch .tongle_item.hidden {
  display: none;
}
.jws_tongle_switch .tongle_item.jws_tongle_secondary {
  display: none;
}
.jws_tongle_switch .tongle_item.jws_tongle_secondary.active {
  display: block;
}
@media (max-width: 400px) {
  .jws_tongle_switch .toggle-btn .save {
    margin-left: 10px;
  }
  .jws_tongle_switch .toggle-btn .save span {
    margin-right: 0;
    min-width: max-content;
  }
}
.jws-marquee {
  overflow: hidden;
}
.jws-marquee .text {
  text-transform: capital;
}
.jws-marquee .marquee-list-items {
  display: flex;
}
.jws-marquee .marquee-list-items .item {
  position: relative;
  flex-shrink: 0;
  padding: 0 15px;
}
.jws-marquee .marquee-list-items .item .icon_center {
  position: absolute;
  left: -10px;
  display: block;
  height: 100%;
  max-width: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 24px;
  font-size: 20px;
}
.jws-marquee .marquee-list-items .item .icon_center svg {
  width: 100%;
}
.jws-marquee .marquee-list-items .item .mar-text {
  padding-left: 16px;
}
.jws-marquee .marquee-list-items .item .text {
  margin-bottom: 6px;
}
.jws-marquee .marquee-list-items .item .des {
  font-size: 14px;
  font-weight: 500;
}
.jws-marquee .marquee-list-items .item a {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFF1F2;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
.zigzag-animation {
  stroke-dasharray: 700;
  /* Set to the total length of the path */
  stroke-dashoffset: 700;
  animation: draw 2s linear infinite;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.split-inner {
  display: block;
}
[data-custom-animations=true]:not(.ca-initvalues-applied) {
  opacity: 0;
}
.d-inline-flex {
  display: inline-flex;
}
.jws-adv-txt-item figure {
  position: relative;
}
.jws-highlight {
  position: relative;
  background-color: inherit;
  color: inherit;
  padding: 0;
}
.jws-highlight .jws-highlight-txt {
  position: relative;
  z-index: 1;
}
.jws-highlight .jws-highlight-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: var(--main);
  color: var(--main);
  opacity: 0;
  transition: transform .85s,opacity .1s,height .45s,bottom .45s,color .45s;
  transition-timing-function: cubic-bezier(0.3, 0.8, 0.35, 1);
  transition-delay: inherit;
  transform-origin: left center;
}
.jws-animations-done .jws-highlight-inner {
  opacity: 1;
}
.jws-animations-done .jws-highlight-custom-1 path {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.jws-highlight-custom-1 .jws-highlight-inner {
  background-color: transparent;
}
.jws-highlight-custom-1 path {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: inherit;
}
.jws-tooltip-list {
  position: relative;
}
.jws-tooltip-list img {
  width: 100%;
}
.jws-tooltip-list.layout1 .elementor-tooltip-list-items button {
  font-size: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.jws-tooltip-list.layout1 .elementor-tooltip-list-items button:before {
  width: 40px;
  height: 40px;
  top: -9px;
  left: -9px;
}
.jws-tooltip-list.layout1 .elementor-tooltip-list-items li.active .tooltip-content {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.jws-tooltip-list.layout1 .tooltip-content {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  min-width: 385px;
  right: -85px;
  bottom: 47px;
  border-radius: 5px;
  padding: 10px;
}
.jws-tooltip-list.layout1 .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.layout2 .elementor-tooltip-list-items button {
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 2;
  padding: 10px 0;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items button span {
  z-index: 1;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items button .icon-plus::after,
.jws-tooltip-list.layout2 .elementor-tooltip-list-items button .icon-plus::before {
  content: '';
  position: absolute;
  background: #000;
  transition: all 0.3s;
  border-radius: 5px;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items button .icon-plus::before {
  width: 16px;
  height: 2px;
  left: 16px;
  top: 14px;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items button .icon-plus::after {
  height: 16px;
  width: 2px;
  left: 23px;
  top: 7px;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items button:before {
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
}
.jws-tooltip-list.layout2 .tooltip-content {
  min-width: 180px;
  border-radius: 100px;
  padding: 10px;
  transform: translateY(-50%) translateX(-10px);
  -webkit-transform: translateY(-50%) translateX(-10px);
  z-index: 1;
  left: -5px;
  padding-left: 60px;
  top: 50%;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items li.active.active > button {
  background: #e986b21a;
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items li.active.active > button span::before {
  background: var(--bg-color);
  transform: rotate(-180deg);
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items li.active.active > button span::after {
  background: var(--bg-color);
  transform: rotate(90deg);
}
.jws-tooltip-list.layout2 .elementor-tooltip-list-items li.active .tooltip-content {
  transform: translateY(-50%) translateX(0px);
  -webkit-transform: translateY(-50%) translateX(0px);
}
.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;
}
.jws-tooltip-list .elementor-tooltip-list-items button {
  background: #fff;
  border: 0;
  padding: 0;
  text-align: center;
  color: var(--heading);
  border-radius: 100%;
  position: relative;
  overflow: unset;
}
.jws-tooltip-list .elementor-tooltip-list-items button span {
  position: relative;
}
.jws-tooltip-list .elementor-tooltip-list-items button:before {
  z-index: 1;
  content: "";
  background: #ffffff;
  opacity: 0.3;
  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;
  position: absolute;
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
  z-index: 1;
  right: -85px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.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 {
  margin-bottom: 0;
}
.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;
  text-align: left;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .jws_pr_labels {
  display: none;
}
.jws-tooltip-list .elementor-tooltip-list-items .tooltip-content .product-item-inner .add_to_cart_button {
  display: none;
}
.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: '\E846';
}
.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-products-slider .content-heading {
  text-align: center;
  margin-bottom: 35px;
}
.jws-products-slider .content-heading h3 {
  margin-bottom: 28px;
}
.jws-products-slider .content-heading a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font2);
  text-decoration: underline;
}
.jws-products-slider .jws-banner-product {
  overflow: hidden;
}
.jws-products-slider .jws-banner-inner {
  display: flex;
  align-items: stretch;
}
.jws-products-slider .jws-banner-inner > div {
  flex: 0 50%;
}
.jws-products-slider .jws_product_banner_slider.jws-banner-image {
  min-height: 400px;
}
.jws-products-slider .jws_product_banner_slider.jws-banner-image .jws-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .jws-products-slider .jws-banner-inner {
    flex-wrap: wrap;
  }
  .jws-products-slider .jws-banner-inner > div {
    flex: 100%;
  }
  .jws-products-slider .jws-banner-inner .jws-banner-product {
    margin-top: 30px;
  }
  .jws-products-slider .jws-banner-inner .content-heading {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .jws-products-slider .jws-banner-inner .content-heading h3 {
    margin-bottom: 16px;
  }
}
.jws_gallery_split_item {
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.jws_gallery_split_item .ms-tableCell > .elementor-element {
  min-height: 100%;
}
.jws_gallery_split_item iframe {
  height: 100%;
}
.jws_timeline_main {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.jws_timeline_main .jws_timeline_content {
  flex: 0 0 43%;
  max-width: 43%;
}
.jws_timeline_main .jws_timeline_box_content {
  overflow: visible;
}
.jws_timeline_main .jws_timeline_box_content .swiper-slide {
  opacity: 0;
  transition: opacity .3s;
}
.jws_timeline_main .jws_timeline_box_content .swiper-slide.swiper-slide-active,
.jws_timeline_main .jws_timeline_box_content .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.jws_timeline_main .jws_timeline_box_content .swiper-pagination {
  background: #5453531a;
  height: 4px;
  display: flex;
}
.jws_timeline_main .jws_timeline_box_content .swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  transform: scale(0);
  transition: all .3s linear;
  transform-origin: left center;
}
.jws_timeline_main .jws_timeline_box_content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scaleX(1);
}
.jws_timeline_main .jws_timeline_inner {
  max-width: 514px;
}
.jws_timeline_main .jws_timeline_datetime {
  font-size: 148px;
  font-weight: 800;
  font-family: var(--font2);
  line-height: 110px;
  -webkit-text-stroke: 1px var(--heading);
  text-stroke: 1px var(--heading);
  color: #fff;
  letter-spacing: -10px;
}
.jws_timeline_main .jws_timeline_title {
  margin-top: 26px;
}
.jws_timeline_main .jws_timeline_desc {
  margin-top: 46px;
}
.jws_timeline_main .jws_timeline_image {
  flex: 0 0 50%;
  margin-right: 7%;
  max-width: 50%;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .jws_timeline_main .jws_timeline_image {
    flex: 0 0 758px;
    margin-right: 76px;
    max-width: 758px;
  }
  .jws_timeline_main .jws_timeline_content {
    flex: 0 0 700px;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .jws_timeline_main {
    align-items: flex-start;
    flex-direction: column;
  }
  .jws_timeline_main .jws_timeline_image {
    flex: 0 0 100%;
    margin-right: 0;
    max-width: 100%;
  }
  .jws_timeline_main .jws_timeline_content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
.jws-shop-size-element h6 {
  text-transform: capitalize;
  margin-bottom: 24px;
}
.jws-shop-size-element .tab_content {
  margin-top: 32px;
}
.jws-shop-size-element .tab_content .title {
  display: none;
}
.jws-shop-size-element .tab_content.active .title {
  display: block;
}
.jws-shop-size-element .cup_size {
  display: none;
  margin-bottom: 50px;
}
.jws-shop-size-element .cup_size.active {
  display: flex;
}
ul.band_size,
.cup_size {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 6px;
}
ul.band_size a,
.cup_size a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--btn-bgcolor);
  text-align: center;
}
ul.band_size a.active,
.cup_size a.active,
ul.band_size a:hover,
.cup_size a:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
/* Widget for woocommerce */
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  display: block;
}
.jws-mini-cart-wrapper.active .jws-cart-overlay {
  opacity: 1;
  visibility: visible;
}
.jws-mini-cart-wrapper.active .jws-cart-sidebar {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.jws-cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.73);
  transition: 0.3s all;
  visibility: hidden;
  z-index: 9998;
  opacity: 0;
}
.jws-cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 461px;
}
.cart-head {
  padding: 21px 30px 17px;
  border-bottom: 1px solid #E8E8EB;
}
.cart-head .cart-close {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: var(--heading);
  transition: 0.3s all;
}
.cart-head .cart-close:hover {
  color: var(--main);
}
.cart-head h5 {
  display: inline-block;
  position: relative;
  margin: 0;
}
.cart-head h5 .count {
  font-size: 16px;
  font-weight: 600;
  vertical-align: super;
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding-bottom: 230px;
}
.jws_cart_content.jws-cart-panel-empty {
  padding-bottom: 0;
}
.jws_cart_content.jws-cart-panel-empty .jws-cart-panel-summary {
  border: 0 !important;
}
.jws_cart_content .variation dt,
.jws_cart_content .variation dd {
  display: inline-block;
  margin: 0;
}
.jws_cart_content .variation dt p,
.jws_cart_content .variation dd p {
  margin: 0;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding: 16px;
  border-top: 1px solid #5453531a;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping {
  margin-bottom: 18px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total {
  margin-bottom: 13px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line {
  height: 6px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line > span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line > span > span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line > span .number {
  position: absolute;
  right: 0;
  background: #ffffff;
  top: -6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading);
  line-height: 19.6px;
  padding: 0 5px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .progress_bar_total .line:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--main);
  opacity: 0.1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .jws_shipping_wap {
  font-size: 14px;
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .jws_shipping_wap .fa-check-square {
  color: #44c344;
  font-size: 16px;
  margin-right: 5px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .amount {
  font-weight: 600;
  font-family: var(--font2);
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .jws-shipping .text-free {
  color: var(--heading);
  text-transform: uppercase;
  font-size: 14px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  font-family: var(--font2);
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 17px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
  float: right;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart p {
  margin: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .buttons_cart a {
  border: 1px solid var(--btn-bgcolor);
  color: var(--btn-bgcolor);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .buttons_checkout a {
  border: 1px solid var(--btn-bgcolor);
  background: var(--btn-bgcolor);
  color: #fff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  margin: 0;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  font-size: 14px;
  font-family: var(--font2);
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell {
  padding: 0 16px 16px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell .product-item-inner {
  flex-wrap: wrap;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell .product-item-inner .product-image {
  max-width: 100%;
  width: 100%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell .product-item-inner .product-content {
  flex: 1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell .product-item-inner .cross-button {
  margin-top: 8px;
  row-gap: 6px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell .product-item-inner .cross-button > div {
  width: 100%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-cross-sell .cross-sells {
  margin-top: 14px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  padding: 16px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom: 25px;
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .gift_free:first-child {
  margin-top: 30px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .checkCoupon {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .checkCoupon .infor {
  max-width: 340px;
  top: 30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .checkCoupon .tooltip_infor:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 11px solid var(--heading);
  top: 16px;
  right: 0;
  margin-right: 3px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  text-align: center;
  padding-top: 20px;
  border: 0;
  margin-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty .btn-main {
  display: block;
  margin-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  color: #ececec;
  display: block;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
  font-size: 85px;
  line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #5453531a;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading {
  pointer-events: none;
  opacity: 0.7;
  transition: 0.3s all;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
  margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  color: var(--heading);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 3px;
  font-family: var(--font2);
  padding-right: 74px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title:hover {
  color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title .engrave {
  font-size: 14px;
  font-weight: 300;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title .engrave span {
  font-weight: 400;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .product-short-text {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 14px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .variation {
  display: none;
  margin-bottom: 5px;
  margin-top: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .vari_attr h6 {
  margin-bottom: 6px;
  margin-right: 15px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .action_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 8px;
  margin-top: 8px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-price {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  font-family: var(--font2);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: underline;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:hover {
  opacity: 1;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity {
  position: relative;
  max-width: 106.11px;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity .input-text {
  text-align: center;
  min-height: 30px;
  border-width: 1px;
  padding: 0 30px;
  -moz-appearance: textfield;
  border: none;
  background: #F7F7F7;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity .input-text::-webkit-outer-spin-button,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 3px;
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > span:hover {
  background: #5453531a;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > span.jws-qty-minus {
  left: 3px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > span.jws-qty-plus {
  right: 3px;
}
.jws_mini_cart > .jws-cart-nav a {
  color: var(--heading);
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: var(--heading);
  margin-right: 6px;
  transition: 0.3s all;
  vertical-align: middle;
  line-height: normal;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon svg {
  width: 24px;
}
.jws_mini_cart > .jws-cart-nav a .jws_price_total {
  vertical-align: middle;
  font-size: 14px;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
  display: inline-block;
  letter-spacing: 0.5px;
}
.jws_mini_cart > .jws-cart-nav a .cart_text i {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  width: 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: -11px;
  right: -11px;
  position: absolute;
  background: var(--main);
  color: var(--light);
  font-family: var(--font2);
  font-weight: 500;
}
.jws_mini_cart .jws-cart-sidebar {
  height: 100%;
  min-width: 300px;
}
@media (max-width: 767px) {
  .jws-cart-sidebar {
    max-width: 90%;
  }
  .jws-cart-sidebar .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
    padding: 15px;
  }
  .cart-head {
    padding: 10px 15px 10px;
  }
}
@media (max-width: 340px) {
  .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-price {
    position: relative;
  }
}
.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);
  border: 1px solid #fff;
  font-family: var(--font2);
  font-weight: 500;
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count .blockUI {
  display: none !important;
}
/* Widget for wordpress */
.jws_categories .cate_title {
  margin-bottom: 30px;
}
.jws_categories .cat_count {
  margin-left: 6px;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 600;
}
.jws_categories .jws_list_categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_categories .jws_list_categories .children {
  list-style-type: none;
  padding-left: 16px;
}
.jws_categories.skin_default .cat-item a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
}
.jws_categories.skin_default .cat-item a:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
.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);
}
.jws-category-list .category-content.layout4 .category-tab-item a {
  padding: 30px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.5;
}
.jws-category-list .category-content.layout4 .category-tab-item a.active {
  opacity: 1;
}
.jws-category-list .category-content.layout4 .category-tab-item a.active .jws_cate_content {
  opacity: 1;
}
.jws-category-list .category-content.layout4 .category-tab-item:hover img {
  transform: scale(1);
}
.jws-category-list .category-content.layout4 .category-image {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  right: 0;
  transition: all .3s;
}
.jws-category-list .category-content.layout4 .category-image img {
  transform: scale(0.8);
}
.jws-category-list .category-content.layout4 .category-image.active {
  opacity: 1;
  visibility: visible;
}
.jws-category-list .category-content.layout4 .number {
  display: inline;
  vertical-align: top;
  margin-right: 8px;
}
.jws-category-list .category-content.layout4 .cate_title {
  display: inline-block;
  color: #ffffff;
  transition: all .3s;
  letter-spacing: 1.6px;
}
.jws-category-list .category-content.layout4 .jws_cate_content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  column-gap: 10px;
  align-items: center;
}
.jws-category-list .category-content.layout4 .jws_cate_content i {
  font-size: 40px;
}
@media (max-width: 767px) {
  .jws_categories .cate_title {
    margin-bottom: 24px;
  }
}
.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;
  display: inline-block;
  padding: 5px 15px;
  margin: 0px 5px 8px 0;
  border-radius: 0;
  background: var(--accent);
}
.widget_product_tag_cloud a:hover,
.post-tags a:hover,
.tagcloud-list a:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.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 Blog */
.product-share {
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.product-share .label i {
  display: inline-block;
  margin-right: 10px;
  color: var(--main);
}
.product-share .addthis_inline_share_toolbox {
  word-spacing: 8px;
  letter-spacing: 0;
  display: block;
}
.product-share .addthis_inline_share_toolbox strong {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font2);
  color: var(--heading);
}
.product-share .addthis_inline_share_toolbox a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: var(--accent);
  border-radius: 100%;
}
.product-share .addthis_inline_share_toolbox a:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.single-blog.no_sidebar .entry_content,
.single-blog.no_sidebar .post-about-author,
.single-blog.no_sidebar .post-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}
.single-blog.no_sidebar .header_title {
  text-align: center;
}
.single-blog.no_sidebar .jws_post_meta {
  justify-content: center;
}
.single-blog.has_sidebar .header_title .entry-title {
  font-size: 50.52px;
  line-height: 56.8px;
}
.single-blog > .container {
  margin: 46px auto 80px;
}
.single-blog .entry_content {
  margin-top: 18px;
}
.single-blog header .jws-post-gallery,
.single-blog header .post_thumbnail {
  overflow: hidden;
  margin-top: 46px;
  position: relative;
}
.single-blog header .entry-title {
  font-weight: 400;
}
.single-blog header .jws_post_meta {
  margin-top: 14px;
}
.single-blog header .hidden_exerpt {
  display: none;
}
.single-blog header .read-more {
  font-family: var(--font2);
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 14px;
  display: block;
}
.single-blog .jws-post-link h1,
.single-blog .jws-post-quote h1 {
  padding: 0 50px;
  font-size: 24px;
  font-family: var(--font3);
}
.single-blog .meta_infor {
  margin-top: 16px;
}
.single-blog.sidebar_right .post_content {
  padding-right: 45px;
}
.single-blog.sidebar_left .post_content {
  padding-left: 45px;
}
.single-blog header .meta_infor a,
.single-blog header .meta_infor span {
  color: var(--text);
}
.single-blog header .entry_content {
  position: relative;
}
.single-blog header .post_cat a {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 0;
  margin-right: 8px;
  font-size: 14px;
  font-family: var(--font2);
  text-transform: uppercase;
  line-height: 20px;
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.single-blog .single_post_meta {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.single-blog .single_post_meta div {
  display: inline-block;
}
.single-blog .single_post_meta .post-tags {
  width: 74%;
  color: var(--heading);
}
.single-blog .single_post_meta .post-tags span {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.single-blog footer {
  clear: both;
}
.single-blog .content-before-footer {
  padding-top: 30px;
}
.single-blog header .jws_post_image {
  position: relative;
  overflow: hidden;
}
.single-blog header .jws_post_image img {
  width: 100%;
}
.single-blog .jws_share_post {
  width: 26%;
}
.single-blog .jws_share_post .addthis_inline_share_toolbox {
  text-align: right;
}
.single-blog .header_title .entry-title {
  margin: 14px 0;
}
.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: 1px solid var(--text);
  margin-top: 42px;
  padding: 28px 32px 20px;
}
.single-blog .post-about-author .label {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
  margin: 0;
  color: var(--heading);
}
.single-blog .post-about-author .post-author-avatar {
  padding-right: 37px;
}
.single-blog .post-about-author .post-author-avatar img {
  max-width: 120px;
  border-radius: 100%;
}
.single-blog .post-about-author .at-name {
  margin-bottom: 10px;
}
.single-blog .post-about-author .at-name a:hover {
  color: var(--main);
}
.single-blog .post-about-author .description {
  margin-bottom: 16px;
}
.single-blog .post-about-author .icon-author a {
  margin-right: 16px;
}
.single-blog .post-about-author .icon-author a:hover {
  color: var(--accent);
}
.single-blog .post-navigation {
  margin-top: 50px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.single-blog .post-navigation > div {
  width: 50%;
}
.single-blog .post-navigation .content_nav a span {
  text-transform: uppercase;
  transition: all 0.3s;
  display: block;
}
.single-blog .post-navigation .content_nav a span i {
  display: inline-block;
}
.single-blog .post-navigation .content_nav a:hover span {
  opacity: 1;
}
.single-blog .post-navigation > div.left i {
  margin-right: 12px;
}
.single-blog .post-navigation > div.right {
  text-align: right;
}
.single-blog .post-navigation > div.right i {
  margin-left: 12px;
}
.single-blog .post-navigation .title {
  margin-top: 12px;
  transition: all 0.3s;
}
.post-related {
  padding: 0;
  margin-top: 50px;
}
.post-related .related_post_heading {
  margin-bottom: 36px;
}
.post-related .post_related_slider {
  padding: 0;
}
.post-related .post_related_slider .meta_infor {
  margin-top: 14px;
}
.post-related .post_related_slider .jws_post_wap {
  padding-bottom: 0;
}
.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;
}
.comments-area {
  margin-top: 50px;
}
.comments-area .section_user_comment {
  background: #fafafa;
  padding-top: 96px;
  padding-bottom: 72px;
}
.comments-area .comment_top .comments-title {
  margin-bottom: 34px;
}
.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.depth-1:not(:first-child) {
  border-top: 2px solid #F5F7F7;
  padding-top: 36px;
}
.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: 100px;
}
.comments-area .comment_top .comment-list li .comment-body {
  margin-bottom: 26px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  vertical-align: top;
  max-width: 98px;
  display: inline-block;
  margin-top: 0px;
  padding-right: 18px;
  width: 100%;
}
.comments-area .comment_top .comment-list li .comment-body .title-review {
  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 .comment-info {
  width: calc(100% - 104px);
  display: inline-block;
  position: relative;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .message {
  color: var(--heading);
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font2);
  transition: all 0.3s;
  display: inline-block;
  text-decoration: underline;
  margin-top: 16px;
  text-transform: uppercase;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info p {
  margin: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info > p:last-child {
  margin: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  margin-bottom: 8px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  font-size: 14px;
  color: var(--heading);
  opacity: 0.6;
}
.comments-area .comment-respond {
  margin-top: 46px;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.comments-area .comment-respond #cancel-comment-reply-link {
  color: var(--heading);
  font-size: 12px;
  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 .row p {
  padding: 0 15px;
}
.comments-area .comment-respond .comment-form .logged-in-as > a:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form .comment-form-comment2 {
  order: 3;
  width: 100%;
}
.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: 4;
  margin-top: -6px;
  width: 100%;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  display: inline-block;
  position: relative;
  accent-color: var(--main);
}
.comments-area .comment-respond .comment-form p.form-submit {
  text-align: center;
  order: 4;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 30px;
}
.comments-area .comment-respond .comment-form label {
  font-weight: 600;
  color: var(--heading);
  font-family: var(--font2);
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  font-weight: 400;
  font-family: var(--font-body);
  margin: 0;
  vertical-align: middle;
  display: inline;
  color: var(--heading);
}
.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form textarea {
  width: 100%;
  border: 1px solid rgba(84, 83, 83, 0.1);
  padding: 13px 16px;
  margin-bottom: 16px;
  color: var(--heading);
  opacity: 1;
}
.comments-area .comment-respond .comment-form input[type="text"]::placeholder,
.comments-area .comment-respond .comment-form textarea::placeholder {
  opacity: 0.6;
  color: var(--heading);
}
.comments-area .comment-respond .comment-form textarea {
  height: 190px;
}
.comments-area .comment-respond .comment-form .comment-form-url {
  order: 3;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
  vertical-align: middle;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 30px;
  margin-top: 3px;
  display: block;
  width: 100%;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  margin-bottom: 28px;
}
.comments-area .comment-respond .comment-form .submit {
  background: var(--btn-bgcolor);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  font-family: var(--font2);
  padding: 15px 30px;
  color: var(--btn-color);
  border: 1px solid var(--btn-bgcolor);
}
.comments-area .comment-respond .comment-form .submit:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
@media (min-width: 1543px) {
  .single-blog > .container {
    max-width: 1300px;
  }
}
@media (max-width: 992px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    padding-right: 0;
  }
  .single-blog .post-navigation .content_nav a:hover .content_nav {
    display: none;
  }
  .single-blog.sidebar_right .post_content {
    padding-right: 15px;
  }
  .single-blog.sidebar_left .post_content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .single-blog > .container {
    margin: 30px auto 80px;
  }
  .single-blog.sidebar_left > .container > .row {
    flex-direction: column-reverse;
  }
  .single-blog.has_sidebar .header_title .entry-title {
    font-size: 40px;
    line-height: 52px;
  }
  .single-blog .post_sidebar {
    margin-top: 50px;
  }
}
@media (max-width: 476px) {
  .single-blog .post_share.jws_sticky.post_share {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-blog > .container {
    margin: 50px auto 50px;
  }
  .single-blog .post-about-author {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .single-blog .post-about-author .post-author-avatar {
    padding-right: 0;
  }
  .single-blog .entry_content .single_post_meta .addthis_inline_share_toolbox {
    text-align: left;
  }
  .single-blog .entry_content .single_post_meta > div {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .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: 20px;
  }
  .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;
  }
}
@media (max-width: 599px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    display: block;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    max-width: 100%;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info::before {
    opacity: 0;
  }
  .comments-area .comment_top .comment-list li .children {
    padding-left: 24px;
  }
}
/* Woocommerce */
.jws-lookbook-list .jws-lookbook-title {
  margin-top: 34px;
  text-align: center;
}
.jws-lookbook-list .jws-show-lookbook {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 10px;
  font-size: 24px;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: var(--heading);
}
.jws-lookbook-list .jws-show-lookbook .show-text {
  font-size: 16px;
  display: grid;
  grid-template-columns: 0fr;
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.jws-lookbook-list .jws-show-lookbook .show-text > span {
  overflow: hidden;
}
.jws-lookbook-list .jws-show-lookbook:hover .show-text {
  grid-template-columns: 1fr;
  padding-left: 8px;
}
.jws-lookbook-list .jws-lookbook-inner:hover .jws-lookbook-image img {
  transform: scale(1.1);
}
.jws-lookbook-list .jws-lookbook-image {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.jws-lookbook-list .jws-lookbook-image img.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.jws-lookbook-list .jws-lookbook-image.show .jws-list-product {
  opacity: 1;
  visibility: visible;
}
.jws-lookbook-list .jws-lookbook-image ul.jws-list-product {
  max-height: calc(100% - 40px);
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 5px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(31, 23, 12, 0.08);
  padding: 24px;
  transition: .25s all;
}
.jws-lookbook-list .jws-lookbook-image ul.jws-list-product::-webkit-scrollbar {
  width: 0;
}
.jws-lookbook-list .jws-lookbook-image .jws_pr_labels {
  display: none;
}
.jws-lookbook-list .jws-lookbook-image .lookbook__heading {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jws-lookbook-list .jws-lookbook-image .lookbook__heading button {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 24px;
  color: var(--heading);
}
.jws-lookbook-list .jws-lookbook-image .product-item {
  margin-bottom: 0;
}
.jws-lookbook-list .jws-lookbook-image .product-item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(84, 83, 83, 0.1);
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .content-left {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .woocommerce-loop-product__title {
  font-weight: 500;
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .price {
  color: var(--heading);
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .jws_readmore_product {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  background: #5453531A;
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .jws_readmore_product:hover {
  color: #fff;
  background: var(--btn-bgcolor);
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .product_image {
  height: 80px;
  max-width: 70px;
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .product_image .woocommerce-loop-product__link {
  height: 100%;
}
.jws-lookbook-list .jws-lookbook-image .product-item-inner .product_image img {
  min-width: 70px;
  height: 100%;
  object-fit: cover;
}
.jws-lookbook-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all;
}
@media screen and (max-width: 767px) {
  .jws-lookbook-element {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .jws-lookbook-list.jws-lookbook-grid {
    flex-wrap: nowrap;
  }
  .jws-lookbook-list.jws-lookbook-grid .jws-lookbook-item {
    flex: none;
    width: 66.66vw;
    max-width: 66.66vw;
  }
  .jws-lookbook-list.jws-lookbook-grid .jws-lookbook-image.show .jws-lookbook-overlay {
    opacity: 1;
    visibility: visible;
  }
  .jws-lookbook-list.jws-lookbook-grid .jws-lookbook-image ul.jws-list-product {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 68px;
  }
}
.wheel-content-wrapper .wheel_content_right {
  max-width: 446px;
}
.wheel-content-wrapper .wheel_spin_container {
  display: flex;
}
.wheel-content-wrapper .wlwl-show-again-option {
  justify-content: center;
}
.wlwl-frontend-result a {
  color: #fff;
  text-decoration: underline;
}
.wlwl-location.wlwl_pointer:before {
  top: 15px;
  position: relative;
}
.wheel_content_right > .wlwl_user_lucky > .wlwl_spin_button {
  background: #000;
  font-size: 14px;
  font-family: var(--font2);
  font-weight: 600;
  padding: 15px;
}
.wlwl_user_lucky .wlwl_field_mobile_wrap,
.wlwl_user_lucky .wlwl_field_name_wrap,
.wlwl_user_lucky .wlwl_field_email_wrap {
  margin: 6px 0;
}
.wheel_description {
  margin-bottom: 10px;
}
.wlwl_lucky_wheel_content .wlwl_field_input {
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid transparent;
}
.wlwl_lucky_wheel_content .wlwl-hide-after-spin,
.wlwl_lucky_wheel_content .wlwl-close-wheel {
  bottom: unset;
  top: 18px;
  right: 18px;
}
.wlwl_lucky_wheel_content .wlwl-hide-after-spin .wlwl-cancel:before,
.wlwl_lucky_wheel_content .wlwl-close-wheel .wlwl-cancel:before {
  font-size: 18px;
}
.wlwl-gdpr-checkbox-wrap {
  font-weight: 400;
}
.wlwl-gdpr-checkbox-wrap a {
  color: #fff;
  text-decoration: underline;
}
.lucky_wheel_content_tablet .wheel-content-wrapper .wheel_content_right .wheel_description h1,
.wlwl_lucky_wheel_content_mobile .wheel-content-wrapper .wheel_content_right .wheel_description h1,
.lucky_wheel_content_tablet .wheel-content-wrapper .wheel_content_right .wheel_description h2,
.wlwl_lucky_wheel_content_mobile .wheel-content-wrapper .wheel_content_right .wheel_description h2,
.lucky_wheel_content_tablet .wheel-content-wrapper .wheel_content_right .wheel_description h3,
.wlwl_lucky_wheel_content_mobile .wheel-content-wrapper .wheel_content_right .wheel_description h3 {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .wlwl_wheel_icon.wlwl-wheel-position-bottom-right {
    bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .wlwl_lucky_wheel_content {
    padding-top: 60px;
  }
  .wheel-content-wrapper {
    flex-flow: column;
  }
}
.woocommerce-notices-wrapper ul {
  margin-bottom: 24px;
}
.outofstock.woocommerce-grouped-product-list-item a.button {
  text-decoration: underline;
}
.outofstock.woocommerce-grouped-product-list-item a.button:hover {
  color: var(--main);
}
.woo-ordering {
  float: right;
}
.show_filter_shop {
  color: var(--heading);
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  margin-right: 34px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--font2);
  font-weight: 600;
}
.show_filter_shop span {
  transition: all 0.3s;
}
.show_filter_shop i {
  font-size: 16px;
  margin-left: 6px;
  font-weight: 400;
}
.show_filter_shop i:before {
  transition: 0.7s all;
  display: inline-block;
  will-change: transform;
}
.show_filter_shop .hide {
  display: none;
}
.show_filter_shop.active .hide {
  display: inline-block;
}
.show_filter_shop.active .show {
  display: none;
}
.show_filter_shop.active i:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.woocommerce-ordering .select2-container {
  font-family: var(--font2);
}
.woocommerce-ordering .select2-container .select2-selection--single {
  line-height: 16.8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  border: none;
}
.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__arrow {
  font-size: 16px;
  font-weight: 400;
  right: 0;
}
.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__arrow b:before {
  content: '\E88C';
}
.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 16.8px;
  color: var(--heading);
  padding-left: 0;
}
.woocommerce-ordering .select2-container .select2-selection__rendered {
  padding-right: 53px;
}
.add_to_cart_button {
  position: relative;
}
.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(--btn-bgcolor);
}
.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;
}
.shop-content .products-wrap {
  position: relative;
  width: 100%;
}
.buttton-inner {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}
.buttton-inner li:not(:last-child) {
  margin-bottom: 12px;
}
.buttton-inner a {
  font-size: 24px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
  position: relative;
}
.buttton-inner a.jws-wishlist-btn i {
  font-weight: 600;
}
.buttton-inner a.jws-wishlist-btn.loading i:before,
.buttton-inner a.jws-wishlist-btn.added i:before {
  content: '\E815';
}
.buttton-inner a i {
  display: inline-block;
  transition: .3s all;
}
.buttton-inner a .quickview-button:hover i {
  transform: rotate(180deg);
}
.buttton-inner a .added {
  display: none;
}
.buttton-inner a.added .added {
  display: inline;
}
.buttton-inner a.added .notadd {
  display: none;
}
.buttton-inner a span {
  position: absolute;
  left: unset;
  top: 8px;
  right: calc(100% + 5px);
  min-width: 70px;
  background: var(--btn-bgcolor);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
  opacity: 0;
  transform: translateX(0%);
  pointer-events: none;
  line-height: 19px;
  white-space: nowrap;
  transition: .3s all;
}
.buttton-inner a span:after {
  width: 0;
  height: 0;
  margin-left: -3px;
  content: "";
  position: absolute;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid var(--heading);
  right: -5px;
  top: 8px;
  left: unset;
}
.buttton-inner a:hover span {
  transform: translateX(-5px);
  opacity: 1;
}
.products-wrap .products-tab {
  min-width: 100%;
}
.products-wrap > .loader {
  top: 50px;
}
.products-wrap.loading .product-item-inner {
  opacity: 0 !important;
  transform: translatey(20px) !important;
}
.products-wrap .jws-marquee-badge {
  position: absolute;
  bottom: 0;
  transition: all .3s;
  width: 100%;
}
.products-wrap .marquee-list-items {
  padding: 10px 0;
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.products-wrap .marquee-list-items .item {
  position: relative;
  font-family: var(--font2);
  font-size: 13px;
  line-height: 20px;
  flex-shrink: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.products-wrap .marquee-list-items .item:before {
  content: '\E82C';
  font-family: 'jws_icon';
  position: absolute;
  left: -3px;
  font-size: 9px;
  color: var(--bg-color);
}
.products-wrap .star-rating {
  margin-bottom: 8px;
  letter-spacing: 4px;
}
.products-wrap .star-rating .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: unset !important;
}
.products-wrap .star-rating span:before,
.products-wrap .star-rating:before {
  font-size: 10px;
}
.products-wrap .label_back_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.products-wrap .label_stock {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-family: var(--font2);
  text-transform: uppercase;
  line-height: normal;
  padding: 5px 20px;
  display: inline-block;
  background: var(--btn-bgcolor);
  color: #fff;
  border-radius: 20px;
  transform: translateY(-12px);
  transition: .3s all;
}
.products-wrap .jws-attr {
  color: var(--heading);
  font-size: 14px;
  line-height: 15px;
}
.products-wrap h2.woocommerce-loop-product__title {
  display: none;
}
.products-wrap .jws-attr-swatches {
  padding: 1px;
  position: relative;
  z-index: 1;
}
.products-wrap .jws-attr-swatches .jws-attr-content {
  display: -ms-flexbox;
  display: flex;
  color: var(--heading);
  column-gap: 8px;
}
.products-wrap .jws-attr-swatches .swatch {
  display: inline-block;
  transition: 0.3s all;
  cursor: pointer;
}
.products-wrap .jws-attr-swatches .swatch.swatch-color {
  outline: 1px solid transparent;
  border: 2px solid #fff;
}
.products-wrap .jws-attr-swatches .swatch.swatch-color.selected {
  outline-color: var(--text);
}
.products-wrap .jws-attr-swatches .swatch.swatch-label {
  padding: 5px;
  border: 1px solid var(--btn-bgcolor);
  line-height: normal;
  font-size: 13px;
  font-family: var(--font2);
  letter-spacing: 0.6px;
}
.products-wrap .jws-attr-swatches .swatch.swatch-label:hover,
.products-wrap .jws-attr-swatches .swatch.swatch-label.selected {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.products-wrap .jws-attr-swatches .swatch.swatch-image img {
  max-width: 40px;
  transform: none !important;
  border: 1px solid #ebebeb;
}
.products-wrap .jws-attr-swatches .swatch.swatch-image.selected img {
  border-color: var(--text);
}
.products-wrap .jws-attr-swatches .swatch .sub-swatch {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid transparent;
}
.products-wrap .product-item-inner:hover .label_stock {
  opacity: 0;
}
.products-wrap .metro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 0;
}
.products-wrap .metro-layout .product-item {
  grid-column: span 1;
}
.products-wrap .metro-layout .product-item .product_image {
  background: #f7f7f7;
}
.products-wrap .metro-layout .product-item.item-metro {
  grid-column: span 2;
  grid-row: span 2;
  overflow: hidden;
}
.products-wrap .metro-layout .product-item.item-metro .product-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.products-wrap .metro-layout .product-item.item-metro .product-item-inner .product_image {
  flex-grow: 1;
}
.products-wrap .layout1 .woocommerce-loop-product__title {
  margin-bottom: 4px;
}
.products-wrap .layout1 .button {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  height: 24px;
}
.products-wrap .layout1 .button .loader {
  width: 15px;
  height: 15px;
}
.products-wrap .layout1 .button span {
  position: relative;
}
.products-wrap .layout1 .button span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.products-wrap .layout1 .button:hover {
  background: transparent;
  color: var(--btn-bgcolor);
}
.products-wrap .layout1 .button:hover span:before {
  width: 0;
  right: 0;
}
.products-wrap .layout1 .jws-attr {
  margin-bottom: 7px;
}
.products-wrap .layout1 .jws_bottom_action.variable:hover .button {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.products-wrap .layout1 .jws_bottom_action:hover .jws-attr-bottm {
  display: flex;
}
.products-wrap .layout1 .jws-attr-bottm {
  display: none;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.products-wrap .layout1 .jws-attr-bottm a {
  padding: 5px;
  border: 1px solid var(--btn-bgcolor);
  font-size: 13px;
  letter-spacing: 1.6px;
  line-height: 14.14px;
  font-family: var(--font2);
}
.products-wrap .layout1 .jws-attr-bottm a:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.products-wrap .layout1 .buttton-inner,
.products-wrap .layout2 .buttton-inner {
  opacity: 0;
  transform: translateX(30px);
  transition: .3s all;
}
.products-wrap .gallery {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.products-wrap .gallery img {
  height: 100%;
  object-fit: cover;
}
.products-wrap .product-item-inner:hover .gallery:nth-child(2) {
  opacity: 1;
  transform: scale(1.09);
}
.products-wrap .layout1 .price,
.products-wrap .layout2 .price,
.products-wrap .layout3 .price {
  margin-bottom: 8px;
}
.products-wrap .layout1 .jws_bottom_action,
.products-wrap .layout2 .jws_bottom_action,
.products-wrap .layout3 .jws_bottom_action {
  display: table;
  margin: 0 auto;
}
.products-wrap .layout1 .buttton-inner,
.products-wrap .layout2 .buttton-inner,
.products-wrap .layout3 .buttton-inner {
  transition: .3s all;
}
.products-wrap .layout1 .product-item-inner:hover .jws-marquee-badge,
.products-wrap .layout2 .product-item-inner:hover .jws-marquee-badge,
.products-wrap .layout3 .product-item-inner:hover .jws-marquee-badge {
  opacity: 0;
}
.products-wrap .layout1 .product-item-inner:hover .buttton-inner,
.products-wrap .layout2 .product-item-inner:hover .buttton-inner,
.products-wrap .layout3 .product-item-inner:hover .buttton-inner {
  opacity: 1;
  transform: translateX(0);
}
.products-wrap .layout1 .jws-attr-bottm,
.products-wrap .layout2 .jws-attr-bottm,
.products-wrap .layout3 .jws-attr-bottm {
  transition: all 0.3s;
}
.products-wrap .layout1 .jws-attr-bottm a,
.products-wrap .layout2 .jws-attr-bottm a,
.products-wrap .layout3 .jws-attr-bottm a {
  display: inline-block;
}
.products-wrap .layout2 .woocommerce-loop-product__title {
  margin-bottom: 15px;
}
.products-wrap .layout2 .button:hover .loader .path {
  stroke: #fff;
}
.products-wrap .layout2 .product-item-inner:hover .product-item-inner:hover .jws-attr-bottm,
.products-wrap .layout3 .product-item-inner:hover .product-item-inner:hover .jws-attr-bottm {
  display: flex;
}
.products-wrap .layout2 .product-item-inner:hover .button,
.products-wrap .layout3 .product-item-inner:hover .button {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.products-wrap .layout2 .product-item-inner:hover .jws_bottom_action:hover .button,
.products-wrap .layout3 .product-item-inner:hover .jws_bottom_action:hover .button {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.products-wrap .layout2 .button,
.products-wrap .layout3 .button {
  z-index: 1;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  opacity: 0;
}
.products-wrap .layout3 .product_image img {
  margin-bottom: 4px;
}
.products-wrap .layout3 .product-item-inner:hover .gallery {
  transform: unset;
}
.products-wrap .layout3 .product_content {
  padding-top: 16px;
  margin-bottm: 23px;
}
.products-wrap .layout3 .product-thumbnail-gallery {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.products-wrap .layout3 .product-thumbnail-gallery > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  top: 0;
  left: 0;
  opacity: 1;
  position: static;
  transform: unset;
  pointer-events: auto;
}
.products-wrap .layout3 .product-thumbnail-gallery > * img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.products-wrap .layout3 .product-thumbnail-gallery > *.active:hover img,
.products-wrap .layout3 .product-thumbnail-gallery > *.active img {
  opacity: 1;
}
.products-wrap .layout3 .jws-gallery-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.products-wrap .layout3 .jws-gallery-dots div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  height: 100%;
  background-color: #54535333;
  transition: all 0.3s;
}
.products-wrap .layout3 .jws-gallery-dots div:hover,
.products-wrap .layout3 .jws-gallery-dots div.active {
  background: var(--text);
}
.products-wrap .layout3 .button {
  box-shadow: 0px 4px 4px 0px #0000000a;
}
.products-wrap .layout3 .btn-quickview,
.products-wrap .layout5 .btn-quickview {
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0);
}
.products-wrap .layout3 .product-item-inner:hover .btn-quickview,
.products-wrap .layout5 .product-item-inner:hover .btn-quickview {
  opacity: 1;
  transform: scale(1);
}
.products-wrap .layout3 .product-item-inner .price,
.products-wrap .layout4 .product-item-inner .price {
  display: none;
}
.products-wrap .layout3 .product_content,
.products-wrap .layout4 .product_content {
  text-align: left;
}
.products-wrap .layout3 .jws-content-inner,
.products-wrap .layout4 .jws-content-inner {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.products-wrap .layout3 .jws-content-inner .price,
.products-wrap .layout4 .jws-content-inner .price {
  display: block;
}
.products-wrap .layout3 .woocommerce-loop-product__title,
.products-wrap .layout4 .woocommerce-loop-product__title {
  margin-bottom: 15px;
}
.products-wrap .layout4 .product-item-inner:hover .jws-marquee-badge {
  opacity: 0;
}
.products-wrap .layout4 .product-item-inner:hover .button-action .quickview-button {
  opacity: 1;
  transform: translatey(0);
}
.products-wrap .layout4 .button-action {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.products-wrap .layout4 .button-action .quickview-button {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font2);
  font-weight: 600;
  background: #ffffff80;
  color: var(--btn-bgcolor);
  text-align: center;
  padding: 15px 20px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  line-height: normal;
  transform: translatey(100%);
  opacity: 0;
  cursor: pointer;
}
.products-wrap .layout4 .button-action .quickview-button i {
  display: none;
}
.products-wrap .layout4 .button-action .quickview-button:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
}
.products-wrap .layout4 .button-action .quickview-button:hover .loader .path {
  stroke: #fff;
}
.products-wrap .layout4 .jws-attr .product-short-text {
  margin-bottom: 4px;
}
.products-wrap .layout4 .content-left,
.products-wrap .layout4 .button {
  flex: 1;
}
.products-wrap .layout4 .button {
  padding: 0;
  display: inline-block;
  text-align: right;
  background: transparent;
}
.products-wrap .layout4 .button .loader {
  width: 15px;
  height: 15px;
  left: 80%;
}
.products-wrap .layout4 .button span {
  position: relative;
}
.products-wrap .layout4 .button span:before {
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  position: absolute;
  transition: all 0.3s;
}
.products-wrap .layout4 .button:hover {
  background: transparent;
  color: var(--btn-bgcolor);
}
.products-wrap .layout4 .button:hover span:before {
  right: 0;
  width: 0;
}
.products-wrap .layout4 .product_content {
  margin-bottm: 27px;
}
.products-wrap .layout4 .jws-attr-content {
  margin-bottom: 8px;
}
.products-wrap .layout4 .jws-content-inner {
  align-items: flex-end;
}
.products-wrap .layout5 .jws-attr-content {
  justify-content: center;
  margin-bottom: 15px;
}
.products-wrap .layout5 .jws-attr .product-short-text {
  margin-bottom: 6px;
}
.products-wrap .layout5 .product-item-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: unset;
  overflow: unset;
}
.products-wrap .layout5 .product-item-inner:hover .price {
  opacity: 0;
  transform: translateY(-10px);
}
.products-wrap .layout5 .product-item-inner:hover .button {
  opacity: 1;
  transform: translateY(-23px);
}
.products-wrap .layout5 .price {
  transition: .3s all;
}
.products-wrap .layout5 .button {
  padding: 0;
  text-decoration: underline;
  background: transparent;
  position: absolute;
  width: 100%;
  transition: .3s all;
  left: 0;
  opacity: 0;
}
.products-wrap .layout5 .button:hover {
  background: transparent;
  color: var(--btn-bgcolor);
}
.products-wrap .layout5 .woocommerce-loop-product__title {
  margin-bottom: 12px;
}
.products-wrap .layout6 .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.products-wrap .layout6 .product-item {
  margin-bottom: 0;
}
.products-wrap .layout6 .product-item .product-item-inner .product_content {
  padding-top: 12px;
}
.products-wrap .layout6 .product-item .product-item-inner .button {
  border: 1px solid var(--btn-bgcolor);
  background: var(--bodybg);
  padding: 9px 15px;
  margin-top: 10px;
}
.products-wrap .layout6 .product-item .product-item-inner .button:hover {
  background: var(--btn-bgcolor);
}
.products-wrap .layout6 .product-item .product-item-inner .price {
  font-size: 16px;
  margin-top: 4px;
  margin-right: 0;
  color: var(--text);
}
.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;
  left: -125px;
  top: 130px;
  text-align: left;
  width: 300px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  transform: rotate(-90deg);
}
.jws_pr_labels .jws_pr_label {
  padding: 5px 10px;
  color: var(--btn-bgcolor);
  background: var(--btn-bgcolor2);
  margin-right: 8px;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font2);
  border-radius: 5px 0px 0px 5px;
}
.jws_pr_labels .jws_pr_label.out-of-stock {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
/* Layout product */
.shop-page .product-item {
  margin-bottom: 40px;
}
.product-item {
  margin-bottom: 30px;
}
.product-item .product_image {
  position: relative;
  overflow: hidden;
}
.product-item .product_image img {
  background: #f7f7f7;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}
.product-item .product_image .selectoptions-swap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -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;
  -webkit-transition: transform .3s ease;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.product-item .product_image .selectoptions-swap .selectoptions-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  color: #252525;
  cursor: pointer;
}
.product-item .product-item-inner {
  transition: 0.3s all;
  min-height: 100%;
  overflow: hidden;
}
.product-item .product-item-inner .price {
  display: block;
  color: #808080;
}
.product-item .product-item-inner .price del {
  opacity: 0.4;
}
.product-item .product-item-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: relative;
  overflow: hidden;
  display: block;
}
.product-item .product-item-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  transition: all 0.3s;
}
.product-item .product-item-inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover img {
  transform: scale(1.1);
}
.product-item .product-item-inner.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.product-item .product-item-inner.list:hover .btn-quickview a {
  opacity: 1;
  transform: scale(1);
}
.product-item .product-item-inner.list .label_back_in {
  position: relative;
  width: auto;
  text-align: left;
  top: auto;
}
.product-item .product-item-inner.list .label_back_in a {
  overflow: unset;
}
.product-item .product-item-inner.list .product_image {
  max-width: 390px;
  margin-bottom: 0;
  width: 100%;
}
.product-item .product-item-inner.list .buttton-inner a {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.product-item .product-item-inner.list .btn-quickview a {
  transform: scale(0);
  opacity: 0;
}
.product-item .product-item-inner.list .product_content {
  width: calc(100% - 390px);
  text-align: left;
  padding-left: 26px;
}
.product-item .product-item-inner.list .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 4px;
}
.product-item .product-item-inner.list .jws-attr-swatches,
.product-item .product-item-inner.list .short_description,
.product-item .product-item-inner.list .price {
  margin-top: 15px;
}
.product-item .product-item-inner.list .button {
  margin-top: 15px;
  display: inline-block;
  width: auto;
  border: 1px solid var(--btn-bgcolor);
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
  padding: 15px 30px;
}
.product-item .product-item-inner.list .button .loader .path {
  stroke: #fff;
}
.product-item .product-item-inner.list .button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.product-item .product-item-inner.list .button:hover .loader .path {
  stroke: var(--heading);
}
.product-item .product-item-inner.grid {
  background: #fff;
  border-radius: 0;
  text-align: center;
}
.product-item .product-item-inner.grid .product_cat {
  margin-top: 16px;
}
.product-item .product-item-inner.grid .product_cat a {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}
.product-item .product-item-inner.grid .product_cat a:hover {
  opacity: 1;
}
.product-item .product-item-inner.grid .product_content {
  position: relative;
  padding-top: 27px;
}
.product-item .product-item-inner.grid .product_content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: unset;
}
.product-item .woocommerce-loop-product__title a:hover {
  color: var(--secondary);
}
.product-item .price ins {
  text-decoration: none;
}
.added_to_cart {
  display: none !important;
}
.products-tab .jws-nav-carousel > div {
  margin-top: -70px;
  box-shadow: 0px 5px 5px 0px rgba(76, 76, 76, 0.05);
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  color: var(--heading);
  font-size: 11px;
  border-radius: 100%;
  border: 1px solid #e2e2e2;
}
.products-tab .jws-nav-carousel .jws-button-prev {
  left: -20px;
}
.products-tab .jws-nav-carousel .jws-button-next {
  right: -20px;
}
.products-tab .starting {
  font-size: 13px;
  margin-bottom: 2px;
}
.products-tab .price-item {
  display: block;
}
.products-tab .price-item del {
  margin-right: 6px;
}
.products-tab .button {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font2);
  font-weight: 600;
  background: #ffffff80;
  color: var(--btn-bgcolor);
  text-align: center;
  padding: 15px 20px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  line-height: normal;
  width: 100%;
}
.products-tab .button:hover {
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
  color: var(--btn-color);
}
/* 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 {
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  padding: 13px 30px;
  font-family: var(--font2);
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: var(--btn-bgcolor2);
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.jws-products-load-more .loader .path {
  stroke: var(--btn-bgcolor2);
}
.jws-products-load-more:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.jws-products-load-more:hover .loader .path {
  stroke: var(--btn-bgcolor);
}
.jws-products-load-more.loading span {
  opacity: 0;
}
.jws-products-load-more.auto_load_more {
  opacity: 0;
}
.loading .loader,
.submitting .loader {
  opacity: 1;
}
.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: 30px;
  height: 30px;
  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: var(--heading);
  stroke-linecap: round;
}
.grid-view {
  display: flex;
  align-items: center;
  margin-right: 45px;
  margin-left: 45px;
}
.grid-view > span {
  margin-right: 23px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading);
  font-family: var(--font2);
}
.grid-view .view-icon-list {
  display: flex;
  margin: 0 -5.5px;
}
.grid-view a {
  width: 20px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 5.5px;
  opacity: 0.5;
}
.grid-view a.sel-active {
  opacity: 1;
  pointer-events: none;
}
.grid-view .view-product-5 {
  background-image: url('https://bryllupsstil.dk/wp-content/themes/issabella/assets/image/grid_5.svg');
}
.grid-view .view-product-4 {
  background-image: url('https://bryllupsstil.dk/wp-content/themes/issabella/assets/image/grid_4.svg');
}
.grid-view .view-product-3 {
  background-image: url('https://bryllupsstil.dk/wp-content/themes/issabella/assets/image/grid_3.svg');
}
.grid-view .view-product-2 {
  background-image: url('https://bryllupsstil.dk/wp-content/themes/issabella/assets/image/grid_2.svg');
}
.grid-view .view-product-1 {
  background-image: url('https://bryllupsstil.dk/wp-content/themes/issabella/assets/image/grid_1.svg');
}
.shop-page .shop-banner-content {
  padding-bottom: 35px;
  margin-bottom: 20px;
  border-bottom: 1px solid #54535333;
}
.shop-page .shop-container {
  margin-top: 70px;
  margin-bottom: 70px;
}
.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 .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 .woocommerce-result-count {
  display: inline-block;
}
.shop-page .woocommerce-result-count span {
  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 .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 .orderby {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: var(--heading);
  padding: 0px 14px;
  display: block;
  border: 1px solid #151b261a;
  border-radius: 8px;
  min-width: 176px;
  min-height: 45px;
}
.shop-page .woocommerce-ordering .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 .orderby ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
}
.shop-page .woocommerce-ordering .orderby ul li span {
  cursor: pointer;
}
.shop-page .woocommerce-ordering .orderby ul li span.current {
  color: var(--main);
}
.shop-page .woocommerce-ordering .orderby:hover ul {
  opacity: 1;
  transform: translatey(0px);
  pointer-events: auto;
}
.shop-page .shop-nav-top {
  margin: 0;
  margin-bottom: 40px;
  align-items: center;
  border-bottom: 1px solid #54535333;
  padding-bottom: 14px;
}
.shop-page .shop-nav-top .content_left {
  display: flex;
  flex-wrap: wrap;
}
.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;
  display: block;
  direction: rtl;
  box-shadow: none;
  border-radius: 0;
}
.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 > section {
  display: inline-block;
  position: relative;
  margin-right: 24px;
}
.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: 12px;
  font-weight: 600;
  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: '\E858';
  font-family: "jws_icon";
  margin-left: 6px;
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
}
.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: '\E806';
  font-family: "jws_icon";
  font-size: 20px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.woocommerce-message {
  background-color: #dff5dd;
  color: #235631;
}
.woocommerce-message:not(.cart-empty):before {
  content: '\E846';
  color: #48bd68;
  font-family: "jws_icon";
  font-weight: 400;
  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: 1440px) {
  .shop-container.list .shop-content.left {
    padding-left: 30px;
  }
  .shop-container.list .shop-content.right {
    padding-right: 30px;
  }
  .shop-container .shop-content.left {
    padding-left: 53px;
  }
  .shop-container .shop-content.right {
    padding-right: 53px;
  }
}
@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 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    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) {
  .show_filter_shop {
    border-right: 0 !important;
  }
  .shop-page .sidebar-has_sidebar .siderbar-inner {
    background: #fff;
  }
  .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 .content_left .woocommerce-result-count {
    display: none;
  }
  .shop-nav-top.filter-top .shop-top-filters-right {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .shop-nav-top.filter-top .shop-top-filters-right .grid-view {
    margin-left: 0;
  }
  .shop-nav-top.filter-top .filter-shop-nav {
    display: block;
    flex: 0 0 100%;
  }
  .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;
  }
}
.shop-container.container.sidebar-no_sidebar button.show_filter_shop.modal {
  display: inline-block;
  visibility: visible;
}
@media (max-width: 991px) {
  .products-wrap .metro-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .show_filter_shop {
    margin-right: 24px;
  }
}
@media (min-width: 1366px) {
  .container.list {
    max-width: 1300px;
  }
}
@media (min-width: 992px) {
  .sidebar-sideout .jws-filter-modal .modal-overlay {
    background: transparent;
  }
  .hidden_dektop {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page .woocommerce-ordering,
  .woocommerce .woocommerce-ordering {
    float: right;
  }
}
@media (max-width: 767px) {
  .product-item .product-item-inner.grid .product_content {
    padding-top: 16px;
  }
  .products-wrap .metro-layout {
    grid-template-columns: 1fr 1fr;
  }
  .product-item .product-item-inner.list .product_image {
    max-width: 100%;
  }
  .product-item .product-item-inner.list .product_content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .shop-page .woocommerce-result-count {
    display: none;
  }
  .shop-page .woo-ordering {
    float: left;
    display: block;
    width: 100%;
  }
  .shop-page .woo-ordering .woocommerce-ordering {
    display: inline-block;
  }
  .shop-page .grid-view {
    display: none;
  }
}
@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;
  }
}
.wislisting {
  pointer-events: none;
  opacity: 0.5;
}
.jws-wishlist-table {
  background: #fff;
}
.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-bgcolor);
}
.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 {
  font-family: var(--font2);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #54535333;
  letter-spacing: 1.6px;
}
.jws-wishlist-table .jws-wishlist-row thead tr th:first-child {
  padding: 20px 5%;
  text-align: left;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td {
  vertical-align: middle;
  padding: 22px 10px 22px 0px;
  border: none;
  border-bottom: 1px solid #EFF1F2;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.stock {
  color: var(--secondary);
  margin-bottom: 8px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.price {
  color: var(--heading);
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.price del {
  opacity: 0.6;
  margin-right: 6px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws-wishlist-remove {
  color: #fb7171;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .add-to-cart-loop {
  text-align: center;
  min-width: 140px;
  padding: 6px 20px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  font-weight: 600;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .add-to-cart-loop:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-image {
  display: inline-block;
  max-width: 70px;
  vertical-align: middle;
  margin-right: 16px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-image img {
  background: #f7f7f7;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
  font-weight: 600;
  font-family: var(--font2);
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.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: 24px;
}
.return-to-shop a {
  min-width: 140px;
  padding: 13px 36px;
  background: var(--btn-bgcolor);
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid var(--btn-bgcolor);
}
.return-to-shop a:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
@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_detail {
    margin-top: 8px;
  }
  .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;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-image {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td {
    display: block;
    text-align: center;
    padding: 0;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td:last-child {
    padding-bottom: 24px;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td:not(:last-child) {
    border-bottom: none;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-image {
    padding-right: 0 !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: 16px;
  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 {
  position: relative;
}
.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 .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 .jws-login-form .jws-login-container {
  text-align: center;
}
.woo-account-form .jws-login-form .jws-animation {
  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(--heading);
  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: #54535380;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 15px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #54535380;
}
.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 .required {
  color: #ed1c24;
}
.woocommerce .woocommerce-MyAccount-content a.woocommerce-button.button.view {
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content table tr {
  border-bottom: 1px solid #e8e7ec;
}
.woocommerce .woocommerce-MyAccount-content table thead tr th {
  color: var(--heading);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-family: var(--font2);
}
.woocommerce .woocommerce-MyAccount-content > p {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content > p strong {
  color: var(--heading);
  font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content > p > a {
  color: var(--main);
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 22.62px;
  line-height: 1.7em;
  margin-bottom: 9px;
}
.woocommerce .woocommerce-MyAccount-content form .form-row {
  position: relative;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-content form label {
  margin-bottom: 8px;
  color: var(--heading);
  font-weight: 600;
  font-family: var(--font2);
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
  border: 1px solid #E8E8EB;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  transition: 0.3s all;
  background: transparent;
  color: var(--heading);
}
.woocommerce .woocommerce-MyAccount-content form #account_display_name + span {
  margin-top: 7px;
  display: block;
}
.woocommerce .woocommerce-MyAccount-content form button {
  padding: 13px 30px;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 5px;
  color: #ffffff;
  min-width: 100%;
  background: var(--btn-bgcolor);
  font-family: var(--font2);
  font-weight: 600;
  transition: 0.3s all;
  border: 1px solid var(--btn-bgcolor);
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.woocommerce .woocommerce-MyAccount-content form fieldset {
  margin-top: 40px;
}
.woocommerce .woocommerce-MyAccount-content form fieldset legend {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading);
  font-family: var(--font2);
  font-size: 22.62px;
  line-height: 32px;
}
.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 {
  line-height: 50px;
  border: 1px solid #54535380;
  height: 50px;
  background: #fff;
}
.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: 16px;
  margin-top: 16px;
}
form.woocommerce-form-track-order .form-row label,
.lost_reset_password .form-row label {
  font-weight: 600;
  color: var(--heading);
  font-family: var(--font2);
}
form.woocommerce-form-track-order .button,
.lost_reset_password .button {
  padding: 10px 30px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  color: var(--btn-color);
  border-style: solid;
  display: block;
  text-align: center;
  min-width: 100%;
  font-family: var(--font2);
  font-weight: 600;
  text-transform: uppercase;
}
form.woocommerce-form-track-order .button:hover,
.lost_reset_password .button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
@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%;
    overflow-x: auto;
  }
}
.cart-countdown-time {
  background: #9B04010D;
  padding: 16px;
  text-align: center;
  color: var(--heading);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.cart-countdown-time .countdown-message {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
.cart-countdown-time .countdown-message::before {
  background: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60503 15.4994C3.16846 15.4994 0.978724 13.9431 0.248687 11.6185C0.0942488 11.1268 0.000218391 10.6048 0.000218391 10.0629C0.000218391 7.03101 2.48246 4.58459 2.48246 4.58459C2.48246 4.58459 2.31146 5.57495 2.41785 6.41796C2.52423 7.26097 2.91629 7.77848 2.91629 7.77848C2.91629 7.77848 2.62999 6.45478 3.01038 5.56729C3.44823 4.54582 4.26489 4.07197 4.5786 3.15224C4.93967 2.09369 4.39863 0.86264 4.39863 0.86264C4.39863 0.86264 6.17818 1.55027 7.46412 3.32474C8.92256 5.33727 7.93979 7.9301 7.93979 7.9301C7.93979 7.9301 8.07573 7.21392 8.81279 6.63368C9.54985 6.05344 9.25126 5.15353 9.25126 5.15353C9.25126 5.15353 11.2437 7.38649 11.2437 10.0629C11.2437 10.7895 11.0356 11.5223 10.7325 12.2044C9.83621 14.2209 7.81183 15.4994 5.60503 15.4994Z' fill='%23D10028'/%3E%3Cpath d='M2.48279 4.58521C2.48279 4.58521 2.38995 5.12348 2.38374 5.74405C1.80287 6.71698 1.25506 8.01201 1.25506 9.4362C1.25506 9.97818 1.34909 10.5001 1.50353 10.9919C2.23357 13.3165 4.42331 14.8727 6.85988 14.8727C7.51483 14.8727 8.15335 14.7593 8.75146 14.5482C7.83857 15.1573 6.74659 15.5 5.6053 15.5C3.16873 15.5 0.978993 13.9438 0.248956 11.6192C0.0945177 11.1274 0.000487328 10.6055 0.000487328 10.0635C0.00055027 7.03162 2.48279 4.58521 2.48279 4.58521Z' fill='%23B7022D'/%3E%3Cpath d='M2.79232 11.3895C2.79232 9.85849 3.79667 8.87102 4.42208 8.23752C5.5357 7.10922 5.33798 5.82541 5.33798 5.82541C5.33798 5.82541 7.52063 7.70188 7.86356 9.2583C8.19145 10.7469 7.36663 11.5744 7.36663 11.5744C7.36663 11.5744 7.75097 11.4261 7.98996 11.1602C8.29438 10.8217 8.40378 10.4115 8.40378 10.4115C8.40378 10.4115 8.531 10.7193 8.3642 11.7724C8.24564 12.5209 7.85673 13.0811 7.40037 13.4933C6.29121 14.4952 4.56146 14.3982 3.55617 13.2921C3.12541 12.8183 2.79232 12.1923 2.79232 11.3895Z' fill='%23FFA91A'/%3E%3Cpath d='M7.10106 11.4353C7.1343 11.4353 7.16748 11.4222 7.19214 11.3961C7.24326 11.3422 7.69189 10.8433 7.69189 9.94592C7.69189 9.74055 7.66787 9.52739 7.62057 9.31242C7.55126 8.99778 7.394 8.64279 7.15325 8.25733C7.11655 8.19855 7.03921 8.18061 6.98037 8.21737C6.92159 8.25407 6.90371 8.33147 6.94041 8.39025C7.16598 8.75138 7.31232 9.07976 7.37549 9.36637C7.4189 9.56365 7.44092 9.75861 7.44092 9.94592C7.44092 10.7598 7.0276 11.2049 7.00997 11.2235C6.9623 11.2738 6.96437 11.3532 7.01468 11.4008C7.03902 11.4239 7.07007 11.4353 7.10106 11.4353ZM6.76439 8.03458C6.79017 8.03458 6.81621 8.02667 6.8386 8.01024C6.89443 7.96921 6.90647 7.89068 6.86545 7.83485L6.82863 7.78511C6.78716 7.72959 6.70863 7.71824 6.65305 7.75957C6.59753 7.80104 6.58612 7.87964 6.62752 7.93515L6.66327 7.98339C6.6878 8.01689 6.72588 8.03458 6.76439 8.03458Z' fill='%23FFC91D'/%3E%3Cpath d='M4.42393 8.23749C5.53756 7.10919 5.33984 5.82538 5.33984 5.82538C5.33984 5.82538 6.03324 6.42162 6.69986 7.22059C6.08612 7.85541 5.30339 8.78317 5.30339 10.1348C5.30339 10.9376 5.63648 11.5637 6.06724 12.0376C6.55865 12.5783 7.22327 12.8772 7.90381 12.9251C7.75589 13.1397 7.58471 13.3286 7.40229 13.4933C6.29312 14.4952 4.56338 14.3983 3.55809 13.2922C3.12733 12.8183 2.79424 12.1922 2.79424 11.3894C2.79418 9.85846 3.79859 8.87105 4.42393 8.23749Z' fill='%23F79219'/%3E%3Cpath d='M4.42153 8.23749C5.53516 7.10919 5.33743 5.82538 5.33743 5.82538C5.33743 5.82538 5.77509 6.20206 6.28909 6.75715C6.15103 7.03623 5.95456 7.32805 5.67611 7.6102C5.05077 8.24376 4.04635 9.23117 4.04635 10.7621C4.04635 11.5649 4.37944 12.191 4.8102 12.6649C5.48008 13.4019 6.47151 13.6902 7.38672 13.5046C6.27705 14.4941 4.55703 14.394 3.55563 13.2922C3.12487 12.8183 2.79178 12.1922 2.79178 11.3894C2.79178 9.85846 3.79619 8.87105 4.42153 8.23749Z' fill='%23EF7816'/%3E%3Cpath d='M3.3175 0.5C3.3175 0.5 4.07074 0.974982 4.05644 1.85657C4.04891 2.32221 3.81105 2.69657 3.63722 3.11133C3.48197 3.48181 3.45111 4.04536 3.45111 4.04536C3.45111 4.04536 2.93504 3.60244 2.8799 2.61998C2.85826 2.23445 3.06238 1.76794 3.16883 1.43391C3.33362 0.916707 3.3175 0.5 3.3175 0.5Z' fill='%23D10028'/%3E%3Cpath d='M8.78452 4.76726C8.78452 4.76726 9.4221 4.14279 9.2218 3.28216C9.11604 2.82756 8.64401 2.53023 8.33444 2.20272C8.01892 1.86894 7.87364 1.26581 7.87364 1.26581C7.87364 1.26581 7.53628 1.67787 7.74868 2.47591C7.88518 2.98884 8.31123 3.36044 8.48612 3.66524C8.75692 4.13696 8.78452 4.76726 8.78452 4.76726Z' fill='%23D10028'/%3E%3C/svg%3E%0A") no-repeat center center;
  content: "";
  width: 12px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-countdown-time .timer {
  color: var(--secondary);
}
.checkCoupon {
  position: relative;
  display: inline-block;
  color: var(--heading);
  margin-bottom: 20px;
}
.checkCoupon .infor {
  position: absolute;
  left: 100%;
  background: var(--heading);
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  max-width: 340px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.checkCoupon .tooltip_infor:hover + .infor {
  opacity: 1;
}
.checkCoupon .tooltip_infor {
  position: relative;
}
.checkCoupon .tooltip_infor:before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.checkCoupon .tooltip_infor:hover:before {
  opacity: 1;
}
.woocommerce-cart-form .checkCoupon .infor {
  min-width: 340px;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
}
.woocommerce-cart-form .checkCoupon .tooltip_infor:before {
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid var(--heading);
  right: -10px;
  top: 5px;
}
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
.woocommerce-cart form.woocommerce-cart-form {
  background: #fff;
}
.woocommerce-cart .shop_table tr.cart_item td {
  padding: 22px 0 22px 14px;
  border: none;
  border-bottom: 1px solid #E8E8EB;
}
.woocommerce-cart .shop_table tr.cart_item td:first-child {
  padding-left: 0;
}
.woocommerce-cart .continue_shop {
  color: var(--btn-bgcolor);
  text-align: center;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.woocommerce-cart .continue_shop i {
  display: inline-block;
  margin-right: 8px;
  transform: rotate(180deg);
}
.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: 6%;
}
.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;
}
.woocommerce-cart .shop_table td.product-remove a:hover {
  opacity: 1;
}
.woocommerce-cart .shop_table td.product-remove a:before {
  content: '\E814';
  font-family: "jws_icon";
  position: absolute;
  font-size: 24px;
  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: 70px;
  height: auto;
  margin-right: 32px;
  background: #fff;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  padding: 140px 0 0px 0;
  font-weight: 600;
  margin-bottom: 24px;
  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://bryllupsstil.dk/wp-content/themes/issabella/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 {
  font-family: var(--font2);
  color: var(--heading);
  padding: 0;
  padding-left: 14px;
  border-bottom: 1px solid #EFF1F2;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.04px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.woocommerce-cart .shop_table tr .actions {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0;
}
.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 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  color: var(--btn-color);
  display: inline-block;
  height: 45px;
  padding: 13px 26px;
  transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .actions .col-right .button:not([disabled]):hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  cursor: no-drop;
  opacity: 0.5;
}
.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;
  width: 70%;
}
.woocommerce-cart .shop_table tr .actions .coupon label {
  display: none;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
  width: 100%;
  height: 45px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  border-radius: 0;
  color: var(--btn-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 160px;
  display: inline-block;
  margin-right: 24px;
}
.woocommerce-cart .shop_table tr .actions .coupon button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  padding: 0 15px;
  min-height: 45px;
  display: inline-block;
  border-color: var(--btn-bgcolor);
  max-width: 324px;
  margin-right: 10px;
}
.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 div {
  color: var(--secondary);
}
.woocommerce-cart .shop_table tr .product-name .cart_content_item > a {
  display: block;
  font-family: var(--font2);
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.woocommerce-cart .shop_table tr .product-name .cart_content_item .amount {
  color: var(--heading);
}
.woocommerce-cart .shop_table tr .product-name > a {
  color: var(--heading);
}
.woocommerce-cart .shop_table tr td.product-subtotal,
.woocommerce-cart .shop_table tr td.product-price {
  color: var(--heading);
}
.woocommerce-cart .shop_table tr td .del {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: var(--heading);
  opacity: 0.5;
}
.cart-collaterals {
  background: #FFF;
  padding: 50px 40px;
  border: 1px solid #75757580;
}
.cart-collaterals .woocommerce-shipping-calculator {
  display: block;
  margin-bottom: 17px;
  margin-top: 7px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-selection__arrow b::before {
  display: none;
}
.cart-collaterals .woocommerce-shipping-calculator a {
  text-decoration: underline;
}
.cart-collaterals .woocommerce-shipping-calculator a:hover {
  color: var(--btn-bgcolor);
}
.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 {
  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 #EFF1F2;
  height: 40px;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.cart-collaterals button {
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: var(--btn-bgcolor);
  border: none;
  font-weight: 600;
  color: #ffffff;
  min-width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  -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;
}
.cart-collaterals button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.continue {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.continue i {
  margin-left: 10px;
}
.cart_totals td {
  text-align: right;
}
.cart_totals .woocommerce-shipping-totals .amount {
  color: var(--heading);
}
.cart_totals .woocommerce-shipping-totals strong {
  color: var(--heading);
}
.cart_totals .order-total .amount {
  font-family: var(--font2);
  font-size: 20px;
  font-weight: 500;
}
.cart_totals .shop_table {
  border: 1px solid #1121641a;
  margin-bottom: 30px;
}
.cart_totals .wc-proceed-to-checkout {
  margin-top: 10px;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  padding: 10px 30px;
  background: var(--btn-bgcolor);
  color: var(--btn-color);
  font-weight: 600;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--btn-bgcolor);
}
.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.cart_totals .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.cart_totals table {
  margin-top: 17px;
}
.cart_totals table th,
.cart_totals table td {
  padding-top: 17px;
  padding-bottom: 17px;
}
.cart_totals table tr {
  border-top: 1px solid #E8E8EB;
}
.cart_totals table tr.order-total td {
  color: var(--heading);
  font-weight: 700;
}
.cart_totals table tr.cart-subtotal td {
  font-weight: 400;
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total td {
  border-top: 0;
}
.cart_totals table tr.order-total td {
  color: var(--main);
}
.cart_totals table tr .woocs_special_price_code {
  font-weight: 400;
}
.cart_totals table tr th {
  font-weight: 600;
  padding-right: 10px;
  color: var(--heading);
  font-family: var(--font2);
}
.cart_totals table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
.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: 60px;
}
.cross-sells .product-item {
  padding-right: 1px;
}
.cross-sells .product-item-inner {
  display: flex;
  column-gap: 27px;
  row-gap: 16px;
  padding: 16px;
  border: 1px solid #54535333;
}
.cross-sells .product-item-inner .product-image {
  max-width: 86px;
}
.cross-sells .product-item-inner .jws_pr_labels {
  display: none;
}
.cross-sells .product-item-inner .price {
  margin-top: 8px;
}
.cross-sells .product-item-inner .cross-button {
  margin-top: 35px;
  display: flex;
  column-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.cross-sells .product-item-inner .cross-button .product-buy {
  display: inline-block;
}
.cross-sells .product-item-inner .cross-button .product-buy a {
  padding: 3px 15px;
  border: 1px solid var(--btn-bgcolor);
  color: var(--btn-bgcolor);
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  font-weight: 600;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.cross-sells .product-item-inner .cross-button .product-buy a:hover {
  color: var(--btn-bgcolor2);
  background: var(--btn-bgcolor);
}
.cross-sells .product-item-inner .product-item.product .woocommerce-loop-product__title {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .woocommerce-cart .shop_table tr .actions .coupon .input-text {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .cart-countdown-time {
    margin-bottom: 0;
  }
  .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;
    padding: 24px 0px;
    border-bottom: 1px solid #EFF1F2;
  }
  .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;
  }
  .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 .jws-quantity-wrap {
    max-width: 136px;
  }
  .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 {
    padding-top: 30px;
    padding-left: 0px;
    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 {
    padding-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    padding: 0 15px;
    max-width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .button {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 16px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 600;
    float: left;
    color: var(--heading);
    font-size: 14px;
    font-family: var(--font2);
    letter-spacing: -0.32px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove:before {
    content: "";
  }
}
@media (max-width: 991px) {
  .cart-collaterals {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cart-collaterals {
    padding: 50px 24px;
  }
  .woocommerce-cart .shop_table tr .actions .coupon {
    width: 100%;
  }
  .woocommerce-cart .shop_table tr .actions .col-right {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .cart_totals table tr th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ppc-button-wrapper {
  margin-top: 24px;
}
.coupon-clone-td .woocommerce-error .jws-close-notice {
  top: 0;
}
form.woocommerce-checkout {
  margin-top: 42px;
}
form.woocommerce-checkout input.woocommerce-form__input-checkbox {
  width: 0px;
  margin-right: 29px;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: sub;
  position: relative;
}
form.woocommerce-checkout input.woocommerce-form__input-checkbox::before {
  background: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #71748880;
  border-radius: 3px;
  display: block;
}
form.woocommerce-checkout input.woocommerce-form__input-checkbox::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;
}
form.woocommerce-checkout input.woocommerce-form__input-checkbox:checked::before {
  background: var(--main);
  border-color: transparent;
}
form.woocommerce-checkout input.woocommerce-form__input-checkbox:checked::after {
  opacity: 1;
}
form.woocommerce-checkout .required {
  text-decoration: none;
  border: none;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row {
  margin-bottom: 0 !important;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 span {
  font-family: var(--font-body);
  font-weight: 400;
}
form.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 121.429% */
  margin-bottom: 17px;
}
form.woocommerce-checkout .woocommerce-additional-fields .form-row {
  position: relative;
  margin-top: 24px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #E8E8EB;
  padding: 13px 17px;
  background: transparent;
}
form.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox {
  text-transform: none;
  color: var(--text);
  margin-bottom: 0;
}
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: 18px;
}
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: 400;
}
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 {
  border: 1px solid #E8E8EB;
}
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 {
  border: 1px solid #E8E8EB;
  height: 50px;
  padding: 0 12px;
  width: 100%;
  min-height: 50px;
  transition: 0.3s all;
  color: var(--heading);
}
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__arrow,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__arrow {
  right: 12px;
  top: 2px;
  color: #425466;
}
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 h4 {
  margin-bottom: 46px;
}
.woocommerce-checkout .jws_woo_your_order .amount {
  color: var(--heading);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-shipping-methods-clone .amount {
  color: var(--secondary);
}
.woocommerce-checkout .jws_woo_your_order .cart-subtotal .amount {
  font-family: var(--font2);
  font-weight: 600;
}
.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;
}
.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);
}
.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: 24px;
  padding-bottom: 24px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .coupon-clone-td:before {
  border-top: 1px solid #5453531a;
  width: 100%;
  height: 1px;
  content: "";
  top: 0px;
  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: 7px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:not(:last-child) td {
  border-bottom: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .product-name .td-item {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item .product-name strong {
  font-weight: 400;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
  color: var(--heading);
  font-family: var(--font2);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0px 0px 28px;
}
.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 tr {
  border: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tr.shipping th {
  vertical-align: middle;
}
.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 #5453531a;
  padding: 18px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td label {
  margin-bottom: 0;
  display: inline;
  color: var(--heading);
}
.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 .order-total .amount {
  color: var(--heading);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot th {
  color: var(--heading);
  font-size: 14px;
  font-family: var(--font2);
  font-weight: 500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child {
  font-family: var(--font2);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child th td strong,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td strong {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  padding: 14px 24px;
  background: #e8e8eb66;
}
.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;
  padding: 0;
  color: var(--heading);
  font-weight: 600;
  font-family: var(--font2);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .jws-close-notice,
.woocommerce-checkout .woocommerce-form-login-toggle .jws-close-notice {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
  text-decoration: underline;
  font-weight: 500;
  color: var(--text);
  font-family: var(--font-body);
}
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  margin-bottom: 24px;
  border: 1px solid var(--heading);
  height: 45px;
  padding: 0 12px;
  width: 100%;
  min-height: 45px;
  transition: 0.3s all;
  color: var(--heading);
}
.woocommerce-checkout .woocommerce-form-coupon input.input-text {
  border: 1px solid var(--heading);
  min-height: 44px;
  line-height: 44px;
  padding: 0 17px;
  display: block;
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  border: 1px solid #EFF1F2;
  padding: 25px 23px;
  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-checkout .woocommerce-form-login .form-row {
  position: relative;
}
.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 button,
.woocommerce-checkout .woocommerce-form-login .form-row button {
  position: relative;
  text-align: center;
  color: #ffffff;
  min-width: 100%;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  -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: 600;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  outline: none;
  padding: 0 26px;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button:hover,
.woocommerce-checkout .woocommerce-form-login .form-row button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.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: 324px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
  min-width: 160px;
  margin-left: 5px;
}
.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: 0;
  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 h5 {
  margin-bottom: 25px;
}
.woocommerce-checkout-payment #place_order {
  color: #fff;
  width: 100%;
  margin-top: 15px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  border-radius: 0;
  padding: 13px 26px;
  text-transform: uppercase;
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout-payment #place_order:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.woocommerce-checkout-payment .wc_payment_methods {
  list-style-type: none;
  margin-bottom: 20px;
}
.woocommerce-checkout-payment .form-row.place-order {
  margin-top: 26px;
}
.woocommerce-checkout-payment li {
  margin-bottom: 8px;
}
.woocommerce-checkout-payment li.woocommerce-info {
  background: var(--heading);
  color: #fff;
}
.woocommerce-checkout-payment li label {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--heading);
  display: inline;
  font-family: var(--font2);
}
.woocommerce-checkout-payment li input {
  margin-right: 10px;
  margin-top: 8px;
}
.woocommerce-checkout-payment li .payment_box {
  font-size: 14px;
}
.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: 12px;
  float: left;
}
#billing_last_name_field,
#shipping_last_name_field {
  width: 50%;
  padding-left: 12px;
  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 {
  font-family: var(--font2);
  background: transparent;
  border: 1px dashed var(--heading);
  color: var(--heading);
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
}
.woocommerce-order-details {
  margin-bottom: 50px;
}
.woocommerce-order-details .woocommerce-table__product-name.product-name {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-order-details .woocommerce-table__product-name.product-name .preorder-date {
  order: 3;
  width: 100%;
}
.woocommerce-order-details .wc-item-meta strong {
  color: var(--heading);
}
.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;
  overflow-x: auto;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  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-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 28.43px;
  line-height: 32px;
  letter-spacing: 3px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-details h2 {
  margin-bottom: 19px;
  margin-top: 20px;
}
.woocommerce-order-details .product-name > a {
  font-family: var(--font2);
  font-weight: 600;
}
.woocommerce-order-details table tbody tr .product-name .product-quantity {
  color: var(--heading);
  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 {
  font-weight: 700;
  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 th {
  font-weight: 700;
  font-family: var(--font2);
}
.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: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--heading);
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  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: 21.33px;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1 {
  margin-right: 10px;
}
.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 {
  background-color: var(--heading);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.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 #d1d1d1;
  text-align: center;
  font-size: 15px;
}
.woocommerce-thankyou-order-details li strong {
  font-weight: 500;
  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 #54535333;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
}
#jws-shipping-methods .woocommerce-shipping-methods input {
  margin-right: 8px;
}
.jws-error {
  color: #cc1818;
  font-size: 13px;
}
.jws-error strong {
  color: #cc1818;
  font-weight: 500;
}
.page_checkout_modern h4 {
  margin-bottom: 17px;
}
.page_checkout_modern .payment_methods {
  padding: 0;
}
.page_checkout_modern .payment_methods .payment_box {
  margin-top: 9px;
}
.page_checkout_modern .woocommerce-shipping-methods {
  color: var(--heading);
}
.page_checkout_modern .woocommerce-shipping-methods .amount {
  color: var(--secondary);
}
.page_checkout_modern .woocommerce-privacy-policy-text {
  font-size: 14px;
}
.page_checkout_modern .woocommerce-privacy-policy-text a {
  color: var(--secondary);
}
.page_checkout_modern form.woocommerce-checkout .form-row {
  margin-bottom: 14px;
}
.page_checkout_modern form.woocommerce-checkout .form-row.place-order {
  margin-bottom: 0;
}
.page_checkout_modern form.woocommerce-checkout .form-row.entering_text label {
  opacity: 1 !important;
  z-index: 1;
  transform: translateY(0px) !important;
}
.page_checkout_modern form.woocommerce-checkout .form-row.entering_text input:not(.input-checkbox),
.page_checkout_modern form.woocommerce-checkout .form-row.entering_text .select2-selection--single {
  min-height: 54px !important;
}
.page_checkout_modern form.woocommerce-checkout .form-row.entering_text input:not(.input-checkbox) {
  padding-top: 14px !important;
}
.page_checkout_modern form.woocommerce-checkout .form-row.entering_text .select2-selection--single {
  padding-top: 8px !important;
}
.page_checkout_modern form.woocommerce-checkout .form-row label:not(.woocommerce-form__label-for-checkbox) {
  color: var(--text);
  position: absolute;
  padding-left: 13px;
  transition: 0.3s all;
  opacity: 0;
  font-size: 13px;
  top: 5px;
  transition: opacity 0.1s , transform 0.3s;
  transform: translateY(7px);
}
.page_checkout_modern .modern-left {
  padding-bottom: 100px;
  padding-right: 67px;
}
.page_checkout_modern .modern-logo {
  margin-bottom: 34px;
  margin-top: 40px;
  display: block;
}
.page_checkout_modern #jws-billing-info {
  display: none;
  border: 1px solid #E8E8EB;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
}
.page_checkout_modern #jws-billing-info .customer-info {
  margin-bottom: 10px;
  color: var(--heading);
  display: block;
}
.page_checkout_modern #jws-billing-info .customer-info .info-left {
  width: 80px;
  display: inline-block;
}
.page_checkout_modern #jws-billing-info .customer-info .info-right {
  max-width: calc(100% - 170px);
  font-weight: 400;
  width: 100%;
  display: inline-block;
  overflow-wrap: break-word;
}
.page_checkout_modern #jws-billing-info .customer-info .info-change {
  width: 80px;
  font-size: 14px;
  color: var(--third);
  text-align: right;
  text-decoration: underline;
  display: inline-block;
}
.page_checkout_modern #jws-billing-info .customer-info .info-change:hover {
  color: var(--main);
}
.page_checkout_modern .customer-info-method {
  display: none;
}
.page_checkout_modern .woocommerce-form-coupon-toggle {
  display: none;
}
.page_checkout_modern .woocommerce-additional-fields {
  display: none;
}
.page_checkout_modern .woocommerce-checkout-payment {
  display: none;
}
.page_checkout_modern .checkout-pages > .row {
  min-height: 100vh;
  margin: 0;
}
.page_checkout_modern .jws-nav-modern {
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: var(--font2);
}
.page_checkout_modern .jws-nav-modern i {
  margin: 0 5px;
}
.page_checkout_modern .jws-nav-modern i:before {
  font-weight: 700;
}
.page_checkout_modern .jws-nav-modern a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.page_checkout_modern .jws-nav-modern a.active {
  color: var(--heading);
}
.page_checkout_modern .jws_woo_your_order {
  height: 100%;
  position: relative;
  padding-left: 80px;
  padding-top: 82px;
  padding-bottom: 82px;
}
.page_checkout_modern .jws_woo_your_order:before {
  content: "";
  background: #f2dddc80;
  width: 300%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table.shop_table tbody .product-name,
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table.shop_table tbody .product-total {
  border: 0;
  padding-bottom: 24px;
}
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table.shop_table tfoot th,
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table.shop_table tfoot td {
  padding: 24px 0;
}
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table .image {
  position: relative;
  max-width: 70px;
  margin-right: 32px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 70px;
}
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table .image .product-quantity {
  position: absolute;
  top: -12px;
  right: -7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
  background: var(--bg-color);
  color: #fff;
}
.page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order-table .product-name .name {
  font-size: 16px;
  font-family: var(--font2);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
  letter-spacing: 1.6px;
}
.page_checkout_modern #customer_details,
.page_checkout_modern #jws-shipping-methods,
.page_checkout_modern .woocommerce-additional-fields,
.page_checkout_modern .woocommerce-checkout-payment {
  animation: fadeIn 0.3s both;
}
#customer_details .shipping_address {
  height: auto !important;
  padding: 0 !important;
  margin-top: 25px;
}
#next-step-payment {
  display: none;
}
.jws-nav-step {
  margin-top: 30px;
}
.jws-nav-step .jws-back-step {
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  margin-top: 12px;
  display: inline-block;
}
.jws-nav-step .jws-back-step:before {
  content: '\E85C';
  font-family: "jws_icon";
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 6px;
}
.jws-nav-step .jws-next-step {
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  color: #fff;
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 30px;
  float: right;
  min-width: 274px;
  text-align: center;
}
.jws-nav-step .jws-next-step:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.switch_checkout_layout {
  position: fixed;
  top: 50%;
  left: 15px;
  height: 140px;
  width: 35px;
  line-height: 29px;
  z-index: 1;
  background-color: #ebebeb;
  border-radius: 40px;
  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: 30px;
  color: var(--heading);
  transform: scale(-1, -1);
  writing-mode: vertical-rl;
  text-align: center;
  padding: 11px 2px;
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 500;
}
.switch_checkout_layout a.active {
  color: #ffffff;
  pointer-events: none;
  background: var(--secondary);
}
.woocommerce-form__input-checkbox {
  margin-right: 5px;
}
.page_checkout_classic .jws_woo_your_order .woocommerce-checkout-review-order {
  border: 1px solid #7575754d;
  padding: 28px 40px 60px;
}
.page_checkout_classic .jws_woo_your_order .woocommerce-checkout-review-order tbody .product-name,
.page_checkout_classic .jws_woo_your_order .woocommerce-checkout-review-order tbody .product-total {
  border: 0;
  padding: 5px 0px 8px;
}
.page_checkout_classic .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:first-child td {
  padding-top: 24px;
}
.page_checkout_classic .jws_woo_your_order .woocommerce-checkout-review-order .shop_table .cart_item:last-child td {
  padding-bottom: 24px;
}
.page_checkout_classic .woocommerce-form-login-toggle {
  margin-bottom: 16px;
}
.page_checkout_classic .woocommerce-checkout-payment {
  margin-top: 44px;
}
.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-top: 8px;
}
.page_checkout_classic .woocommerce-shipping-methods .amount {
  color: var(--secondary);
}
.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: 8px;
}
.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 #5453531a;
}
.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) {
  margin-bottom: 8px;
  color: var(--heading);
  font-family: var(--font2);
  font-weight: 600;
}
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .page_checkout_modern .modern-left {
    padding-right: 15px;
  }
  .page_checkout_modern .jws_woo_your_order {
    padding-left: 15px;
  }
  .page_checkout_modern .jws_woo_your_order {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .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) {
  .page_checkout_modern .jws_woo_your_order {
    padding-right: 15px;
  }
  .page_checkout_modern .jws_woo_your_order:before {
    width: 100%;
  }
  .page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order {
    padding: 0;
  }
  .page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order .image {
    margin-right: 16px;
    flex: 0 0 60px;
  }
  .page_checkout_modern .jws_woo_your_order .woocommerce-checkout-review-order .product-name .name {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .page_checkout_classic .woocommerce-checkout-review-order {
    padding: 20px 20px 40px;
  }
  .woocommerce-checkout .jws_woo_your_order h4 {
    margin-bottom: 24px;
  }
  .woocommerce-checkout .woocommerce-form-coupon,
  .woocommerce-checkout .woocommerce-form-login {
    padding: 15px;
  }
  .page_checkout_modern .modern-left {
    padding-bottom: 50px;
  }
  .page_checkout_modern .jws-nav-modern a {
    font-size: 12px;
  }
  .jws-nav-step .jws-next-step {
    margin-top: 8px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  form.woocommerce-checkout .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  form.woocommerce-checkout .row > div:last-child {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    margin-top: 24px;
  }
  .woocommerce-columns--addresses .col-1,
  .woocommerce-Addresses .col-1,
  .woocommerce-columns--addresses .col-2,
  .woocommerce-Addresses .col-2 {
    width: 100%;
  }
}
@media (max-width: 510px) {
  .woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
    min-width: 100%;
    margin-bottom: 16px;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
    width: 100%;
    margin-left: 0px;
  }
}
/* Woocommerce Single */
/*---Back Top Top----*/
/*--Video--*/
.video_product {
  position: relative;
}
.video_product:before {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.video-player__controls {
  display: grid;
  align-items: center;
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  z-index: 3;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.video-player__controls .unmute-button.active i:before {
  content: "\e835";
}
.video-player__controls .pause-button.active i:before {
  content: "\e833";
}
.video-player__controls button {
  font-size: 24px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
}
/*---Sticky Layout----*/
.sticky-add-to-cart {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  padding: 16px 0;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(50%);
}
.sticky-add-to-cart .awdr-bulk-customizable-table,
.sticky-add-to-cart .stock {
  display: none;
}
.sticky-add-to-cart .variations_form .swatch-item-wrapper .swatch-color.show-images-color {
  width: 34px;
  height: 34px;
}
.sticky-add-to-cart.show {
  opacity: 1;
  transform: translateY(0%);
}
.sticky-add-to-cart .single_variation_wrap {
  width: 40%;
}
.sticky-add-to-cart .single_variation_wrap .single_add_to_cart_button {
  min-width: 136px;
}
.sticky-add-to-cart .product__sticky_add__form {
  flex: 0 0 60%;
  text-align: right;
}
.sticky-add-to-cart .woocommerce-variation-price {
  text-align: left;
}
.sticky-add-to-cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.sticky-add-to-cart .container {
  justify-content: space-between;
}
.sticky-add-to-cart .product-details {
  padding-left: 15px;
}
.sticky-add-to-cart .product-price {
  color: var(--heading);
}
.sticky-add-to-cart .product-price del {
  opacity: 0.4;
}
.sticky-add-to-cart .product-price del + ins {
  color: #9B0401;
}
.sticky-add-to-cart form.cart {
  padding: 0;
}
.sticky-add-to-cart form.cart.variations_form {
  column-gap: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.sticky-add-to-cart form.cart.variations_form .price {
  color: var(--heading);
}
.sticky-add-to-cart form.cart.variations_form .variations {
  width: auto;
}
.sticky-add-to-cart form.cart.variations_form tr {
  display: -webkit-inline-box;
  vertical-align: top;
}
.sticky-add-to-cart form.cart.variations_form tr .select2-container {
  text-align: left;
  max-width: 188px;
  margin-right: 16px;
}
.sticky-add-to-cart form.cart.variations_form tr .label {
  display: none;
}
.sticky-add-to-cart .wcv-message {
  display: none;
}
/*-General-*/
.main-product .entry-summary .jws-wishlist-btn,
.sticky-add-to-cart .jws-wishlist-btn {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  background: #fff;
  box-shadow: 0 4px 10px 0 #00000014;
  font-size: 24px;
  flex: 0 0 48px;
  font-weight: 600;
}
.main-product .entry-summary .jws-wishlist-btn.added i::before,
.sticky-add-to-cart .jws-wishlist-btn.added i::before {
  content: '\E815';
}
.main-product .entry-summary .jws-wishlist-btn > span,
.sticky-add-to-cart .jws-wishlist-btn > span {
  display: none;
}
.dashicons.dashicons-visibility:before {
  content: '\E88D';
  font-family: 'jws_icon';
  font-style: normal;
  font-weight: 600;
}
.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;
}
.preorder-date {
  font-weight: 400;
  display: block;
  color: #9B0401;
}
model-viewer {
  width: 100%;
  height: 100%;
}
.ywpo_availability_date {
  margin: 10px 0 4px;
}
#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-main-image {
  position: relative;
}
.jws-quantity-wrap {
  max-width: 142px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.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] {
  border: 1px solid var(--btn-bgcolor);
  color: var(--heading);
  padding: 0 32px;
  min-height: 46px;
  background: #fff;
}
.jws-quantity-wrap .quantity > span {
  position: absolute;
  top: 13px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background: transparent;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: .3s all;
}
.jws-quantity-wrap .quantity > span:hover {
  background: #5453531a;
}
.jws-quantity-wrap .quantity .jws-qty-minus {
  left: 9px;
}
.jws-quantity-wrap .quantity .jws-qty-plus {
  right: 9px;
}
.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: #fff;
  padding: 64px 54px;
  transform: translateX(100%);
  transition: 0.3s all;
  z-index: 1;
}
.shop_info_tag {
  margin-top: 24px;
}
.main-product {
  /*Genaral style*/
}
.main-product .product-image-wrap {
  position: relative;
}
.main-product .enable_fullHeight .product-image-wrap,
.main-product .enable_fullHeight .woocommerce-product-gallery__wrapper,
.main-product .enable_fullHeight .jws-main-image,
.main-product .enable_fullHeight .jws_main_image,
.main-product .enable_fullHeight .woocommerce-product-gallery {
  height: 100%;
  min-height: 400px;
}
.main-product .jws_pr_labels .jws_pr_label {
  border-radius: 10px 0px 0px 10px;
}
.main-product .label_stock {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-family: var(--font2);
  text-transform: uppercase;
  line-height: normal;
  padding: 5px 20px;
  display: inline-block;
  background: var(--btn-bgcolor);
  color: #fff;
  border-radius: 20px;
  transition: .3s all;
  margin-bottom: 24px;
}
.main-product model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-product > .container.tabs {
  margin-bottom: 80px;
}
.main-product .summary_container {
  background: #F2DDDC80;
  padding: 80px 0;
}
.main-product > .container.related {
  margin-bottom: 80px;
}
.main-product.layout_elementor_el .summary.entry-summary {
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
}
.main-product.layout_vertical .jws_thumbnail_image {
  display: none;
}
.main-product.layout_gid_two_coloms .jws_thumbnail_image,
.main-product.layout_carousel_two_columns .jws_thumbnail_image,
.main-product.layout_vertical_metro .jws_thumbnail_image {
  display: none;
}
.main-product.layout_gid_two_coloms .has_video .video_inner,
.main-product.layout_vertical_metro .has_video .video_inner {
  height: 100%;
}
.main-product.layout_gid_two_coloms .has_video .video_product,
.main-product.layout_vertical_metro .has_video .video_product {
  height: 100%;
  overflow: hidden;
}
.main-product.layout_gid_two_coloms .woocommerce-product-gallery__wrapper,
.main-product.layout_vertical_metro .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.main-product.layout_gid_two_coloms .woocommerce-product-gallery__wrapper .product-image-wrap,
.main-product.layout_vertical_metro .woocommerce-product-gallery__wrapper .product-image-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-product.layout_vertical_metro .product-image-wrap:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-product.layout_gid_two_coloms .entry-summary {
  text-align: center;
}
.main-product.layout_gid_two_coloms form.cart {
  text-align: left;
}
.main-product.layout_gid_two_coloms .product-image-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.main-product .single-shop-sidebar .jws_sticky_move {
  padding-left: 30px;
}
.main-product .woocommerce-product-gallery {
  padding-right: 24px;
}
.main-product .entry-summary {
  padding-top: 50px;
  padding-right: 0px;
}
.main-product .entry-summary .progress-bar-sold {
  display: inline-block;
}
.main-product .entry-summary .progress-bar-sold .sold_count {
  font-weight: 700;
  font-size: 14px;
  color: var(--heading);
}
.main-product .entry-summary .progress-bar-sold .sold_count span {
  color: var(--main);
}
.main-product .entry-summary .progress-bar-sold .sold_count img {
  margin-right: 5px;
  margin-top: -7px;
}
.main-product .entry-summary .progress-bar-sold .available_items {
  color: var(--secondary);
  font-size: 14px;
  line-height: 25px;
}
.main-product .entry-summary .view {
  color: var(--heading);
  margin-top: 24px;
}
.main-product .entry-summary .view i {
  display: inline;
  margin-right: 12px;
}
.main-product .entry-summary .wdr_bulk_table_thead {
  display: none;
}
.main-product .entry-summary .look {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D9D9D9;
}
.main-product .entry-summary .product_meta {
  margin-top: 24px;
}
.main-product .entry-summary .addthis_inline_share_toolbox {
  word-spacing: 12px;
}
.main-product .entry-summary .addthis_inline_share_toolbox strong {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-product .entry-summary .addthis_inline_share_toolbox a {
  width: auto;
  height: auto;
  line-height: normal;
  background: transparent;
}
.main-product .entry-summary .addthis_inline_share_toolbox a:hover {
  color: var(--heading);
}
.main-product .entry-summary .product_cat {
  margin-bottom: 4px;
}
.main-product .entry-summary .price {
  margin-top: 20px;
  color: var(--heading);
  font-size: 24px;
  display: inline-block;
  margin-right: 15px;
}
.main-product .entry-summary .price del {
  opacity: 0.4;
}
.main-product .entry-summary .price del + ins {
  color: #9B0401;
}
.main-product .jws_main_image {
  margin-bottom: 10px;
}
.main-product .jws_main_image.no_gallery_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.comment-section {
  margin-top: 80px;
}
p {
  margin-top: 0;
}
p.comment-form-email,
p.comment-form-author {
  margin-bottom: 16px;
}
.entry-summary {
  position: relative;
}
.entry-summary .product_cat a {
  font-size: 14px;
  line-height: normal;
}
.entry-summary .product_title {
  font-size: 37.9px;
  line-height: 42.6px;
  letter-spacing: 1.6px;
  margin-bottom: 1px;
}
.entry-summary .stock {
  color: var(--secondary);
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  margin-top: 24px;
}
.entry-summary .stock.in-stock {
  color: #227835;
}
.entry-summary .stock.in-stock:before {
  content: '\E846';
  font-family: "jws_icon";
  font-size: 21px;
  font-weight: bold;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
}
.entry-summary.quickview-summary .product-share {
  display: none;
}
.entry-summary .woocommerce-tabs.wc-tabs-wrapper.tabs_modal .wc-tabs li a {
  padding-bottom: 5px;
}
.entry-summary .woocommerce-tabs.wc-tabs-wrapper.tabs_modal .wc-tabs li a:after {
  width: 100%;
  left: 0;
}
.entry-summary .woocommerce-tabs .container {
  padding: 0;
}
.entry-summary .woocommerce-tabs .wc-tabs {
  text-align: left;
}
.entry-summary > .product-short-text {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 13px;
}
.entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 9px;
}
.entry-summary .stock.out-of-stock .out_stock {
  display: none;
}
.entry-summary span.sku_wrapper .sku {
  color: var(--heading);
}
.entry-summary .woocommerce-product-details__short-description {
  margin-top: 22px;
}
.entry-summary .woocommerce-product-rating a {
  font-size: 14px;
  font-weight: 500;
}
.entry-summary .woocommerce-product-rating .star-rating {
  margin-right: 12px;
  letter-spacing: 4px;
}
.entry-summary .woocommerce-product-rating .star-rating span:before,
.entry-summary .woocommerce-product-rating .star-rating:before {
  font-size: 10px;
}
.entry-summary .breadcrumb {
  margin-bottom: 24px;
}
.entry-summary .breadcrumb .current {
  color: var(--body);
}
.entry-summary .breadcrumb a {
  opacity: 0.5;
}
.entry-summary .breadcrumb a:hover {
  opacity: 1;
}
.entry-summary .breadcrumb .delimiter {
  margin: 0 4px;
}
.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;
}
.product-inner img {
  margin-bottom: 10px;
}
.product-inner .title a {
  color: var(--heading);
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.product-inner .title a:hover {
  color: var(--main);
}
.sale_off {
  background: var(--secondary);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: var(--font2);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 3px 6px;
  border-radius: 5px;
  margin-right: 15px;
}
.count_down_top {
  background: var(--secondary);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  column-gap: 10px;
  row-gap: 10px;
}
.count_down_top .flash {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.count_down_top > label {
  margin-bottom: 0;
  font-size: 14px;
}
.count_down_top > label i {
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.count_down_top .time {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font2);
  text-align: right;
}
.count_down_top .time label {
  margin-right: 12px;
  margin-bottom: 0;
}
.count_down_top .count_down {
  display: inline-block;
}
.count_down_top .jws-sale-time {
  display: flex;
}
.count_down_top .jws-sale-time > span:not(.jws-box-countdown) {
  display: none;
}
.count_down_top .jws-sale-time p {
  margin: 0;
}
.count_down_top .jws-sale-time .wrapper {
  color: var(--heading);
  background: #FFFFFF;
  border-radius: 3px;
  min-width: 33px;
  display: block;
  text-align: center;
  height: 20px;
  margin: 0 3px;
  line-height: 20px;
}
.jws_single_count_down {
  display: inline-block;
  margin-bottom: 6px;
  vertical-align: middle;
}
.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: 8px;
  font-size: 16px;
}
.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-data__title {
  font-weight: 500;
  letter-spacing: 1.5px;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-data__quantity {
  min-height: 30px;
  padding: 0;
  margin-top: 3px;
  height: 30px;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-data__variations_form {
  flex: 0 0 100%;
  max-width: 100%;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item {
  border: 0;
  padding: 40px 0;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #0000001a;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:first-child {
  border-top: 1px solid #0000001a;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:not(:last-child) {
  margin-bottom: 0;
}
.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);
  font-weight: 400;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data {
  flex-direction: row !important;
  justify-content: start !important;
  align-items: center;
  flex-wrap: wrap;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data .yith-wcpb-product-bundled-item-content {
  margin-right: 15px;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}
.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 {
  flex: 0 0 100%;
  margin: 0;
  margin-top: 5px;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional .checkbox {
  display: inline-block;
  background: #5453531a;
  border-radius: 5px;
  padding: 6.5px 7px;
}
.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data__optional label {
  margin: 0;
  padding-left: 10px;
}
.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;
  vertical-align: middle;
}
.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 #0000004d;
  border-radius: 5px;
  vertical-align: middle;
  content: "";
  top: 0;
  background: #fff;
}
.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% - 219px);
}
.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: 0;
  color: #9B0401;
  font-size: 14px;
  padding: 0px 5px;
}
.awdr-bulk-customizable-table .wdr_bulk_range {
  color: #9B0401;
}
.awdr-bulk-customizable-table .wdr_bulk_range .price_global {
  color: var(--text);
  opacity: 0.4;
  margin-right: 16px;
  text-decoration: line-through;
}
.awdr-bulk-customizable-table .wdr_bulk_title label {
  color: var(--heading);
  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 12px 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 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D9;
}
.yith-wfbt-section > h3,
.yith-wfbt-section h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  letter-spacing: 1.6px;
}
.yith-wfbt-section .total_price {
  font-weight: 600;
  font-family: var(--font2);
}
.yith-wfbt-section .yith-wfbt-submit-block {
  float: left;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
  margin-right: 64px;
  margin-bottom: 18px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tr {
  border: 0;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images .image_plus {
  width: 25px;
  font-weight: bold;
}
.yith-wfbt-section .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-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item {
  margin-bottom: 13px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[disabled] {
  opacity: 0.1;
  cursor: no-drop;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item .product-name {
  font-weight: 600;
  font-family: var(--font2);
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  top: 2px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #0000004d;
  vertical-align: middle;
  content: "";
  top: 0;
  border-radius: 5px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:after {
  content: "\E82E";
  font-family: 'jws_icon';
  font-weight: 900;
  color: var(--heading);
  left: 0;
  height: 100%;
  position: absolute;
  display: none;
  font-size: 14px;
  top: -1px;
  width: 100%;
  text-align: center;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item input[type=checkbox]:checked:after {
  display: block;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item label {
  color: var(--heading);
  padding-left: 33px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .yith-wfbt-item .price {
  margin: 0;
  font-size: 16px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .yith-wfbt-submit-button {
  border: 1px solid var(--btn-bgcolor);
  line-height: 40px;
  padding: 0 30px;
  margin-right: 8px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font2);
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .price_text {
  margin-bottom: 8px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .price_text .woocommerce-Price-amount {
  font-weight: 500;
  color: var(--heading);
}
form.cart table tbody tr td.woocommerce-grouped-product-list-item__label .price-item .price {
  margin-top: 0;
  font-size: 16px;
}
form.cart.grouped_form {
  margin-top: 12px;
  padding-top: 0px;
}
form.cart.grouped_form .woocommerce-grouped-product-list-item__price {
  padding-left: 22px;
}
form.cart.grouped_form .woocommerce-grouped-product-list-item__label {
  padding-left: 0;
  display: flex;
  align-items: center;
}
form.cart.grouped_form .woocommerce-grouped-product-list-item__quantity {
  padding-right: 0px;
  padding-left: 0px;
  width: 30%;
}
form.cart.grouped_form .woocommerce-loop-product__title {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--font2);
  margin-bottom: 8px;
  text-transform: uppercase;
}
form.cart.grouped_form .single_add_to_cart_button {
  width: calc(100% - 62px);
}
form.cart.grouped_form .woocommerce-loop-product__title:hover {
  text-decoration: underline;
  color: var(--heading);
}
form.cart.grouped_form p {
  margin-bottom: 0;
}
form.cart.grouped_form table {
  margin-bottom: 2px;
}
form.cart.grouped_form table [alt="blend-mode"] {
  mix-blend-mode: multiply;
}
form.cart.grouped_form table img {
  max-width: 70px;
  background: #fff;
}
form.cart.grouped_form table tr {
  border: 0;
}
form.cart.grouped_form table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
form.cart.grouped_form .product-item.product .price del {
  margin-right: 5px;
}
.size-guide-action {
  float: right;
  text-underline-offset: 1px;
  text-decoration: underline;
  font-weight: 400;
}
.variations_form .variations {
  margin-top: 22px;
  margin-bottom: 10px;
}
.variations_form .variations select,
.variations_form .variations .select2-container {
  width: 100%;
}
.variations_form .woocommerce-variation.single_variation {
  margin-bottom: 13px;
}
.variations_form tr {
  border: 0;
}
.variations_form .label {
  padding: 0;
  margin-bottom: 0px;
}
.variations_form .label label {
  margin-right: 16px;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.variations_form td {
  display: block;
  padding: 0;
  position: relative;
}
.variations_form td.value {
  width: 100%;
  margin-top: 8px;
}
.variations_form select {
  width: max-content;
  display: inline-block;
  border: 1px solid var(--heading);
  min-height: 50px;
  line-height: 46px;
  border-radius: 8px;
  padding: 0 45px 0px 18px;
  background-size: auto 20px;
}
.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;
  margin-bottom: 12px;
}
.variations_form .swatch-item-wrapper .disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.variations_form .swatch-item-wrapper .disabled:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150%;
  height: 1px;
  background: var(--heading);
  transform: rotate(144deg) translateX(0px) translateY(19px);
  opacity: 0.5;
}
.variations_form .swatch-item-wrapper .swatch-label {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: auto;
  padding: 0 15px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  display: block;
  font-size: 13px;
  font-family: var(--font2);
  position: relative;
  overflow: hidden;
  min-width: 48px;
}
.variations_form .swatch-item-wrapper .swatch-label.selected {
  border-color: var(--heading);
  background: var(--heading);
  color: #fff;
}
.variations_form .swatch-item-wrapper .swatch > .text {
  position: absolute;
  background: #000000;
  font-size: 12px;
  color: var(--light);
  border-radius: 0;
  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: 34px;
  height: 34px;
  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: var(--heading);
}
.variations_form .swatch-item-wrapper .swatch-color.show-images-color {
  overflow: hidden;
  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: var(--heading);
}
.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 3px #fff;
}
.variations_form .tawcvs-swatches {
  display: inline-block;
}
.variations_form .reset_variations {
  text-decoration: underline;
  transition: 0s;
  font-weight: 500;
  display: block;
  float: right;
}
.variations_form .reset_variations:hover {
  color: red;
}
.variations_form .select2-container .select2-selection--single {
  height: 40px;
  background: #fff;
  padding-right: 30px;
  border: 1px solid #5453534d;
}
.variations_form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: var(--heading);
}
.jws-waitlist-register {
  margin-bottom: 24px;
}
.jws-waitlist-register label {
  color: var(--heading);
  margin-bottom: 16px;
}
.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;
  min-height: 45px;
  transition: 0.3s all;
  margin-right: 6px;
}
.jws-waitlist-form .btn-button {
  border: 0;
  display: inline-block;
  height: 45px;
  text-align: center;
  font-weight: 600;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
  color: var(--btn-bgcolor2);
  transition: 0.3s all;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
  padding: 0 28px;
  margin-right: 16px;
}
.jws-waitlist-form .btn-button:hover {
  color: var(--btn-bgcolor);
  background: var(--btn-bgcolor2);
}
.shop_info_more {
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.shop_info_more p {
  margin-bottom: 0px;
}
.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.wc-tabs-wrapper {
  margin-top: 70px;
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal .tabs {
  overflow: hidden;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal li {
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal li:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 1000px;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal .woocommerce-Tabs-panel {
  padding: 0px 0 50px;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal .woocommerce-Tabs-panel .woocommerce-product-attributes {
  max-width: 845px;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal .woocommerce-Tabs-panel#tab-description table {
  border: 0;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal .woocommerce-Tabs-panel#tab-description table tr {
  border-bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper.horizontal .woocommerce-Tabs-panel#tab-description table tr td {
  padding: 0.2em 0px;
  border: 0;
}
.woocommerce-tabs.wc-tabs-wrapper.list .jws-group-accordion-wap .woocommerce-Tabs-panel,
.woocommerce-tabs.wc-tabs-wrapper.list .jws-group-accordion-wap .tab-heading {
  display: block !important;
  pointer-events: none;
}
.woocommerce-tabs.wc-tabs-wrapper.list .jws-group-accordion-wap .woocommerce-Tabs-panel:after,
.woocommerce-tabs.wc-tabs-wrapper.list .jws-group-accordion-wap .tab-heading:after {
  content: unset;
}
.woocommerce-tabs.wc-tabs-wrapper.list .jws-group-accordion-wap .jws-group-accordion:not(:first-child) {
  margin-top: 80px;
}
.woocommerce-tabs.wc-tabs-wrapper.list .jws-group-accordion-wap .tab-heading {
  padding: 0;
  margin-bottom: 36px;
  font-size: 28.43px;
  line-height: 32px;
  letter-spacing: 2.6px;
  text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper.vertical {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D9;
}
.woocommerce-tabs.wc-tabs-wrapper.vertical .jws-group-accordion-wap {
  margin-top: 0;
}
.woocommerce-tabs.wc-tabs-wrapper.vertical .jws-group-accordion-wap .tab-heading {
  display: block;
  letter-spacing: 1.6px;
}
.woocommerce-tabs.wc-tabs-wrapper .jws-group-accordion-wap {
  transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
  overflow: hidden;
  margin-top: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper .jws-group-accordion-wap .tab-heading {
  margin: 0;
  padding: 14px 0;
  cursor: pointer;
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper .jws-group-accordion-wap .tab-heading:after {
  font-size: 16px;
  font-weight: 400;
  font-family: "jws_icon";
  content: '\E88C';
  float: right;
}
.woocommerce-tabs.wc-tabs-wrapper .jws-group-accordion-wap .accordion-active .woocommerce-Tabs-panel {
  display: block !important;
}
.woocommerce-tabs.wc-tabs-wrapper .jws-group-accordion-wap .accordion-active .tab-heading:after {
  content: '\f4bf';
}
.woocommerce-tabs.wc-tabs-wrapper .jws-group-accordion-wap .woocommerce-Tabs-panel {
  padding-bottom: 0px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table {
  border: 1px solid #f1f1f1;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table th {
  font-weight: 700;
  padding: 10px 20px;
  min-width: 100px;
  color: var(--heading);
  border-right: 1px solid #f1f1f1;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table td {
  padding: 10px 15px;
  vertical-align: middle;
  border-right: 1px solid #f1f1f1;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel > .elementor {
  margin-right: -10px;
  margin-left: -10px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
  margin: 0;
  margin-bottom: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include {
  margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include:after,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-exclude:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include .left,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-exclude .left {
  font-weight: 500;
  color: var(--heading);
  width: 20%;
  float: left;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include .right,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-exclude .right {
  width: 80%;
  float: left;
  padding-top: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include .right span,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-exclude .right span {
  color: var(--heading);
  display: inline-block;
  width: 33%;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include .right span .icon_check,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-exclude .right span .icon_check {
  font-size: 18px;
  margin-right: 17px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .f-include .right span .icon_close,
.woocommerce-tabs.wc-tabs-wrapper .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-wrapper .wc-tabs {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li {
  display: inline-block;
  margin-right: 24px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:last-child {
  margin-right: 0;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:hover a:after,
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a:after {
  width: 100%;
  left: 0;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li:hover a,
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li.active a {
  opacity: 1;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li .tab_title {
  margin-bottom: 0px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a {
  padding-bottom: 10px;
  display: block;
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a:hover {
  color: var(--heading);
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a:after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
}
.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: 14px;
  letter-spacing: 4px;
}
.product-reviews .ratings-list .star-rating:before {
  color: var(--heading);
}
.product-reviews .ratings-list .star-rating span:before {
  color: var(--heading);
}
.product-reviews .ratings-list .count {
  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;
  color: var(--heading);
}
.product-reviews .avg-rating-container .star-rating {
  width: 113px;
  margin-top: 0;
  height: 28px;
  line-height: 26px;
}
.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: 4px;
  vertical-align: middle;
}
#answer-question-list,
#product-questions {
  display: none;
}
#product-questions > div {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-questions.loading .submit {
  color: rgba(0, 0, 0, 0);
  position: relative;
}
#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 var(--btn-bgcolor);
  display: block;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  margin-bottom: 14px;
  text-align: center;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--btn-bgcolor);
  transition: 0.3s all;
  padding: 0 15px;
}
.jws_action_review span.active {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.tabs_review_questios {
  margin-bottom: 38px;
  margin-top: 50px;
  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: 88%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 18px;
}
.tabs_review_questios .tabs_review_nav span {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  color: var(--heading);
  cursor: pointer;
  font-family: var(--font2);
  text-transform: uppercase;
  opacity: 0.5;
  margin-right: 20px;
  position: relative;
  padding-bottom: 6px;
}
.tabs_review_questios .tabs_review_nav span:after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
}
.tabs_review_questios .tabs_review_nav span.active {
  opacity: 1;
}
.tabs_review_questios .tabs_review_nav span.active:after {
  width: 100%;
  left: 0;
}
.recent-viewed {
  padding-top: 80px;
  padding-bottom: 80px;
}
.upsells {
  padding-bottom: 80px;
}
.look {
  padding-top: 50px;
}
.cross-sells-slider,
.complete-slider {
  margin-top: -22px;
}
.cross-sells-slider .nav_top,
.complete-slider .nav_top {
  color: var(--heading);
  text-align: right;
  margin-bottom: 20px;
  font-size: 24px;
  word-spacing: 12px;
}
.cross-sells-slider .nav_top span,
.complete-slider .nav_top span {
  cursor: pointer;
}
.cross-sells-slider .nav_top span.swiper-button-disabled,
.complete-slider .nav_top span.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.upsells .related_title,
.related .related_title {
  margin-bottom: 25px;
}
.upsells .product-item,
.related .product-item {
  margin-bottom: 0;
}
.upsells .jws-carousel-btn,
.related .jws-carousel-btn {
  opacity: 0;
  transition: 0.3s all;
}
.upsells .jws-carousel-btn:hover,
.related .jws-carousel-btn:hover {
  color: #fff;
  background: var(--heading);
  border-color: var(--heading);
}
.upsells .prev-item,
.related .prev-item {
  transform: translate(-15px, -50%);
  left: 0px;
}
.upsells .prev-item i,
.related .prev-item i {
  display: block;
}
.upsells .next-item,
.related .next-item {
  right: 0px;
  transform: translate(15px, -50%);
}
.upsells .related-slider:hover .jws-carousel-btn,
.related .related-slider:hover .jws-carousel-btn {
  transform: translate(0px, -50%);
  opacity: 1;
}
form.cart {
  padding-top: 0px;
  padding-bottom: 10px;
}
.product_meta > span {
  font-weight: 700;
  color: var(--heading);
  display: block;
  margin-bottom: 6px;
  font-family: var(--font2);
}
.product_meta > span > a,
.product_meta > span > span {
  font-family: var(--font-body);
  font-weight: 400;
  margin-left: 4px;
}
.product_meta > span a:hover {
  opacity: 1;
}
.product_banner {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D9D9D9;
}
#product-sizeguide {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 30px;
  text-align: center;
}
#product-sizeguide table {
  margin-bottom: 42px;
}
.buy_now_button,
.single_add_to_cart_button {
  border: 1px solid var(--btn-bgcolor);
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
  border-radius: 0;
  padding: 13px 10px;
  margin-right: 10px;
  position: relative;
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
  width: calc(100% - 219px);
}
.buy_now_button:hover,
.single_add_to_cart_button:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.buy_now_button:hover .loader .path,
.single_add_to_cart_button:hover .loader .path {
  stroke: var(--btn-bgcolor);
}
.buy_now_button .loader .path,
.single_add_to_cart_button .loader .path {
  stroke: #fff;
}
.buy_now_button.loading span,
.single_add_to_cart_button.loading span,
.buy_now_button.loading:after,
.single_add_to_cart_button.loading:after {
  opacity: 0;
}
.buy_now_button i,
.single_add_to_cart_button i {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.buy_now_button {
  width: 100%;
}
.jws_thumbnail_image .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin: 0 -10px;
}
.jws_thumbnail_image .owl-item {
  padding: 10px;
}
.jws_thumbnail_image .owl-item.active-thumb .product-image-thumbnail {
  border-color: var(--heading);
}
.jws_thumbnail_image .product-image-thumbnail {
  transition: 0.3s all;
  border: 1px solid #EFF1F2;
  border-radius: 0;
  background: #f7f7f7;
  overflow: hidden;
}
.jws_thumbnail_image .product-image-thumbnail.active-thumb {
  border-color: var(--heading);
}
.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 .active-thumb img {
  opacity: 1;
}
.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
  max-width: 107px;
  width: auto;
}
.thumbnail_position_bottom2 .product-image-thumbnail {
  padding: 10px 15px;
}
.thumbnail_position_bottom2 .woocommerce-tabs {
  margin-top: 50px;
}
.jws_main_image {
  position: relative;
}
.jws_main_image.no_gallery_image {
  padding: 0;
}
.jws_main_image .buttton-inner {
  position: absolute;
  left: 45px;
  top: 17px;
  max-width: 40px;
  width: 100%;
  text-align: center;
  will-change: transform;
  z-index: 2;
}
.jws_main_image .buttton-inner > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background: var(--heading);
  cursor: pointer;
  font-size: 22px;
  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;
  width: 100%;
  display: block;
}
.jws_main_image figure {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #F7F7F7;
}
.jws_main_image .product-video-popup {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}
.jws_main_image .product-video-popup a {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  padding: 7px 10px;
  border-radius: 40px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
.jws_main_image .product-video-popup a i {
  font-size: 13px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  border: 1px solid;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
}
.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__wrapper .owl-item:not(:first-child) {
  display: none;
}
.main-product.thumbnail_flex_true .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  position: relative;
}
.main-product.thumbnail_flex_true .jws_main_image.no_gallery_image {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  position: relative;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails {
  opacity: 0;
  height: 100%;
}
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails.swiper-container-initialized,
.main-product.thumbnail_flex_true .jws_thumbnail_image .thumbnails.owl-loaded {
  opacity: 1;
}
.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 .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: 0;
  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;
}
.woocommerce-Reviews form > .row {
  order: 3;
  margin-bottom: 0;
}
.woocommerce-Reviews form label {
  font-weight: 600;
  color: var(--heading);
  font-family: var(--font2);
}
.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: 0;
  padding: 16px 20px;
}
.woocommerce-Reviews form textarea {
  height: 150px;
}
.woocommerce-Reviews form > p {
  margin-bottom: 17px;
}
.woocommerce-Reviews form .submit {
  color: var(--btn-bgcolor2);
  background: var(--btn-bgcolor);
  min-width: 183px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 0;
  font-weight: 600;
  border: 1px solid var(--btn-bgcolor);
  font-family: var(--font2);
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce-Reviews form .submit .loader .path {
  stroke: #fff;
}
.woocommerce-Reviews form .submit:hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.woocommerce-Reviews form .submit:hover .loader .path {
  stroke: var(--heading);
}
.woocommerce-Reviews .comment-reply-title {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: var(--heading);
  font-weight: 500;
}
.woocommerce-Reviews #comments {
  position: relative;
  margin-top: 45px;
}
.woocommerce-Reviews .commentlist {
  padding: 0;
}
.woocommerce-Reviews .commentlist .star-rating {
  width: 85px;
  letter-spacing: 4px;
}
.woocommerce-Reviews .commentlist li:not(:last-child) {
  margin-bottom: 22px;
}
.woocommerce-Reviews .commentlist li .comment_container {
  border-bottom: 1px solid #E8E8EB;
  padding-bottom: 30px;
}
.woocommerce-Reviews .commentlist li .comment_container .user-avatar {
  margin-bottom: 24px;
}
.woocommerce-Reviews .commentlist li .comment_container .user-avatar .avatar-left {
  display: inline-block;
  width: 55px;
  vertical-align: top;
  position: relative;
}
.woocommerce-Reviews .commentlist li .comment_container .user-avatar .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: 500;
  font-family: var(--font2);
}
.woocommerce-Reviews .commentlist li .comment_container .user-avatar .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 .user-avatar .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 .user-avatar .avatar-right .star-rating {
  line-height: 14px;
}
.woocommerce-Reviews .commentlist li .comment_container .user-avatar .avatar-right .date-comment {
  position: absolute;
  right: 0;
  top: 14px;
}
.woocommerce-Reviews .commentlist li .comment_container img {
  border-radius: 100%;
  display: inline-block;
  width: 55px;
  vertical-align: top;
  position: relative;
}
.woocommerce-Reviews .commentlist li .comment_container .comment-text .comment-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.woocommerce-Reviews .commentlist li .comment_container .meta {
  margin-top: 6px;
}
.woocommerce-Reviews .commentlist li .comment_container .meta .woocommerce-review__author {
  font-weight: 500;
}
.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-rating .select2-container {
  display: none;
}
.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-title_comment {
  order: 3;
}
.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;
}
.woocommerce-Reviews .review-title {
  font-weight: 600;
  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 .woocommerce-product-gallery:not(.quickview-summary) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tabs_review_questios .jws-reviewsAggregate-controls-item {
    position: relative;
    top: 0;
    margin-top: 24px;
  }
  .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: 28px;
    line-height: 32px;
  }
}
.woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce-product-gallery__wrapper.has_video iframe {
  transform: scale(1.3);
}
.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: 32px;
  height: 48px;
  color: var(--btn-bgcolor2);
  line-height: 48px;
  background: var(--btn-bgcolor);
  border: 1px solid var(--btn-bgcolor);
}
.woocommerce-product-gallery__wrapper .owl-nav > div:not(.disabled):hover {
  background: var(--btn-bgcolor2);
  color: var(--btn-bgcolor);
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next {
  right: 16px;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-prev {
  left: 16px;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.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: '\E85C';
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-right:before {
  font-family: "jws_icon";
  content: '\E85D';
}
.jws-reviewsAggregate-controls-item {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  min-width: 132px;
}
.jws-reviewsAggregate-controls-item .select2-container .select2-selection--single {
  height: 30px;
  font-size: 14px;
  background: #7575750d;
  border: none;
}
.jws-reviewsAggregate-controls-item .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  color: var(--heading);
}
.star-rating-wap .review-count {
  font-size: 13px;
  margin-left: 7px;
}
.star-rating {
  height: 14px;
  line-height: 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.star-rating:before {
  left: 0;
  top: 0;
  font-size: 12px;
  color: var(--main);
  font-family: 'Font Awesome 5 Free';
  content: "\f005\f005\f005\f005\f005";
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  left: 0;
  top: 0;
}
.star-rating span:before {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 12px;
  text-indent: 0;
  color: var(--main);
  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-title_comment + p {
  display: none;
}
.comment-form-rating label {
  margin-bottom: 6px;
  display: block;
}
.comment-form-rating .stars {
  width: 80px;
  position: relative;
  height: 16px;
  letter-spacing: 1px;
}
.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: 14px;
  color: var(--heading);
}
.comment-form-rating .stars .star-1 {
  width: 20%;
  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: 40%;
  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: 60%;
  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: 80%;
  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: 100%;
  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: 1366px) {
  .summary_container .summary.entry-summary {
    padding-left: 40px;
  }
  .shop-single .main-product > .container.tabs {
    max-width: 1300px;
  }
  .shop-single .main-product.layout_elementor_el .container.summary,
  .shop-single .main-product.thumbnail_position_bottom .container.summary,
  .shop-single .main-product.thumbnail_position_left .container.summary,
  .shop-single .main-product.thumbnail_position_right .container.summary {
    max-width: 1300px;
  }
}
@media (min-width: 1280px) {
  .shop-single div.product .main-product.thumbnail_position_right .jws_main_image,
  .shop-single div.product .main-product.thumbnail_position_left .jws_main_image {
    margin-bottom: 0;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_main_image figure,
  .shop-single div.product .main-product.thumbnail_position_left .jws_main_image figure {
    min-height: 800px;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_main_image figure a img,
  .shop-single div.product .main-product.thumbnail_position_left .jws_main_image figure a img {
    min-height: 800px;
    object-fit: cover;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_thumbnail_image,
  .shop-single div.product .main-product.thumbnail_position_left .jws_thumbnail_image {
    max-height: 812px;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_thumbnail_image .product-image-thumbnail,
  .shop-single div.product .main-product.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
    margin-bottom: 16px;
    min-height: 120px;
    height: auto;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_thumbnail_image .product-image-thumbnail img,
  .shop-single div.product .main-product.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail img {
    min-height: 120px;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_main_image {
    padding-right: 18px;
    padding-left: 0;
  }
  .shop-single div.product .main-product.thumbnail_position_right .jws_main_image.no_gallery_image {
    padding: 0;
  }
  .shop-single div.product .main-product.thumbnail_position_left .jws_main_image {
    padding-left: 18px;
    padding-right: 0;
  }
  .shop-single div.product .main-product.thumbnail_position_left .jws_main_image.no_gallery_image {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .main-product.layout_default.thumbnail_position_bottom2 .entry-summary {
    padding-left: 64px;
    padding-right: 36px;
  }
  .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 (min-width: 1024px) {
  .sticky-add-to-cart form.cart:not(.variations_form) {
    width: 50%;
    display: inline-block;
  }
  .sticky-add-to-cart form.cart:not(.variations_form).button_now_form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    column-gap: 12px;
  }
  .sticky-add-to-cart form.cart:not(.variations_form).button_now_form > div,
  .sticky-add-to-cart form.cart:not(.variations_form).button_now_form button {
    flex: 0 0 180px;
  }
  .sticky-add-to-cart form.cart:not(.variations_form).button_now_form .jws-quantity-wrap {
    flex: 0 0 142px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .sticky-add-to-cart {
    display: none;
  }
  .thumbnail_position_left .jws_thumbnail_image,
  thumbnail_position_right .jws_thumbnail_image {
    margin: 0px;
  }
  .shop-single div.product .main-product.thumbnail_flex_true .jws_main_image,
  .shop-single div.product .main-product.thumbnail_flex_true .jws_thumbnail_image {
    padding: 0px;
    -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: 992px) {
  .jws-quantity-wrap {
    max-width: 125px;
  }
  .sticky-add-to-cart .container {
    flex-wrap: wrap;
  }
  .sticky-add-to-cart .product__sticky_add__form {
    text-align: left;
    flex: 0 0 100%;
  }
  .sticky-add-to-cart form.cart.variations_form {
    justify-content: flex-start;
  }
  .sticky-add-to-cart .single_variation_wrap {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-product.layout_vertical .entry-summary {
    padding-left: 60px;
  }
  .main-product.layout_vertical .woocommerce-product-gallery {
    margin-left: -6.5%;
    padding: 0;
  }
  .main-product.layout_vertical_carousel .woocommerce-product-gallery {
    margin-left: -5%;
    position: relative;
    padding-right: 60px;
  }
  .main-product.layout_vertical_carousel .jws_thumbnail_image {
    max-width: 100px;
    position: absolute;
    left: 40px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .main-product.layout_vertical_carousel .jws_thumbnail_image .thumbnails.swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .main-product.layout_vertical_carousel .jws_thumbnail_image .thumbnails.swiper .product-image-thumbnail {
    opacity: 0.5;
  }
  .main-product.layout_vertical_carousel .jws_thumbnail_image .thumbnails.swiper .product-image-thumbnail.active-thumb {
    opacity: 1;
  }
  .main-product.layout_vertical_carousel .jws_thumbnail_image .thumbnails.swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .upsells {
    padding-top: 30px;
  }
  form.cart.grouped_form .woocommerce-loop-product__title {
    font-size: 14px;
  }
  .main-product .entry-summary form.cart,
  .main-product .entry-summary .woocommerce-product-rating {
    margin-bottom: 24px;
  }
  .main-product .entry-summary .out-of-stock,
  .main-product .entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 24px;
  }
  .main-product.layout_default .woocommerce-product-gallery {
    padding-right: 0px;
  }
  .woocommerce-Reviews .comment-form-cookies-consent label {
    font-size: 14px;
  }
  .shop-single div.product .main-product.layout_default .woocommerce-tabs {
    margin-top: 24px;
  }
  .shop-single div.product .main-product.layout_default .woocommerce-tabs .jws-group-accordion-wap {
    padding: 0px 0px 30px;
  }
  .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 .woocommerce-Tabs-panel {
    padding: 0px 0 15px;
  }
  .main-product > .container.tabs {
    margin-bottom: 70px;
  }
  .main-product .entry-summary:not(.quickview-summary) {
    margin-top: 30px;
    padding-left: 0;
    max-width: 100%;
    padding-right: 0;
  }
  .jws_action_review {
    margin-left: 0;
    margin-top: 25px;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .jws_action_review span {
    height: 42px;
    line-height: 38px;
    font-size: 14px;
  }
  .jws_action_review span:first-child {
    margin-right: 5px;
  }
  .tabs_review_questios span {
    font-size: 16.33px;
  }
}
@media (max-width: 480px) {
  .woocommerce-Reviews .commentlist li .comment_container .user-avatar {
    margin-bottom: 16px;
  }
  .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: calc(100% - 62px);
  }
}
@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;
}
@media (max-width: 374px) {
  .variations_form tr {
    flex-wrap: wrap;
  }
  .variations_form tr:last-child .label {
    margin-bottom: 6px;
  }
}
.owl-dots {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  bottom: 28px;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
}
.owl-dots .owl-dot.active span {
  width: 30px;
}
.owl-dots span {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
  transition: all 0.3s linear;
  display: block;
  background: var(--btn-bgcolor);
}
button.buy_now_button {
  background: #9B0401;
  border-color: #9B0401;
  width: 100%;
}
button.buy_now_button:hover {
  background: var(--btn-bgcolor2);
}
/* Button */
.wpcf7-list-item {
  margin: 0 1em 0 0;
}
.elementor-button-wrapper {
  display: block;
}
span[for="check_box"] {
  font-weight: 600;
}
.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;
}
button {
  overflow: hidden;
  position: relative;
  font-family: var(--font2);
}
.elementor-widget-jws_button_advanced .elementor-button.btn-icon-right .btn-icon {
  margin-left: 8px;
}
.elementor-widget-jws_button_advanced .elementor-button.btn-icon-left .btn-icon {
  margin-right: 8px;
}
.elementor-widget-jws_button_advanced .elementor-button span.btn-icon {
  display: inlin-block;
}
.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: 13px 26px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  color: var(--btn-color);
  border-radius: 3px;
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
}
.single_add_to_cart_button .btn-main.elementor-button > span,
button .btn-main.elementor-button > span,
.jws_post_readmore .btn-main.elementor-button > span,
.button-defautl .btn-main.elementor-button > span,
.single_add_to_cart_button .wpcf7-submit > span,
button .wpcf7-submit > span,
.jws_post_readmore .wpcf7-submit > span,
.button-defautl .wpcf7-submit > span {
  z-index: 2;
  position: relative;
}
.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);
  color: var(--btn-bgcolor);
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.elementor-widget-jws_button_advanced .elementor-button.btn-underlined,
.elementor-button.btn-underlined,
.button-with_border .btn-main.elementor-button {
  position: relative;
  font-weight: 600;
  background: transparent;
  color: var(--heading);
  line-height: normal;
  padding: 15px 30px;
  border: 1px solid var(--btn-bgcolor);
  overflow: hidden;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
  -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);
}
.elementor-widget-jws_button_advanced .elementor-button.btn-underlined > span,
.elementor-button.btn-underlined > span,
.button-with_border .btn-main.elementor-button > span {
  z-index: 1;
  position: relative;
}
.elementor-widget-jws_button_advanced .elementor-button.btn-underlined:hover,
.elementor-button.btn-underlined:hover,
.button-with_border .btn-main.elementor-button:hover {
  border-color: var(--btn-bgcolor);
  color: #fff;
  background: var(--btn-bgcolor);
}
.wpcf7-list-item-label {
  font-weight: 600;
}
.jws-cf7-check-yes .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  content: "\F33E";
  font-family: 'jws_icon';
}
.wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-list-item > label input[name="checkbox-545[]"] {
  margin-top: 5px;
}
.wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 18px;
}
.elementor-widget-jws_button_advanced .elementor-button.btn-solid,
.elementor-button {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--btn-bgcolor);
  background: var(--btn-bgcolor);
  padding: 12px 30px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  color: var(--btn-color);
  border-radius: 0;
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
}
.elementor-widget-jws_button_advanced .elementor-button.btn-solid span,
.elementor-button span {
  z-index: 2;
}
.elementor-widget-jws_button_advanced .elementor-button.btn-solid:hover,
.elementor-button:hover {
  color: var(--btn-bgcolor);
  background: var(--btn-bgcolor2);
}
.elementor-widget-jws_button_advanced .elementor-button.btn-solid:hover .elementor-button-icon.elementor-align-icon-right,
.elementor-button:hover .elementor-button-icon.elementor-align-icon-right {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.elementor-widget-jws_button_advanced .btn-naked.elementor-button,
.btn-naked.elementor-button {
  border: none;
  vertical-align: middle;
  background: transparent;
  padding: 0px;
  color: var(--btn-bgcolor);
  position: relative;
  font-weight: 600;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 14px;
}
.elementor-widget-jws_button_advanced .btn-naked.elementor-button .btn-icon,
.btn-naked.elementor-button .btn-icon {
  display: inline-block;
  vertical-align: middle;
}
.elementor-widget-jws_button_advanced .btn-naked.elementor-button::after,
.btn-naked.elementor-button::after {
  background: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  top: unset;
  transform: unset;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  left: 0;
  bottom: 0;
}
.elementor-widget-jws_button_advanced .btn-naked.elementor-button:hover,
.btn-naked.elementor-button:hover {
  background: transparent;
  border: none;
}
.elementor-widget-jws_button_advanced .btn-naked.elementor-button:hover.btn-icon-right .btn-icon,
.btn-naked.elementor-button:hover.btn-icon-right .btn-icon {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.elementor-widget-jws_button_advanced .btn-naked.elementor-button:hover::after,
.btn-naked.elementor-button:hover::after {
  width: 0%;
  right: 0;
  left: 0;
  opacity: 1;
}
.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;
}
