select,
input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border: 1px solid;
  border-color: #e6e6e6;
  vertical-align: middle;
  height: 60px;
  outline: none;
}
select:focus::placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus::placeholder,
select.populated::placeholder,
input:not([type=submit]):not([type=checkbox]):not([type=radio]).populated::placeholder {
  color: transparent;
}
select:focus + label,
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus + label,
select.populated + label,
input:not([type=submit]):not([type=checkbox]):not([type=radio]).populated + label {
  opacity: 1;
}
textarea {
  border: 1px solid;
  border-color: #e6e6e6;
}
.form-control code {
  color: var(--text-color);
}
.wpcf7 input[type="file"] {
  border: none !IMPORTANT;
  height: 32px !IMPORTANT;
  padding: 0 !important;
  line-height: 30px !IMPORTANT;
}
.wpcf7 input[type="file"]::file-selector-button {
  border: 1px solid var(--primary-color);
  padding: 0 12px;
  border-radius: 2px;
  background-color: #f0f0f0;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 30px;
  margin-right: 21px;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: transparent !important;
  background-image: none !important;
  color: currentcolor !important;
}
select:-webkit-autofill,
input:-webkit-autofill {
  background-color: transparent !important;
}
@-webkit-keyframes autofill {
  0%,
  100% {
    color: #666;
    background: transparent;
  }
}
select:-webkit-autofill,
input:-webkit-autofill {
  -webkit-background-clip: text;
}
select:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}
select:-webkit-autofill:focus,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
[type="radio"] {
  appearance: unset;
  width: 18px;
  max-width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #b7b7b7 !important;
  border-radius: 100%;
  padding: 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: unset;
  margin-right: 15px;
  display: inline-block !important;
  vertical-align: middle;
}
input[type="radio"]:checked,
[type="radio"]:hover {
  border-width: 6px !IMPORTANT;
}
.wpcf7-radio .wpcf7-list-item:first-child {
  margin: 0;
}
input,
select,
textarea {
  border-radius: 5px;
  outline: none;
}
.form-control label {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  padding: 0 10px;
  background: #ffffff;
  transition: 0.2s all;
  pointer-events: none;
}
body {
  margin: 0;
}
a,
button,
.toggle-search,
.tb-close-lightbox,
[type="submit"] {
  cursor: pointer;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentcolor;
}
p a {
  text-decoration: underline !important;
}
.cart-collaterals .cart_totals .checkout-button::after,
.woocommerce-Tabs-panel .comment-form p.form-submit input::after,
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward::after,
.product-list .product-inner:hover .product-image .button::after,
.widget_price_filter form .price_slider_wrapper .price_slider_amount .button::after,
.btn-button::after {
  position: absolute;
  width: 158%;
  opacity: 0.2;
  left: 100%;
  height: 3px;
  background: currentColor;
  content: "";
  border-radius: 0;
  top: 0;
  z-index: 0;
  transform: rotate(-50deg);
  transition: 0.4s linear;
}
.cart-collaterals .cart_totals .checkout-button:hover::after,
.woocommerce-Tabs-panel .comment-form p.form-submit input:hover::after,
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:hover::after,
.product-list .product-inner:hover .product-image .button:hover::after,
.widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover::after,
.btn-button:hover::after {
  height: 474%;
  left: -90px;
  top: -83px;
  opacity: 0;
}
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background-color: #f3584a;
  z-index: 9999999;
}
.cursor-dot-outline {
  width: 15px;
  height: 15px;
  background-color: #f3584a;
  z-index: 9999999;
  opacity: 0.3;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
}
.cursor-dot-outline i.lnr.lnr-cross {
  color: #ffffff;
  font-size: 6px;
}
.arrow-next-out .slick-arrow,
.arrow-prev-out .slick-arrow {
  position: relative;
  transform: unset;
}
.slick-initialized .slick-slide {
  margin-bottom: 0;
}
/* 404 page*/
.error404 .content-area {
  padding: 160px 0;
}
.error404 .content {
  margin-top: 30px;
  margin-bottom: 40px;
}
.error404 .text-404 .page-title {
  position: relative;
  display: inline-block;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  z-index: 1;
  font-size: 207px;
  color: var(--secondary-color);
}
.embedded-video {
  width: 100% !important;
  height: auto !important;
}
/*Newsletter Popup*/
.jws-newsletter-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  display: none;
}
.jws-newsletter-popup .jws-newsletter-popup-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 898px;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px;
  max-height: 461px;
  animation: fadeIn 0.7s all;
  -webkit-animation: fadeIn 0.7s all;
  animation-delay: 1.5s;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  box-shadow: -3px 5px 12px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-image {
  width: 48%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-image img {
  height: 100%;
  display: none;
  max-width: unset;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form {
  width: 52%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 77px 65px;
  background: #ffffff;
  text-align: center;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .jws-newsletter-title {
  font-weight: 700;
  line-height: 36px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .jws-newsletter-subtitle {
  font-size: 13px;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 7px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .jws-cf7 {
  margin-top: 49px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .wpcf7-form input:not([type=submit]) {
  line-height: 52px;
  padding: 0 12px;
  border: 1px solid #161619;
  margin-bottom: 10px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .wpcf7-form .wpcf7-submit {
  width: 100%;
  height: 58px;
}
.jws-newsletter-popup #tb-close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  z-index: 1;
}
.jws-newsletter-popup .tb-newsletter-checkbox span:after,
.jws-newsletter-popup .tb-newsletter-checkbox span:checked:after {
  content: "";
  height: 20px;
  width: 20px;
  margin: auto;
  vertical-align: middle;
  border: 1px solid;
}
.jws-newsletter-popup .tb-newsletter-checkbox {
  font-size: 13px;
  position: relative;
  text-align: left;
  padding-left: 30px;
  margin-top: 20px;
}
.jws-newsletter-popup .tb-newsletter-checkbox span:after {
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
.jws-newsletter-popup .tb-newsletter-checkbox .checkbox input[type="checkbox"],
.jws-newsletter-popup .tb-newsletter-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.jws-newsletter-popup .tb-newsletter-checkbox input[type=checkbox] {
  -webkit-appearance: auto !important;
  transform: translate(0%, -50%);
  left: 0;
  top: 50%;
  height: 20px;
  width: 20px;
}
.jws-newsletter-popup .tb-newsletter-checkbox input[type=checkbox]:checked + label:before {
  transform: translate(3px, -50%);
  top: 50%;
}
.jws-newsletter-popup .tb-newsletter-checkbox input[type="checkbox"]:checked + span:before {
  content: "\f00c";
  transform: translate(2px, -50%);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 3px;
  cursor: pointer;
  font-size: 10px;
  top: 50%;
}
@media only screen and (max-width: 960px) {
  .jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .jws-newsletter-popup .jws-newsletter-popup-inner {
    overflow: auto;
    max-height: 90%;
  }
  .jws-newsletter-popup .check_activity .form_client {
    padding: 60px 15px;
  }
  .jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form,
  .jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-image {
    width: 100%;
  }
}
.elementor-icon-list-icon i {
  vertical-align: middle;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px;
}
.site-content .elementor-section {
  padding-top: 100px;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
/* width of website responsive*/
.elementor-section.elementor-section-boxed.jws-row-grid-no > .elementor-container {
  max-width: unset !important;
}
@media only screen and (max-width: 1441px) {
  .container,
  .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }
  .container .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .container .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1301px) {
  .container,
  .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
  }
  .container .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .container .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .error404 .text-404 .page-title {
    font-size: 135px;
  }
  .error404 .jws-title-bar-wrap {
    padding-top: 20.9% !important;
  }
  .container,
  .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
  .container .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .container .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .check_activity .form_check_agencys .row .col1,
  .check_activity .form_check_agencys .row .col2 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 10px;
  }
  .site-content .elementor-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .column-reverse > .elementor-column-wrap > .elementor-widget-wrap {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .check_activity .form_check_agencys .row .col1,
  .check_activity .form_check_agencys .row .col2 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .check_activity .form_client {
    padding: 60px 15px !important;
  }
  .error404 .text-404 .page-title {
    font-size: 120px;
  }
  .error404 .content-area {
    padding: 80px 0;
  }
  .nav-cutom {
    transform: translate(-49px, -50%) !important;
  }
  .custom_navs {
    display: none;
  }
}
.slick-slide:first-child {
  display: block;
}
a,
.slick-slide {
  outline: none !important;
}
/** Widget */
form.search-form {
  position: relative;
}
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;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #959595;
  outline: none;
}
form.search-form input {
  height: 50px;
  border: 1px solid rgba(22, 22, 25, 0.2);
  width: 100%;
  padding: 0 20px;
  outline: none;
}
form.search-form button {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 58px;
  height: 58px;
  border: none;
  color: var(--primary-button-background);
  font-size: 0;
  cursor: pointer;
  background: var(--secondary-color);
}
form.search-form button::before {
  font-size: 22px;
  line-height: 58px;
  content: '\e8c7';
  font-family: "evaicon";
}
/* Single Job */
.single-job .content-area {
  padding: 110px 0;
}
.single-job .job_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 44px;
}
.jws-loader {
  margin: 4em auto;
  font-size: 14px;
  /* ???????? */
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: jws-loader 1.1s infinite ease;
  animation: jws-loader 1.1s infinite ease;
}
/* logo */
.elementor-widget-jws-logo a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* slick */
.slick-slide {
  padding: 0 15px;
}
.custom_dots {
  position: relative;
  margin: auto;
}
.slick-dots {
  margin: auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  background: none;
  color: transparent;
  position: relative;
  z-index: 1;
  font-size: 0;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  padding: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: .3s;
}
.slick-dots li button::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s;
}
.slick-arrow {
  height: 45px;
  width: 45px;
  position: absolute;
  outline: none;
  top: 50%;
  background: none;
  border: none;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
  border-radius: 100%;
  transform: translateY(-50%);
  overflow: hidden;
}
.slick-arrow i {
  opacity: 1;
}
.slick-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  border-radius: 100%;
  transition: 0.3s;
}
.slick-arrow:hover::before {
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -60px;
}
.slick-arrow.slick-next {
  right: -60px;
}
.dots-in .slick-arrow.slick-prev {
  left: 30px;
}
.dots-in .slick-arrow.slick-next {
  right: 30px;
}
@media only screen and (max-width: 1366px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
  .slick-arrow.slick-prev {
    left: -10px;
  }
}
rs-slides .btn-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.btn-icon-custom {
  display: inline-block;
  width: 25px;
  height: 1px;
  background: currentColor;
  position: relative;
  margin-left: 10px;
  transition: 0.3s;
  vertical-align: middle;
}
.btn-icon-custom::before {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(10.5px, 4px);
  transform: rotate(-45deg);
  right: 3px;
  position: absolute;
  top: -5px;
}
.btn-icon-custom::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
  position: absolute;
  top: -1px;
}
.btn-button:hover .btn-icon-custom {
  transform: translateX(10px);
}
/*Widget*/
.widget {
  margin-bottom: 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  margin-bottom: 22px;
}
.widget > ul > li > a {
  line-height: 30px;
}
.widget ul {
  list-style-type: none;
  padding: 0;
}
.widget ul ul {
  padding-left: 35px;
}
.widget ul ul li {
  font-size: 13px;
  line-height: 36px;
}
.align-right {
  text-align: right;
}
.loading:hover::after {
  border-left-color: #161619;
}
.loading::before {
  content: '' !important;
}
.loading::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: #161619;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 1;
  -webkit-animation: jws-rotate 450ms infinite linear;
  animation: jws-rotate 450ms infinite linear;
}
p.elementor-heading-title {
  line-height: 24px;
}
/* slider revo button*/
.button-line-hover {
  display: flex;
  align-items: center;
  position: relative;
}
.button-line-hover span {
  width: 50px;
  height: 1px;
  background: #000000;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.button-line-hover:hover span {
  width: 70px;
}
.widget_elementor-library .widget-title {
  margin-bottom: 34px;
}
.widget_recent-posts-widget-with-thumbnails .widget-title {
  margin-bottom: 34px;
}
.widget_recent-posts-widget-with-thumbnails .tb-recent-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .post-tumb {
  width: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .post-title-and-date {
  padding-left: 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .post-title-and-date .post-meta {
  font-size: 14px;
  margin: 5px 0 0;
}
/*Preloading*/
.jws-preloading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.jws-preloading .loading_logo {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 50%;
  margin-top: -30px;
  text-transform: uppercase;
  color: #676a6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 6px;
  max-width: 175px;
  transform: translate(-50%, -50%);
}
.jws-preloading .loading_logo img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.logo-text-loading {
  color: #1e1666;
  text-shadow: 2px 2px 5px #1e1666;
  font-family: Nunito;
  font-weight: bold;
  font-size: 60px;
  width: 100%;
  text-align: center;
  display: none;
  margin-top: 20px;
  animation-name: fade-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.loading_logo {
  position: relative;
}
.loading_logo path,
.loading_logo circle,
.loading_logo rect {
  stroke: #161619;
}
.jws-preloading.loaded .loading_logo {
  opacity: 0;
}
.loading_logo {
  position: relative;
  height: auto;
  width: 800px;
}
.loading_logo path,
.loading_logo circle,
.loading_logo rect {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  fill: none;
  stroke: #161619;
  stroke-miterlimit: 0;
  animation: draw 2.5s ease-in;
  animation-iteration-count: infinite;
  font-weight: bold;
  animation-delay: 1s;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.jws-offcanvas-overlay {
  font-size: 15px;
}
.cursor {
  position: absolute;
}
.phone-call {
  width: 80px;
  height: 80px;
  background: #fa188d;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px !important;
  align-items: center;
}
.phone-call:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0.5;
  z-index: -1;
  height: calc(80px + 20px);
  width: calc(80px + 20px);
  background: #fa188d;
  animation: pulse-background 1.5s ease-out infinite;
  -webkit-animation: pulse-background 1.5s ease-out infinite;
}
.phone-call:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: calc(80px + 40px);
  width: calc(80px + 40px);
  content: "";
  opacity: 0.2;
  background: #fa188d;
  animation: pulse-background 1.5s ease-out infinite;
  -webkit-animation: pulse-background 1.5s ease-out infinite;
}
.wpcf7 .ajax-loader::before {
  animation-name: spin;
}
.check_activity .content_bottom_form {
  margin-top: 47px;
}
.check_activity .form_client {
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 50px;
}
.check_activity .form_client h2 {
  margin-bottom: 23px;
}
.check_activity .form_client .content_top > p {
  text-align: center;
}
.check_activity .form_client .content_top p {
  max-width: 745px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.check_activity .form_client .wpcf7-radio label {
  position: static;
  transform: none;
  padding: 0;
  pointer-events: auto;
}
.check_activity .form_client .wpcf7-radio .wpcf7-list-item {
  margin-right: 10px;
  width: auto;
}
.check_activity .form_client .wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0;
}
.check_activity .form_client .wpcf7-radio label {
  width: auto;
}
.check_activity .form_client .wpcf7-radio label span {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 7px 12px;
  transition: 0.3s all;
  cursor: pointer;
}
.check_activity .form_client .wpcf7-radio label span.checked {
  background: var(--primary-color);
  color: #ffffff;
}
.check_activity .form_client .wpcf7-radio input {
  display: none !important;
}
.check_activity .form_client .wpcf7-list-item {
  margin: 0;
  margin-right: 20px;
}
.check_activity .form_client .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 20px) !important;
  color: var(--primary-color);
}
.check_activity .form_client .wpcf7-list-item input[type="checkbox"] {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid;
  width: 20px !important;
  height: 20px;
  border-color: var(--secondary-color) !important;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: -4px;
  position: relative;
}
.check_activity .form_client .wpcf7-list-item input[type="checkbox"]:checked {
  background: var(--secondary-color);
}
.check_activity .form_client .wpcf7-list-item input[type="checkbox"]:checked:after {
  opacity: 1;
}
.check_activity .form_client .wpcf7-list-item input[type="checkbox"]:after {
  content: '\e923';
  font-family: "evaicon";
  color: var(--primary-color);
  top: -6px;
  position: absolute;
  opacity: 0;
  transition: 0.3s all;
}
.check_activity .form-control {
  margin-bottom: 25px;
}
.check_activity .form-control.active label {
  top: 0px !important;
  color: var(--primary-color);
}
.check_activity .wpcf7 input,
.check_activity .wpcf7 textarea {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.check_activity .result {
  margin: 0 auto;
}
.check_activity .result .form_client {
  margin-top: 40px;
}
.check_activity .result .form_contact {
  display: none;
}
.check_activity .result .form_contact.active {
  display: block;
}
.check_activity .result .form_contact2 {
  display: none;
}
.check_activity .result .form_contact2.active {
  display: block;
}
.check_activity .result form {
  max-width: 750px;
  margin: 0 auto;
}
.check_activity .mess_to_client .mess {
  color: #ffffff;
  font-size: 20px;
  margin: 20px 0;
  display: block;
  text-align: center;
  display: none;
}
.check_activity .form_check_agencys .row {
  margin-left: -7px;
  margin-right: -7px;
}
.check_activity .form_check_agencys .row > div {
  padding: 0 7px;
}
.check_activity .form_check_agencys .row .col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.check_activity .form_check_agencys .row .col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.check_activity .form_check_agencys input,
.check_activity .form_check_agencys button {
  width: 100%;
}
.check_activity .form_check_agencys input {
  padding: 0 30px;
}
.check_activity .form_check_agencys .field_wap {
  display: block;
}
.check_activity .form_check_agencys .field_wap {
  position: relative;
}
.check_activity .form_check_agencys .field_wap.active:before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 21px;
  right: 24px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
}
.check_activity .form_check_agencys .field_wap.active:after {
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  content: "";
  right: 10px;
  top: 18px;
}
.check_activity .form_check_agencys button {
  background: var(--secondary-color);
  height: 60px;
  border: 0;
  font-weight: 500;
  border-radius: 5px;
  cursor: no-drop;
}
.check_activity .form_check_agencys button.active {
  cursor: pointer;
}
.check_activity .form_check_agencys button i {
  margin-left: 10px;
  position: relative;
}
.check_activity .form_check_agencys button.form_loading i:before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 3px;
  right: -15px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
}
.check_activity .form_check_agencys button.form_loading i:after {
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  content: "";
  right: -30px;
  top: 0;
}
.jws_dektop_1 .jws_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.jws_dektop_2 .jws_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.jws_dektop_3 .jws_item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.jws_dektop_4 .jws_item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.jws_dektop_5 .jws_item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.jws_dektop_6 .jws_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.jws_dektop_7 .jws_item {
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_1 .jws_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_2 .jws_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_3 .jws_item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_4 .jws_item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_5 .jws_item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_6 .jws_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_7 .jws_item {
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_1 .jws_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_2 .jws_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_3 .jws_item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_4 .jws_item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_5 .jws_item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_6 .jws_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_7 .jws_item {
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
.jws_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .jws_row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
-webkit-keyframes jws-rotate 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes movetop {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes jws_fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInLeft {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes ShortMoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-15px);
    -webkit-transform: translatey(-15px);
  }
}
.ShortMoveTop {
  animation: ShortMoveTop 2s linear infinite;
  animation-direction: alternate;
}
@keyframes circle1 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: 400px;
    height: 400px;
    opacity: 0;
  }
}
.bounceInLeft .elementor-widget-container,
.bounceInDown .elementor-widget-container,
.bounceInUp .elementor-widget-container,
.bounceInRight .elementor-widget-container {
  position: relative;
}
[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"}'] .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInDown"}'] .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInUp"}'] .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInRight"}'] .elementor-widget-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #fafafa;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease-in-out, opacity 0s;
  content: "";
  z-index: 1;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInDown"}'].animated .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInUp"}'].animated .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInRight"}'].animated .elementor-widget-container:before {
  background: #fafafa;
  opacity: 1;
  transition-delay: 0.5s;
}
[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.5s;
}
[data-settings='{"_animation":"bounceInLeft"}'] .elementor-widget-container:before {
  transform-origin: 100% 50%;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated .elementor-widget-container:before {
  transform: scaleX(0);
}
[data-settings='{"_animation":"bounceInDown"}'] .elementor-widget-container:before {
  transform-origin: 50% 100%;
}
[data-settings='{"_animation":"bounceInDown"}'].animated .elementor-widget-container:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInUp"}'] .elementor-widget-container:before {
  transform-origin: 50% 0%;
}
[data-settings='{"_animation":"bounceInUp"}'].animated .elementor-widget-container:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInRight"}'] .elementor-widget-container:before {
  transform-origin: 0% 50%;
}
[data-settings='{"_animation":"bounceInRight"}'].animated .elementor-widget-container:before {
  transform: scaleX(0);
}
.dark-mode-on [data-settings='{"_animation":"bounceInLeft"}'] .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInDown"}'] .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInUp"}'] .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInRight"}'] .elementor-widget-container:before {
  background: #000000;
}
.dark-mode-on [data-settings='{"_animation":"bounceInLeft"}'].animated .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInDown"}'].animated .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInUp"}'].animated .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInRight"}'].animated .elementor-widget-container:before {
  background: rgba(0, 0, 0, 0);
}
.bounceInLeft,
.bounceInDown,
.bounceInUp,
.bounceInRight {
  animation-name: none;
}
@keyframes MoveLeft {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(100px);
    -webkit-transform: translatex(100px);
  }
}
.MoveLeft {
  animation: MoveLeft 5s linear infinite;
  animation-direction: alternate;
}
@keyframes MoveRight {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(-100px);
    -webkit-transform: translatex(-100px);
  }
}
.MoveRight {
  animation: MoveRight 5s linear infinite;
  animation-direction: alternate;
}
@keyframes MoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-50px);
    -webkit-transform: translatey(-50px);
  }
}
.MoveTop {
  animation: MoveTop 5s linear infinite;
  animation-direction: alternate;
}
@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 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.MoveCircle360 {
  animation: MoveCircle360 5s linear infinite;
  animation-direction: alternate;
}
.MoveCircleSmall {
  animation: MoveCircleSmall 5s linear infinite;
  animation-direction: alternate;
}
.MoveCircle {
  animation: MoveCircle 5s linear infinite;
  animation-direction: alternate;
}
.MoveZoomOut {
  animation: MoveZoomOut 5s linear infinite;
  animation-direction: alternate;
}
.MoveZoomIn {
  animation: MoveZoomIn 5s linear infinite;
  animation-direction: alternate;
}
@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: 0.5;
  }
  20% {
    opacity: 0.5;
  }
  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.1;
  }
  20% {
    opacity: 0.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-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 pulse-background {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.7);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.7);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
}
.jws_header.header_absolute_yes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body.admin-bar .jws_header.header_absolute_yes {
  top: 32px;
}
.jws_header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  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;
}
/* Title Bar */
.jws-title-bar-wrap {
  text-align: left;
}
.jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
  font-size: 48px;
  line-height: 72px;
  margin-bottom: -2px;
}
.jws-title-bar-wrap .jws-title-bar .subtitle {
  display: block;
  line-height: 20px;
  letter-spacings: 0.4px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
  margin-bottom: 0px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path .delimiter {
  padding: 0 11px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path .current {
  color: var(--primary-color);
}
.jws-title-bar-wrap.type2 {
  background-image: none !important;
  background: #f5f5f5 !important;
  padding: 25px 0 !important;
}
.jws-title-bar-wrap.type2 .jws-title-bar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-text-ellipsis {
  font-size: 18px;
  margin-bottom: 0;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path {
  font-size: 12px;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path a,
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path span {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path a:hover,
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path span:hover {
  opacity: 1;
}
.jws_header.header-home-2 {
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vertical-header {
    position: fixed;
    width: 80px;
    height: 100vh;
    text-align: center;
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.05);
  }
  .vertical-header > .elementor {
    height: 100%;
  }
  .vertical-header > .elementor > .elementor-section-wrap {
    height: 100%;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vertical-header > .elementor > .elementor-section-wrap .elementor-widget-jws-logo {
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: center;
  }
  .vertical-header > .elementor > .elementor-section-wrap .elementor-widget-jws-logo img,
  .vertical-header > .elementor > .elementor-section-wrap .elementor-widget-jws-logo svg {
    transform: scaleX(-1);
    will-change: unset;
  }
  .vertical-header-body {
    width: calc(100vw -80px);
    margin-left: 80px;
  }
}
.top-header-slider .container {
  position: relative;
}
.top-header-slider .close-header-top {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.top-header-slider {
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  body .jws-title-bar-wrap {
    padding-top: 100px !important;
  }
}
.jws_header .elementor-column-gap-default > .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
.jws_nav_menu .jws_nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.jws_nav_menu .jws_nav > li > a {
  padding: 0px 13px;
}
.jws_nav_menu .jws_nav > li:first-child > a {
  padding-left: 0;
}
.jws_nav_menu .jws_nav li a {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.jws_nav_menu .jws_nav li a span {
  position: relative;
  display: block;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws_nav_menu .jws_nav > li > a {
  line-height: 80px;
}
.jws_nav_menu .jws_nav li {
  overflow: unset;
}
.jws_nav_menu .jws_nav li .sub-menu {
  padding: 30px 0;
}
.jws_nav_menu .jws_nav li .sub-menu a:before {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: 13px;
  border-radius: 100%;
  background: currentColor;
  display: inline-block;
  opacity: 0;
  vertical-align: middle;
  transform: translateX(-10px);
  transition: .3s;
  float: left;
  line-height: 36px;
}
.jws_nav_menu .jws_nav li .sub-menu span {
  display: inline-block;
  width: calc( 100% - 5px );
}
.jws_nav_menu .jws_nav li .sub-menu .bt-sub-menu {
  background: transparent;
  border: none;
  position: absolute;
  font-size: 20px;
  height: 30px;
  padding: 0;
  top: 0;
  right: 30px;
}
.jws_nav_menu .jws_nav li .sub-menu > li > a {
  font-size: 15px;
  line-height: 36px;
  font-weight: 400;
  padding: 0;
}
.jws_nav_menu .jws_nav li .sub-menu > li > a > span {
  color: currentColor;
}
.jws_nav_menu .jws_nav li::first-child a {
  padding-left: 0;
}
.jws_nav_menu .jws_nav li::last-child a {
  padding-right: 0;
}
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-ancestor > a::before,
.jws_nav_menu .jws_nav li .sub-menu li.current_page_ancestor > a::before,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-parent > a::before,
.jws_nav_menu .jws_nav li .sub-menu li.current_page_item > a::before,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item > a::before,
.jws_nav_menu .jws_nav li .sub-menu li:hover > a::before {
  opacity: 1;
  transform: translateX(0);
  background: #ffffff;
}
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-ancestor > a > span,
.jws_nav_menu .jws_nav li .sub-menu li.current_page_ancestor > a > span,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-parent > a > span,
.jws_nav_menu .jws_nav li .sub-menu li.current_page_item > a > span,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item > a > span,
.jws_nav_menu .jws_nav li .sub-menu li:hover > a > span {
  transform: translateX(10px);
  color: #ffffff;
}
.jws_nav_menu .jws_nav .sub-menu .current-menu-ancestor > a,
.jws_nav_menu .jws_nav .sub-menu .current_page_ancestor > a,
.jws_nav_menu .jws_nav .sub-menu .current-menu-parent > a,
.jws_nav_menu .jws_nav .sub-menu .current_page_item > a,
.jws_nav_menu .jws_nav .sub-menu .current-menu-item > a,
.jws_nav_menu .jws_nav .sub-menu > li:hover > a {
  opacity: 1 !important;
}
.jws_nav_menu .jws_nav .current_page_parent > a,
.jws_nav_menu .jws_nav > .current-menu-ancestor > a {
  opacity: 1 !important;
}
.jws_nav_menu .jws_nav li .sub-menu {
  margin: 10px 0px 0px -15px;
}
.jws_nav_menu .jws_nav li .sub-menu ul {
  margin-left: 0px;
  margin-top: 0;
}
.jws_nav_menu .jws_nav .current-menu-ancestor a,
.jws_nav_menu .jws_nav .current_page_ancestor a,
.jws_nav_menu .jws_nav .current-menu-item a {
  position: relative;
  color: var(--primary-button-background);
}
.jws_nav_menu .jws_nav li:hover > a::before {
  opacity: 1;
}
.jws_nav_menu .jws_nav li a {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .jws_nav_menu .jws_nav li a {
    padding: 0px 10px;
  }
}
.jws_nav_menu .jws_nav li .sub-menu {
  margin-top: 0;
  list-style-type: none;
}
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item a {
  display: block;
}
.jws_nav_menu .jws_nav li .sub-menu li:hover > a,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item > a {
  opacity: 1;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown {
  padding: 37px 28px;
  background: var(--sub-menu-background-color);
  left: -45px;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li a:before {
  content: '';
  width: 5px;
  height: 5px;
  margin-top: 15px;
  border-radius: 100%;
  background: currentColor;
  display: inline-block;
  opacity: 0;
  vertical-align: middle;
  transform: translateX(-10px);
  transition: .3s;
  float: left;
  line-height: 36px;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li span {
  display: inline-block;
  width: calc( 100% - 5px );
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li a {
  font-size: 15px;
  line-height: 36px;
  font-weight: 400;
  padding: 0;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li a > span {
  color: currentColor;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current-menu-parent > a::before,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current_page_item > a::before,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current-menu-item > a::before,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li:hover > a::before {
  opacity: 1;
  transform: translateX(0);
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current-menu-parent > a > span,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current_page_item > a > span,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current-menu-item > a > span,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li:hover > a > span {
  transform: translateX(10px);
}
.jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu > li > .sub-menu {
  background-color: #0d1a4c;
}
.jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu > li > .sub-menu > li > .sub-menu {
  background-color: #0b1540;
}
.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;
}
.mega_menu_full_width {
  width: 100%;
}
.custom-divider {
  width: 30px !important;
  height: 2px;
}
.custom-divider .elementor-widget-container {
  height: 2px;
  background-size: 200%;
}
.custom-mega-menu-list li a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.custom-mega-menu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  opacity: 0;
  background-size: 200%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.custom-mega-menu-list li a:hover::before {
  opacity: 1;
}
.elementor_jws_menu_layout_menu_horizontal .custom-mega-menu-list li:hover span {
  display: block;
}
.jet-sticky-section-sticky--stuck {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.jet-sticky-section-sticky--stuck .custom-search-home2 .elementor-icon {
  filter: initial;
}
.jet-sticky-section-sticky--stuck .jws_main_menu .jws_nav_menu .jws_nav li .sub-menu-dropdown {
  padding-top: 11px;
}
.backToTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  opacity: 0;
  color: #000;
  text-align: center;
  z-index: 99;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -ms-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  text-decoration: none !important;
  pointer-events: none;
}
.backToTop .btn-icon-custom {
  width: 1px;
  height: 0;
  position: relative;
  transform: unset !important;
  margin: 0;
  transition: all 0.2s linear;
  vertical-align: middle;
}
.backToTop .btn-icon-custom::before {
  width: 7px;
  height: 1px;
  background-color: currentColor;
  right: -1px;
  position: absolute;
  top: 0;
}
.backToTop .btn-icon-custom::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  right: -5px;
  top: 0;
}
.backToTop:hover .btn-icon-custom {
  height: 15px;
}
.backToTop.totopshow {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: auto;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu > ul > li {
  float: left;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-jws-menu-skin-skin1 .jws_main_menu .jws_nav_menu > ul > li:first-child {
  padding-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-jws-menu-skin-skin1 .jws_main_menu .jws_nav_menu > ul > li:last-child {
  padding-right: 0 !important;
}
.elementor-jws-menu-align-right .jws_nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  padding-left: 20px;
}
.elementor-jws-menu-align-left .jws_nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
.elementor-jws-menu-align-center .jws_nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu > ul > li:first-child a:before {
  display: none;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu > ul > li > a {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu > ul > li > a:before {
  content: "";
  background: #626262;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -3px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu > ul > li:first-child a:before {
  display: none;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu > ul > li > a {
  position: relative;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu > ul > li > a:before {
  content: "";
  background: #d1d0d0;
  width: 1px;
  height: 8px;
  position: absolute;
  left: -0.5px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.jws_menu_canvas_sidebar .jws_nav_menu {
  position: relative;
}
.jws_menu_canvas_sidebar .jws_nav_menu .sub-menu-dropdown {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu > ul > li.menu-item-design-mega_menu,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu > ul > li.menu-item-design-mega_menu_full_width {
  position: unset;
}
.jws_menu_canvas_sidebar .jws_nav_menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul li a .menu-label,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul li a .menu-label {
  position: absolute;
  bottom: 85%;
  z-index: 1;
  display: inline-block;
  margin-left: -20px;
  padding: 0px 10px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.9em;
  background: #ffffff;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul li a .menu-label:before,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul li a .menu-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-bottom-width: 0;
  border-right-width: 7px;
  border-left-width: 0;
  border-top-color: transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li {
  position: relative;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li > a,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li > a {
  display: block;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li > a i,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li > a i {
  margin-left: 7px;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li .sub-menu,
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li .sub-menu-dropdown,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li .sub-menu-dropdown {
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
  -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_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li {
  padding: 0 30px;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a {
  display: block;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a i,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > 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;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li:last-child > a,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li:last-child > a {
  border-bottom: 0 !important;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li {
  position: relative;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: -8px;
  opacity: 0;
  -webkit-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
  visibility: hidden;
  pointer-events: none;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li:hover .sub-menu,
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li:hover .sub-menu-dropdown,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: unset;
  opacity: 0.8;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > a {
  margin: 0 0 5px 0;
  padding-right: 50px !important;
  text-transform: uppercase;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > a i,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > a i {
  display: none;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li.current_page_parent > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li.current_page_parent > a,
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li.current_page_parent > .bt-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li.current_page_parent > .bt-sub-menu {
  opacity: 1;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > .current-menu-parent > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > .current-menu-parent > a,
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li.current_page_item > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li.current_page_item > a,
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > .current-menu-parent > .bt-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > .current-menu-parent > .bt-sub-menu,
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li.current_page_item > .bt-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li.current_page_item > .bt-sub-menu {
  opacity: 1;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li:hover > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li:hover > a,
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li:hover > .bt-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li:hover > .bt-sub-menu {
  opacity: 1;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .bt-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .bt-sub-menu {
  background: transparent;
  border: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 0;
  right: -7px;
  position: relative;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .bt-sub-menu:before,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .bt-sub-menu:before {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  -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-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu-dropdown,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu-dropdown {
  width: 100% !important;
  display: none;
  padding-left: 10px;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu {
  width: 100% !important;
  display: none;
  padding-left: 20px;
  padding-bottom: 15px;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu .sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu .sub-menu {
  font-size: 95%;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu li a i,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu li a i {
  display: none;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu li:last-child a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu li:last-child a {
  border-bottom: 0 !important;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li a {
  display: block;
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li.active > .bt-sub-menu:before,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li.active > .bt-sub-menu:before {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-column-gap-default,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-column-gap-default {
  flex-wrap: wrap;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-section .elementor-container,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-section .elementor-container {
  display: block;
}
.jws-offcanvas-content .elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-column,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-column {
  width: 100% !important;
  padding-bottom: 20px;
}
.jws_nav_dropdown .jws-cart-sidebar {
  display: none;
}
.jws_nav_dropdown .jws_nav_dropdown_inner {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #ebebeb;
  z-index: 1000;
  width: 270px;
  overflow: auto;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.jws_nav_dropdown.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100% !important;
  height: 100%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1000;
  top: 0;
  left: 0;
}
.jws_nav_dropdown.active .jws_nav_dropdown_inner {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.jws_main_menu .jws_nav:not(.sub-menu) > li:hover::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: -35px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  width: 100px;
}
.jws_main_menu .sub-menu a::after {
  content: none;
}
.elementor-popup-modal .jws_main_menu .menu-item-has-children > a::after {
  content: none;
}
.bt-sub-menu:focus {
  outline: none;
}
.px-0 input {
  padding: 0px !important;
}
.menu-listing {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  .menu-listing {
    margin-top: 0;
  }
}
.elementor-icon-list--layout-inline .menu-listing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.jet-sticky-section-sticky--stuck .jws_nav_menu .jws_nav > li > a {
  line-height: 80px;
}
@media only screen and (max-width: 1200px) {
  .jws_nav_menu .jws_nav > li {
    padding: 0px 5px;
  }
}
.elementor-widget-menu-listing .bottom-line a span {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1.5px);
  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%;
  display: inline-block;
}
.elementor-widget-menu-listing .bottom-line a:hover span {
  color: currentColor;
  background-size: 100% 100%;
}
/* Off-Canvas Module CSS */
.jws-offcanvas-action-wrap .jws-elementor-button {
  display: inline-block;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper i {
  font-size: 20px;
}
.jws-offcanvas {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  overflow: auto;
  background: var(--primary-button-background);
  visibility: visible;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  will-change: auto;
}
.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 {
  margin-top: 32px;
}
.jws-offcanvas-icon-bg {
  display: inline-block;
}
.position-at-right {
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.position-at-left {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  left: 0;
}
/* 	Normal Box shadow */
.jws-offcanvas-shadow-normal.position-at-right.jws-offcanvas-show,
.jws-offcanvas-shadow-normal.position-at-left.jws-offcanvas-show {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.jws-offcanvas-action-wrap .jws-offcanvas-action .jws-offcanvas-icon {
  text-align: center;
}
/* Floating Position */
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-left,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-left {
  top: 50%;
  left: 0em;
  right: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-right,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-right {
  top: 50%;
  right: 0em;
  left: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.3s all;
}
.jws-offcanvas-content {
  position: relative;
  width: 100%;
  padding: 35px;
  padding-top: 110px;
}
.jws-offcanvas img {
  max-width: 100%;
}
.jws-offcanvas-full {
  pointer-events: none;
  min-height: 100%;
}
.jws-offcanvas-action {
  cursor: pointer;
}
.jws-offcanvas-full .jws-offcanvas-close {
  pointer-events: auto;
}
.jws-offcanvas-show,
.jws-offcanvas-show .jws-offcanvas-close,
.jws-offcanvas-show + .jws-offcanvas-close {
  visibility: visible;
}
.jws-offcanvas-show {
  transform: translatex(0);
  -webkit-transform: translatex(0);
}
.jws-offcanvas-close-icon-wrapper {
  position: absolute;
  top: 55px;
  right: 55px;
  z-index: 10;
}
/* 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 {
  padding-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 .jws-offcanvas-close-icon,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
  cursor: pointer;
  fill: #ffffff;
  color: #ffffff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
  display: block;
  float: right;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0px;
  text-align: center;
}
.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: 36px;
  left: auto;
}
/* Overlay */
.jws-offcanvas-show ~ .jws-offcanvas-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  visibility: visible;
}
.jws-offcanvas-close {
  z-index: 99999;
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .jws_nav_menu .jws_nav > li {
    padding: 0px 5px;
  }
  .jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
    right: 25px;
  }
}
.jws-head-blog-tab {
  margin-bottom: 32px;
  text-align: right;
}
.jws-head-blog-tab ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.jws-head-blog-tab ul::before {
  content: '';
  bottom: 3px;
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--primary-color);
  z-index: 1;
  opacity: 0.1;
}
.jws-head-blog-tab ul li {
  display: inline-block;
  padding-right: 42px;
}
.jws-head-blog-tab ul li a {
  width: auto !important;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 50px;
  background-image: linear-gradient(transparent calc(100% - 1.5px), var(--secondary-color) 1.5px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 91%;
  display: inline-block;
}
.jws-head-blog-tab ul li a.active {
  background-size: 100% 91%;
}
.jws-head-blog-tab ul li:hover a {
  background-size: 100% 91%;
}
.jws-head-blog-tab ul li:last-child {
  padding-right: 0;
}
.jws_blogs_slider .slick-arrow {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_blogs_slider .slick-list {
  padding: 65px;
  margin: -65px;
}
.jws_blogs_slider .slick-list .slick-slide {
  opacity: 0;
}
.jws_blogs_slider .slick-list .slick-active {
  opacity: 1;
}
.jws_blogs_slider:hover .slick-arrow {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .jws-head-blog-tab ul li {
    padding-right: 20px;
  }
}
.margin-out-blog .blogs-tab {
  margin-right: -35%;
}
@media screen and (max-width: 1024px) {
  .margin-out-blog .blogs-tab {
    margin-right: 0;
  }
}
.jws_tongle_switch .toggle-btn {
  text-align: center;
  font-weight: 500;
}
.jws_tongle_switch .toggle-btn .toggle-secondary {
  color: var(--primary-color);
}
.jws_tongle_switch .toggle-btn .toggle-primary {
  color: var(--primary-button-background);
}
.jws_tongle_switch .toggle-btn.active .toggle-secondary {
  color: var(--primary-button-background);
}
.jws_tongle_switch .toggle-btn.active .toggle-primary {
  color: var(--primary-color);
}
.jws_tongle_switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 21px;
  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(--primary-button-background);
  -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: 14px;
  width: 14px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  -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(30px) translateY(-50%);
  -ms-transform: translateX(30px) translateY(-50%);
  transform: translateX(30px) 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;
}
.jws_account {
  position: relative;
  display: inline-block;
}
.jws_account .jws_account_text {
  text-transform: uppercase;
}
.jws_account .jws_text {
  text-transform: uppercase;
}
.jws_account .jws_a_icon i {
  display: inline-block;
}
.jws_account .text_position_left {
  padding-right: 5px;
}
.jws_account .text_position_right {
  padding-left: 5px;
}
.jws_account .has_user::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 9999;
}
.jws_account .no_user .jws_text {
  padding-right: 6px;
}
.jws_account .account-menu-dropdown {
  position: absolute;
  top: 100%;
  padding: 30px;
  width: 210px;
  right: 0;
  padding: 23px 0px 30px 20px;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  transform: translatey(25px);
  background: #ffffff;
  -webkit-transform: translatey(25px);
}
.jws_account .account-menu-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .jws_account .account-menu-dropdown {
    display: none;
  }
}
.jws_account .account-menu-dropdown a {
  line-height: 30px;
  opacity: 0.6;
  padding: 0;
  font-size: 13px;
  position: relative;
}
.jws_account .account-menu-dropdown a:hover {
  opacity: 1;
}
.jws_account:hover .account-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
}
.jws_account.layout_2 .no_user .jws_text {
  padding: 0;
}
.vertical-header .account-menu-dropdown {
  display: none !important;
}
@media (max-width: 1024px) {
  .jws_account .jws_text {
    display: none;
  }
}
.elementor-widget-jws_account {
  height: 100%;
}
.elementor-widget-jws_account > .elementor-widget-container {
  height: 100%;
}
.elementor-widget-jws_account > .elementor-widget-container > .jws_account {
  height: 100%;
}
.elementor-widget-jws_account > .elementor-widget-container > .jws_account > .jws_ac_noajax {
  height: 100%;
  display: inline-block;
}
.elementor-widget-jws_account > .elementor-widget-container > .jws_account > .jws_ac_noajax > span {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.jws_search {
  position: relative;
}
.jws_search.has_popup > button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  position: relative;
  line-height: 20px;
}
.jws_search.has_popup > button .remove {
  display: none;
}
.jws_search.has_popup .form_content {
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 100%;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -moz-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.jws_search.has_popup .form_content form {
  background: rgba(0, 0, 0, 0.03);
}
.jws_search.has_popup .form_content form .search-submit:hover {
  color: var(--main);
}
.jws_search.has_popup .form_content form input {
  width: 290px;
  line-height: unset;
}
.jws_search i {
  color: var(--primary-color);
}
.jws_search.open > button .open {
  display: none;
}
.jws_search.open > button .remove {
  display: block;
}
.jws_search.open .form_content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.elementor-widget-jws-icon-box .elementor-icon-box-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-widget-jws-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-jws-icon-box.elementor-position-right .elementor-icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .elementor-widget-jws-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .elementor-widget-jws-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .elementor-widget-jws-icon-box.elementor-position-left .elementor-icon-box-wrapper,
  .elementor-widget-jws-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .elementor-widget-jws-icon-box .elementor-icon-box-wrapper {
    text-align: center;
  }
  .elementor-widget-jws-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .elementor-widget-jws-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .elementor-widget-jws-icon-box .elementor-icon-box-icon {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
.background-icon .elementor-icon {
  background-color: transparent !important;
  width: 80px;
  height: 80px;
  color: #ffffff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  fill: unset !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-icon-box:hover .elementor-icon-box-icon.background-icon .elementor-icon {
  background-position: right center;
}
.jws-table-wrapper {
  overflow: auto;
}
.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 {
  color: var(--primary-color);
  font-weight: 500;
}
.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 .btn-button {
  min-width: unset;
  padding: 8.5px 23px;
}
.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;
}
.jws-table-row td.jws-table-col:last-child .jws-table__text {
  text-align: right !important;
}
@media (max-width: 767px) {
  .jws-table-wrapper .jws-advance-heading {
    display: block;
  }
}
.jws_testimonials_slider_wrap .testimonials_slider {
  margin: 0 -15px;
}
.jws_testimonials_slider_wrap .testimonials_slider .rating {
  padding-left: 25%;
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star {
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star:after {
  left: 0;
  top: 0;
  content: '\e8d9\e8d9\e8d9\e8d9\e8d9';
  position: absolute;
  font-size: 14px;
  text-indent: 0;
  font-family: "evaicon";
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star:before {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  text-indent: 0;
  font-family: "evaicon";
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star.star-1:before {
  content: '\e9c8';
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star.star-2:before {
  content: '\e9c8\e9c8';
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star.star-3:before {
  content: '\e9c8\e9c8\e9c8';
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star.star-4:before {
  content: '\e9c8\e9c8\e9c8\e9c8';
}
.jws_testimonials_slider_wrap .testimonials_slider .rating .star.star-5:before {
  content: '\e9c8\e9c8\e9c8\e9c8\e9c8';
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonials_icon {
  font-size: 50px;
  line-height: 48px;
  font-style: italic;
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonials_description {
  width: calc( 100% - 60px );
  display: inline-block;
  margin-top: 5px;
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonial_footer {
  padding-top: 47px;
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonial_footer .testimonial-image {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  overflow: hidden;
  float: left;
  border: 1px solid var(--accent-color);
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonial_footer .testimonial-image img {
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonial_footer .testimonials_info {
  padding-top: 11px;
  width: calc( 100% - 70px );
  padding-left: 85px;
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonial_footer .testimonials_info .testimonials_title {
  margin-bottom: 3px;
  text-transform: uppercase;
}
.jws_testimonials_slider_wrap .testimonials_slider .testimonial_footer .testimonials_info .testimonials_job {
  font-size: 14px;
  font-style: italic;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial-content {
  padding-left: 20px;
  border-left: 3px solid #4ddffd;
  width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonials_description {
  margin-top: 0;
  color: var(--primary-color);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .rating {
  float: right;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial_footer {
  padding-top: 21px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial_footer .testimonial-image {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  overflow: hidden;
  float: left;
  border: 1px solid var(--accent-color);
  margin-left: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial_footer .testimonial-image img {
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial_footer .testimonials_info {
  padding-top: 15px;
  padding-left: 117px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial-content {
  box-shadow: 0px 25px 37.24px 0.76px rgba(82, 80, 81, 0.08);
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 43px 33px 43px;
  transition: 0.35s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  overflow: hidden;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-list {
  padding: 65px !important;
  margin: -65px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-slide {
  opacity: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-active {
  opacity: 0.5;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-active .testimonials_description {
  opacity: 0.8;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-active.slick-current {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-active.slick-current .testimonials_description {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-dots {
  text-align: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .rating {
  padding-left: 0;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .rating .star {
  position: relative;
  display: block;
  margin: auto;
  width: 70px;
  height: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonials_description {
  width: 100%;
  text-align: center;
  margin-top: 9px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial_footer {
  max-width: 250px;
  padding-top: 23px;
  margin: auto;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial_footer .testimonials_info {
  width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-center .testimonial-content {
  padding: 34px 43px 49px 43px;
  transform: translateY(-15px);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .testimonial-content {
  box-shadow: 0px 25px 37.24px 0.76px rgba(82, 80, 81, 0.08);
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 43px 33px 43px;
  transition: 0.35s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  overflow: hidden;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slick-list {
  padding: 65px !important;
  margin: -65px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slick-slide {
  opacity: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slick-active {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slick-dots {
  text-align: left;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .rating {
  padding-left: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  width: auto;
  height: 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .rating .star {
  position: relative;
  display: block;
  margin: auto;
  width: 70px;
  height: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .testimonials_description {
  width: 100%;
  text-align: left;
  margin-top: -1px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .testimonial_footer {
  padding-top: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .testimonial_footer .testimonials_info {
  width: 100%;
}
.jws_testimonials_slider_wrap .slick-dots {
  text-align: left;
  margin-top: 68px;
}
.jws_testimonials_slider_wrap .custom_navs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.jws_testimonials_slider_wrap .custom_navs .slick-arrow {
  border: none;
  background: transparent;
  outline: none;
}
.jws_testimonials_slider_wrap .custom_navs .spacing-between {
  display: inline-block;
  width: 80px;
  height: 1px;
  background: currentColor;
  margin: 0 10px;
}
.jws_testimonials_slider_wrap .custom_navs.style2 {
  display: inline-flex;
  width: auto;
  top: auto;
}
.jws_testimonials_slider_wrap .custom_navs.style2 .slick-arrow {
  position: relative;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.jws_testimonials_slider_wrap .custom_navs.style2 .slick-prev {
  left: 0;
}
.jws_testimonials_slider_wrap .custom_navs.style2 .slick-next {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonial-heading .heading-tagline {
    margin-bottom: 5px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_info .testimonials_icon {
    font-size: 40px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonial-heading {
    margin-bottom: 25px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonial_footer,
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial_footer,
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial_footer {
    padding-top: 20px;
  }
  .jws_testimonials_slider_wrap .custom_navs.style2 {
    position: relative;
    bottom: 0;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial-content {
    padding: 25px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial_footer {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .jws_testimonials_slider_wrap .custom_navs.style2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .jws_testimonials_slider_wrap .custom_navs {
    display: none;
  }
  .jws_testimonials_slider_wrap .testimonials_slider .rating {
    padding-left: 0;
    display: block;
    height: 40px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonials_description,
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonials_description,
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonials_description {
    width: 100%;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonial_footer .testimonials_info,
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial_footer .testimonials_info,
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .testimonial_footer .testimonials_info {
    width: 100%;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .rating {
    float: none;
    display: block;
    padding-left: 0;
    height: 20px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial-content {
    padding: 35px !important;
    transform: unset !important;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .testimonial_footer .testimonials_info {
    padding-left: 70px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .testimonial-content {
    padding: 25px;
  }
}
.jws-blog-element .jws-post-wap {
  box-shadow: 0px 0px 31.04px 0.96px rgba(2, 2, 66, 0.08);
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  overflow: hidden;
}
.jws-blog-element .jws_post_image {
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws_post_image .jws-post-gallery .jws-post-gallery-item {
  overflow: hidden;
}
.jws-blog-element .jws_post_image img {
  width: 100%;
}
.jws-blog-element .jws_post_image .jws-post-category {
  position: absolute;
  bottom: 4px;
  left: 19px;
  z-index: 1;
}
.jws-blog-element .jws_post_image .jws-post-category a {
  display: inline-block;
  background: var(--primary-button-background);
  padding: 0 11px;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0 10px 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-blog-element .jws_post_image .jws-post-category a:hover {
  background: var(--secondary-color);
}
.jws-blog-element .jws_post_image .jws-post-category a:last-child {
  margin-right: 0;
}
.jws-blog-element .jws-post-content {
  padding: 32px;
}
.jws-blog-element .jws-post-content .jws-post-meta code {
  padding: 0 5px;
}
.jws-blog-element .jws-post-content .jws-post-meta a {
  color: currentColor;
}
.jws-blog-element .jws-post-content .jws-post-category {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-blog-element .jws-post-content .jws-post-category a {
  color: currentColor;
}
.jws-blog-element .jws-post-content .jws-entry-title {
  margin: 0;
  display: inline-block;
}
.jws-blog-element .jws-post-content .jws-post-excerpt {
  padding-top: 20px;
  line-height: 24px;
}
.jws-blog-element .jws-post-content .jws-post-readmore {
  font-weight: 500;
  padding-top: 20px;
  display: inline-block;
}
.jws-blog-element .jws-blog-item.link .jws-post-content,
.jws-blog-element .jws-blog-item.quote .jws-post-content {
  text-align: center;
  padding-top: 0;
}
.jws-blog-element .jws-blog-item.link .jws-post-wap,
.jws-blog-element .jws-blog-item.quote .jws-post-wap {
  background: var(--primary-color);
  padding: 74px 13%;
  height: 100%;
}
.jws-blog-element .jws-blog-item.link .jws-post-content,
.jws-blog-element .jws-blog-item.quote .jws-post-content {
  margin-top: 0;
}
.jws-blog-element .jws-blog-item.link .jws-entry-title,
.jws-blog-element .jws-blog-item.quote .jws-entry-title {
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
.jws-blog-element .jws-blog-item.link .link-post,
.jws-blog-element .jws-blog-item.quote .link-post {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
.jws-blog-element .jws-blog-item.quote .jws-entry-title {
  font-size: 18px;
  line-height: 30px;
}
.jws-blog-element .jws-blog-item.quote .jws-post-author {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.jws-blog-element .jws-blog-item .quote-icon {
  width: 117px;
  height: 101px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
.jws-blog-element .jws-share {
  padding-left: 77px;
}
.jws-blog-element .no-image .jws-post-wap {
  background: #f7fbfc;
  padding: 50px 40px;
  padding-top: 22px;
}
.jws-blog-element .no-image .jws-post-wap .jws-post-content {
  margin-bottom: 0;
  padding: 0;
}
.jws-blog-element .no-image .jws-post-wap .jws-post-category {
  margin-bottom: 30px;
  display: block;
  z-index: 1;
}
.jws-blog-element .no-image .jws-post-wap .jws-post-category a {
  display: inline-block;
  background: var(--primary-button-background);
  padding: 0 11px;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-blog-element .no-image .jws-post-wap .jws-post-category a:hover {
  background: var(--secondary-color);
}
.jws-blog-element .no-image .jws-post-wap .jws-post-category a:last-child {
  margin-right: 0;
}
.jws-blog-element .jws-blog-layout2 .jws-post-wap {
  box-shadow: none;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content {
  padding: 26px 0 0 0;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-meta a:hover {
  color: #fa188d;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-meta .jws-post-author span {
  text-transform: capitalize;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-entry-title {
  line-height: 36px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-meta {
  margin-bottom: 0;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-excerpt {
  line-height: 24px;
  padding-top: 28px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-readmore {
  padding-top: 26px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-readmore i {
  opacity: 0;
  transition: 0.2s;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .jws-post-readmore:hover i {
  opacity: 1;
}
.jws-blog-element .jws-blog-layout2 .quote .jws-post-wap,
.jws-blog-element .jws-blog-layout2 .link .jws-post-wap {
  padding: 63px 4%;
}
.jws-blog-element .jws-blog-layout2 .quote .jws-post-wap .jws-post-content .jws-entry-title,
.jws-blog-element .jws-blog-layout2 .link .jws-post-wap .jws-post-content .jws-entry-title {
  line-height: 36px;
  font-size: 24px;
}
.jws-blog-element .jws-blog-layout2 .quote .jws-post-wap .jws-post-content .jws-post-author,
.jws-blog-element .jws-blog-layout2 .link .jws-post-wap .jws-post-content .jws-post-author {
  margin-top: 21px;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap {
  box-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap .jws-post-image {
  width: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap .jws-post-content {
  padding: 0 0 0 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap .jws-post-content .jws-entry-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap .jws-post-content .jws-post-meta {
  margin: 5px 0 0;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap .jws-post-content .jws-post-meta a {
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400;
}
.jws-blog-element .jws-blog-layout4 .jws-post-wap .jws-post-content .jws-post-meta a:hover {
  opacity: 1;
}
.jws-blog-element .jws-blog-layout3 .jws-post-wap {
  box-shadow: none;
}
.jws-blog-element .jws-blog-layout3 .jws_post_image {
  border-radius: 5px;
  overflow: hidden;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content {
  padding: 22px 0 0 0;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-meta a:hover {
  color: #fa188d;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-meta .jws-post-author span {
  text-transform: capitalize;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-entry-title {
  line-height: 30px;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-meta {
  margin-bottom: 10px;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-excerpt {
  line-height: 24px;
  padding-top: 19px;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-readmore {
  padding-top: 19px;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-readmore i {
  opacity: 0;
  transition: 0.2s;
}
.jws-blog-element .jws-blog-layout3 .jws-post-content .jws-post-readmore:hover i {
  opacity: 1;
}
.has-masonry .jws-post-wap {
  height: auto !important;
}
.jws-pagination-number {
  margin-top: 67px;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: -3px;
}
.jws-pagination-number ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 11px 3px 0;
  text-align: center;
}
.jws-pagination-number ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.jws-pagination-number ul li > span,
.jws-pagination-number ul li > a:hover {
  background-color: var(--primary-button-background);
  color: #ffffff;
}
.jws-pagination-number ul li.current {
  background-color: var(--primary-button-background);
  color: #ffffff;
}
.get_override_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
.get_override_content .close-popup-blog {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  display: block;
  margin: 20px auto 0;
  position: relative;
  color: currentColor;
  right: 0;
}
.get_override_content .close-popup-blog i {
  line-height: 50px;
}
.get_override_content .close-popup-blog::before {
  border: 1px solid transparent;
}
.get_override_content .close-popup-blog::after {
  border: 0 solid transparent;
}
.get_override_content .close-popup-blog::before,
.get_override_content .close-popup-blog::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.get_override_content .close-popup-blog:hover::before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.get_override_content .close-popup-blog:hover::after {
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.3s linear 0s;
}
.jws-blog-element .slick-arrow {
  position: absolute;
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-blog-element .slick-arrow.slick-prev {
  transform: translate(-50%, -50%) !important;
  left: -15px !important;
}
.jws-blog-element .slick-arrow.slick-next {
  right: -15px;
  transform: translate(50%, -50%);
}
.jws-blog-element:hover .slick-arrow {
  opacity: 1;
}
.jws-share {
  display: inline-block;
  position: relative;
}
.jws-share > button {
  border: none;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  color: var(--text-color);
}
.jws-share > button span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-share > button .open {
  color: var(--text-color);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-share > button .close {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatex(110%);
  -webkit-transform: translatex(110%);
  z-index: -1;
}
.jws-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
}
.jws-share .addthis_inline_share_toolbox .post-share-inner a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
  visibility: hidden;
  color: var(--primary-color);
}
.jws-share .addthis_inline_share_toolbox .post-share-inner a:hover {
  color: var(--secondary-color);
}
.jws-share .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  visibility: visible;
}
.jws-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}
.jws-share.opened button .open {
  color: var(--primary-color);
}
.jws-share.opened button span {
  color: var(--primary-color);
}
@media only screen and (max-width: 1024px) {
  .jws-blog-element .no-image .jws-post-wap {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 900px) {
  .get_override_content {
    display: none;
  }
}
.col-xl-4 .video_format a.url:before,
.col-xl-3 .video_format a.url:before,
.col-lg-4 .video_format a.url:before,
.col-lg-3 .video_format a.url:before,
.col-md-4 .video_format a.url:before,
.col-md-3 .video_format a.url:before {
  height: 80px;
  width: 80px;
}
.col-xl-4 .blog-audio-player,
.col-xl-3 .blog-audio-player,
.col-lg-4 .blog-audio-player,
.col-lg-3 .blog-audio-player,
.col-md-4 .blog-audio-player,
.col-md-3 .blog-audio-player {
  height: 60px !important;
}
.col-xl-4 .mejs__controls .mejs__time-rail,
.col-xl-3 .mejs__controls .mejs__time-rail,
.col-lg-4 .mejs__controls .mejs__time-rail,
.col-lg-3 .mejs__controls .mejs__time-rail,
.col-md-4 .mejs__controls .mejs__time-rail,
.col-md-3 .mejs__controls .mejs__time-rail {
  padding-top: 15px;
}
.col-xl-4 .mejs__button > button .mejs__button > button,
.col-xl-3 .mejs__button > button .mejs__button > button,
.col-lg-4 .mejs__button > button .mejs__button > button,
.col-lg-3 .mejs__button > button .mejs__button > button,
.col-md-4 .mejs__button > button .mejs__button > button,
.col-md-3 .mejs__button > button .mejs__button > button {
  margin: 12px 6px;
}
@media only screen and (max-width: 767px) {
  .video_format a.url:before {
    height: 80px !important;
    width: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .jws-blog-element .no-image .jws-post-wap {
    background: #f7fbfc;
    padding: 20px 15px;
  }
  .jws-blog-element .jws-share {
    padding-left: 70px;
  }
  .jws-blog-element .no-image .jws-post-wap .jws-post-category a {
    margin: 5px 10px;
  }
  .jws-share.opened .addthis_inline_share_toolbox {
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    background: #ffffff;
  }
}
.jws_tab_wrap .tab_nav_container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.jws_tab_wrap .tab_nav_wrap {
  background: #ffffff;
  padding: 8px;
  border-radius: 40px;
  display: inline-block;
  box-shadow: 0px 7px 13.95px 1.05px rgba(28, 31, 28, 0.05);
}
.jws_tab_wrap .tab_absolute {
  position: absolute;
  z-index: 1;
}
.jws_tab_wrap .tab_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_tab_wrap .tab_nav li {
  display: inline-block;
}
.jws_tab_wrap .tab_nav li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 7px 32px 7px 32px;
  font-weight: 700;
  color: var(--primary-color);
  border-radius: 40px;
}
.jws_tab_wrap .tab_nav #magic_line {
  position: absolute;
  transition: 0.5s all;
  border-radius: 40px;
}
.jws_tab_wrap .tab_content {
  padding-top: 45px;
}
.jws_tab_wrap .tab_content .jws_tab_item {
  display: none;
}
.jws_tab_wrap .tab_content .jws_tab_item.current {
  display: block;
  animation: jws_fadeInUp 0.7s both;
  -webkit-animation: jws_fadeInUp 0.7s both;
}
.jws_tab_wrap.layout_layout1 .tab_nav li.current a {
  color: #ffffff;
}
.jws_tab_wrap.layout_layout3 .tab_nav_wrap {
  background: transparent;
  box-shadow: none;
}
.jws_tab_wrap.layout_layout3 .tab_nav_wrap .tab_nav {
  text-align: center;
}
.jws_tab_wrap.layout_layout3 .tab_nav_wrap .tab_nav li a {
  background: #e9f8fe;
  font-size: 16px;
  min-width: 160px;
  padding: 13px 0;
  border-radius: 10px;
  margin: 6px;
  font-weight: 700;
  transition: 0.5s all;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: center;
}
.jws_tab_wrap.layout_layout3 .tab_nav_wrap .tab_nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-112%) translateY(-16%) rotate(90deg);
  transform: translateX(-112%) translateY(-16%) rotate(90deg);
  z-index: -1;
}
.jws_tab_wrap.layout_layout3 .tab_nav_wrap .tab_nav li a:hover {
  background-image: none;
  background: none;
}
.jws_tab_wrap.layout_layout3 .tab_nav_wrap .tab_nav li a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(90deg);
  transform: translateX(-9%) translateY(-25%) rotate(90deg);
}
.jws_tab_wrap.layout_layout3 .tab_content {
  padding-top: 10px;
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap {
  width: 100%;
  position: relative;
  background: transparent;
  padding-bottom: 0px;
  border-radius: 40px;
  text-align: left;
  padding-left: 98px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap {
    justify-content: center;
  }
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav {
  overflow-x: visible;
  overflow-y: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: relative;
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav::before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0px;
  border-bottom: 1px solid #73a6bc;
  width: 100%;
  opacity: 10%;
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li {
  margin-right: 0px;
  position: relative;
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li a {
  color: #ffffff;
  padding: 20px 32px 20px 32px;
}
@media only screen and (min-width: 1024px) {
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li a {
    padding: 20px 26px;
  }
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  z-index: 99;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  background-size: 200%;
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li.current {
  margin-right: 0px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li.current::before {
  width: 100%;
}
.jws_tab_wrap.layout_layout2 .tab_content {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap {
    padding-left: 10px;
  }
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav {
    justify-content: center;
  }
  .jws_tab_wrap.layout_layout2 .tab_nav_wrap .tab_nav li a {
    padding: 10px 15px 10px 15px;
  }
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap {
  position: relative;
  background: transparent;
  padding-bottom: 0px;
  border-radius: 0;
  text-align: left;
  display: inline-block;
  box-shadow: none;
  max-width: 100%;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: auto !important;
  scrollbar-color: transparent transparent;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav::before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0px;
  border-bottom: 1px solid #e7e8ef;
  width: 100%;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li {
  margin-right: 0px;
  position: relative;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li a {
  color: var(--primary-color);
  padding: 8.5px 30px 8.5px 30px;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  z-index: 99;
  -webkit-transition: 0.35s;
  background: var(--accent-color);
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  background-size: 200%;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li:first-child a {
  padding-left: 0;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li.current {
  margin-right: 0px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li.current a {
  color: var(--accent-color);
}
.jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li.current::before {
  width: 100%;
}
.jws_tab_wrap.layout_layout4 .tab_content {
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .jws_tab_wrap.layout_layout4 .tab_nav_wrap {
    padding-left: 10px;
  }
  .jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav {
    justify-content: flex-start;
  }
  .jws_tab_wrap.layout_layout4 .tab_nav_wrap .tab_nav li a {
    padding: 10px 15px 10px 15px;
  }
}
.tab_nav::-webkit-scrollbar {
  height: 2px;
  overflow: visible;
}
.tab_nav::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.tab_nav::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  box-shadow: transparent;
}
.tab_nav:-webkit-scrollbar-track {
  background: transparent;
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-breadcrumbs li {
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.jws-breadcrumbs li.jws-breadcrumbs__item .jws-breadcrumbs__text {
  font-weight: 400;
}
.jws-breadcrumbs li.jws-breadcrumbs__item:first-child {
  padding-left: 0;
}
.jws-breadcrumbs li i {
  display: inline-block;
}
.jws-breadcrumbs li a:hover {
  color: var(--secondary-color);
}
.jws-breadcrumbs .jws-breadcrumbs__item--current {
  color: var(--primary-color);
}
body.archive.post-type-archive-shows .jws-title-bar-wrap,
body.archive.tax-shows_cat .jws-title-bar-wrap {
  text-align: left !important;
}
body.archive.post-type-archive-shows .jws-title-bar-wrap .jws-text-ellipsis,
body.archive.tax-shows_cat .jws-title-bar-wrap .jws-text-ellipsis {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
}
body.archive.post-type-archive-shows .jws-title-bar-wrap .subtitle,
body.archive.tax-shows_cat .jws-title-bar-wrap .subtitle {
  font-size: 12px;
}
.jws_show_item {
  position: relative;
  margin-bottom: 30px;
}
.show-content {
  margin-bottom: -30px;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  /** End layout 7 **/
  /** End Slider **/
}
.show-content .jws_show_wap {
  position: relative;
  overflow: hidden;
}
.show-content .jws_show_wap .overlay_inner {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
}
.show-content .jws-show-item {
  margin-bottom: 30px;
}
.show-content .jws_show_wap .shows_cat {
  position: absolute;
  z-index: 99;
  right: 30px;
  top: 30px;
  background: #fcd436;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 5px;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner {
  width: 100%;
  margin-top: -5px;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner .channel {
  margin-bottom: 10px;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner .channel img {
  max-width: 95px;
  max-height: 25px;
  margin-right: 10px;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner .entry-title a {
  display: inline-block;
  transition: 0.3s all;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner .shows-meta {
  margin-top: 15px;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner .shows-meta span.imdb {
  margin-right: 15px;
}
.show-content .jws_show_wap .jws_show_content .jws_show_content_inner .shows-meta span > i {
  color: #fcd436;
}
.show-content .jws_show_wap .jws_show_image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.show-content .jws_show_wap .jws_show_image img {
  width: 100%;
  transition: 0.5s all;
}
.show-content .jws_show_wap:hover .jws_show_image img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.show-content .jws_show_wap:hover .jws-divider {
  height: 77px;
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_content {
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 20px 45px;
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_content .jws_show_content_inner .entry-title {
  color: #ffffff;
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_content .jws_show_content_inner .shows-meta span > span {
  color: #ffffff;
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_image {
  overflow: hidden;
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_image img {
  width: 100%;
  transition: 0.5s all;
}
.show-content.jws_show_layout1 .jws_show_wap:hover .jws_show_image img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.show-content.jws_show_layout1 .jws_show_wap .overlay_inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(90deg, #03081f 0%, #112164 100%);
  background-image: -webkit-linear-gradient(90deg, #03081f 0%, rgba(17, 33, 100, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #03081f 0%, #112164 100%);
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_content_inner .shows_cat {
  margin-bottom: 15px;
}
.show-content.jws_show_layout1 .jws_show_wap .jws_show_content {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.show-content.jws_show_layout2 .jws_show_wap .jws_show_content {
  padding: 23px 0 0 0;
}
.show-content.jws_show_layout2 .jws_show_wap .jws_show_content_inner .entry-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
.show-content.jws_show_layout2 .jws_show_wap .jws_show_content_inner .shows-meta {
  margin-top: 3px;
}
.show-content.jws_show_layout2 .jws_show_wap .jws_show_content_inner .shows-meta span > i {
  font-size: 13px;
}
.show-content.jws_show_layout2 .jws_show_wap .jws_show_content_inner span.imdb {
  margin-right: 15px;
  font-size: 14px;
}
.show-content.slider.has_wrap {
  padding-bottom: 20px;
}
.show-content.slider.has_wrap .flickity-page-dots {
  bottom: 20px;
}
.show-content.slider.row {
  display: block;
}
.show_nav_container {
  text-align: center;
}
.show_nav {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.show_nav #magic_line {
  position: absolute;
  bottom: 19%;
  left: 0;
  height: 10px;
  transition: all 0.55s;
  padding: 0 !important;
}
.show_nav li {
  display: inline-block;
  padding: 0 10px;
}
.show_nav li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1;
  letter-spacing: 2px;
  position: relative;
  width: auto !important;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1.5px), currentcolor 1.5px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 90%;
}
.show_nav li a:hover,
.show_nav li a.filter-active {
  background-size: 100% 90%;
}
.jws_pagination {
  margin-top: 60px;
  text-align: center;
}
.jws_pagination .jws-load-more {
  display: inline-block;
  vertical-align: middle;
}
.jws-show-element {
  position: relative;
}
.jws-show-element .custom_dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
}
.jws-show-element .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
.jws-show-element .slick-dots li {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  width: 83px;
  height: 2px;
  background: #e7e8ef;
}
.jws-show-element .slick-dots li button {
  width: auto;
  height: auto;
  border: none;
  font-size: 16px;
  color: currentColor;
  position: absolute;
  left: 59%;
  top: 50%;
}
.jws-show-element .slick-dots li button::before {
  content: none;
}
.jws-show-element .slick-dots li.slick-active {
  border-color: #000000;
}
.jws-show-element .slick-dots li.slick-active:before {
  background: #000000;
}
.jws-show-element .slick-dots li.slick-active,
.jws-show-element .slick-dots li:hover {
  background: var(--secondary-color);
}
.jws-show-element .slick-dots li.slick-active button,
.jws-show-element .slick-dots li:hover button {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
}
.text-effect1 .letter {
  display: inline-block;
}
body[data-elementor-device-mode="mobile"] .show_nav #magic_line {
  display: none;
}
@media (max-width: 1660px) {
  .show-content.jws_show_layout1 .col-xl-20 .jws_show_wap:hover .jws_show_content .jws_show_content_inner .jws-divider,
  .show-content.jws_show_layout3 .col-xl-20 .jws_show_wap:hover .jws_show_content .jws_show_content_inner .jws-divider {
    height: 25px;
  }
}
@media (max-width: 1024px) {
  .show-content.jws_show_layout1 .jws_show_wap:hover .jws_show_content .jws_show_content_inner .jws-divider,
  .show-content.jws_show_layout3 .jws_show_wap:hover .jws_show_content .jws_show_content_inner .jws-divider {
    height: 25px;
  }
  .show-content.jws_show_layout1 .jws_show_wap .jws_show_content_inner .shows_cat {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .jws-show-element .custom_dots {
    position: relative;
    bottom: 0;
    display: none;
  }
  .jws-show-element .slick-dots li button {
    display: none;
  }
  .show-content.jws_show_layout2.slider .jws_show_wap .jws_show_content {
    position: absolute;
    bottom: 0;
    padding: 15px;
  }
  .show-content.jws_show_layout1 .jws_show_wap .jws_show_content {
    padding: 10px 20px;
  }
  .show-content .jws_show_wap .shows_cat {
    right: 15px;
    top: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
  }
}
@media (max-width: 400px) {
  .show-content.jws_show_layout1 .jws_show_wap .jws_show_content .jws_show_content_inner .jws_show_readmore {
    display: none;
  }
}
.jws_pagination.jws_ajax {
  width: 100%;
}
.jws_pagination.jws_ajax .jws-load-more {
  display: inline-block;
}
.jws_pagination.jws_ajax .page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}
.jws_pagination.jws_ajax .page-numbers li {
  display: none;
}
.jws_pagination.jws_ajax .page-numbers li:last-child {
  display: inline-block;
}
.jws_pagination.jws_ajax .page-numbers li:last-child .dots-loading {
  display: block;
}
.jws_pagination.jws_ajax #jws-products-loading {
  display: block;
}
.jws_pagination.jws_ajax .has-loaded {
  display: none;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.jws_pagination.jws_ajax.items-loading .page-numbers {
  display: none;
}
.jws_pagination.jws_ajax.items-loading .jws-load-more {
  display: none;
}
.jws_pagination.jws_ajax.all-items-loaded .jws-load-more {
  display: none;
}
.jws_pagination.jws_ajax.all-items-loaded .has-loaded {
  display: block;
}
.jws_pagination.jws_ajax .dots-loading {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.jws_pagination.jws_ajax .dots-loading span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.jws_pagination.jws_ajax .dots-loading span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.jws_pagination.jws_ajax .dots-loading span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.jws_pagination.jws_ajax .dots-loading span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.jws_pagination.jws_ajax.items-loading .dots-loading {
  display: block;
}
.jws_pagination.jws_ajax.items-loading #jws-products-loading {
  display: none;
}
.first-item-white .slick-current .entry-title {
  color: #ffffff;
}
.first-item-white .slick-current .shows-meta span {
  color: #ffffff;
}
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-widget-jws_mini_cart {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a .cart_icon {
  position: relative;
  vertical-align: middle;
  line-height: 100%;
  fill: var(--primary-color);
}
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax {
  display: block;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  display: block;
}
.jws-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-mini-cart-wrapper {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-mini-cart-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.jws-cart-sidebar {
  background: var(--menu-color);
  position: absolute;
  top: 100%;
  right: -20px;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  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);
  max-height: 100vh;
  min-width: 360px;
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding: 30px;
  padding-top: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  margin-bottom: 25px;
}
.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 {
  font-size: 14px;
  color: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart strong {
  font-weight: 500;
  text-transform: uppercase;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .row {
  margin: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  padding: 0;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:first-child {
  padding-right: 8px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:last-child {
  padding-left: 8px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display: block;
  text-align: center;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  padding: 30px;
  position: relative;
  max-height: 50vh;
  overflow: auto;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ada9a9;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom: 25px;
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
  padding: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  text-align: center;
  padding-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  display: block;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
  font-size: 85px;
  line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
  margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 27px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content span.woocommerce-Price-amount.amount {
  color: #fa188d;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price {
  margin: 5px 0;
  font-size: 12px;
  line-height: 24px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  right: 0;
  top: 0;
  display: inline-block;
  position: absolute;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 18px;
  top: 9px;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax {
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div {
  display: inline-block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div > span {
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #d8d8d8;
  display: block;
  border-radius: 100%;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:hover .remove {
  opacity: 1;
}
.jws_mini_cart {
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a {
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  font-size: 14px;
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-right: 5px;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -5px;
  right: -7px;
}
.jws_mini_cart:hover .jws-mini-cart-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.jws_mini_cart:hover .jws-cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws_mini_cart:hover .jws-cart-sidebar:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail,
body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  margin-right: 15px;
}
.dark-mode-on .jws-cart-sidebar {
  background-color: #1C1C1C;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  background: #191919;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover {
  color: #191919;
}
@media only screen and (max-width: 1024px) {
  .jws_mini_cart .jws-mini-cart-wrapper {
    display: none;
  }
  .jws_mini_cart > .jws-cart-nav a .cart_text {
    display: none;
  }
}
.vertical-header .elementor-widget-jws_mini_cart {
  height: auto;
}
.vertical-header .elementor-widget-jws_mini_cart .jws-mini-cart-wrapper {
  display: none !important;
}
.jws_dropdown_text .drop_top {
  font-size: 14px;
  margin: 0;
  transition: 0.3s all;
  line-height: 60px;
  font-weight: 400;
}
.jws_dropdown_text .drop_top img {
  max-width: 25px;
  margin-right: 6px;
  margin-top: -4px;
}
.jws_dropdown_text .drop_top:after {
  content: "\e874";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 4px;
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  background: #ffffff;
  border-top: 5px solid;
  width: 105px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s all;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  font-size: 12px;
  line-height: 25px;
  display: block;
  padding: 5px 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a img {
  width: 25px;
  margin-right: 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a:hover {
  color: #ffffff;
}
.jws_dropdown_text:hover .dropdown_sub {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: auto;
}
.jws_dropdown_text:hover .drop_top:after {
  content: "\e873";
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-options {
  width: 105px !important;
  border: none;
  border-top: 5px solid;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected {
  padding: 0;
  display: inline;
  margin-right: 15px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer {
  position: relative;
  display: inline;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-down {
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-down:after {
  content: "\e874";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 4px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-up {
  border: none !important;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-up:after {
  content: "\e873";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 4px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-select {
  border: none;
  border-radius: unset;
  background: transparent !important;
  min-width: 50px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-select .dd-selected-image {
  display: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-desc {
  display: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option {
  padding: 5px 15px;
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option:hover .dd-option-text {
  color: #ffffff;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding-left: 5px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option-image {
  width: 25px;
  float: unset;
  display: inline-block;
  vertical-align: middle;
}
.jws-cf7 textarea {
  width: 100%;
}
.jws-cf7 .resume-file .wpcf7-not-valid-tip {
  position: relative;
  left: 0;
  top: 4px;
  background: transparent;
}
.jws-cf7 .wpcf7-submit {
  width: 100%;
  border: none;
}
.jws-cf7 .content {
  margin-top: 18px;
  margin-bottom: 20px;
  line-height: 28px;
}
.jws-cf7 .wpcf7-submit[type="submit"] {
  display: inline-block !important;
}
.jws-cf7 .ajax-loader {
  display: none;
}
.jws-cf7 .submitting .ajax-loader {
  display: inline-block;
}
.jws-cf7 .jws-divider {
  width: 1px;
  height: 100px;
  display: inline-block;
  background: #ffffff;
  margin: 15px 0;
}
.jws-cf7 p {
  margin: 0;
}
.jws-cf7 form .wpcf7-response-output {
  margin: 2.5em 0 1em;
}
.jws-cf7 .wpcf7 .wpcf7-form input:not([type=submit]),
.jws-cf7 .wpcf7 .wpcf7-form select:not([type=submit]),
.jws-cf7 .wpcf7 .wpcf7-form input:not([type=checkbox]),
.jws-cf7 .wpcf7 .wpcf7-form select:not([type=checkbox]) {
  width: 100%;
}
.jws-cf7 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.jws-cf7 .wpcf7 .wpcf7-form .wpcf7-submit {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.jws-cf7.layout1 {
  padding: 75px 55px 55px;
}
.jws-cf7.layout1 .cf7-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.jws-cf7.layout1 .sub-title {
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
  font-style: italic;
  letter-spacing: 0.3px;
}
.jws-cf7.layout1 .wpcf7 {
  margin-top: 57px;
}
.jws-cf7.layout1 .wpcf7 .wpcf7-form select,
.jws-cf7.layout1 .wpcf7 .wpcf7-form input:not([type=submit]) {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 45px;
  outline: none;
}
.jws-cf7.layout1 button {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
.jws-cf7.layout1 button input {
  visibility: hidden;
  outline: none;
  opacity: 0;
}
.jws-cf7.layout1 button .cf7-icon-custom {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: absolute;
  transition: 0.3s;
  margin: auto;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jws-cf7.layout1 button .cf7-icon-custom::before {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(10.5px, 4px);
  transform: rotate(-45deg);
  right: 1px;
  position: absolute;
  top: -5px;
}
.jws-cf7.layout1 button .cf7-icon-custom::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
  position: absolute;
  top: -1px;
}
.jws-cf7.layout1 button .cf7-icon-custom::before,
.jws-cf7.layout1 button .cf7-icon-custom::after {
  background: #ffffff;
}
.jws-cf7.layout1 button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form {
  text-align: left;
  position: relative;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form select,
.jws-cf7.layout2 .wpcf7 .wpcf7-form input:not([type=submit]) {
  line-height: 60px;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0px 10px 39.6px 0.4px rgba(31, 59, 177, 0.08);
  width: 100%;
  border-style: unset;
  border-width: 0;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
  line-height: 60px;
  display: inline-block;
  padding: 0 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  min-width: unset;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form label {
  margin: 0;
  vertical-align: bottom;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  top: unset;
  right: unset;
  background: transparent;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form {
  text-align: left;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form select,
.jws-cf7.layout4 .wpcf7 .wpcf7-form input {
  display: block;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form textarea,
.jws-cf7.layout4 .wpcf7 .wpcf7-form select,
.jws-cf7.layout4 .wpcf7 .wpcf7-form input:not([type=submit]) {
  padding: 0 22px;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form textarea {
  padding-top: 22px;
  padding-bottom: 22px;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form .wpcf7-submit {
  line-height: 60px;
  letter-spacing: 0.3px;
  padding: 0 28px;
}
.jws-cf7.layout4 .row {
  margin: -12.5px;
}
.jws-cf7.layout4 .form-control {
  padding: 13.5px;
  position: relative;
}
.jws-cf7.layout4 .radio-field {
  padding-top: 10px;
  padding-bottom: 37px;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form p {
  display: inline-block;
  text-align: left;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form select,
.jws-cf7.layout3 .wpcf7 .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form select,
.jws-cf7.layout3 .wpcf7 .wpcf7-form input:not([type=submit]) {
  line-height: 50px;
  padding: 0 15px;
  border-style: solid;
  border-color: #FFFFFF;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form .group-control {
  position: relative;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form button {
  position: absolute;
  bottom: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form .wpcf7-submit {
  background: #FAFAFA;
  line-height: 50px;
  letter-spacing: 0.3px;
  padding: 0 28px;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin-left: 5px;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}
.jws-cf7.layout3 button {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
.jws-cf7.layout3 button input {
  visibility: hidden;
  outline: none;
  opacity: 0;
}
.jws-cf7.layout3 button .cf7-icon-custom {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: absolute;
  transition: 0.3s;
  margin: auto;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jws-cf7.layout3 button .cf7-icon-custom::before {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(10.5px, 4px);
  transform: rotate(-45deg);
  right: 1px;
  position: absolute;
  top: -5px;
}
.jws-cf7.layout3 button .cf7-icon-custom::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
  position: absolute;
  top: -1px;
}
.jws-cf7.layout3 button .cf7-icon-custom::before,
.jws-cf7.layout3 button .cf7-icon-custom::after {
  background: #ffffff;
}
.jws-cf7.layout3 button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
}
.jws-cf7 .form-control.active label {
  top: 20px;
  font-size: 80%;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 15px 0 15px 0;
}
.wpcf7-radio .wpcf7-list-item {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
}
.wpcf7-radio .wpcf7-list-item label {
  width: 150px;
}
.wpcf7-acceptance {
  padding-top: 11px;
  display: block;
}
.wpcf7-list-item-label a {
  color: var(--primary-button-background);
  font-weight: 500;
}
.wpcf7-checkbox + .wpcf7-not-valid-tip {
  position: unset;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -13px;
  right: 0;
  background: #ffffff;
}
.form-control.textarea label {
  top: 40px;
}
@media only screen and (max-width: 1440px) {
  .jws-cf7.layout1 {
    padding: 20px;
  }
  .jws-cf7.layout1 .cf7-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
  }
  .jws-cf7 .jws-divider {
    height: 50px;
  }
  .jws-cf7.layout1 .sub-title {
    font-size: 20px;
    line-height: 30px;
  }
  .jws-cf7.layout1 .wpcf7 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 10px;
    bottom: -3px;
    right: 7px;
    top: inherit;
    background: transparent;
  }
  .jws-cf7 label {
    display: block;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form {
    flex-wrap: wrap;
  }
  .jws-cf7 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap,
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form input:not([type=submit]) {
    width: 100%;
    margin-bottom: 15px;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    position: relative;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
    margin-left: 0;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
    position: relative;
  }
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0.5;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  content: "";
  opacity: 0.1;
  border: 1px solid #ffffff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
}
.jws_video_popup.video-border .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0.5;
  border: 1px solid #ffffff;
  animation: pulse-border-simple 1.5s ease-out infinite;
  -webkit-animation: pulse-border-simple 1.5s ease-out infinite;
}
.jws_video_popup.video-border .jws_video_popup_inner a:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0.1;
  border: 1px solid #ffffff;
  animation: pulse-border 1.5s ease-out infinite;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after,
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-left: 5px;
  opacity: 0.8;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup .jws_video_popup_inner a {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.jws_video_popup .jws_video_popup_inner a .video_icon {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
}
.mfp-fade-in-down {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in-down .mfp-content > div {
  opacity: 0;
  transition: 0.5s ease;
  transform: translatey(-50px);
  -webkit-transform: translatey(-50px);
}
.mfp-fade-in-down.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-fade-in-down.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.mfp-fade-in-down.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade-in-down.mfp-removing .mfp-content > div {
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  opacity: 0;
}
.mfp-fade-in-down.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jws_banner {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jws_banner .jws_banner_inner {
  overflow: hidden;
}
.jws_banner .jws_banner_inner img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.jws_banner.layout1 .banner-content-group {
  padding: 28px 65px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jws_banner.layout1 .banner-content-group .content-group1 {
  padding: 0;
  position: relative;
  width: 40%;
}
.jws_banner.layout1 .banner-content-group .content-group1 a {
  position: absolute;
  bottom: 0;
}
.jws_banner.layout1 .banner-content-group .content-group1 .banner_title {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin: 0;
}
.jws_banner.layout1 .banner-content-group .content-group1 .banner_content {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.jws_banner.layout1 .banner-content-group .content-group2 {
  padding: 30px 0 0 0;
  text-align: center;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_subject {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 4px;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2.8px;
  overflow: hidden;
  position: relative;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::before,
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #000000;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::before {
  transform: translate(-105%, 50%);
  top: 50%;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::after {
  transform: translate(5%, 50%);
  top: 50%;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit {
  padding: 15px 0 20px 0;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .number,
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .unit {
  font-weight: 600;
  font-size: 60px;
  color: #e37573;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .text-after {
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  vertical-align: middle;
}
.jws_banner.layout1 .banner-content-group .content-group2 .btn-link {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 68px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_banner.layout2 {
  padding: 27px;
  height: 100%;
}
.jws_banner.layout2 .jws_banner_inner {
  border: 1px solid;
  padding: 25px 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  text-align: center;
}
.jws_banner.layout2 .jws_banner_inner .banner_title {
  font-size: 30px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.jws_banner.layout2 .jws_banner_inner .banner_sub_title {
  display: none;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit {
  position: relative;
  padding: 21px 0 12px 0;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .number {
  font-size: 112px;
  display: inline-block;
  line-height: 80px;
  font-weight: 500;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit > div {
  display: inline-block;
  line-height: 60px;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .unit {
  display: block;
  font-size: 36px;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .text-after {
  display: block;
  font-size: 18px;
  padding-left: 14px;
  text-transform: uppercase;
  bottom: 10px;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .banner_sub_title {
  display: none;
}
.jws_banner.layout2 .jws_banner_inner .btn-link {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.jws_banner.layout2 .jws_banner_inner .btn-link span {
  text-decoration: underline;
}
.jws_banner.layout3 .jws_banner_inner {
  overflow: hidden;
}
.jws_banner.layout3 .jws_banner_inner img {
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.jws_banner.layout3 .jws_banner_inner .content-group1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 41px 44px;
}
.jws_banner.layout3 .jws_banner_inner .banner_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  display: initial;
  text-transform: uppercase;
  padding: 6px 15px;
  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% - 50px), #000000 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);
  -ms-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-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: 100% 100%;
}
.jws_banner.layout3 .jws_banner_inner .banner_content {
  display: none;
}
.jws_banner.layout4 .banner-content-group {
  padding: 41px 45px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jws_banner.layout4 .banner-content-group .content-group1 {
  padding: 0;
  position: relative;
  width: 40%;
}
.jws_banner.layout4 .banner-content-group .content-group1 .banner_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  display: initial;
  text-transform: uppercase;
  padding: 6px 15px;
  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% - 50px), #000000 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);
  -ms-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-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: 100% 100%;
}
.jws_banner.layout4 .banner-content-group .content-group1 .banner_content {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.jws_banner.layout4 .banner-content-group .content-group2 {
  padding: 30px 0 0 0;
  text-align: center;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_subject {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 4px;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2.8px;
  overflow: hidden;
  position: relative;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::before,
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #000000;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::before {
  transform: translate(-105%, 50%);
  top: 50%;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::after {
  transform: translate(5%, 50%);
  top: 50%;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit {
  padding: 15px 0 20px 0;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit .number,
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit .unit {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit .text-after {
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  vertical-align: middle;
}
.jws_banner.layout4 .banner-content-group .content-group2 .btn-link {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 68px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.jws_banner.layout5 .jws_banner_inner {
  position: relative;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 {
  border: 1px solid #b7b7b7;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding: 15px;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  color: #161619;
  display: initial;
  text-transform: uppercase;
  padding: 0px 15px;
  margin-bottom: 18px;
  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% - 50px), #ffffff 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);
  -ms-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-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: 100% 100%;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_content {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 6px;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jws_banner:hover {
  background-position: center !important;
}
.jws_banner:hover .jws_banner_inner img {
  transform: scale(1.1);
}
.elementor-widget-jws_banner {
  height: 100%;
}
.elementor-widget-jws_banner .elementor-widget-container {
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_subject {
    font-size: 40px;
    line-height: 48px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .number,
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .unit {
    font-size: 50px;
    line-height: 50px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .btn-link {
    padding: 15px 30px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 {
    padding: 0;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .jws_banner.layout4 .banner-content-group,
  .jws_banner.layout1 .banner-content-group,
  .jws_banner.layout3 .jws_banner_inner .content-group1 {
    padding: 20px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 {
    padding: 0;
    text-align: center;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .btn-link {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 25px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_subject {
    font-size: 48px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title {
    padding: 0 20px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit {
    padding: 5px 0 5px 0;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .number,
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .unit {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .jws_banner.layout1 .jws_banner_inner .content-group1,
  .jws_banner.layout4 .jws_banner_inner .content-group1 {
    display: none;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2,
  .jws_banner.layout4 .jws_banner_inner .content-group2 {
    padding: 0;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_subject,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_subject {
    font-size: 60px;
    line-height: unset;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_number_unit,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_number_unit {
    padding: 0;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_number_unit .unit,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_number_unit .unit,
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_number_unit .number,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_number_unit .number {
    font-size: 36px;
    line-height: 36px;
  }
  .jws_banner.layout1 .banner-content-group {
    justify-content: flex-end;
  }
  .jws_banner.layout1 .banner-content-group .content-group1 {
    width: 60%;
  }
  .jws_banner.layout2 {
    padding: 20px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_title {
    font-size: 26px;
    line-height: 32px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit {
    padding: 0;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit .number {
    font-size: 60px;
    line-height: 60px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit > div {
    display: inline-block;
    line-height: 30px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit > div .unit {
    font-size: 18px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit > div .text-after {
    padding-left: 0;
  }
  .jws_banner.layout4 .banner-content-group {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_content {
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 6px;
  }
  .jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .jws_banner.layout4 .banner-content-group,
  .jws_banner.layout1 .banner-content-group,
  .jws_banner.layout3 .jws_banner_inner .content-group1 {
    padding: 40px;
  }
}
@media only screen and (max-width: 510px) {
  .jws_banner.layout4 .jws_banner_inner img,
  .jws_banner.layout1 .jws_banner_inner img {
    width: auto;
    height: 265px;
    max-width: unset;
  }
  .jws_banner.layout4 .banner-content-group {
    justify-content: start;
  }
}
.jws_heading .heading-tagline {
  margin-bottom: 12px;
  margin-top: -3px;
  display: block;
}
.jws_heading .heading-title {
  margin: 0;
  animation-delay: .3s;
}
.jws_heading .content {
  margin-top: 15px;
  animation-delay: .6s;
}
.jws_heading .content p {
  margin: 0;
}
.elementor-text-editor p,
.jws_heading .content p {
  margin-bottom: 13px;
}
.elementor-text-editor p:last-child,
.jws_heading .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .jws_heading .content {
    margin-top: 20px;
  }
  .jws_heading .btn-button {
    margin-top: 25px;
  }
  .jws_heading .heading-tagline {
    margin-bottom: 5px;
  }
}
.jws-team .team-content {
  padding: 16px;
  background: #ffffff;
  text-align: center;
}
.jws-team .team-content .team-position {
  display: block;
}
.jws-team .team-content .team-name {
  margin-top: 4px;
  margin-bottom: 0;
}
.jws-team .team-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
.jws-team .team-img img {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}
.jws-team .team-img-inner:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jws-team.layout1 {
  margin: -20px;
}
.jws-team.layout1 .team-item {
  padding: 20px;
}
.jws-team.layout1 .jws-team-inner {
  text-align: center;
}
.jws-team.layout1 .jws-team-inner .team-img {
  border-bottom: 5px solid var(--primary-button-background);
}
.jws-team.layout1 .jws-team-inner .team-img .overlay_inner {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.jws-team.layout1 .jws-team-inner .team-img img {
  width: 100%;
}
.jws-team.layout1 .jws-team-inner .team-img-inner {
  position: relative;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 38px;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-excerpt {
  display: block;
  -webkit-transform: translatey(50%);
  -o-transform: translatey(50%);
  -ms-transform: translatey(50%);
  -moz-transform: translatey(50%);
  transform: translatey(50%);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list {
  list-style-type: none;
  padding: 0;
  margin-top: 38px;
  margin-bottom: 0;
  display: block;
  -webkit-transform: translatey(70%);
  -o-transform: translatey(70%);
  -ms-transform: translatey(70%);
  -moz-transform: translatey(70%);
  transform: translatey(70%);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  z-index: 1;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list li {
  display: block;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9e9a94;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list li:hover a {
  color: currentColor;
}
.jws-team.layout1 .jws-team-inner:hover .team-content-info {
  opacity: 1;
}
.jws-team.layout1 .jws-team-inner:hover .team-content-info .team-excerpt,
.jws-team.layout1 .jws-team-inner:hover .team-content-info .team-icon-list {
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  transform: translatey(0);
}
.jws-team.layout1 .jws-team-inner:hover .overlay_inner {
  opacity: 0.9;
}
.jws-team.layout2 .team-item {
  padding-top: 0;
  padding-bottom: 0;
}
.jws-team.layout2 .team-content {
  padding: 18px 0 0 0;
  text-align: left;
  background: transparent;
}
.jws-team.layout2 .team-content .team-name {
  margin-top: 0;
}
.jws-team.layout2 .team-img-inner {
  position: relative;
  border-bottom: 5px solid var(--primary-button-background);
}
.jws-team .team-img-inner:hover .team-content-info {
  opacity: 1;
}
.jws-team .team-img-inner:hover .team-content-info .team-excerpt,
.jws-team .team-img-inner:hover .team-content-info .team-icon-list {
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  transform: translatey(0);
}
.jws-team .team-content-info .team-excerpt {
  display: block;
  -webkit-transform: translatey(50%);
  -o-transform: translatey(50%);
  -ms-transform: translatey(50%);
  -moz-transform: translatey(50%);
  transform: translatey(50%);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws-team .team-content-info .team-icon-list {
  list-style-type: none;
  padding: 0;
  display: block;
  z-index: 1;
  margin-bottom: 0;
}
.jws-team .team-content-info .team-icon-list li {
  display: inline-block;
}
.jws-team .team-content-info .team-icon-list li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-button-background);
  padding: 0 13px;
  font-size: 15px;
}
.jws-team .team-content-info .team-icon-list li:first-child a {
  padding-left: 0;
}
.jws-team .team-content-info .team-icon-list li:hover a {
  color: var(--secondary-color);
}
@media only screen and (max-width: 1024px) {
  .jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info {
    display: none;
  }
  .jws-team.layout1 .jws-team-inner .team-img .overlay_inner {
    background-color: transparent;
  }
  .jws-team.layout1 .team-item {
    padding: 15px;
  }
  .jws-team.layout1 {
    margin: -15px;
  }
  .jws-team.layout2 .team-img-inner .team-content-info {
    opacity: 1;
  }
  .jws-team.layout2 .team-img-inner .team-content-info .team-icon-list {
    -webkit-transform: translatey(0%);
    -o-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -moz-transform: translatey(0%);
    transform: translatey(0%);
  }
  .jws-team.layout2 .team-img-inner .team-content-info {
    padding: 20px;
  }
}
.jws_info_box {
  position: relative;
}
.jws_info_box .jws_info_box_inner .box_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 60px;
  transition: 0.7s all;
  transform: translate(5px, 6px);
  -webkit-transform: translate(5px, 6px);
  opacity: 0.45;
}
.jws_info_box .jws_info_box_inner .box_icon i {
  display: block;
  transition: 0.7s all;
}
.jws_info_box .jws_info_box_inner .box_title {
  margin-bottom: 10px;
}
.jws_info_box .jws_info_box_inner .box_content p {
  margin-bottom: 0;
}
.jws_info_box:hover .jws_info_box_inner .box_icon {
  opacity: 0.1;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
}
.jws_info_box:hover .jws_info_box_inner .box_icon i {
  transform: scale(2);
  -webkit-transform: scale(2);
}
.jws_info_box.layout1 .jws_info_box_inner {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0px 5px 34.65px 0.35px rgba(48, 0, 127, 0.1);
  border-radius: 5px;
  transition: 0.3s all;
}
.jws_info_box.layout1 .jws_info_box_inner figure.jws-info-box-icon {
  margin-right: 27px !important;
}
.jws_info_box.layout1 .jws_info_box_inner .box_link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  transform: rotate(45deg);
  color: #73729a;
  opacity: 0.5;
}
.jws_info_box.layout1 .jws_info_box_inner:hover {
  background: #eaf0ff;
}
.jws_info_box.layout2 .jws_info_box_inner {
  overflow: hidden;
  border-radius: 3px;
}
.jws_info_box.layout2 .jws_info_box_inner .image-background {
  width: 100%;
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.jws_info_box.layout2 .jws_info_box_inner .box_title {
  color: #ffffff;
  line-height: 34px;
  width: 60%;
}
.jws_info_box.layout2 .jws-ino-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 28px 37px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.jws_info_box.layout2 .jws-ino-box-content .box_button {
  display: inline-block;
}
.jws_info_box.layout2:hover .jws_info_box_inner .image-background {
  transform: scale(1.1);
}
.icon-line .elementor-icon-box-wrapper {
  position: relative;
  padding: 56px 47px;
  background: #f7fbfc;
}
.icon-line .elementor-icon-box-wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 8px;
  opacity: 0.1;
  z-index: 1;
  transition: .3s;
}
.icon-line .elementor-icon-box-wrapper:hover .elementor-icon-box-icon .elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.icon-line .elementor-icon-box-wrapper:hover:before {
  opacity: 1;
}
.icon-line .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  transition: .3s;
}
.icon-line .elementor-icon-box-icon {
  margin-right: 15px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: .3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .icon-line .elementor-icon-box-wrapper {
    padding: 30px;
  }
  .icon-line .elementor-icon-box-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .jws_info_box.layout2 .jws_info_box_inner .box_title {
    color: #ffffff;
    line-height: 26px;
    font-size: 18px;
    width: 80%;
  }
  .jws_info_box.layout2 .jws-ino-box-content .box_button {
    display: inline-block;
    padding: 12px 30px;
  }
}
.map_pin_jws {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50em;
}
.map_pin_jws > div {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  opacity: 1;
}
.map_pin_jws > div:first-child {
  -webkit-animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.map_pin_jws > div:last-child {
  -webkit-animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.jws-google-map img {
  width: auto !important;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart {
  text-align: center;
  position: relative;
  margin: auto;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid var(--primary-color);
  opacity: 0.1;
  border-radius: 100%;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart .chartselementor-percent {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart .chartselementor-percent {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 28px;
}
.jws-progress {
  text-align: center;
}
.jws-progress .progress-item {
  position: relative;
  display: inline-block;
  margin: 0 21px;
}
@media only screen and (min-width: 767px) {
  .jws-progress .progress-item:first-child {
    margin-left: 0;
  }
  .jws-progress .progress-item:last-child {
    margin-right: 0;
  }
}
.jws-progress :root {
  background: #fff;
}
.jws-progress #procent {
  display: block;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  color: #1e1666;
}
.jws-progress #procent p {
  font-size: 30px;
  display: block;
  font-weight: bold;
  color: #141eae;
  margin: 0;
}
.jws-progress #procent p::after {
  content: "%";
}
.jws-chart-title {
  margin-bottom: 12px;
}
.jws-services-element .jws_services_item .jws_services_item_inner {
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.jws-services-element .jws_services_item .jws_services_item_inner .icon-service img {
  width: auto;
  height: 103px;
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt {
  padding-top: 41px;
}
@media only screen and (max-width: 768px) {
  .jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt {
    padding-top: 20px;
  }
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt .jws_service_title {
  margin-bottom: 21px;
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt .jws_service_title a {
  font-size: 20px;
  line-height: 28px;
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt .jws_services_excerpt {
  font-size: 15px;
  margin-bottom: 22px;
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt .readmore {
  opacity: 1;
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt .readmore a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.jws-services-element .jws_services_item .jws_services_item_inner .services-title-excerpt .readmore a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner {
  display: block;
  padding: 10px 10px 49px 10px;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .icon-service {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .icon-service img,
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .icon-service svg {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .jws_service_title {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 14px;
  line-height: 28px;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .jws_services_readmore {
  font-weight: 500;
  margin-top: 19px;
  position: absolute;
  bottom: 0;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .jws_services_readmore i {
  font-size: 18px;
  margin-right: 5px;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .jws_services_readmore span {
  display: inline-block;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.jws-services-element .jws_services_layout2 .jws_services_item_inner .jws_service_content .jws_services_readmore:hover span {
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
.jws-services-element .jws_services_layout1 .slick-list {
  padding-top: 30px;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner {
  display: block;
  box-shadow: 0px 25px 37.24px 0.76px rgba(82, 80, 81, 0.08);
  background: #ffffff;
  border-radius: 5px;
  padding: 31px 37px;
  transition: 0.35s;
  overflow: hidden;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner .icon-service img {
  width: auto;
  height: 70px;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner .services-title-excerpt {
  padding-top: 10px;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner .jws_service_title {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  margin-top: 7px;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner .jws_services_excerpt {
  margin-top: 12px;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner .icon-service {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner .services-title-excerpt .jws_services_excerpt {
  margin-bottom: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
  z-index: 999999;
  height: 77px;
  border-top-left-radius: 27%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 23%;
  border-bottom-left-radius: 77%;
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(146px, -87px, 0px);
  transform: translate3d(146px, -87px, 0px);
  /* -webkit-transform-origin: 50% 50%; */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
}
.jws-services-element .jws_services_layout1 .jws_services_item .jws_services_item_inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  transform-origin: 45deg;
  opacity: 0;
}
.jws-services-element .jws_services_layout1 .jws_services_item:hover .jws_services_item_inner {
  background: transparent;
  transform: translate3d(0, -8px, 10px);
  box-shadow: 0px 25px 37.24px 0.76px rgba(21, 44, 142, 0.25);
}
.jws-services-element .jws_services_layout1 .jws_services_item:hover .jws_services_item_inner .jws_service_content .jws_service_title a {
  color: #ffffff;
}
.jws-services-element .jws_services_layout1 .jws_services_item:hover .jws_services_item_inner .jws_service_content .jws_services_excerpt {
  color: #ffffff;
}
.jws-services-element .jws_services_layout1 .jws_services_item:hover .jws_services_item_inner .jws_service_content .icon-service {
  fill: #ffffff;
  color: #ffffff;
}
.jws-services-element .jws_services_layout1 .jws_services_item:hover .jws_services_item_inner:after {
  opacity: 1;
}
.jws-services-element .jws_services_layout1 .jws_services_item:hover .jws_services_item_inner:before {
  opacity: 1;
  -webkit-transform: translate3d(28px, -18px, 0px);
  transform: translate3d(28px, -18px, 0px);
}
.jws-services-element .jws_services_layout1 .slick-dots {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .jws-services-element .jws_services_layout1:hover,
  .jws-services-element .jws_services_layout1.active {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .jws-services-element .jws_services_layout1:hover .jws_services_item_inner,
  .jws-services-element .jws_services_layout1.active .jws_services_item_inner {
    box-shadow: 5px 5px 20px 0px rgba(10, 53, 70, 0.1);
    background: #ffffff;
  }
  .jws-services-element .jws_services_layout1:hover .jws_services_item_inner .services-title-excerpt .readmore,
  .jws-services-element .jws_services_layout1.active .jws_services_item_inner .services-title-excerpt .readmore {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
  .jws-services-element .jws_services_layout1 .services-title-excerpt .readmore {
    opacity: 0;
  }
}
.jws-services-element .jws_services_layout3 .slick-list {
  padding-top: 30px;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner {
  background: #ffffff;
  border-radius: 5px;
  padding: 58px 48px 20px;
  transition: 0.35s;
  min-height: 445px;
  text-align: center;
  align-items: center;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .icon-service {
  position: relative;
  text-align: center;
  z-index: 1;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .icon-service img {
  width: auto;
  height: auto;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .icon-service .fill-shape {
  position: absolute;
  bottom: 10px;
  left: 61%;
  z-index: -1;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .services-title-excerpt {
  padding-top: 10px;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .jws_service_title {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  margin-top: 49px;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .jws_services_excerpt {
  margin-top: 23px;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .icon-service {
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .services-title-excerpt .jws_services_excerpt {
  margin-bottom: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 145px;
  z-index: 999999;
  height: 77px;
  border-top-left-radius: 27%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 23%;
  border-bottom-left-radius: 77%;
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(146px, -87px, 0px);
  transform: translate3d(146px, -87px, 0px);
  /* -webkit-transform-origin: 50% 50%; */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
}
.jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  transform-origin: 45deg;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .jws-services-element .jws_services_layout3 .jws_services_item:hover,
  .jws-services-element .jws_services_layout3 .jws_services_item.active {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .jws-services-element .jws_services_layout3 .jws_services_item:hover .jws_services_item_inner,
  .jws-services-element .jws_services_layout3 .jws_services_item.active .jws_services_item_inner {
    box-shadow: 5px 5px 20px 0px rgba(10, 53, 70, 0.1);
  }
  .jws-services-element .jws_services_layout3 .jws_services_item .services-title-excerpt .readmore {
    opacity: 0;
  }
}
.jws-services-element .jws_services_layout3 .slick-dots {
  width: 100%;
}
.jws-services-element .jws_services_layout4 .jws_services_item {
  padding: 0;
  margin-bottom: 4px;
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner {
  background: #f7fbfc;
  border-radius: 0;
  padding: 26px 12px 26px 25px;
  border-right: 8px solid #e1e7f4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner .jws_service_no {
  margin-right: 10px;
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner .jws_service_title {
  text-transform: uppercase;
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner:hover {
  border-right: 8px solid var(--primary-button-background);
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner:hover .jws_service_title {
  color: var(--accent-color);
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner.active_item {
  background: var(--primary-button-background);
  border-right: 8px solid var(--secondary-color);
}
.jws-services-element .jws_services_layout4 .jws_services_item .jws_services_item_inner.active_item .jws_service_title {
  color: #ffffff;
}
body[data-elementor-device-mode="mobile"] .elementor-widget-jws-services .jws_services_item .jws_services_item_inner {
  min-height: 100%;
}
body[data-elementor-device-mode="mobile"] .elementor-widget-jws-services .jws_services_item .jws_services_item_inner .jws_service_title {
  margin-bottom: 12px;
}
body[data-elementor-device-mode="mobile"] .elementor-widget-jws-services .jws_services_item .jws_services_item_inner .jws_services_excerpt {
  margin-bottom: 10px;
}
body[data-elementor-device-mode="mobile"] .jws-services .jws_services_layout1 .jws_services_item_inner {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .jws_info_box.layout1 .jws_info_box_inner {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner {
    padding: 20px;
  }
  .jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .jws_service_title {
    margin-top: 20px;
  }
  .jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .jws_services_excerpt {
    margin-top: 10px;
  }
  .jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner .icon-service .fill-shape {
    width: 60px;
  }
  .jws-services-element .jws_services_layout3 .jws_services_item .jws_services_item_inner {
    min-height: unset;
  }
}
#jws-popup-login {
  border-radius: 5px;
  box-shadow: 0px 0px 18px 2px rgba(30, 22, 102, 0.05);
  z-index: 100;
  position: relative;
  padding: 34px 60px;
  margin: auto;
}
#jws-popup-login .jws-login-container .jws-animation {
  max-width: 100%;
}
#jws-popup-login .jws-login-container .jws-animation .jws-login,
#jws-popup-login .jws-login-container .jws-animation .jws-register {
  display: none;
}
#jws-popup-login .jws-login-container .jws-animation .jws-login.active,
#jws-popup-login .jws-login-container .jws-animation .jws-register.active {
  display: block;
  animation: fadeIn 1s ease-in-out 0s forwards;
}
#jws-popup-login .jws-login-container .jws-animation .title {
  font-family: unset;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #jws-popup-login .jws-login-container .jws-animation .title {
    line-height: 40px;
  }
}
#jws-popup-login .jws-login-container .jws-animation label {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  padding: 0 10px;
  background: #ffffff;
  transition: .2s all;
  pointer-events: none;
  font-size: 16px;
}
#jws-popup-login .jws-login-container .jws-animation label code {
  color: currentcolor;
  margin-left: 2px;
}
#jws-popup-login .jws-login-container .jws-animation .form-group {
  margin-bottom: 25px;
  position: relative;
}
#jws-popup-login .jws-login-container .jws-animation .form-group.active label {
  top: 2px;
}
#jws-popup-login .jws-login-container .jws-animation .form-group.active label code {
  color: #fa188d;
}
#jws-popup-login .jws-login-container .jws-animation .form-group input {
  width: 100%;
  padding: 0 22px;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password,
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password-repeater {
  position: relative;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password .toggle-password,
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password-repeater .toggle-password {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  cursor: pointer;
  font-size: 18px;
  color: var(--accent-color);
}
#jws-popup-login .jws-login-container .jws-animation .form-group .invalid {
  border: 1px solid #f44336;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .error {
  color: #f44336;
  display: block;
  margin-top: 5px;
  transition: .3s;
  position: absolute;
  right: 0;
  top: -14px;
  background: #ffffff;
  padding: 0 5px;
}
#jws-popup-login .jws-login-container .jws-animation .forgot-info {
  margin-top: 26px;
}
#jws-popup-login .jws-login-container .jws-animation .forgot-info .login-remember {
  display: inline-block;
  position: relative;
}
#jws-popup-login .jws-login-container .jws-animation .forgot-info .lost-pass-link {
  font-size: 16px;
  display: inline-block;
  float: right;
  color: var(--primary-button-background);
}
#jws-popup-login .jws-login-container .jws-animation .submit {
  margin-top: 27px;
}
#jws-popup-login .jws-login-container .jws-animation .submit .button {
  width: 100%;
  outline: none;
}
#jws-popup-login .jws-login-container .jws-animation .submit .button:hover {
  background-position: right;
}
#jws-popup-login .jws-login-container .jws-animation .login-remember label {
  padding: 0;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 3px;
  position: relative;
  font-size: 16px;
  width: auto;
  left: unset;
  top: unset;
  transform: unset;
  float: none;
  color: var(--primary-color);
}
#jws-popup-login .jws-login-container .jws-animation .login-remember input[type=checkbox] {
  vertical-align: middle;
}
#jws-popup-login .jws-login-container .jws-animation .message-error {
  color: #f44336;
  font-size: 13px;
  text-align: center;
}
#jws-popup-login .jws-login-container .jws-animation .link-bottom {
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 0;
  text-align: center;
}
#jws-popup-login .jws-login-container .jws-animation .link-bottom a {
  display: inline-block;
  text-decoration: none !important;
  color: var(--primary-button-background);
}
#jws-popup-login .meter {
  display: none;
}
#jws-popup-login .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-popup-login .meter .meter-box .text-meter {
  margin-left: 10px;
  color: #d8b50b;
}
#jws-popup-login .meter .meter-box span {
  display: inline-block;
}
#jws-popup-login .meter .meter-box span:not(.text-meter) {
  background: #ebebeb;
  height: 3px;
  width: 35px;
  position: relative;
  margin-right: 5px;
}
#jws-popup-login .meter .meter-box span:not(.text-meter):before {
  content: "";
  left: 0;
  top: 0;
  transition: .3s all;
  width: 0;
  height: 100%;
  background: #f44336;
  position: absolute;
}
#jws-popup-login .meter .meter-box .text-meter {
  margin-left: 10px;
  color: #d8b50b;
}
#jws-popup-login .meter[meter="2"] .meter-box .box1:before,
#jws-popup-login .meter[meter="2"] .meter-box .box2:before {
  width: 100%;
  background: #e8e114;
}
#jws-popup-login .meter[meter="3"] .meter-box .box1:before,
#jws-popup-login .meter[meter="3"] .meter-box .box2:before,
#jws-popup-login .meter[meter="3"] .meter-box .box3:before {
  width: 100%;
  background: #49ac20;
}
#jws-popup-login .meter[meter="4"] .meter-box .box1:before,
#jws-popup-login .meter[meter="4"] .meter-box .box2:before,
#jws-popup-login .meter[meter="4"] .meter-box .box3:before,
#jws-popup-login .meter[meter="4"] .meter-box .box4:before {
  width: 100%;
  background: #49ac20;
}
#jws-popup-login .meter[meter="1"] .meter-box .box1:before {
  width: 100%;
}
#jws-popup-login .sent-mail-register {
  text-align: center;
  padding: 45px;
  margin: auto;
}
#jws-popup-login .sent-mail-register img {
  margin-bottom: 20px;
}
#jws-popup-login .sent-mail-register h4 {
  margin-bottom: 20px;
}
#jws-popup-login .sent-mail-register p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}
#jws-popup-login .sent-mail-register .check-email {
  font-size: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #jws-popup-login {
    padding: 30px;
  }
}
.jws-password-hint {
  display: none;
}
.page-mail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  height: 100vh;
}
.page-mail .page-mail-content {
  max-width: 570px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 2px rgba(30, 22, 102, 0.05);
  z-index: 23;
  padding: 50px;
  margin: auto;
  text-align: center;
}
.page-mail .page-mail-content a {
  display: block;
  margin: 28px;
}
.jws-text-circle-animation .text-content {
  width: 112px;
  height: 112px;
  position: relative;
}
.jws-text-circle-animation .text-content .circle-text {
  width: 112px;
  height: 112px;
  font-size: 12px;
  border-radius: 50%;
  animation: jws-rotate 20s linear infinite;
  text-align: center;
}
.jws-text-circle-animation .text-content .circle-text .letter {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6.5px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.jws-text-circle-animation .text-content .center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 14px;
}
.jws-price-table {
  text-align: center;
  padding: 33px 35px;
  border-radius: 5px;
  border-top: 8px solid;
  background: #ffffff;
  box-shadow: 0px 10px 37.62px 0.38px rgba(48, 0, 127, 0.08);
  -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 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}
.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: 12px;
  font-weight: 500;
  border-radius: 5px;
}
.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 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3px;
  margin-top: 21px;
}
.jws-price-table .jws-price-table__header .jws-price-table__subheading {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.jws-price-table .jws-price-table__price {
  font-size: 36px;
  font-weight: 600;
  line-height: 0.8;
  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;
  padding: 8px 0px 13px 0px;
}
.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__price .jws-price-table__after-price .jws-price-table__fractional-part {
  line-height: 1.2;
  padding-left: 5px;
}
.jws-price-table .jws-price-table__price .jws-price-table__currency {
  font-size: 18px;
  font-weight: 700;
  line-height: 0.8;
}
.jws-price-table .jws-price-table__price .jws-price-table__period {
  font-size: 16px;
  font-weight: 400;
  align-self: flex-end;
}
.jws-price-table .jws-price-table__features-list {
  padding: 11px 0px 36px 0px;
  list-style-type: none;
  margin: 0;
  text-align: left;
}
.jws-price-table .jws-price-table__features-list li {
  padding: 9px 0;
}
.jws-price-table .jws-price-table__features-list li:first-child {
  padding-top: 0;
}
.jws-price-table .jws-price-table__features-list li:last-child {
  padding-bottom: 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 {
  float: left;
  vertical-align: top;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner span {
  display: inline-block;
  width: calc( 100% - 21px );
  padding-left: 15px;
  vertical-align: top;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
  display: block;
  padding: 14px 29px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  display: block;
  font-size: 14px;
  font-weight: 500;
  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 .jws-price-table__header .jws-price-table__image img {
  max-height: 74px;
}
.jws-price-table.layout2 {
  padding: 33px 0 0 0;
}
.jws-price-table.layout2 .jws-price-table__heading {
  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: 500;
  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.layout3 {
  padding: 44px 78px 66px 78px;
  text-align: left;
  border: none;
}
.jws-price-table.layout3 .jws-price-table__top_heading {
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}
.jws-price-table.layout3 .jws-price-table__top_heading::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--secondary-color);
  border-radius: 100%;
  z-index: 1;
  left: 7px;
  top: 50%;
  margin-top: 3px;
  transform: translateY(-50%);
}
.jws-price-table.layout3 .jws-price-table__top_heading::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--primary-button-background);
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jws-price-table.layout3 .jws-price-table__heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 22px;
}
.jws-price-table.layout3 .jws-price-table__price {
  justify-content: left;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0px 0 0px;
}
.jws-price-table.layout3 .jws-price-table__currency {
  font-size: 24px;
}
.jws-price-table.layout3 .jws-price-table__features-list {
  padding: 53px 0px 32px 0px;
}
.jws-price-table.layout3 .jws-price-table__features-list li {
  padding: 10px 0;
}
.jws-price-table.layout3 .jws-price-table__features-list li .jws-price-table__feature-inner i {
  font-size: 21px;
}
.jws-price-table.layout3 .jws-price-table__features-list li .jws-price-table__feature-inner span {
  width: calc( 100% - 24px );
}
.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) {
  .jws-price-table.layout3 {
    padding: 30px 15px;
  }
  .jws-price-table.layout3 .jws-price-table__features-list {
    padding: 10px 0px 20px 0px;
  }
  .jws-price-table.layout3 .jws-price-table__price {
    font-size: 18px;
    padding: 6px 0px 0 0px;
  }
  .jws-price-table.layout3 .jws-price-table__currency {
    font-size: 18px;
  }
  .jws-price-table.layout3 .jws-price-table__features-list li {
    padding: 5px 0;
  }
  .jws-price-table.layout3 .jws-price-table__heading {
    font-size: 22px;
  }
  .jws-price-table.layout3 .jws-price-table__footer .jws-price-table__button {
    padding: 9px 29px;
    font-size: 14px;
  }
  .jws-price-table.layout3 .jws-price-table__header .jws-price-table__heading {
    margin-bottom: 0px;
  }
  .jws-price-table.layout3 .jws-price-table__price {
    font-size: 20px;
  }
  .jws-price-table.layout3 .jws-price-table__heading {
    margin-top: 10px;
  }
  .jws-price-table.layout3 .jws-price-table__features-list li .jws-price-table__feature-inner {
    font-size: 14px;
    line-height: 24px;
  }
  .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 {
    padding-bottom: 15px;
  }
  .jws-price-table .jws-price-table__header .jws-price-table__heading {
    margin-bottom: 15px;
  }
  .jws-price-table .jws-price-table__header .jws-price-table__subheading {
    margin-top: 5px;
  }
  .jws-price-table .jws-price-table__header {
    padding-bottom: 15px;
  }
  .jws-price-table .jws-price-table__features-list {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 900px) {
  .jws-price-table {
    padding: 30px 15px 45px 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;
  }
}
/*Countdown dot*/
.countdown-dot .elementor-countdown-wrapper .elementor-countdown-item {
  position: relative;
}
.countdown-dot .elementor-countdown-wrapper .elementor-countdown-item:after {
  content: ':';
  position: absolute;
  top: 20px;
  right: 0;
  font-family: 'EB Garamond';
  font-size: 72px;
  color: #aa2a37;
}
.countdown-dot .elementor-countdown-wrapper .elementor-countdown-item:last-child:after {
  content: '';
}
.countdown-dot .elementor-countdown-label {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .elementor-widget-countdown .elementor-countdown-label {
    display: block;
    float: none;
    text-align: center;
    padding: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-dot .elementor-countdown-wrapper .elementor-countdown-item:after {
    right: -15px;
  }
}
.elementor-icon-box-title {
  margin: 0;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: left;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  box-shadow: 0px 10px 39.6px 0.4px rgba(31, 59, 177, 0.07000000000000001);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: .3s;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-opened,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-closed {
  transition: .3s;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-opened,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-closed {
  font-size: 23px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-child) {
  margin-bottom: 18px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-child) .elementor-tab-title {
  border-bottom-color: transparent !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  padding: 0px;
  opacity: 0;
  transition: transform 1s;
}
.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-content {
  border-top-color: transparent !important;
  transition: transform 1s;
  padding: 19px 29px 11px 29px;
  opacity: 1;
}
.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-content p {
  margin: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:hover .elementor-accordion-title,
.elementor-widget-accordion .elementor-accordion .elementor-active .elementor-accordion-title,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:hover .elementor-accordion-icon-opened,
.elementor-widget-accordion .elementor-accordion .elementor-active .elementor-accordion-icon-opened,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:hover .elementor-accordion-icon-closed,
.elementor-widget-accordion .elementor-accordion .elementor-active .elementor-accordion-icon-closed {
  color: #ffffff;
}
.elementor-widget-accordion .elementor-tab-title {
  padding: 14px 21px 16px 36px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  margin-top: -3px;
}
/* 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;
}
/* Grey gallery */
.grey-image .jws_gallery_image img,
.swiper-slide-inner > img {
  filter: grayscale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.grey-image .jws_gallery_image img {
  max-width: 150px;
}
.grey-image .jws_gallery_image:hover img,
.swiper-slide-inner:hover > img {
  filter: unset;
}
.grey-image .jws_gallery_item {
  border-right: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
}
.grey-image .jws_gallery_item:nth-child(3n) {
  border-right: 0;
}
.grey-image .jws_gallery_item:nth-last-child(-n+3) {
  border-bottom: 0;
}
.grey-image .jws_gallery_image {
  height: 200px;
  display: table;
  padding: 15px;
  width: 100%;
}
.grey-image .jws_gallery_image a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.grey-image .jws_gallery_image a img {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .grey-image .jws_gallery_image a img {
    width: 80%;
  }
  .grey-image .jws_gallery_image {
    height: 100px;
  }
}
.elementor-counter .elementor-counter-title {
  text-align: left;
}
.elementor-counter .elementor-counter-number-prefix {
  display: none;
}
.elementor-widget-progress .elementor-title {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
}
.elementor-progress-bar {
  height: 7px;
  background-color: var(--secondary-color);
  border-radius: 0;
}
.elementor-progress-wrapper {
  position: relative;
  border-bottom: 1px solid #e7e8ef;
  color: #fff;
  background-color: transparent;
  height: 13px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 6px;
}
.elementor-progress-percentage {
  padding-right: 0;
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-color);
}
.elementor-countdown-label {
  float: right;
  padding-left: 8px;
}
.elementor-blockquote--skin-border .elementor-widget-container .elementor-blockquote {
  padding: 31px 48px 28px 58px;
  color: var(--primary-color);
  font-style: italic;
}
.elementor-blockquote--skin-border .elementor-widget-container .elementor-blockquote .elementor-blockquote__content {
  font-style: italic;
}
.elementor-blockquote--skin-border .elementor-widget-container .elementor-blockquote footer {
  margin-top: 11px;
}
.elementor-blockquote--skin-border .elementor-widget-container .elementor-blockquote .elementor-blockquote__author {
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .elementor-blockquote--skin-border .elementor-widget-container .elementor-blockquote {
    padding: 30px;
  }
}
.product-list .product-inner {
  box-shadow: 0px 10px 44.84px 14.16px rgba(2, 2, 66, 0.08);
  background: #ffffff;
  height: 100%;
  padding: 42px 0px 45px 0px;
}
.product-list .product-inner .price del {
  color: var(--text-color);
}
.product-list .product-inner .added_to_cart.wc-forward {
  display: none;
}
.product-list .product-inner .product-image {
  position: relative;
}
.product-list .product-inner .product-image .button {
  position: absolute;
  z-index: 9;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s;
}
.product-list .product-inner .product-image .button .text {
  white-space: nowrap;
}
.product-list .product-inner .product-image img {
  opacity: 1;
  transition: .3s;
}
.product-list .product-inner .product-content {
  text-align: center;
  padding: 44px 15px 0 15px;
  position: relative;
}
.product-list .product-inner .product-content .woocommerce-loop-product__title {
  font-size: 20px;
  margin-bottom: 3px;
}
.product-list .product-inner .product-content .star-rating {
  position: absolute;
  bottom: calc( 100% - 22px);
  left: 50%;
  transform: translateX(-50%);
}
.product-list .product-inner:hover .product-image .button {
  top: 50%;
  opacity: 1;
}
.product-list .product-inner:hover .product-image img {
  opacity: 0.5;
}
.product-list .slick-list {
  padding: 65px;
  margin: -65px;
}
.product-list .slick-list .slick-slide {
  opacity: 0;
  transition: .3s;
}
.product-list .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.product-list.jws_products_content-layout2 .short-description {
  display: none;
}
.product-list.jws_products_content-layout2 .price {
  margin-top: 0;
}
.product-list.jws_products_content-layout2 .jws_pr_labels {
  right: 23px;
  top: -15px;
}
.product-list.jws_products_content-layout2 .product-content .star-rating {
  top: 15px;
}
.product-list.jws_products_content-layout1 .product-inner .product-content {
  padding: 44px 56px 0 56px;
}
.product-list.jws_products_content-layout1 .product-inner .product-content .woocommerce-loop-product__title {
  margin-bottom: 0;
}
.product-list.jws_products_content-layout1 .product-inner .product-content .short-description {
  margin-top: 23px;
}
.product-list.jws_products_content-layout1 .product-inner .product-content .price {
  color: #fa188d;
  font-weight: 500;
  margin-top: 13px;
  display: block;
}
.product-list.jws_products_content-layout3 {
  margin-bottom: -30px;
}
.product-list.jws_products_content-layout3 .product-item {
  margin-bottom: 30px;
}
.product-list.jws_products_content-layout3 .jws_pr_labels {
  top: 0;
}
.product-list.jws_products_content-layout3 .product-inner .product-content {
  padding: 24px 21px 0 21px;
  position: relative;
}
.product-list.jws_products_content-layout3 .product-inner .product-content .star-rating {
  position: absolute;
  bottom: calc( 100% - 22px);
  left: 50%;
  transform: translateX(-50%);
}
.product-list.jws_products_content-layout3 .product-inner .product-content .woocommerce-loop-product__title {
  margin-bottom: 0;
}
.product-list.jws_products_content-layout3 .product-inner .product-content .short-description {
  margin-top: 9px;
  line-height: 28px;
}
.product-list.jws_products_content-layout3 .product-inner .product-content .price {
  color: #fa188d;
  font-weight: 500;
  margin-top: 8px;
  display: block;
}
.product-list.jws_products_content-layout_one_column {
  margin: 0;
}
.product-list.jws_products_content-layout_one_column .product-inner {
  box-shadow: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 17px 18px 17px 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-image {
  width: 28.6%;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-content {
  width: 71.4%;
  padding: 21px 15px 0 9.7%;
  text-align: left;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-content .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-content .short-description {
  font-size: 15px;
  line-height: 24px;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-content .star-rating {
  position: relative;
  transform: none;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-content .price {
  display: block;
  color: #fa188d;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 10px;
}
.product-list.jws_products_content-layout_one_column .product-inner .product-content .add_to_cart_button {
  display: inline-block;
  padding: 11px 24px;
  min-width: unset;
}
.product-list.jws_products_content-layout_one_column .product-item {
  padding: 15px 0;
  border-bottom: 1px solid #e7e8ef;
}
.product-list.jws_products_content-layout_one_column .product-item:last-child {
  border-bottom: 1px solid transparent;
}
.product-list.jws_products_content-layout_one_column .product-item:hover .product-inner {
  box-shadow: 0px 5px 24px 6px rgba(2, 2, 66, 0.05);
}
.product-list .product-item .product-inner .product-image .button.added .text:after {
  font-family: "evaicon";
  content: '\e830';
}
.product-list .product-item .product-inner .product-image .button.loading::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: #161619;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  background: transparent;
  margin-left: -9px;
  margin-top: -9px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 1;
  -webkit-animation: jws-rotate 450ms infinite linear;
  animation: jws-rotate 450ms infinite linear;
}
.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount,
.price {
  color: #fa188d;
  font-weight: 500;
  margin-top: 26px;
  display: block;
}
.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount del,
.price del {
  color: var(--text-color);
}
.jws_pr_labels {
  position: absolute;
  z-index: 1;
  right: 29px;
  top: 24px;
}
.jws_pr_labels .jws_pr_label {
  width: 70px;
  height: 70px;
  color: var(--primary-color);
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: table-cell;
  background: var(--secondary-color);
}
.jws_pr_labels .jws_pr_label.onsale {
  background: #fa188d;
  color: #ffffff;
}
.jws_pr_labels .jws_pr_label.onsale span {
  display: block;
}
.jws_pr_labels .jws_pr_label.out-of-stock {
  background: var(--primary-color);
  color: #ffffff;
}
.jws_pr_labels .jws_pr_label.new {
  background: var(--secondary-color);
}
.shop-page {
  padding-top: 85px;
  padding-bottom: 100px;
  /*Widget*/
}
.shop-page .sidebar-inner {
  padding: 60px 30px;
  background: var(--primary-color);
  border-radius: 5px;
}
.shop-page .product-shop-listing {
  padding-top: 20px;
}
.shop-page .wc-forward.right {
  padding-right: 15px;
  padding-left: 50px;
}
.shop-page .shop-topbar-content select {
  display: none;
}
.shop-page .widget {
  margin-bottom: 55px;
}
.shop-page .widget:last-child {
  margin-bottom: 0;
}
.shop-page .widget ul li {
  opacity: 0.8;
}
.shop-page .widget ul li:hover {
  opacity: 1;
}
.shop-page .widget.widget_seach_by {
  margin-bottom: 55px;
}
.shop-page .widget.widget_seach_by .search-field[type=text] {
  border: none;
  padding: 0 24px;
}
.shop-page .widget.widget_seach_by form.search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
}
.shop-page .widget.widget_shopping_cart .widget-title {
  margin-bottom: 24px;
}
.shop-page .widget.widget_shopping_cart .product_list_widget .content-item {
  width: 100%;
  display: flex;
  align-items: center;
}
.shop-page .widget.widget_shopping_cart .product_list_widget .remove_from_cart_button {
  color: #ffffff;
  font-size: 19px;
  margin-top: -17px;
}
.shop-page .widget.widget_shopping_cart .product_list_widget .image-product {
  width: 60px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.shop-page .widget.widget_shopping_cart .product_list_widget .detail-product {
  width: calc( 100% - 60px);
  padding-left: 15px;
  display: inline-block;
}
.shop-page .widget.widget_shopping_cart .product_list_widget h6 {
  color: #ffffff;
}
.shop-page .widget.widget_shopping_cart .product_list_widget .quantity {
  color: #8186a2;
  margin-top: 5px;
  display: block;
}
.shop-page .widget.widget_shopping_cart .product_list_widget .quantity .amount {
  color: #ffffff;
  font-weight: 500;
}
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__total {
  color: #ffffff;
  font-weight: 500;
  display: block;
  padding-top: 2px;
}
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  color: var(--secondary-color);
}
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons {
  padding-top: 15px;
}
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
  display: inline-block;
  min-width: unset;
  padding: 11px 25px;
  text-decoration: none !important;
}
.shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward.checkout {
  float: right;
}
.shop-page .widget.widget_price_filter .widget-title {
  margin-bottom: 27px;
}
.shop-page .widget.widget_product_search .widget-title {
  margin-bottom: 14px;
}
.shop-page .widget .widget-title {
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
}
.shop-page .widget .widget-title .tongle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.shop-page .widget .widget-title .tongle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 15px;
  height: 2px;
  background: #161619;
  transition: all 0.3s ease-in-out;
}
.shop-page .widget .widget-title .tongle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 2px;
  height: 15px;
  background: #161619;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.shop-page .widget.close-widget .tongle:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-page .widget.close-widget .tongle:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-page .widget.widget_product_categories {
  margin-bottom: 45px;
}
.shop-page .widget.widget_product_categories .widget-title {
  margin-bottom: 13px;
}
.shop-page .widget.widget_product_categories ul {
  padding-left: 8px;
  color: var(--primary-color);
  font-weight: 400;
}
.shop-page .widget.widget_product_categories ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.shop-page .widget.widget_product_categories ul li a {
  width: calc(100% - 29px);
  display: inline-block;
  line-height: 36px;
}
.shop-page .widget.widget_product_categories ul li::before {
  content: "\2022";
  color: var(--secondary-color);
  font-weight: bold;
  display: inline-block;
  width: 9px;
  margin-left: -6px;
  font-size: 12px;
}
.shop-page .widget.widget_product_categories ul li:hover,
.shop-page .widget.widget_product_categories ul li.current-cat {
  color: var(--accent-color);
}
.shop-page .widget.widget_product_tag_cloud .widget-title {
  margin-bottom: 20px;
}
.shop-page .widget.widget_product_tag_cloud a.tag-cloud-link {
  display: inline-block;
  margin-right: 11.3px;
  font-size: 16px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  color: #ffffff;
}
.shop-page .widget.widget_product_tag_cloud a.tag-cloud-link:hover {
  color: var(--accent-color);
  opacity: 1;
}
.shop-page .widget.widget_product_tag_cloud a.tag-cloud-link:before {
  content: '#';
}
.shop-page .widget.widget_product_tag_cloud a.tag-cloud-link:last-child {
  margin-right: 0;
}
.shop-page .widget.widget_product_search form {
  position: relative;
}
.shop-page .widget.widget_product_search form [type="search"] {
  height: 50px;
  border: 1px solid rgba(22, 22, 25, 0.2);
  width: 100%;
  padding: 0 20px;
  outline: none;
}
.shop-page .widget.widget_product_search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: none;
  color: #ffffff;
  font-size: 0;
  cursor: pointer;
}
.shop-page .widget.widget_product_search form button::before {
  font-family: 'Linearicons-Free';
  content: "\e86f";
  font-size: 16px;
  line-height: 50px;
}
.shop-page .widget.widget_product_search form button:focus {
  border: none;
  border-radius: 0;
}
.widget_price_filter form .price_slider_wrapper .woopb-button {
  padding: 5px 23px;
  min-width: auto;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
.widget_price_filter form .price_slider_wrapper .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  background: var(--secondary-color);
  outline: none;
  top: -4px;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #ffffff;
}
.widget_price_filter form .price_slider_wrapper .ui-slider {
  background: rgba(77, 223, 253, 0.1);
  height: 2px;
  border-radius: 0;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: var(--secondary-color);
  opacity: 1;
  height: 100%;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: var(--secondary-color);
}
.widget_price_filter form .price_slider_wrapper .price_slider_amount {
  margin-top: 14px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column-reverse;
}
.widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
  width: 112px;
  min-width: unset;
  padding: 11px 6px;
  border: none;
  color: var(--secondary-button-color-text);
  background: var(--secondary-button-background);
}
.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
  margin-bottom: 27px;
  text-align: left;
  color: #ffffff;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  margin-bottom: -13px;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item {
  position: relative;
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item span {
  opacity: 0.8;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a {
  padding-left: 30px;
  opacity: 0.8;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.6;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #161619;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -2px -2px 0 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus + span,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus::after,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus::before {
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a + span {
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a:before,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a:after {
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus::after {
  opacity: 0 !important;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus::before {
  opacity: 0.6 !important;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus + span {
  opacity: 0.8 !important;
}
/* Shop top filter*/
#jws-shop-topbar {
  margin-bottom: 30px;
}
#jws-shop-topbar .shop-topbar-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: flex-start;
}
#jws-shop-topbar .shop-topbar-content .filter-top {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-right: 100px;
  position: relative;
}
#jws-shop-topbar .shop-topbar-content .filter-top span {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
#jws-shop-topbar .shop-topbar-content .filter-top svg {
  height: 20px;
  width: 17px;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove {
  position: relative;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove i {
  font-size: 24px;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove .tooltip {
  opacity: 0;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 5px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove .tooltip::before {
  content: "";
  border: solid transparent;
  border-top-color: black;
  border-width: 6px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove:hover .tooltip {
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content .widget-title {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  font-family: unset;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 30px;
  margin-right: 40px;
  opacity: 0.9;
}
#jws-shop-topbar .shop-topbar-content .widget {
  margin: 0;
}
#jws-shop-topbar .shop-topbar-content ul li {
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content > ul > li > a {
  line-height: 36px;
  font-size: 13px;
  font-family: unset;
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content ul ul {
  padding-left: 10px;
}
#jws-shop-topbar .shop-topbar-content .widget {
  padding-right: 40px;
}
#jws-shop-topbar .shop-topbar-content .widget .widget-title {
  position: relative;
}
#jws-shop-topbar .shop-topbar-content .widget .widget-title .dropdown-item {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  right: 0;
  bottom: 12px;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
#jws-shop-topbar .shop-topbar-content .widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}
#jws-shop-topbar .shop-topbar-content .widget .select2-container .select2-selection--single {
  margin: 0;
  outline: none;
}
#jws-shop-topbar .shop-topbar-content .widget.opened {
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content .widget.opened .dropdown-item {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#jws-shop-topbar .shop-topbar-content .widget.widget_layered_nav .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: currentcolor;
}
.jws_wc_filter_layout {
  display: inline-block;
}
.jws_wc_filter_layout .jws_wc_columns_view span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item {
  display: inline-block;
  padding: 0 5px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item svg {
  width: 28px;
  height: 24px;
  vertical-align: middle;
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item svg path {
  fill: var(--primary-color);
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item:first-child {
  padding-left: 0;
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item.active,
.jws_wc_filter_layout .jws_wc_columns_view .column_item:hover {
  opacity: 1;
}
.product_list_widget li {
  opacity: 1 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product_list_widget li .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.product_list_widget li .product-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 20px);
  padding-left: 32px;
}
.product_list_widget li .product-content .product-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  font-family: unset;
  margin: 0;
}
.product_list_widget li .product-content .cat-list a {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 36px;
}
.product_list_widget li .product-content .woocs_price_code {
  letter-spacing: 2px;
  line-height: 20px;
  display: block;
  font-size: 13px;
}
.product_list_widget li .product-content .woocs_price_code del {
  color: #959595;
}
.product_list_widget li .product-content .woocs_price_code ins {
  text-decoration: none;
}
.widget_product_categories .selection .select2-selection--single,
.woocommerce-widget-layered-nav .selection .select2-selection--single {
  border: none;
}
.widget_product_categories .selection .select2-selection--single .select2-selection__arrow::before,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__arrow::before {
  left: 50%;
  margin-left: 8px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  content: "\e874";
  font-family: 'Linearicons-Free';
}
.widget_product_categories .selection .select2-selection--single .select2-selection__arrow b,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.widget_product_categories .selection .select2-selection--single .select2-selection__clear,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__clear {
  font-size: 0;
}
.widget_product_categories .selection .select2-selection--single .select2-selection__clear::before,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__clear::before {
  left: 50%;
  margin-left: -5px;
  padding-right: 22px;
  top: 63%;
  width: 0;
  position: relative;
  font-size: 10px;
  content: "\e870";
  font-family: 'Linearicons-Free';
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-right: 30px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
}
.widget_product_categories .remove-filter-item .select2-selection__rendered,
.woocommerce-widget-layered-nav .remove-filter-item .select2-selection__rendered {
  background: rgba(22, 22, 23, 0.1);
}
.widget_product_categories .select2-container .select2-selection--single .select2-selection__clear,
.woocommerce-widget-layered-nav .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
  height: 15px;
  line-height: normal;
}
.woocommerce-result-count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
/*Short by*/
.ffwoocommerce-ordering {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.ffwoocommerce-ordering .orderby {
  border: none;
  border-bottom: 1px solid;
  outline: none;
  min-width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
}
.ffwoocommerce-ordering:before {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Linearicons-Free';
  content: "\e874";
  font-size: 12px;
  pointer-events: none;
}
.woocommerce-ordering {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-left: 100px;
}
.woocommerce-ordering li.current {
  text-align: right;
}
.woocommerce-ordering .current > div {
  text-align: left;
  letter-spacing: .5px;
  font-weight: 400;
  max-width: 369px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  background: #e8ebf7;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: var(--primary-color);
}
.woocommerce-ordering .current > div span {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 10px;
  float: right;
}
.woocommerce-ordering ul {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  max-width: 369px;
  width: 100%;
  right: 0;
  display: none;
  background: #e8ebf7;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  list-style-type: none;
}
.woocommerce-ordering ul li a {
  line-height: 32px;
  padding: 0 17px;
  text-align: left;
  display: block;
  font-size: 16px;
  opacity: 0.8;
  color: var(--primary-color);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.woocommerce-ordering ul li a::before {
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.woocommerce-ordering ul li a.active {
  opacity: 1;
  transform: translateX(15px);
}
.woocommerce-ordering ul li a.active::before {
  width: 10px;
  opacity: 1;
}
.woocommerce-ordering ul li:hover a {
  opacity: 1;
  transform: translateX(15px);
}
.woocommerce-ordering ul li:hover a::before {
  width: 10px;
  opacity: 1;
}
.sidebar-mobile {
  display: none;
}
/*Pagination style*/
.woocommerce-pagination-number {
  margin-top: 67px;
}
.woocommerce-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: -3px;
}
.woocommerce-pagination-number ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 11px 3px 0;
  text-align: center;
}
.woocommerce-pagination-number ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-pagination-number ul li a,
.woocommerce-pagination-number ul li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.woocommerce-pagination-number ul li span,
.woocommerce-pagination-number ul li a:hover {
  background-color: var(--primary-button-background);
  color: #ffffff;
}
.woocommerce-pagination-number ul li.current {
  background-color: var(--primary-button-background);
  color: #ffffff;
}
.layout_one_col .woocommerce-pagination-number {
  margin-top: 30px;
}
.layout_one_col .woocommerce-pagination-number ul {
  text-align: left;
}
@keyframes snake {
  0%,
  100% {
    opacity: .3;
    transform: translateY(0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  50% {
    opacity: 1;
    transform: translateY(-14px);
    box-shadow: 0 22px 20px rgba(0, 0, 0, 0.1);
  }
}
.grid-sizer {
  display: none;
}
.jws-animated-products.jws-animated-products-filter .product-item {
  opacity: 0;
  transition: 0.315s all ease-in-out;
  -moz-transition: 0.315s all ease-in-out;
  -webkit-transition: 0.315s all ease-in-out;
  -o-transform: translate3d(0, 0, 0) translatey(15px);
  -moz-transform: translate3d(0, 0, 0) translatey(15px);
  -webkit-transform: translate3d(0, 0, 0) translatey(15px);
  transform: translate3d(0, 0, 0) translatey(15px);
}
.jws-animated-products.jws-animated-products-loading .animated-global {
  opacity: 0;
  transition: 0.315s all ease-in-out;
  -moz-transition: 0.315s all ease-in-out;
  -webkit-transition: 0.315s all ease-in-out;
  -o-transform: translate3d(0, 0, 0) translatey(15px);
  -moz-transform: translate3d(0, 0, 0) translatey(15px);
  -webkit-transform: translate3d(0, 0, 0) translatey(15px);
  transform: translate3d(0, 0, 0) translatey(15px);
}
.jws-animated-products.jws-animated-products-filter .product-item.jws-animated,
.elementor-widget-jws_product_tab .jws-animated-products.jws-animated-products-filter .jws-animated,
.jws-animated-products.jws-animated-products-loading .jws-animated,
.jws-animated-products .jws-animated {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0) translatey(0);
  -moz-transform: translate3d(0, 0, 0) translatey(0);
  -webkit-transform: translate3d(0, 0, 0) translatey(0);
  transform: translate3d(0, 0, 0) translatey(0);
}
#filter-button {
  cursor: pointer;
  margin-right: 30px;
}
#filter-button svg {
  height: auto;
  width: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#filter-button svg path {
  fill: var(--primary-color);
}
#filter-button .filter-text {
  padding-left: 5px;
  float: none;
  display: inline-block;
  font-weight: 500;
  color: var(--primary-color);
  vertical-align: middle;
}
.close-popup {
  position: fixed;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  text-align: center;
  border-radius: 100%;
  font-size: 35px;
  color: #ffffff;
  z-index: 999999;
  cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  max-width: 1000px;
  margin: auto;
  max-height: 90vh;
}
.mfp-container {
  padding: 4rem;
}
div#jws-quickview {
  background: #ffffff;
}
div#jws-quickview .shop-single .main-product {
  padding-top: 0;
  padding-bottom: 0;
}
div#jws-quickview .shop-single .main-product .jws-product-image {
  padding-top: 0;
  padding-bottom: 0;
}
div#jws-quickview .shop-single .main-product .jws-product-image figure {
  margin: 0;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-dots {
  display: none;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 0 15px;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-nav .owl-next {
  float: right;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-nav button {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
div#jws-quickview .shop-single .main-product .entry-summary {
  padding-top: 0;
  padding-bottom: 0;
}
div#jws-quickview .shop-single .main-product #jws-product-summary {
  padding: 45px 50px;
  overflow-y: auto;
  max-height: 485px;
}
div#jws-quickview .shop-single .main-product #jws-product-summary::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #c7c6c6;
}
div#jws-quickview .shop-single .main-product #jws-product-summary::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #c7c6c6;
}
div#jws-quickview .shop-single .main-product #jws-product-summary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ada9a9;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .breadcrumbs {
  margin-bottom: 0;
  margin-top: 0;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .stock {
  margin-top: 13px;
  margin-bottom: 30px;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .product-meta-custom {
  margin-top: 19px;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .product_meta {
  margin-top: 20px;
}
.no-product-found {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
}
.no-product-found i {
  font-size: 70px;
}
.no-product-found .woocommerce-info {
  border-top: unset;
  background-color: transparent;
}
@media (max-width: 1100px) {
  .shop-page .shop-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .shop-content.col-xl-9.col-lg-12.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    display: block;
    margin-bottom: 14px;
    float: unset !important;
  }
  .shop-page .widget ul li {
    position: relative;
  }
  .shop-page .widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item {
    padding-right: 11px;
  }
  .shop-page .widget.widget_shopping_cart .product_list_widget h6 {
    color: #ffffff;
    font-size: 85%;
  }
  .shop-page .widget.widget_seach_by .search-field[type=text] {
    border: none;
    padding: 0 24px;
    line-height: 50px;
    height: 50px;
  }
  .shop-page .widget.widget_seach_by form.search-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .shop-page .widget.widget_seach_by form.search-form button::before {
    font-size: 22px;
    line-height: 50px;
    content: '\e8c7';
    font-family: "evaicon";
  }
  .shop-page .widget.widget_shopping_cart .product_list_widget .remove_from_cart_button {
    color: #ffffff;
    font-size: 15px;
    margin-top: 0px;
    top: 0;
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .shop-page .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward.checkout {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .jws_woo_main_products .shop-content .product-item.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 1200px) {
  .product_list_widget li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_list_widget li .product-image {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .product_list_widget li .product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .shop-content.col-xl-9.col-lg-12.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .shop-page .shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--primary-color);
    height: 100vh;
    overflow: auto;
    z-index: 99999;
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
    padding: 0 !important;
    -webkit-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .shop-page .shop-sidebar.active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .jws-title-bar-wrap {
    background-attachment: unset !important;
  }
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped,
  .product-item .product-item-inner .product-image .product-button-inner .compare-button,
  .product-item .product-item-inner .product-image .product-button-inner .quickview-icon,
  .product-item .product-item-inner .product-image .product-button-inner .wishlist-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-15px) !important;
    -o-transform: translateX(-15px) !important;
    -ms-transform: translateX(-15px) !important;
    -moz-transform: translateX(-15px) !important;
    transform: translateX(-15px) !important;
  }
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button::before,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external::before,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple::before,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped::before,
  .product-item .product-item-inner .product-image .compare-button,
  .product-item .product-item-inner .product-image .wishlist-icon .wishlist-button,
  .product-item .product-item-inner .product-image .quickview-icon .quickview-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-item .product-item-inner .product-image .compare-button > span,
  .product-item .product-item-inner .product-image .wishlist-icon .wishlist-button > span,
  .product-item .product-item-inner .product-image .quickview-icon .quickview-button > span {
    line-height: 40px;
  }
  .woo-variation-gallery-slider-wrapper .jws_pr_labels {
    right: 20px;
    top: 40px;
    text-align: right;
  }
  .jws_products_content-layout4 .product-item .jws_pr_labels {
    right: auto;
    left: 15px;
    top: 0;
    text-align: left;
  }
  .jws_products_content-layout4 .product-item .product-image .product-button-inner {
    top: 50%;
  }
  .jws_pr_labels .jws_pr_label {
    line-height: 24px;
    font-size: 11px;
    padding: 0 5px;
    margin-left: 0;
    margin-right: 5px;
  }
  .jws_pr_labels .jws_pr_label.out-of-stock {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .shop-nav-top .align-right {
    text-align: left;
    margin-top: 20px;
  }
  .shop-nav-top .align-right {
    text-align: left;
  }
  .woocommerce-ordering {
    margin-left: 0;
  }
  .woocommerce-ordering ul {
    right: auto;
  }
  .woocommerce-ordering li.current {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .product-list.jws_products_content-layout_one_column .product-inner {
    padding: 0;
    box-shadow: none;
    display: block;
  }
  .product-list.jws_products_content-layout_one_column .product-item {
    border: none;
    padding: 30px 0;
  }
  .product-list.jws_products_content-layout_one_column .product-inner .product-image {
    width: 100%;
  }
  .product-list.jws_products_content-layout_one_column .product-inner .product-content {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .jws-grid .product-item {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
.jws_woo_loader {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.jws_woo_loader.show {
  display: block;
}
.jws_woo_loader span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.jws_woo_loader span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.jws_woo_loader span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.jws_woo_loader span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.jws-quantity-wrap .quantity {
  margin-right: 13px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.jws-quantity-wrap .quantity input {
  height: 58px;
  -moz-appearance: textfield;
  padding-left: 33px;
  padding-right: 33px;
  width: 143px;
  border: 1px solid var(--primary-color);
  font-weight: 500;
  color: var(--primary-color);
}
.jws-quantity-wrap .quantity > span {
  right: 0;
  position: absolute;
  font-size: 18px;
  width: 39px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--primary-button-background);
  cursor: pointer;
}
.jws-quantity-wrap .quantity > span:hover {
  color: #fa188d;
}
.jws-quantity-wrap .quantity .jws-qty-minus {
  bottom: 4px;
}
.jws-quantity-wrap .quantity .jws-qty-plus {
  top: 4px;
}
.shop-single .main-product {
  padding-top: 77px;
  padding-bottom: 90px;
}
.shop-single .main-product .col-xl-6 .entry-summary {
  padding-left: 100px;
}
.shop-single .main-product figure {
  margin: 0;
}
.shop-single .main-product .entry-summary {
  /*product meta*/
}
.shop-single .main-product .entry-summary .breadcrumbs {
  margin-bottom: 30px;
  margin-top: -9px;
}
.shop-single .main-product .entry-summary .breadcrumbs a,
.shop-single .main-product .entry-summary .breadcrumbs span {
  font-size: 12px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-single .main-product .entry-summary .breadcrumbs a:hover,
.shop-single .main-product .entry-summary .breadcrumbs span:hover {
  opacity: 1;
}
.shop-single .main-product .entry-summary .breadcrumbs .delimiter {
  padding: 0 5px;
}
.shop-single .main-product .entry-summary .price {
  font-size: 20px;
  margin-top: 10px;
}
.shop-single .main-product .entry-summary .product_title {
  margin-bottom: 14px;
}
.shop-single .main-product .entry-summary .woocommerce-review-link {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.shop-single .main-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 44px;
  margin-top: 38px;
}
.shop-single .main-product .entry-summary .stock {
  margin-bottom: 18px;
  color: var(--primary-color);
  font-weight: 700;
}
.shop-single .main-product .entry-summary .single_variation .price {
  margin-top: -10px;
  margin-bottom: 22px;
}
.shop-single .main-product .entry-summary .variations {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
.shop-single .main-product .entry-summary .variations tr td {
  text-align: left;
  display: inline-block;
  padding: 0;
}
.shop-single .main-product .entry-summary .variations label {
  margin-right: 10px;
  margin-bottom: 20px;
}
.shop-single .main-product .entry-summary .variations tr > label {
  font-weight: 600;
  text-transform: uppercase;
}
.shop-single .main-product .entry-summary .variations td.value {
  padding-bottom: 20px !IMPORTANT;
}
.shop-single .main-product .entry-summary .variations .reset_variations {
  position: absolute;
  border-bottom: 1px solid;
  line-height: 16px;
}
.shop-single .main-product .entry-summary .variations .reset_variations::before {
  content: '\e83b';
  font-family: "evaicon";
  float: right;
}
.shop-single .main-product .entry-summary .variations select {
  padding-right: 38px;
  padding-left: 14px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-label {
  font-size: 15px;
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 5px;
  padding: 0 14px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  width: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-label.selected,
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-label:hover {
  box-shadow: inset 0px 0px 0px 1px var(--primary-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: #eef0ff;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch__tooltip {
  -webkit-transform: translate(-50%, -130%);
  -moz-transform: translate(-50%, -130%);
  transform: translate(-50%, -130%);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 2px;
  background: #17171a;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch.disabled {
  cursor: not-allowed;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch__tooltip:after {
  width: 8px;
  height: 8px;
  background: #17171a;
  bottom: -3px;
  margin-left: -4px;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch:hover .swatch__tooltip {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-color {
  border-color: transparent;
  width: 36px;
  height: 36px;
  border-width: 1px;
  border-radius: 0;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-color.selected {
  border-color: #17171a;
}
.shop-single .main-product .entry-summary .variations .pa_weight,
.shop-single .main-product .entry-summary .variations .pa_shade {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
.shop-single .main-product .entry-summary .variations .pa_weight label,
.shop-single .main-product .entry-summary .variations .pa_shade label {
  line-height: 50px;
  text-transform: uppercase;
}
.shop-single .main-product .entry-summary .variations .pa_weight .value,
.shop-single .main-product .entry-summary .variations .pa_shade .value {
  width: 100%;
  margin-left: 20px;
}
.shop-single .main-product .entry-summary .variations .pa_weight select,
.shop-single .main-product .entry-summary .variations .pa_shade select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 0 15px;
  border-color: rgba(22, 22, 25, 0.1);
  outline: none;
  font-size: 12px;
  opacity: 0.8;
}
.shop-single .main-product .entry-summary .product-single-buy-now {
  margin-top: 10px;
}
.shop-single .main-product .entry-summary .grouped_form .button {
  position: relative;
  transition: 0.05s;
}
.shop-single .main-product .entry-summary .grouped_form .added,
.shop-single .main-product .entry-summary .grouped_form .loading {
  font-size: 0;
}
.shop-single .main-product .entry-summary .grouped_form .added:after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 18px;
  display: block;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 2px 2px 0;
  position: absolute;
}
.shop-single .main-product .entry-summary .add-to-cart-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.shop-single .main-product .entry-summary .add-to-cart-form .button {
  position: relative;
  transition: 0.05s;
  border: none;
}
.shop-single .main-product .entry-summary .add-to-cart-form .added,
.shop-single .main-product .entry-summary .add-to-cart-form .loading {
  font-size: 0;
}
.shop-single .main-product .entry-summary .add-to-cart-form .added:after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 18px;
  display: block;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 2px 2px 0;
  position: absolute;
}
.shop-single .main-product .entry-summary .add-to-cart-form .single_add_to_cart_button {
  margin-top: 0;
}
.shop-single .main-product .entry-summary .yith-wcwl-add-button .add_to_wishlist span {
  padding-left: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.shop-single .main-product .entry-summary .yith-wcwl-add-button .add_to_wishlist::before {
  content: "\e813";
  font-family: 'Linearicons-Free';
}
.shop-single .main-product .entry-summary .product-meta-custom {
  margin-top: 19px;
}
.shop-single .main-product .entry-summary .product-meta-custom .product-meta-top .product-meta-top-right {
  text-align: right;
}
.shop-single .main-product .entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.shop-single .main-product .entry-summary .product-share {
  display: inline-block;
  position: relative;
}
.shop-single .main-product .entry-summary .product-share > button {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.shop-single .main-product .entry-summary .product-share > button span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.shop-single .main-product .entry-summary .product-share > button svg {
  margin-left: 12px;
  width: 15px;
  height: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.shop-single .main-product .entry-summary .product-share > button i {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  visibility: hidden;
  z-index: -1;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox.opened {
  opacity: 1;
  transform: translatex(0);
  -webkit-transform: translatex(0);
  visibility: visible;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
  background: #ffffff;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox .post-share-inner a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #cdcfd0;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(-35px);
  -webkit-transform: translatex(-35px);
}
.shop-single .main-product .entry-summary .product-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  transform: translatex(-35px);
  -webkit-transform: translatex(-35px);
  visibility: visible;
}
.shop-single .main-product .entry-summary .product-share.opened button svg {
  opacity: 0;
}
.shop-single .main-product .entry-summary .product-share.opened button span {
  opacity: 0;
  visibility: hidden;
}
.shop-single .main-product .entry-summary .product-share.opened button i {
  opacity: 1;
}
.shop-single .main-product .entry-summary .product_meta {
  display: block;
  margin-top: 26px;
}
.shop-single .main-product .entry-summary .product_meta strong {
  font-weight: 700;
  color: var(--primary-color);
}
.shop-single .main-product .entry-summary .product_meta > span {
  display: block;
  line-height: 36px;
}
.shop-single .main-product .entry-summary .product_meta > span > span,
.shop-single .main-product .entry-summary .product_meta > span > a {
  font-weight: 400;
}
.shop-single .main-product .entry-summary .product_meta > span > span:first-child,
.shop-single .main-product .entry-summary .product_meta > span > a:first-child {
  padding-left: 10px;
}
.shop-single .main-product .entry-summary .product_meta > span a:hover {
  color: var(--primary-button-background);
}
.shop-single .main-product .woocommerce-product-gallery {
  position: relative;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image {
  width: 100%;
  float: none;
  position: relative;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .jws_pr_labels {
  z-index: 9;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .zoom-out {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 26px;
  width: 33px;
  height: 33px;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: none;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .zoom-out svg {
  width: 18px;
  height: 18px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .zoom-out svg path {
  fill: #ffffff !important;
  stroke: #ffffff;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-next,
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-next {
  margin-left: 30px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-prev {
  margin-left: -30px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots {
  text-align: center;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots button {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots button span {
  background: none;
  color: transparent;
  position: relative;
  z-index: 1;
  font-size: 0;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  padding: 0;
  border-radius: 100%;
  display: block;
  border: 1px solid transparent;
  transition: .3s;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots button span::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  background: var(--text-color);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots button.active span {
  border-color: var(--primary-color);
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots button.active span:before {
  background: var(--primary-color);
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:last-child {
  padding: 0;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail .product-image-thumbnail-inner {
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail.active-thumb .product-image-thumbnail-inner,
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:hover .product-image-thumbnail-inner {
  border-color: #676767;
}
.shop-single .main-product .product-tabs {
  padding-top: 57px;
}
.shop-single .main-product .woocommerce-tabs {
  padding-top: 55px;
}
.shop-single .main-product .woocommerce-tabs .jws-group-accordion-wap {
  transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
  overflow: hidden;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--guide_tab .row > div {
  padding: 15px 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--guide_tab li {
  margin-bottom: 15px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--guide_tab li:last-child {
  margin-bottom: 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--shipping_tab > p {
  margin-bottom: 15px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--shipping_tab > p:last-child {
  margin-bottom: 0;
}
.shop-single .main-product .woocommerce-tabs .tab-heading {
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  margin: 0;
}
.shop-single .main-product .woocommerce-tabs .tab-heading .toggle-visible {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 1px;
  position: relative;
  float: right;
}
.shop-single .main-product .woocommerce-tabs .tab-heading .toggle-visible:before {
  font-family: 'Linearicons-Free';
  content: "\e874";
  display: block;
}
.shop-single .main-product .woocommerce-tabs .zoo-group-accordion.accordion-active .tab-heading .toggle-visible:before {
  transform: rotateX(180deg);
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .elementor-section:first-child {
  padding-top: 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
  padding: 20px 0;
  display: block;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes-item__label {
  color: var(--primary-color);
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr td,
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr th {
  border-bottom: 1px solid #2f2f2f;
  padding: 10px 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item {
  border-bottom: 0.8px solid #2f2f2f;
  padding: 0.5em 0;
  max-width: 100%;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item .half {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item:last-child {
  border: none;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
  font-weight: 600;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .row h2 {
  margin-bottom: 14px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .row .col-left .h-last-child {
  margin-top: 34px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel > * {
  animation: fadeIn 0.2s both;
}
.shop-single .main-product .woocommerce-tabs ul.tabs {
  padding: 0;
  list-style-type: none;
  display: block;
  padding-bottom: 6px;
  position: relative;
  margin: 0;
}
.shop-single .main-product .woocommerce-tabs ul.tabs #magic_line {
  position: absolute;
  height: 1px;
  bottom: -1px;
  transition: all 0.7s ease 0s;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li {
  padding-right: 5px;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: inline-block;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li:last-child {
  padding-right: 0;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li a {
  line-height: 28px;
  color: var(--secondary-button-color-text);
  border-radius: 4px;
  font-weight: 700;
  position: relative;
  background: transparent;
  padding: 15px 25px;
  display: block;
  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;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li a::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--secondary-button-color-text);
  z-index: -1;
  opacity: 0.1;
  border-radius: 5px;
}
.shop-single .main-product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--secondary-button-background);
}
.shop-single .main-product .woocommerce-tabs ul.tabs li.active a::before {
  opacity: 1;
}
.grouped_form {
  margin-top: 14px;
}
.grouped_form .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount,
.grouped_form .price {
  display: inline-block;
}
.grouped_form table {
  width: 100%;
}
.grouped_form table tr {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.grouped_form table tr:last-child {
  border-bottom: none;
}
.grouped_form table td {
  padding: 15px 0;
}
.grouped_form table .woocommerce-grouped-product-list-item__quantity {
  display: inline-block;
}
.grouped_form table .woocommerce-grouped-product-list-item__quantity a {
  display: inline-block;
}
.grouped_form table td.woocommerce-grouped-product-list-item__price {
  text-align: right;
}
.grouped_form table .woocommerce-grouped-product-list-item__label {
  padding: 0 15px;
  text-align: left;
}
.grouped_form table .woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}
.grouped_form table .woocommerce-grouped-product-list-item__label a {
  font-weight: 700;
  color: var(--primary-color);
}
.star-rating {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 79px;
  letter-spacing: 0px;
  display: inline-block;
  vertical-align: middle;
}
.star-rating:before {
  content: '\f005\f005\f005\f005\f005';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  color: var(--secondary-color);
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  padding-top: 1.5em;
  left: 0;
}
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
  text-indent: 0;
  font-weight: 900;
  color: var(--secondary-color);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  display: block;
  margin-bottom: 3px;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .review-total {
  font-size: 12px;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .comment-reply-title {
  display: none;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-noreviews {
  display: inline-block;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .leave-comment {
  float: right;
  opacity: 0.8;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .star-rating {
  margin-right: 20px;
}
.woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
  margin-top: -4px;
  width: 100%;
}
.woocommerce-Tabs-panel .no-review .comment-form {
  margin-bottom: 5px;
}
.woocommerce-Tabs-panel {
  padding-top: 25px;
}
.woocommerce-Tabs-panel .comment-form > .row {
  margin: 0;
  width: 100%;
}
.woocommerce-Tabs-panel .comment-form label {
  display: inline-block;
  margin-bottom: 0;
}
.woocommerce-Tabs-panel .comment-form label span.required {
  color: #da1414;
}
.woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent label {
  margin-left: 20px;
}
.woocommerce-Tabs-panel .comment-form input[type=text],
.woocommerce-Tabs-panel .comment-form input[type=email],
.woocommerce-Tabs-panel .comment-form input[type=number],
.woocommerce-Tabs-panel .comment-form textarea {
  display: block;
  width: 100%;
  padding: 7px 15px;
}
.woocommerce-Tabs-panel .comment-form input[type=text],
.woocommerce-Tabs-panel .comment-form input[type=email],
.woocommerce-Tabs-panel .comment-form input[type=number] {
  height: 45px;
}
.woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent {
  position: relative;
}
.woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  float: left;
  position: absolute;
  top: 7px;
  left: 0;
}
.woocommerce-Tabs-panel .comment-form textarea {
  height: 200px;
}
.woocommerce-Tabs-panel .comment-form .comment-form-author {
  padding-left: 0;
}
.woocommerce-Tabs-panel .comment-form .comment-form-email {
  padding-right: 0;
}
.woocommerce-Tabs-panel .comment-form > p {
  margin-top: 20px;
}
.woocommerce-Tabs-panel .comment-form p.form-submit {
  margin-top: 26px;
  display: block;
}
.woocommerce-Tabs-panel .comment-form p.form-submit input {
  position: relative;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating {
  margin-bottom: 42px;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating label {
  margin-bottom: 0;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars {
  margin-bottom: 26px;
  margin-top: -5px;
  position: relative;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars [class*="star"] {
  text-indent: -999em;
  display: block;
  position: absolute;
  display: inline-block;
}
.woocommerce-Tabs-panel .comment-form .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;
  letter-spacing: 4px;
  color: #f9cc03;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-1 {
  width: 15px;
  z-index: 50;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-1.active:before,
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-1:hover:before {
  font-weight: 900;
  content: '\f005';
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-2 {
  width: 30px;
  z-index: 40;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-2.active:before,
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-2:hover:before {
  font-weight: 900;
  content: '\f005\f005';
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-3 {
  width: 45px;
  z-index: 30;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-3.active:before,
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-3:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005';
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-4 {
  width: 60px;
  z-index: 20;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-4.active:before,
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-4:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005\f005';
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-5 {
  width: 75px;
  z-index: 10;
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-5.active:before,
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-5:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005\f005\f005';
}
.woocommerce-Tabs-panel .comment-form .comment-form-rating .stars .star-5:before {
  content: '\f005\f005\f005\f005\f005';
}
.comment-form {
  margin-bottom: 46px;
}
.commentlist {
  padding: 0;
  margin-top: 20px;
}
.commentlist li {
  list-style-type: none;
  padding: 32px 0;
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}
.commentlist li:first-child {
  border-top: 1px solid rgba(183, 183, 183, 0.2);
}
.commentlist li .comment-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.commentlist li p.meta {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 17px;
}
.commentlist li .description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}
.commentlist li .star-rating span:before,
.commentlist li .star-rating:before {
  font-size: 11px;
}
/*Pagination Load More style*/
.woocommerce-Reviews .woocommerce-pagination {
  width: 100%;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 14px;
  margin-bottom: 0;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers li {
  display: none;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers li:last-child {
  display: inline-block;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers li:last-child .dots-loading {
  display: block;
}
.woocommerce-Reviews .woocommerce-pagination #jws-products-loading {
  display: block;
  margin-bottom: 46px;
}
.woocommerce-Reviews .woocommerce-pagination .loaded-product {
  display: none;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.woocommerce-Reviews .woocommerce-pagination.loaded .page-numbers {
  display: none;
}
.woocommerce-Reviews .woocommerce-pagination.loaded .loaded-product {
  display: block;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.woocommerce-Reviews .woocommerce-pagination.loading .dots-loading {
  display: block;
}
.woocommerce-Reviews .woocommerce-pagination.loading #jws-products-loading {
  display: none;
}
/*Related Product*/
.related {
  padding-top: 71px;
  margin-top: 52px;
  border-top: 1px solid #e7e8ef;
}
.related .product-list.jws_products_content-layout3 .product-inner {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.related .product-list.jws_products_content-layout3 .product-inner:hover {
  box-shadow: 0px 10px 44.84px 14.16px rgba(2, 2, 66, 0.08);
}
.recently-product-view {
  padding-top: 57px;
}
.shop-content h2 {
  text-align: left;
  margin-bottom: 30px;
}
.hero-slider {
  text-align: center;
  background: #f5f5f5;
}
.hero-slider .slider-listing-items .hero-title {
  font-size: inherit;
  font-weight: 500;
  font-family: unset;
  line-height: 24px;
  margin: 0;
}
.hero-slider .slider-listing-items .hero-description {
  font-size: 12px;
  line-height: 24px;
}
.hero-slider .slider-listing-items .slick-slide {
  padding: 15px 0;
}
.hero-slider .slider-listing-items .slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.hero-slider .slider-listing-items .slick-arrow .btn-icon-custom {
  margin-left: 0;
}
.hero-slider .slider-listing-items .slick-arrow.prev {
  left: 0;
  right: auto;
  -webkit-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.hero-slider .slider-listing-items .slick-arrow.prev .btn-icon-custom {
  position: absolute;
  left: 0;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.hero-slider .slider-listing-items .slick-arrow.prev .btn-icon-custom::before {
  left: 3px;
  right: auto;
  top: 0px;
}
.hero-slider .slider-listing-items .slick-arrow.prev .btn-icon-custom::after {
  right: auto;
  left: 2px;
  position: absolute;
  bottom: -1px;
  top: auto;
}
.hero-slider .slider-listing-items .slick-arrow.next {
  right: 0;
}
.jws-waitlist-register .jws-waitlist-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.jws-waitlist-register .jws-waitlist-form input {
  height: 60px;
  border-radius: 0;
  border-width: 1px;
}
.jws-waitlist-register .jws-waitlist-form input[type="email"] {
  width: 100%;
  padding: 0 30px;
}
.jws-waitlist-register .jws-waitlist-form .btn-button {
  padding: 0 40px;
  margin-left: 5px;
}
.jws-waitlist-register .successful-message {
  color: #2cb101;
}
.jws-waitlist-register .error-message {
  color: #ff3b00;
}
@media screen and (max-width: 1440px) {
  .shop-single .main-product .col-xl-6 .entry-summary {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .shop-single .main-product.layout4 .image-out-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .shop-single .main-product.layout4 .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .shop-single .main-product.layout4 .entry-summary {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
    padding-right: 90px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
    width: 70px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image,
  .shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
    width: 100%;
  }
  .shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail,
  .shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
    padding: 0 5px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
    padding-right: 120px;
  }
  .shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image,
  .shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
    margin: 0 -5px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
    width: 110px;
    right: 0;
    margin: 0 -5px;
  }
  .shop-single .main-product.layout4 .entry-summary {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  .shop-single .main-product.layout4 .product-tabs {
    padding: 50px 0 0px 0;
  }
  .shop-single .main-product .entry-summary {
    padding-top: 50px;
  }
  /* product layout 1 bottom gallery */
  .shop-single .main-product .col-xl-6 .entry-summary {
    padding-left: 0;
  }
  /*product layout 2*/
  .shop-single .main-product.layout2 .jws_main_image {
    width: 100%;
    right: auto;
    top: auto;
    height: auto;
    position: relative;
    margin-right: 0;
  }
  .shop-single .main-product.layout2 .woocommerce-product-gallery.thumbnail_position_left {
    padding-left: 192px;
  }
  .shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left .jws_thumbnail_image {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: auto;
  }
  .shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left {
    position: relative;
  }
  .shop-single .main-product.layout4 .full-container .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-Tabs-panel .comment-form > .row {
    margin: 0;
    width: 100%;
  }
  .woocommerce-Tabs-panel .comment-form > .row > p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  div#jws-quickview .shop-single .main-product #jws-product-summary {
    padding: 15px;
  }
  .hero-slider .slider-listing-items .slick-arrow.prev,
  .hero-slider .slider-listing-items .slick-arrow.next {
    display: none;
  }
  .shop-single .main-product {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    position: relative;
    width: 100%;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left {
    padding-left: 0;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail {
    height: auto;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow.slick-next,
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow.slick-next {
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
    left: auto;
    right: -30px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail .product-image-thumbnail-inner {
    height: 100px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow.slick-prev,
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow.slick-prev {
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
    left: -30px;
    right: auto;
    top: auto;
  }
  .related,
  .recently-product-view {
    padding-top: 60px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
    padding-right: 0;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
    right: auto;
    width: 100%;
    position: relative;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail {
    padding: 15px 5px;
  }
  .shop-single .main-product .woocommerce-tabs ul.tabs li {
    margin-bottom: 13px;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:first-child {
    margin-left: 0;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:last-child {
    margin-right: 0;
  }
  .shop-single .main-product .entry-summary .product_meta {
    margin-top: 25px;
  }
  .shop-single .main-product .entry-summary .stock {
    margin-top: 25px;
  }
  .shop-single .main-product .entry-summary .yith-wcwl-add-to-wishlist {
    margin-top: 0;
  }
  .shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
    padding: 0 5px;
  }
  .shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .thumbnails {
    margin: 0 -5px;
  }
  /* layout 2*/
  .shop-single .main-product.layout2 .woocommerce-product-gallery.thumbnail_position_left {
    padding-left: 0;
  }
  .shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left .jws_thumbnail_image {
    top: unset;
    transform: unset;
    left: 0;
    height: auto;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:last-child {
    padding: 15px 5px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail .product-image-thumbnail-inner {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .shop-single .main-product.layout4 .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce-Tabs-panel .woocommerce-Reviews .leave-comment {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  .woocommerce-Tabs-panel .woocommerce-Reviews .review-total {
    display: block;
  }
  .jws-waitlist-register .jws-waitlist-form {
    display: block;
  }
  .jws-waitlist-register .jws-waitlist-form .btn-button {
    margin-left: 0;
    margin-top: 5px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-color {
    border-color: transparent;
    width: 25px;
    height: 25px;
  }
}
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
.woocommerce-cart .content-area {
  padding-top: 84px;
}
.woocommerce-cart .jws-quantity-wrap .quantity input {
  padding-left: 32px;
}
.woocommerce-cart .jws-quantity-wrap .quantity .jws-qty-plus {
  top: 2px;
}
.woocommerce-cart .jws-quantity-wrap .quantity > span {
  width: 42px;
  height: 33px;
}
.woocommerce-cart thead th:first-child {
  border-radius: 5px 0 0 5px;
}
.woocommerce-cart thead th:last-child {
  border-radius: 0 5px 5px 0;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr.cart_item:nth-child(even) {
  background: #131313;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead {
  background: #ffc107;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead th {
  font-weight: bold;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button[disabled] {
  color: #ffffff !important;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button {
  background: #000000;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a {
  border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 2px solid #2d2d2d;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 220px 0 0px 0;
  font-weight: bold !important;
  margin-bottom: 30px;
  background: transparent;
  border: 0;
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  content: '\e9be';
  font-size: 180px;
  top: -17px;
  font-family: "evaicon";
}
.woocommerce-cart .woocommerce .cart-empty:after {
  content: '\e92d';
  font-size: 60px;
  top: 63px;
  font-family: "evaicon";
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  color: #ffffff;
  border: 0;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 52px !important;
  min-width: 143px;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  display: inline-block;
  background: var(--primary-color);
  text-decoration: none !important;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align: center;
}
.woocommerce-cart .shop_table {
  border-collapse: unset;
}
.woocommerce-cart .shop_table thead {
  background: var(--primary-color);
  border-radius: 5px;
}
.woocommerce-cart .shop_table thead th {
  font-weight: 700;
  color: #ffffff;
  padding: 16px 30px;
  text-align: left;
  white-space: nowrap;
}
.woocommerce-cart .shop_table tbody .product-price {
  color: #fa188d;
  font-weight: 500;
}
.woocommerce-cart .shop_table .cart-subtotal th,
.woocommerce-cart .shop_table .cart-subtotal td {
  border-top: none;
}
.woocommerce-cart .shop_table .order-total th,
.woocommerce-cart .shop_table .order-total td {
  border-bottom: none;
}
.woocommerce-cart .shop_table tr .product-name a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
}
.woocommerce-cart .shop_table tr .product-name a:hover {
  color: var(--primary-button-background);
}
.woocommerce-cart .shop_table tr .actions {
  padding: 51px 0 41px !important;
}
.woocommerce-cart .shop_table tr .actions:after {
  display: table;
  content: " ";
  clear: both;
}
.woocommerce-cart .shop_table tr .actions .col-right {
  float: right;
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  background: #e7e8ef;
  cursor: no-drop;
  border: #e7e8ef;
  color: #969ab2;
}
.woocommerce-cart .shop_table tr .actions .coupon {
  float: left;
  position: relative;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
  vertical-align: top;
  color: var(--secondary-button-color-text);
  background: var(--secondary-button-background);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  border: 1px solid;
  border-color: var(--primary-color);
  padding: 0 20px;
  background: transparent;
  vertical-align: top;
  border-style: dashed;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+*/
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+*/
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
}
.cart-collaterals th,
.cart-collaterals table tr.order-total td,
.cart-collaterals td {
  border-top: 1px solid #e7e8ef;
  padding: 33px 41px;
}
.cart-collaterals .woocommerce-shipping-totals td {
  padding: 27px 41px 32px 41px;
}
.cart-collaterals .woocommerce-shipping-totals td form.woocommerce-shipping-calculator {
  margin-top: 3px;
}
.cart-collaterals .amount {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--primary-color);
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-button-background);
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 30px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #333333;
  height: 40px;
  padding-left: 24px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: 40px;
  padding: 0;
}
.cart-collaterals .woocommerce-shipping-calculator select,
.cart-collaterals .woocommerce-shipping-calculator .input-text {
  border: 1px solid #d1d1d1;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.cart-collaterals .woocommerce-shipping-calculator button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  min-width: 100%;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  border: none;
  outline: none;
}
.cart-collaterals .cross-sells > h2 {
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.cart-collaterals .continue {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.cart-collaterals .continue i {
  margin-left: 10px;
}
.cart-collaterals .cart_totals {
  width: 48.8%;
  float: right;
}
.cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-bottom: 22px;
}
.cart-collaterals .cart_totals th {
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  color: var(--primary-color);
  text-align: center;
  border-right: 1px solid #e7e8ef;
}
.cart-collaterals .cart_totals .shop_table {
  margin-bottom: 25px;
  border: 1px solid #e7e8ef;
  border-radius: 5px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: inline-block;
}
.respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
table tr.order-total th,
table tr.order-total td {
  border-bottom: 1px solid #e7e8ef;
  padding-bottom: 38px;
  font-size: 18px;
}
table tr.order-total td {
  font-size: 18px;
  font-weight: 500;
}
table tr.order-total td strong {
  font-weight: 500;
}
table tr .woocs_special_price_code {
  font-weight: 400;
}
table tr th {
  padding: 15px 0px;
  font-weight: 500;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
table tr td {
  text-align: right;
}
table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
table tr td strong {
  font-weight: 400;
}
table tr td label {
  font-weight: 400;
}
table tr td input[type="radio"] {
  position: relative;
  top: 2px;
  float: right;
  margin-right: 0;
  margin-left: 7px;
}
.shop_table tr.order-total .includes_tax {
  display: block;
  margin-top: 5px;
}
.shop_table {
  width: 100%;
}
.woocommerce-cart-form .shop_table tbody tr:first-child td {
  border-top: none;
}
.woocommerce-cart-form .shop_table tr td {
  padding: 17px 30px;
  border: none;
  text-align: left;
  border-top: 1px solid rgba(45, 53, 65, 0.5);
}
.woocommerce-cart-form .shop_table tr td.product-remove {
  padding-left: 0;
  text-align: center;
}
.shop_table th.product-thumbnail {
  width: 10px;
}
.shop_table th.product-remove {
  width: 40px;
}
.shop_table td.order-status {
  text-align: center !important;
}
.shop_table td.product-remove a {
  position: relative;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 0;
  font-size: 24px;
  color: var(--primary-color);
}
.shop_table td.product-remove a:hover {
  color: var(--secondary-color);
}
.shop_table td.product-name .variation {
  display: inline-block;
  margin-bottom: 0;
}
.shop_table td.product-name .variation dt {
  font-weight: 400;
}
.shop_table td.product-name .variation .variation-Vendor {
  display: inline-block;
  margin: 0;
}
.shop_table td.product-thumbnail img {
  max-width: 100px;
  height: auto;
}
/** Mini Cart **/
.nxl-cart-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  min-width: 300px;
  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%;
  overflow: auto;
}
.nxl-cart-content.active {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.nxl-cart-content .blockUI.blockOverlay:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.nxl-cart-content > h6 {
  display: block;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-size: 17px;
  margin: 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message {
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  margin-bottom: 30px;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before {
  font-size: 180px;
  top: -17px;
  font-family: Flaticon;
  content: "\f100";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  content: "\f00d";
  font-size: 60px;
  top: 100px;
  font-family: "FontAwesome";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before,
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.nxl-cart-content .woocommerce-mini-cart__total {
  position: absolute;
  bottom: 48px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  background-color: #ffffff;
}
.nxl-cart-content .woocommerce-mini-cart__buttons {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a {
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a:first-child {
  background: #000000;
}
.nxl-cart-content ul {
  padding: 0 30px;
  width: 100%;
  overflow: auto;
  position: absolute;
  scrollbar-width: none;
  /*For Firefox*/
  -ms-overflow-style: none;
  /*For IE and Edge*/
  height: calc(100% - 120px);
}
.nxl-cart-content ul::-webkit-scrollbar {
  width: 0px;
  /*For Chrome, Safari and Opera*/
}
.nxl-cart-content ul li {
  border-bottom: 1px dashed #d6d6d6;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-cart-content ul li:last-child {
  border: none;
}
.nxl-cart-content ul li:hover {
  border-color: #000000;
}
.nxl-cart-content ul li .remove {
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
}
.nxl-cart-content ul li:hover {
  background: #000000;
}
.nxl-cart-content ul a {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 500;
}
.nxl-cart-content ul a img {
  max-width: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 911px) {
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .content-area {
    padding-top: 70px;
  }
  .cart-collaterals th,
  .cart-collaterals table tr.order-total td,
  .cart-collaterals td {
    padding: 10px;
  }
  .product-quantity .jws-quantity-wrap .quantity input {
    width: 100px;
    min-width: unset;
    padding-left: 20px;
    height: 45px !important;
    line-height: 45px !important;
  }
  .product-quantity .jws-quantity-wrap .quantity {
    margin-right: 0;
  }
  .woocommerce-cart-form .shop_table tbody tr:last-child {
    border: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    border: none;
  }
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 30px 15px;
  }
  .cart-collaterals .continue {
    margin-bottom: 15px;
    display: block;
  }
  .cart-actions .coupon_col,
  .cart-actions .update_col {
    float: none;
  }
  .update_col {
    margin-top: 10px;
  }
  .cart-actions .coupon .input-text {
    margin-bottom: 15px;
  }
  .woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr {
    border-color: #2d2d2d;
  }
  .woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr td {
    border-color: #2d2d2d;
  }
  .woocommerce-cart-form .shop_table {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table thead th {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
    margin: 30px 0px;
    border: 1px solid #efefef;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #efefef;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    border: 0;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    margin-bottom: 10px;
    min-width: auto;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    float: none;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .col-right {
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 600;
    float: left;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-cart .shop_table thead th,
  .woocommerce-cart-form .shop_table tr td {
    padding: 10px;
  }
  .shop_table td.product-thumbnail img {
    max-width: 75px;
  }
}
form.woocommerce-checkout {
  margin-top: 21px;
}
form.woocommerce-checkout .required {
  color: #df0000;
}
form.woocommerce-checkout .woocommerce-account-fields {
  margin-bottom: 0 !important;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-bottom: 0 !important;
  margin-top: 23px;
}
form.woocommerce-checkout .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
  position: relative;
  display: block;
  padding: 0;
  left: 0;
  top: 0 !important;
  transform: unset;
  margin-bottom: 0 !important;
  font-size: 16px;
  pointer-events: auto;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 16px;
  font-weight: 400;
}
form.woocommerce-checkout .woocommerce-shipping-fields label {
  display: block;
}
form.woocommerce-checkout .woocommerce-billing-fields h3,
form.woocommerce-checkout .nxl_woo_your_order h3 {
  margin-bottom: 38px;
}
form.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 23px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-additional-fields .form-row.notes label {
  display: none;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  width: 100%;
  height: 197px;
  padding: 14px 27px;
  color: var(--text-color);
  background: transparent;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea::placeholder {
  color: var(--text-color);
}
form.woocommerce-checkout .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-color);
}
form.woocommerce-checkout .woocommerce-additional-fields textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-color);
}
form.woocommerce-checkout .woocommerce-additional-fields textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-color);
}
form.woocommerce-checkout .woocommerce-additional-fields textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-color);
}
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 .woocommerce-form__label-for-checkbox,
form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-form__label-for-checkbox,
form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  color: var(--primary-color);
}
form.woocommerce-checkout .woocommerce-account-fields .form-row.active input,
form.woocommerce-checkout .woocommerce-billing-fields .form-row.active input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row.active input {
  border-color: var(--secondary-color);
}
form.woocommerce-checkout .woocommerce-account-fields .form-row.active label,
form.woocommerce-checkout .woocommerce-billing-fields .form-row.active label,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row.active label {
  top: 3px;
  color: var(--primary-color);
}
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-bottom: 25px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row:last-child,
form.woocommerce-checkout .woocommerce-billing-fields .form-row:last-child,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child {
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row label,
form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  padding: 0 10px;
  background: #ffffff;
  transition: .2s all;
  pointer-events: none;
}
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;
  -webkit-clip-path: unset;
  clip-path: 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 {
  background: transparent;
}
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 {
  padding: 0 27px;
  width: 100%;
  transition: 0.3s all;
}
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 27px;
}
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: 60px;
}
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 {
  height: 60px;
  right: 27px;
}
.checkout-info {
  padding-right: 12px;
  padding-top: 30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #aaa !important;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner .form-row input.input-text,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner .form-row input.input-text {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row.form-row-first,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-first,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-first,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row.form-row-last,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-last,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-last {
  width: 50%;
}
.woocommerce-checkout .woocommerce-account-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce-account-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-last {
  display: inline-block;
  width: 50%;
}
.woocommerce-checkout .woocommerce-account-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-first {
  padding-right: 12.5px;
}
.woocommerce-checkout .woocommerce-account-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-last {
  padding-left: 12.5px;
}
.woocommerce-checkout .place-order {
  text-align: left;
}
.woocommerce-checkout .place-order button {
  display: block;
  width: 100%;
  margin-top: 18px;
}
.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}
.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: var(--primary-button-background);
  font-weight: 500;
  text-decoration: none !important;
}
.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  border: 1px solid #ececec;
  padding: 15px;
  margin: 20px 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-color);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
  color: var(--primary-button-background);
  font-weight: 500;
  text-decoration: underline;
  background: transparent;
  padding: 0;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  padding: 30px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
  border: 1px solid #ececec;
  padding: 30px 30px;
}
.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: 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text,
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  border: 1px solid #ececec;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button,
.woocommerce-checkout .woocommerce-form-login .form-row button {
  position: relative;
  text-align: center;
  color: #ffffff;
  min-width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  font-weight: 700;
  background: #000000;
  font-size: 14px;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 0 30px;
}
.woocommerce-checkout .woocommerce-form-login .form-row button {
  margin: 10px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
  min-width: calc(100% - 210px);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
  min-width: 200px;
}
body.dark-mode-on .woocommerce-success,
body.dark-mode-on .woocommerce-info,
body.dark-mode-on .woocommerce-message,
body.dark-mode-on .woocommerce-error {
  background: #191919;
}
body.dark-mode-on .woocommerce .blockUI.blockOverlay,
body.dark-mode-on .blockUI.blockOverlay {
  background: rgba(19, 19, 19, 0.8) !important;
}
.woocommerce-success,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  font-size: 14px;
  display: table;
  width: 100%;
  padding: 20px;
  border-top: 2px solid;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.woocommerce-success .notice_body,
.woocommerce-info .notice_body,
.woocommerce-message .notice_body,
.woocommerce-error .notice_body {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.woocommerce-success .notice_icon,
.woocommerce-info .notice_icon,
.woocommerce-message .notice_icon,
.woocommerce-error .notice_icon {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}
.woocommerce-success .notice_icon:before,
.woocommerce-info .notice_icon:before,
.woocommerce-message .notice_icon:before,
.woocommerce-error .notice_icon:before {
  width: 70px;
  font-family: FontAwesome;
}
.woocommerce-success trong,
.woocommerce-info trong,
.woocommerce-message trong,
.woocommerce-error trong {
  font-weight: bold;
}
.woocommerce-success a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  display: inline-block;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.woocommerce-info a {
  background: #E0B252;
}
.woocommerce-info .notice_icon:before {
  content: "\f05a";
}
.woocommerce-error[role="alert"] {
  border-color: #ff4136;
  color: #ff4136;
}
.woocommerce-error[role="alert"] a {
  background: #ff4136;
}
.woocommerce-error[role="alert"] .notice_icon:before {
  content: "\f071";
}
.woocommerce-message[role="alert"] {
  border-color: #2ab039;
  color: #2ab039;
}
.woocommerce-message[role="alert"] a {
  background: #2ab039;
}
.woocommerce-message[role="alert"] .notice_icon:before {
  content: "\f00c";
}
ul[role="alert"] {
  list-style-type: none;
}
/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
.woocommerce-order-received .site-content .entry-content > .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-received .responsive-table {
  margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background: transparent;
  border: 2px dashed;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
}
.nxl_woo_your_order {
  margin-bottom: 50px;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.nxl_woo_your_order__title,
.wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.nxl_woo_your_order__title + h3,
.wc-bacs-bank-details-heading + h3 {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.nxl_woo_your_order h2 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.nxl_woo_your_order table tbody tr .product-name {
  text-align: left;
  font-size: 15px;
  color: var(--primary-color);
  line-height: 24px;
  letter-spacings: 0.3px;
}
.nxl_woo_your_order table tbody tr .product-name .product-quantity {
  font-weight: 700;
}
.nxl_woo_your_order table tbody tr .product-total {
  font-size: 15px;
}
.nxl_woo_your_order table tbody tr th,
.nxl_woo_your_order table tbody tr td {
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid #ebf0f4;
}
.nxl_woo_your_order table tbody tr th {
  text-align: left;
}
.nxl_woo_your_order table tfoot tr th,
.nxl_woo_your_order table tfoot tr td {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #ebf0f4;
  text-align: left;
}
.nxl_woo_your_order table tfoot tr td {
  text-align: right;
}
.nxl_woo_your_order table thead {
  background: none;
  border-bottom: 1px solid #ebf0f4;
}
.nxl_woo_your_order table thead tr th {
  padding: 15px 0;
  text-transform: uppercase;
  line-height: 46px;
  vertical-align: middle;
  border: none;
  text-align: left;
}
.nxl_woo_your_order table .product-name a {
  display: inline-block;
}
.nxl_woo_your_order 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;
  line-height: 30px;
  font-style: italic;
}
.woocommerce-columns--addresses .col-1 h3,
.woocommerce-Addresses .col-1 h3,
.woocommerce-columns--addresses .col-2 h3,
.woocommerce-Addresses .col-2 h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1 {
  margin-right: 30px;
}
.woocommerce-thankyou-order-details {
  list-style-type: none;
  padding: 0;
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  -ms-display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.woocommerce-thankyou-order-details + p {
  font-size: 16px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-thankyou-order-details li {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.woocommerce-thankyou-order-details li:last-child {
  border-right: none;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
  line-height: 24px;
}
.woocommerce .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  border: 2px solid #fafafa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.dark-mode-on .nxl_woo_your_order table thead tr th {
  border-color: #2d2d2d;
}
.dark-mode-on .nxl_woo_your_order table tbody tr th,
.dark-mode-on .nxl_woo_your_order table tfoot tr th,
.dark-mode-on .nxl_woo_your_order table tbody tr td,
.dark-mode-on .nxl_woo_your_order table tfoot tr td {
  border-color: #2d2d2d;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  font-size: 14px;
  padding-left: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order_inner {
  background: #f7fbfc;
  padding: 65px 84px 75px 76px;
  text-align: center;
  margin-left: 12px;
}
.woocommerce-checkout .nxl_woo_your_order #order_review_heading {
  margin-bottom: 2px;
}
.woocommerce-checkout .nxl_woo_your_order ul {
  list-style-type: none;
}
.woocommerce-checkout .nxl_woo_your_order tbody {
  border-bottom: 1px solid #e3e7e8;
}
.woocommerce-checkout .nxl_woo_your_order th {
  padding-left: 0 !important;
  font-weight: 700;
  color: var(--primary-color);
}
.woocommerce-checkout .nxl_woo_your_order th:first-child {
  width: 40%;
  border-top: none;
}
.woocommerce-checkout .nxl_woo_your_order .cart-item {
  border: none;
}
.woocommerce-checkout .nxl_woo_your_order .cart-item th {
  border: none;
  padding-top: 15px !important;
  font-size: 18px;
  font-weight: 600;
  vertical-align: text-top;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals th:first-child {
  border-top: 0;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals #shipping_method {
  border-bottom: none;
  padding: 15px 0 16px 0;
  margin-bottom: 0;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals #shipping_method input[type="radio"] {
  position: relative;
  top: unset;
  float: none;
  margin-left: 0;
  margin-right: 7px;
  appearance: auto;
  width: 13px;
  max-width: 13px;
  height: 13px;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals #shipping_method label {
  margin-bottom: 0;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals td {
  padding: 0;
}
.woocommerce-checkout .nxl_woo_your_order .order-total .woocommerce-Price-amount.amount {
  color: #fa188d;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.3px;
}
.woocommerce-checkout .nxl_woo_your_order .order-total th {
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 46px;
  text-transform: uppercase;
  border-bottom: none;
}
.woocommerce-checkout .nxl_woo_your_order .order-total td {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment {
  padding-top: 5px;
  background: transparent;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment input[type="radio"] {
  position: relative;
  top: unset;
  float: none;
  margin-left: 0;
  margin-right: 12px;
  appearance: auto;
  width: 13px;
  max-width: 13px;
  height: 13px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment h4 {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment h4 {
    width: 100%;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
  text-align: left;
  padding: 0;
}
@media (max-width: 768px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
    width: 100%;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li {
  padding: 5px 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li:first-child {
  padding-top: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li:last-child {
  border-bottom: none;
  padding-top: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods label {
  color: var(--primary-color);
  margin-bottom: 0;
  width: cacl( 100% -30px );
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .payment_box {
  background: transparent;
  margin-top: 5px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .payment_box::before {
  content: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods input {
  appearance: auto;
  vertical-align: middle;
  margin-top: 0px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods img {
  max-width: 112px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:hover {
  background-position: right center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order thead {
  display: table-row-group;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order thead th {
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order .product-total {
  text-align: right;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order th:first-child {
  width: 70%;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order tfoot th:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order tfoot td {
  text-align: right;
}
.woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order .order_item .product-name {
  font-weight: 500;
  padding-left: 0;
}
.woocommerce-checkout ul.order_details {
  border: 1px dashed #d3ced2;
  padding: 15px;
}
.woocommerce-checkout ul.order_details li {
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout ul.order_details li {
    float: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .woocommerce-checkout ul.order_details li strong {
    float: right;
  }
}
.woocommerce-checkout .woocommerce-column__title {
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-column--billing-address,
.woocommerce-checkout .woocommerce-column--shipping-address {
  flex: auto;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce-account-fields .form-row.form-row-first,
  .woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-first,
  .woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-first,
  .woocommerce-checkout .woocommerce-account-fields .form-row.form-row-last,
  .woocommerce-checkout .woocommerce-billing-fields .form-row.form-row-last,
  .woocommerce-checkout .woocommerce-shipping-fields .form-row.form-row-last {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order_inner {
    background: #f7fbfc;
    padding: 43px 35px 43px 35px;
    text-align: center;
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order_inner {
    margin-left: 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal input {
    vertical-align: top !important;
  }
  #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: block;
    border: 0;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce-checkout .nxl_woo_your_order .nxl_woo_your_order_inner {
    padding: 30px 15px 30px 15px;
  }
}
.wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  margin-right: 25px;
  border: 0;
  padding: 0px 52px !important;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
}
.wishlist_table .product-add-to-cart a .loading {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.wishlist_table .product-add-to-cart a span {
  transition: 0.3s all;
}
.wishlist_table .product-add-to-cart a.loading .loading {
  opacity: 1;
  transition-delay: 0.2s;
}
.wishlist_table .product-add-to-cart a.loading .text {
  opacity: 0;
}
ul.wishlist_table.mobile {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.wishlist_table.mobile li {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 30px;
}
ul.wishlist_table.mobile li .product-thumbnail {
  max-width: 200px;
  margin-bottom: 20px;
}
ul.wishlist_table.mobile li .item-details .product-name h3 {
  font-size: 16px;
  font-weight: bold;
}
ul.wishlist_table.mobile li .item-details .item-details-table .label {
  font-weight: 500;
}
ul.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
  margin: 0;
  margin-top: 15px;
}
ul.wishlist_table.mobile li .additional-info-wrapper .remove_from_wishlist {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 30px;
  line-height: 50px;
  text-align: center;
}
ul.wishlist_table.mobile li .additional-info-wrapper .additional-info .label {
  font-weight: 500;
}
table.wishlist_table {
  width: 100%;
  font-size: 16px;
}
table.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: currentColor;
}
table.wishlist_table tr td.product-thumbnail img {
  max-width: 90px;
  width: auto;
  height: auto;
}
table.wishlist_table tr {
  border-bottom: 1px solid rgba(45, 53, 65, 0.5);
}
table.wishlist_table tr th {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
table.wishlist_table tr td,
table.wishlist_table tr th {
  background: transparent;
  border: 0;
  padding: 15px;
  text-align: left;
}
table.wishlist_table tr td.product-name a {
  max-width: 290px;
  display: block;
}
table.wishlist_table tr td.product-add-to-cart span.dateadded {
  margin-bottom: 10px;
  margin-right: 15px;
}
table.wishlist_table tr td.product-price {
  font-size: 14px;
}
table.wishlist_table tr td.product-add-to-cart {
  text-align: right;
  padding-right: 0;
}
.yith_wcwl_wishlist_footer .share-button .fa {
  font-family: "Font Awesome 5 Brands";
}
.wishlist-title .fa-pencil {
  display: none;
}
.wishlist-title.wishlist-title-with-form h2 {
  font-size: 18px;
  font-weight: 500;
}
.wishlist-title.wishlist-title-with-form h2:hover {
  background: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: transparent;
}
#yith-wcwl-popup-message {
  color: #ffffff;
  letter-spacing: 0.5px;
  background: #2ecc71;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  font-weight: 400;
  line-height: 45px;
  width: 100%;
  max-width: 300px;
  margin-left: -150px !important;
  margin-top: -40px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  text-align: center;
  padding: 10px;
  animation: width100 0.8s both;
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}
.dark-mode-on table.wishlist_table tr {
  border-color: #2d2d2d;
}
.dark-mode-on .wishlist_table .product-add-to-cart a.button {
  color: #191919;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation {
  border-color: #232323;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #D6D6D6;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #eee;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  text-transform: uppercase;
  border: 1px solid #eee;
  border-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 69%;
  display: inline-block;
  padding: 0 30px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce .woocommerce-MyAccount-content .button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.woocommerce .woocommerce-MyAccount-content thead tr th {
  padding: 9px 12px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form label {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
  border: 1px solid #aaaaaa;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s all;
  background: transparent;
}
.woocommerce .woocommerce-MyAccount-content form button {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-columns--addresses .col-1,
  .woocommerce-Addresses .col-1,
  .woocommerce-columns--addresses .col-2,
  .woocommerce-Addresses .col-2 {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: 0;
    padding: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
  .woocommerce .woocommerce-MyAccount-content table.shop_table {
    border: none;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
    border-top: none;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:first-child td {
    border-top: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive thead,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive thead {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr {
    display: block;
    border: 1px solid #eee;
    margin: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.order-actions,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr .woocommerce-orders-table__cell-order-actions::before {
    content: '';
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.actions::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.product-remove::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.actions::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr:nth-child(2n) td,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
}
.search-results .content-area,
.archive .content-area {
  margin: 100px 0;
}
.search-results .jws-blog-element .row,
.archive .jws-blog-element .row {
  margin-left: calc(-15px);
  margin-right: calc(-15px);
  margin-bottom: -60px;
}
.search-results .jws-blog-element .jws-blog-item,
.archive .jws-blog-element .jws-blog-item {
  padding-right: calc(15px);
  padding-left: calc(15px);
  margin-bottom: 60px;
}
.widget.widget_seach_by {
  margin-bottom: 60px;
}
.widget.widget_seach_by .search-field[type=text] {
  border: 1px solid var(--primary-color);
  background: #ffffff;
}
.widget.widget_categories {
  margin-bottom: 67px;
}
.widget.widget_categories ul {
  padding-left: 20px;
  color: var(--primary-color);
  font-weight: 500;
}
.widget.widget_categories ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.widget.widget_categories ul li a {
  width: calc(100% - 27px);
  display: inline-block;
}
.widget.widget_categories ul li::before {
  content: "\2022";
  color: var(--secondary-color);
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.widget.widget_categories ul li:hover {
  color: var(--accent-color);
}
.widget.widget_recent-posts-widget-with-thumbnails li.s_post {
  margin-top: 37px;
}
.widget.widget_recent-posts-widget-with-thumbnails li.s_post:first-child {
  margin-top: 0;
}
.widget.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .post-meta {
  font-size: 14px;
}
.widget.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .jws-entry-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.widget.widget_instagram .tb-col-instagram ul {
  margin: -5px;
}
.widget.widget_instagram .tb-col-instagram ul .jws_item {
  padding: 5px;
  margin: 0;
}
.widget.widget_tag_cloud .widget-title {
  margin-bottom: 20px;
}
.widget.widget_tag_cloud a.tag-cloud-link {
  display: inline-block;
  margin-right: 11.3px;
  font-size: 16px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  color: var(--primary-color);
}
.widget.widget_tag_cloud a.tag-cloud-link:hover {
  color: var(--accent-color);
  opacity: 1;
}
.widget.widget_tag_cloud a.tag-cloud-link:before {
  content: '#';
}
.widget.widget_tag_cloud a.tag-cloud-link:last-child {
  margin-right: 0;
}
.jws-post-gallery .jws-post-gallery-item {
  padding: 0;
}
.jws-post-gallery .slick-arrow {
  color: #ffffff;
  opacity: 1;
}
.jws-post-gallery .slick-arrow.slick-prev {
  left: 50px !important;
}
.jws-post-gallery .slick-arrow.slick-next {
  right: 50px;
}
.jws_post_image {
  position: relative;
}
.jws_post_image .wp-post-image {
  width: 100%;
}
.video_format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video_format a.url {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.video_format a.url .video_icon {
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  display: block;
  transition: .3s all;
}
.video_format a.url .video_icon i {
  color: var(--primary-button-background);
}
.video_format a.url:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0.5;
  height: calc(60px + 20px);
  width: calc(80px);
  border: 1px solid #fff;
  animation: pulse-border-simple 1.5s ease-out infinite;
  -webkit-animation: pulse-border-simple 1.5s ease-out infinite;
}
.video_format a.url:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  height: calc(60px + 40px);
  width: calc(100px);
  opacity: 0.1;
  border: 1px solid #fff;
  animation: pulse-border 1.5s ease-out infinite;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #161619;
  border-radius: 0;
  color: #ffffff;
}
.blog-audio-player {
  height: 68px !important;
  background: var(--primary-color);
}
.mejs__controls {
  height: 50px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.mejs__controls .mejs__time-total,
.mejs__controls .mejs__time-buffering,
.mejs__controls .mejs__time-loaded,
.mejs__controls .mejs__time-current,
.mejs__controls .mejs__time-float,
.mejs__controls .mejs__time-hovered,
.mejs__controls .mejs__time-float-current,
.mejs__controls .mejs__time-float-corner,
.mejs__controls .mejs__time-marker {
  height: 2px;
}
.mejs__controls .mejs__time-rail {
  padding-top: 14px;
}
.mejs__controls .mejs__time {
  font-size: 12px;
  font-weight: 400;
  height: 48px;
}
.mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  height: 2px;
  top: 19px;
}
.mejs__button > button {
  background: transparent;
}
.mejs__button.mejs__unmute > button {
  background: transparent url('https://beta.starnet24.com/wp-content/themes/netfx/assets/images/mute.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.mejs__button.mejs__mute > button {
  background: transparent url('https://beta.starnet24.com/wp-content/themes/netfx/assets/images/volume.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.mejs__button.mejs__pause > button {
  background: transparent url('https://beta.starnet24.com/wp-content/themes/netfx/assets/images/pause.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.mejs__button.mejs__replay > button {
  background: transparent url('https://beta.starnet24.com/wp-content/themes/netfx/assets/images/replay.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.mejs__button.mejs__play > button:before {
  content: "\f04b";
  font-family: 'Font Awesome 5 Free';
  z-index: 9999;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
}
.jws_post_image figure {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mejs__time-handle .mejs__time-handle-content {
  height: 8px;
  top: -7px;
  width: 8px;
}
.main-sidebar .jws_blog_sidebar {
  margin-top: 0px;
  padding: 45px 49px 39px 49px;
  background-color: #F7FBFC;
  border-radius: 5px 5px 5px 5px;
}
.row-blog .elementor-column {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .main-sidebar .jws_blog_sidebar {
    padding: 30px 15px;
  }
  .row-blog .elementor-column-gap-default {
    flex-wrap: wrap;
  }
  .row-blog .elementor-column-gap-default .col-lg-12 {
    width: 100% !important;
    padding: 0;
  }
  .row-blog .elementor-column-gap-default .col-lg-12:first-child {
    padding-bottom: 70px;
  }
  .column-reverse .elementor-column-gap-default {
    flex-direction: column-reverse;
  }
  .column-reverse .elementor-column-gap-default .col-lg-12 {
    width: 100% !important;
    padding: 0;
  }
  .column-reverse .elementor-column-gap-default .col-lg-12:first-child {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.eva-eye-off-outline:before {
  content: '\e951' !important;
}
.single-post .site-content .elementor-section {
  padding-top: 30px;
}
.single-post .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 15px 0;
}
.single-blog {
  margin-top: 70px;
  margin-bottom: 81px;
  /*Author Info*/
}
.single-blog .post_thumbnail {
  padding-bottom: 25px;
}
.single-blog header .post_cat a {
  display: inline-block;
  background: var(--primary-button-background);
  padding: 0 11px;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.single-blog header .post_cat a:hover {
  background: var(--secondary-color);
}
.single-blog header .jws-post-meta {
  margin-top: 21px;
}
.single-blog header .jws-post-meta a {
  color: currentColor;
}
.single-blog header .jws-post-meta a:hover {
  color: #fa188d;
}
.single-blog header .jws-post-meta .jws-post-author span {
  text-transform: capitalize;
}
.single-blog header .entry_title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 7px;
  margin-bottom: 9px;
}
.single-blog header .post_author {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.single-blog header .jws_post_meta > span {
  display: block;
}
.single-blog header .post_author a {
  margin-left: 5px;
}
.single-blog header .jws_post_meta {
  position: relative;
  margin-bottom: 30px;
}
.single-blog header .jws_post_meta .entry-date {
  font-size: 12px;
}
.single-blog header .jws_post_more_info {
  margin-top: 6px;
}
.single-blog header .jws_post_more_info > div,
.single-blog header .jws_post_more_info > a {
  display: inline-block;
  font-weight: 500;
  color: var(--primary-color);
  padding-right: 50px;
}
.single-blog header .jws_post_more_info > div span,
.single-blog header .jws_post_more_info > a span {
  opacity: 0.5;
}
.single-blog header .jws_post_more_info > div i,
.single-blog header .jws_post_more_info > a i {
  padding-right: 7px;
  font-size: 20px;
}
.single-blog header .jws_post_more_info .jws-share > button {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: unset;
  padding: 0;
  color: var(--primary-color);
}
.single-blog header .jws_post_more_info .jws-share > button i {
  float: left;
}
.single-blog header p.the_excerpt {
  font-style: italic;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 20px;
}
.single-blog .post-format-wrap {
  position: relative;
  margin-bottom: 25px;
}
.single-blog .jws-share > button {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
}
.single-blog .post-format-wrap img {
  width: 100%;
}
.single-blog footer {
  margin-top: 26px;
}
.single-blog footer .tag-share {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.single-blog footer .post-tags {
  display: inline-block;
  width: 70%;
}
.single-blog footer .post-tags span {
  font-weight: 700;
  margin-right: 10px;
  color: var(--primary-color);
}
.single-blog footer .post-tags .code {
  color: var(--primary-color);
  opacity: 0.8;
}
.single-blog footer .post-tags .code:hover {
  opacity: 1;
}
.single-blog footer .post-tags a {
  color: var(--primary-color);
  margin-right: 10px;
  opacity: 0.8;
}
.single-blog footer .post-tags a:hover {
  opacity: 1;
}
.single-blog footer .post-tags a:before {
  content: '#';
}
.single-blog footer .jws-share-bottom {
  width: 100%;
  text-align: right;
}
.single-blog footer .jws-share-bottom .post-share-inner a {
  display: inline-block;
  padding: 0 15px;
}
.single-blog footer .jws-share-bottom .post-share-inner a:last-child {
  padding-right: 0;
}
.single-blog footer .jws-share-bottom .post-share-inner a span {
  color: var(--primary-color);
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-blog footer .jws-share-bottom .post-share-inner a:hover span {
  color: var(--secondary-color);
}
.single-blog .jws-post-gallery .slick-arrow.slick-prev {
  transform: translate(-100%, -50%);
}
.single-blog .jws-post-gallery .slick-arrow.slick-next {
  transform: translate(100%, -50%);
}
.single-blog .post-about-author {
  padding-top: 74px;
}
.single-blog .post-about-author .post-about-author-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding: 30px;
  background: #f9f9f9;
}
.single-blog .post-about-author .post-about-author-inner .post-author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 156px;
  flex: 0 0 156px;
  max-width: 156px;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info {
  margin-left: 42px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .at-name {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .at-job {
  font-size: 12px;
  font-family: unset;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .description {
  line-height: 28px;
  margin-top: 15px;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .icon-author a {
  font-size: 14px;
  padding-right: 28px;
  margin-top: 26px;
  color: var(--primary-color);
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .icon-author a:hover {
  color: var(--secondary-color);
}
.single-blog .post-navigation {
  position: relative;
  padding-top: 73px;
}
.single-blog .post-navigation .title {
  margin-top: 5px;
}
.single-blog .post-navigation .nav-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.single-blog .post-navigation .nav-links a {
  vertical-align: middle;
  margin-left: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-blog .post-navigation .nav-links > span {
  width: 100%;
}
.single-blog .post-navigation .nav-links > span:hover a {
  margin-left: 5px;
}
.single-blog .post-navigation .left {
  width: 50%;
  display: inline-block;
}
.single-blog .post-navigation .right {
  width: 50%;
  display: inline-block;
  text-align: right;
}
.single-blog .post-related {
  padding-top: 72px;
}
.single-blog .post-related .title-related h3 {
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 40px;
}
.single-blog .post-related .blog-content {
  margin-bottom: -30px;
}
.single-blog .post-related .blog-content .jws-blog-item {
  margin-bottom: 30px;
}
.single-blog .post-related .jws-post-readmore,
.single-blog .post-related .jws-post-excerpt {
  display: none;
}
.single-blog footer {
  margin-top: 13px;
}
.single-blog .header .mejs__controls {
  padding: 0 30px;
}
.single-blog .header .mejs__button > button {
  margin: 10px 0;
}
.single-blog .header .mejs__horizontal-volume-slider {
  width: 120px;
}
.single-blog .header .mejs__horizontal-volume-total {
  top: 19px;
  height: 2px;
  width: 120px;
}
.single-blog article.format-link header,
.single-blog article.format-quote header {
  background: var(--primary-color);
  padding: 33px 20%;
  height: 100%;
  text-align: center !important;
  position: relative;
}
.single-blog article.format-link header .entry_title,
.single-blog article.format-quote header .entry_title {
  color: #ffffff;
  position: relative;
}
.single-blog article.format-link header .entry_title a,
.single-blog article.format-quote header .entry_title a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(98.5%), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(98.5%), 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 97%;
  display: inline;
}
.single-blog article.format-link header .entry_title:hover a,
.single-blog article.format-quote header .entry_title:hover a {
  background-size: 100% 97%;
}
.single-blog article.format-link header .link-post,
.single-blog article.format-quote header .link-post {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
.single-blog article.format-link header .quote-icon,
.single-blog article.format-quote header .quote-icon {
  width: 117px;
  height: 101px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
.single-blog article.format-link header .jws_post_more_info,
.single-blog article.format-quote header .jws_post_more_info {
  position: relative;
  margin-top: 25px;
}
.single-blog article.format-link header .jws_post_more_info > div,
.single-blog article.format-quote header .jws_post_more_info > div {
  color: #ffffff;
}
.single-blog article.format-link header .jws_post_more_info > div span,
.single-blog article.format-quote header .jws_post_more_info > div span {
  opacity: 0.6;
}
.single-blog article.format-link header .jws_post_more_info .jws-share > button,
.single-blog article.format-quote header .jws_post_more_info .jws-share > button {
  color: #ffffff;
}
.single-blog article.format-link header .jws_post_more_info .jws-share .addthis_inline_share_toolbox .post-share-inner a,
.single-blog article.format-quote header .jws_post_more_info .jws-share .addthis_inline_share_toolbox .post-share-inner a {
  color: #ffffff;
}
.single-blog article.format-link header .jws_post_more_info .jws-share .addthis_inline_share_toolbox .post-share-inner a span,
.single-blog article.format-quote header .jws_post_more_info .jws-share .addthis_inline_share_toolbox .post-share-inner a span {
  opacity: 1;
}
.single-blog article.format-link header .jws_post_more_info .jws-share.opened .addthis_inline_share_toolbox,
.single-blog article.format-quote header .jws_post_more_info .jws-share.opened .addthis_inline_share_toolbox {
  transform: translatex(60px);
  -webkit-transform: translatex(60px);
}
.single-blog article.format-link .jws-post-content,
.single-blog article.format-quote .jws-post-content {
  margin-top: 0;
}
.single-blog article.format-link .lnr-link,
.single-blog article.format-quote .lnr-link {
  font-size: 30px;
  margin-top: 20px;
  display: block;
}
.single-blog article.format-quote .jws-post-author {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.mejs__controls {
  bottom: 4px;
}
.no_sidebar header {
  max-width: 870px;
  margin: auto;
  text-align: center;
}
.no_sidebar header .jws_post_meta {
  text-align: left;
}
.no_sidebar .post_thumbnail img {
  width: 100%;
}
.no_sidebar footer {
  max-width: 870px;
  margin: 13px auto 0;
}
/**Comment**/
.single-post .comment-section,
.single-shows .comment-section {
  padding-top: 38px;
}
.single-post .comment-section .comment-form .comment-form-email,
.single-shows .comment-section .comment-form .comment-form-email {
  padding-right: 15px;
}
.single-post .comment-section .comment-form .comment-form-website,
.single-shows .comment-section .comment-form .comment-form-website {
  padding-right: 0;
}
.single-post .comment-form,
.single-shows .comment-form {
  display: grid;
  margin-bottom: 0;
}
.single-post .comment-form > .row,
.single-shows .comment-form > .row {
  order: 1;
}
.single-post .comment-form .comment-form-comment2,
.single-shows .comment-form .comment-form-comment2 {
  order: 4;
}
.single-post .comment-form p.comment-form-alert,
.single-shows .comment-form p.comment-form-alert {
  margin: 0 0 10px 0;
}
.single-post .comment-form p.comment-form-cookies-consent,
.single-shows .comment-form p.comment-form-cookies-consent {
  order: 4;
  margin-top: 0;
}
.single-post .comment-form p.comment-form-comment,
.single-shows .comment-form p.comment-form-comment {
  order: 1;
}
.single-post .comment-form p.form-submit,
.single-shows .comment-form p.form-submit {
  order: 4;
}
.single-post .comment-form .form-control,
.single-shows .comment-form .form-control {
  position: relative;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.single-post .comment-form .comment-form-comment2 label,
.single-shows .comment-form .comment-form-comment2 label {
  top: 40px;
  left: 15px;
}
.single-post .comment-form .form-control.active label,
.single-shows .comment-form .form-control.active label {
  top: 15px;
  font-size: 80%;
}
.single-post .comment-form .form-control.active label code,
.single-shows .comment-form .form-control.active label code {
  color: #fa188d;
}
.single-post .comment-form [type="submit"],
.single-shows .comment-form [type="submit"] {
  padding: 16px 75px;
}
.single-post .comments-area h3,
.single-shows .comments-area h3 {
  font-size: 30px;
}
.single-post .comments-area .comment_top .comments-title,
.single-shows .comments-area .comment_top .comments-title {
  margin-bottom: 0;
}
.single-post .comments-area .comment_top .comment-list,
.single-shows .comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-post .comments-area .comment_top .comment-list > li:last-child .children li:last-child .comment-body,
.single-shows .comments-area .comment_top .comment-list > li:last-child .children li:last-child .comment-body {
  background-image: none;
}
.single-post .comments-area .comment_top .comment-list .comment-reply-title,
.single-shows .comments-area .comment_top .comment-list .comment-reply-title {
  margin-top: 30px;
}
.single-post .comments-area .comment_top .comment-list .comment-reply-title small,
.single-shows .comments-area .comment_top .comment-list .comment-reply-title small {
  margin-left: 30px;
}
.single-post .comments-area .comment_top .comment-list li .comment-form,
.single-shows .comments-area .comment_top .comment-list li .comment-form {
  margin-bottom: 60px;
}
.single-post .comments-area .comment_top .comment-list li ol,
.single-shows .comments-area .comment_top .comment-list li ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-post .comments-area .comment_top .comment-list li .children,
.single-shows .comments-area .comment_top .comment-list li .children {
  margin-left: 45px;
  border-top: 1px solid #e7e8ef;
}
.single-post .comments-area .comment_top .comment-list li .comment-list > li,
.single-shows .comments-area .comment_top .comment-list li .comment-list > li {
  background-image: linear-gradient(to right, #d6d6d6 51%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 18px 1px;
  background-repeat: repeat-x;
}
.single-post .comments-area .comment_top .comment-list li .comment-body,
.single-shows .comments-area .comment_top .comment-list li .comment-body {
  padding: 30px 0;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-avatar,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  max-width: 85px;
  display: inline-block;
  vertical-align: top;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  padding-left: 27px;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info > p,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info > p {
  font-size: 15px;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 9px;
  margin-bottom: 24px;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info span.comment-date,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info span.comment-date {
  font-size: 14px;
  line-height: 24px;
  float: right;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .reply,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .reply {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .reply:before,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .reply:before {
  content: '';
  width: 20px;
  height: 1px;
  display: inline-block;
  background: var(--primary-color);
  vertical-align: middle;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .reply:hover,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .reply:hover {
  color: var(--primary-button-background);
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .reply:hover:before,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .reply:hover:before {
  background: var(--primary-button-background);
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
  margin-bottom: 1px;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  display: inline-block;
  margin-top: -14px;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  text-transform: uppercase;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply {
  float: right;
  height: 20px;
  background: #f3f3f3;
  line-height: 20px;
  padding: 0 12px;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-post .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply:hover a,
.single-shows .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply:hover a {
  color: #ffffff;
}
.single-post .comments-area .comment-respond .comment-form .comment-form-author,
.single-shows .comments-area .comment-respond .comment-form .comment-form-author,
.single-post .comments-area .comment-respond .comment-form .comment-form-email,
.single-shows .comments-area .comment-respond .comment-form .comment-form-email,
.single-post .comments-area .comment-respond .comment-form .comment-form-website,
.single-shows .comments-area .comment-respond .comment-form .comment-form-website {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.single-post .comments-area .comment-respond .comment-form input[type="text"],
.single-shows .comments-area .comment-respond .comment-form input[type="text"],
.single-post .comments-area .comment-respond .comment-form input[type=email],
.single-shows .comments-area .comment-respond .comment-form input[type=email],
.single-post .comments-area .comment-respond .comment-form textarea,
.single-shows .comments-area .comment-respond .comment-form textarea {
  width: 100%;
  font-size: 14px;
  color: var(--text-color);
}
.single-post .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single-post .comments-area .comment-respond .comment-form input[type=email]::-webkit-input-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type=email]::-webkit-input-placeholder,
.single-post .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder,
.single-shows .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
.single-post .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single-post .comments-area .comment-respond .comment-form input[type=email]::-moz-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type=email]::-moz-placeholder,
.single-post .comments-area .comment-respond .comment-form textarea::-moz-placeholder,
.single-shows .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
}
.single-post .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single-post .comments-area .comment-respond .comment-form input[type=email]:-ms-input-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type=email]:-ms-input-placeholder,
.single-post .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder,
.single-shows .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
}
.single-post .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single-post .comments-area .comment-respond .comment-form input[type=email]:-moz-placeholder,
.single-shows .comments-area .comment-respond .comment-form input[type=email]:-moz-placeholder,
.single-post .comments-area .comment-respond .comment-form textarea:-moz-placeholder,
.single-shows .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
}
.single-post .comments-area .comment-respond .comment-form textarea,
.single-shows .comments-area .comment-respond .comment-form textarea {
  padding: 22px;
  height: 150px;
}
.single-post .comments-area .comment-respond .comment-form input[type=email],
.single-shows .comments-area .comment-respond .comment-form input[type=email],
.single-post .comments-area .comment-respond .comment-form input[type="text"],
.single-shows .comments-area .comment-respond .comment-form input[type="text"] {
  height: 50px;
  padding: 0 22px;
}
.single-post .comments-area .comment-respond .comment-form .comment-form-cookies-consent label,
.single-shows .comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 14px;
}
.single-post .comments-area .comment-respond .comment-form .comment-notes,
.single-shows .comments-area .comment-respond .comment-form .comment-notes {
  font-size: 14px;
  color: #959595;
  margin-bottom: 27px;
}
.single-post .comment-section {
  padding-top: 64px;
}
/*--------------------------------------------------RESPONSIVE---------------------------------------------------------------------------------*/
@media only screen and (max-width: 1440px) {
  .single-blog header .entry_title {
    font-size: 30px;
    line-height: 36px;
  }
  .single-post .jws-title-bar-wrap {
    padding-top: 19.9% !important;
    padding-bottom: 7.5% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .single-blog header .entry_title {
    font-size: 30px;
    line-height: 36px;
  }
  .single-post .jws-title-bar-wrap {
    padding-top: 194px !important;
    padding-bottom: 70px !important;
  }
  .single-blog .main-sidebar {
    margin-top: 80px;
  }
  .single-post .jws-title-bar-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog header .entry_title {
    font-size: 30px;
    line-height: 36px;
  }
  .single-post .jws-title-bar-wrap {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .single-blog .comments-area .comment_top .comment-list li .children {
    padding-left: 16px;
  }
  .single-blog .comment-section .comment-form .comment-form-email {
    padding-right: 0;
  }
  .single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .single-blog .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    max-width: 55px;
  }
  .show-gallery {
    flex-direction: column-reverse;
  }
  .single-shows .single-shows-container .show_content.right .show-gallery .show_content_info {
    padding-top: 0 !important;
  }
  .single-shows .single-shows-container .shows_media {
    padding-top: 30px;
  }
  .single-blog .post-about-author .post-about-author-inner {
    flex-wrap: wrap;
  }
  .single-blog .post-about-author .post-about-author-inner .post-author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-blog .post-about-author .post-about-author-inner .post-author-info {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .single-blog footer .post-tags {
    display: inline-block;
    width: 100%;
  }
  .single-blog footer .tag-share {
    flex-wrap: wrap;
  }
  .single-blog footer .jws-share-bottom {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 360px) {
  .single-blog header .jws_post_meta .jws-share {
    position: relative;
    margin-top: 10px;
  }
}
.jws-mapper .jws-mapper-image {
  margin-bottom: 0;
}
.jws-mapper .product-listing-mapper-content {
  padding-left: 8.5%;
  padding-top: 48px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item {
  padding: 0px 27px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .product-item-inner .product-content {
  text-align: center;
  margin-top: 10px;
  padding: 0;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .star-rating:before,
.jws-mapper .product-listing-mapper-content .product-list .product-item .star-rating span:before {
  left: 50%;
  transform: translateX(-50%);
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-product-thumbnail img {
  width: 100%;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .product-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button {
  text-align: center;
  margin-top: 20px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button a {
  color: currentColor;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button a span {
  color: currentColor;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button .add_to_cart_button.added span {
  display: none;
}
.jws-mapper .slick-arrow.slick-prev {
  transform: translate(-50%, -50%) !important;
  left: -15px !important;
}
.jws-mapper slick-arrow.slick-prev {
  left: 0;
  right: auto;
  transform: translate(100%, -50%);
}
.jws-mapper .slick-arrow {
  top: 154px;
}
.jws-mapper .slick-arrow {
  position: absolute;
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.jws-mapper .slick-arrow.slick-next {
  right: -15px;
  transform: translate(50%, -50%);
}
.woocommerce .ywpc-countdown {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px 3px 15px;
  margin: 0px 0 23px 0;
  border-radius: 5px;
}
.woocommerce .ywpc-countdown .ywpc-header {
  color: #ffff;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
  font-family: unset;
  font-weight: 400;
  width: 50%;
  text-align: left;
}
.woocommerce .ywpc-countdown .ywpc-header > span {
  float: right;
  text-transform: none;
}
.woocommerce .ywpc-countdown .ywpc-timer {
  display: inline-flex;
}
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-days,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-hours,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-minutes,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-seconds {
  width: auto;
  padding: 0 5px;
}
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-days .ywpc-amount,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-hours .ywpc-amount,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-minutes .ywpc-amount,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-seconds .ywpc-amount {
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: unset;
  line-height: 20px;
  width: auto;
  min-width: 40px;
  height: auto;
  text-align: center;
}
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-days .ywpc-amount > span,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-hours .ywpc-amount > span,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-minutes .ywpc-amount > span,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-seconds .ywpc-amount > span {
  margin: 0;
  font-family: unset;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 1660px) {
  .ywpc-days .ywpc-amount span,
  .ywpc-hours .ywpc-amount span,
  .ywpc-minutes .ywpc-amount span,
  .ywpc-seconds .ywpc-amount span {
    font-size: 10px !important;
  }
  .woocommerce .ywpc-countdown .ywpc-header {
    font-size: 10px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .ywpc-countdown {
    justify-content: center;
  }
  .woocommerce .ywpc-countdown .ywpc-header {
    display: block;
    width: 100%;
  }
}
.single-shows .single-shows-container {
  padding: 100px 0;
}
.single-shows .single-shows-container .show_header {
  padding-bottom: 13px;
  position: relative;
}
.single-shows .single-shows-container .show_header .meta-data {
  margin-top: 10px;
}
.single-shows .single-shows-container .show_header .jws-breadcrumb {
  font-size: 12px;
}
.single-shows .single-shows-container .show_header .jws-breadcrumb a,
.single-shows .single-shows-container .show_header .jws-breadcrumb span {
  opacity: 0.8;
}
.single-shows .single-shows-container .show_header .jws-breadcrumb a:hover {
  opacity: 1;
}
.single-shows .single-shows-container .show_header .shadow-text {
  color: transparent;
  -webkit-text-stroke: 1px #161619;
  font-size: 179px;
  line-height: 177px;
  white-space: nowrap;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
.single-shows .single-shows-container .shows_media .widget-title {
  margin-bottom: 20px;
}
.single-shows .single-shows-container .shows_media .show_gallery .jws_gallery {
  margin: -7px;
}
.single-shows .single-shows-container .shows_media .show_gallery .jws_gallery_item {
  padding: 7px;
  margin: 0;
}
.single-shows .single-shows-container .shows_media .show_gallery .jws_gallery_image {
  overflow: hidden;
  border-radius: 3px;
}
.single-shows .single-shows-container .shows_media .show_gallery img {
  width: 100%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
}
.single-shows .single-shows-container .shows_media .show_gallery img:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.single-shows .single-shows-container .shows_media .popular {
  margin-top: 55px;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item {
  padding: 9px 0;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_image {
  width: 90px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_image img {
  width: 100%;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_content {
  width: calc( 100% - 90px );
  display: inline-block;
  padding-left: 15px;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_content .entry-title {
  font-size: 18px;
  line-height: 28px;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_content .shows-meta {
  margin-top: 15px;
  font-size: 14px;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_content .shows-meta .imdb i {
  color: #fcd436;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_content .shows-meta i {
  color: #fcd436;
}
.single-shows .single-shows-container .shows_media .popular .jws-show-item .jws_show_wap .jws_show_content .shows-meta .comment {
  margin-left: 30px;
}
.single-shows .single-shows-container .shows_media,
.single-shows .single-shows-container .show_content_info {
  margin: 0;
  overflow: hidden;
}
.single-shows .single-shows-container .show_image .show-details-img {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.single-shows .single-shows-container .show_image .show-details-img img {
  border-radius: 10px;
}
.single-shows .single-shows-container .show_image .bottom {
  display: block;
}
.single-shows .single-shows-container .show_image .jws-share {
  margin-top: 45px;
}
.single-shows .single-shows-container .show_image .jws-share > button {
  padding: 0;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: var(--primary-color);
}
.single-shows .single-shows-container .show_image .jws-share > button i {
  font-size: 18px;
}
.single-shows .single-shows-container .show_image .jws-share > button:hover {
  color: var(--primary-button-background);
}
.single-shows .single-shows-container .show_content_info .show_description {
  margin-bottom: 50px;
}
.single-shows .single-shows-container .show_content_info .shows_cat {
  background: #fcd436;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 5px;
}
.single-shows .single-shows-container .show_content_info .time-year {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  color: var(--primary-color);
  padding-right: 18px;
}
.single-shows .single-shows-container .show_content_info .show_meta {
  margin-top: 10px;
}
.single-shows .single-shows-container .show_content_info .show_meta ul {
  list-style-type: none;
  padding: 0;
}
.single-shows .single-shows-container .show_content_info .show_meta ul li {
  font-weight: 700;
  margin-bottom: 12px;
}
.single-shows .single-shows-container .show_content_info .show_meta ul li label {
  margin-bottom: 0;
  color: var(--primary-button-background);
}
.single-shows .single-shows-container .show_content_info .show_meta ul li i {
  color: #fcd436;
}
.single-shows .single-shows-container .show_content_info .show_meta ul li span {
  margin-left: 5px;
  color: var(--primary-color);
  font-weight: 500;
}
.single-shows .single-shows-container .show_content_info .show_meta ul li.cat_item div {
  margin-left: 5px;
  display: inline-block;
  color: var(--primary-color);
}
.single-shows .single-shows-container .show_content_info .show_meta ul li.cat_item a {
  transition: .3s;
  color: var(--primary-color);
}
.single-shows .single-shows-container .show_content_info .show_meta ul li.cat_item a:hover {
  opacity: 1;
}
.single-shows .single-shows-container .show_content_info .shows_tag a {
  display: inline-block;
}
.single-shows .single-shows-container .show_content_info .jws_show_button_link {
  margin-top: 46px;
}
.single-shows .single-shows-container .show_content_info .jws_show_button_link .btn-secondary {
  margin-left: 20px;
}
.single-shows .single-shows-container .show_content_info .jws_show_button_link .btn-button {
  display: inline-block;
}
.single-shows .single-shows-container .show_content_info .video-trailer {
  margin-top: 37px;
}
.single-shows .single-shows-container .show_content_info .video-trailer h6 {
  color: var(--primary-button-background);
  margin-bottom: 27px;
}
.single-shows .single-shows-container .show_content_info .video-trailer .video-inner {
  position: relative;
}
.single-shows .single-shows-container .show_content_info .video-trailer .video-inner .video_format .video_icon {
  height: 84px;
  line-height: 84px;
  width: 84px;
}
.single-shows .single-shows-container .show_content_info .video-trailer .video-inner .video_format a:before {
  height: calc(84px + 20px);
  width: calc(84px + 20px);
}
.single-shows .single-shows-container .show_content_info .video-trailer .video-inner .video_format a:after {
  height: calc(84px + 40px);
  width: calc(84px + 40px);
}
.single-shows .single-shows-container .show_content_info.right .show_content_info {
  padding-left: 45px;
}
.single-shows .single-shows-container .show_content_info.right .jws-slider {
  margin-right: 40px;
}
.single-shows .single-shows-container .show_content_info.right .jws-slider .jws_gallery_item {
  padding: 0 15px;
}
.single-shows .single-shows-container .show_content_info.right .slider-layout .show_content_info {
  padding-left: 25px;
}
.single-shows .single-shows-container .show_content_info.left > .container > .row {
  flex-direction: row-reverse;
}
.single-shows .single-shows-container .show_content_info.bottom .show_header {
  padding-top: 32px;
  padding-bottom: 14px;
}
.single-shows .single-shows-container .show_content_info.bottom .show_description {
  margin-bottom: 0;
  padding-right: 0;
}
.single-shows .single-shows-container .show_content_info.bottom .show_meta {
  padding-left: 80px;
  margin: 0;
}
.single-shows .single-shows-container .show_content_info.bottom .share-listing {
  padding-top: 30px;
}
.single-shows .single-shows-container .show_content_info.bottom .show_bottom {
  margin-top: 52px;
}
.single-shows .single-shows-container .share-listing {
  padding-top: 20px;
}
.single-shows .single-shows-container .share-listing label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 13px;
}
.single-shows .single-shows-container .share-listing ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -15px;
}
.single-shows .single-shows-container .share-listing ul li {
  display: inline-block;
  padding: 0 15px;
}
.single-shows .single-shows-container .show_bottom {
  margin-top: 84px;
  padding: 0;
}
.single-shows .single-shows-container .show_bottom .nav_change_show {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .btn-icon-custom {
  transform: none;
  width: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s opacity 0.3s width;
  -o-transition: 0.3s opacity 0.3s width;
  -ms-transition: 0.3s opacity 0.3s width;
  -moz-transition: 0.3s opacity 0.3s width;
  transition: 0.3s opacity 0.3s width;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.left,
.single-shows .single-shows-container .show_bottom .nav_change_show a.right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .content_nav {
  display: inline-block;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .content_nav .text_nav {
  letter-spacing: 1.5px;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.left .content_nav {
  padding-left: 0;
  transition: 0.3s;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.left .content_nav:hover {
  padding-left: 10px;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.left .btn-icon-custom {
  left: 0;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.left .btn-icon-custom::before {
  left: 3px;
  right: auto;
  top: 0px;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.left .btn-icon-custom::after {
  right: auto;
  left: 2px;
  position: absolute;
  bottom: -1px;
  top: auto;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.right .content_nav {
  padding-right: 0;
  transition: 0.3s;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.right .content_nav:hover {
  padding-right: 10px;
}
.single-shows .single-shows-container .show_bottom .nav_change_show a.right:hover .btn-icon-custom,
.single-shows .single-shows-container .show_bottom .nav_change_show a.left:hover .btn-icon-custom {
  width: 40px;
  opacity: 1;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .show_back {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-shows .single-shows-container .show_bottom .nav_change_show .show_back span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid;
  position: absolute;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .show_back span:nth-child(2) {
  right: 0;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .show_back span:nth-child(3) {
  bottom: 0;
}
.single-shows .single-shows-container .show_bottom .nav_change_show .show_back span:last-child {
  bottom: 0;
  right: 0;
}
.clb-popup {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50vh);
  -ms-transform: translateY(-50vh);
  transform: translateY(-50vh);
}
.clb-popup.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.clb-popup .close-bar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.clb-popup .close-bar .clb-close {
  float: right;
  color: #ffffff;
  font-size: 25px;
  padding: 15px;
}
.clb-popup .close-bar .btn-round {
  color: #ffffff;
  font-size: 25px;
  padding: 15px;
  cursor: pointer;
}
.clb-popup .custom-navs {
  text-align: center;
  padding: 50px 0 30px 0;
  position: relative;
}
.clb-popup .custom-navs button {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  border: 0;
  padding: 0 10px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.clb-popup .custom-navs .nav_left {
  left: calc( 50% - 50px );
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.clb-popup .clb-popup-holder {
  padding-top: 110px;
}
.clb-popup .clb-popup-holder .slider {
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.clb-popup .clb-popup-holder .slider img {
  margin: 0 auto;
  max-height: calc(100vh - 290px);
  width: auto !important;
}
.clb-popup .clb-popup-holder .slider .slick-track {
  display: flex;
}
.clb-popup .clb-popup-holder .slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.clb-popup .clb-popup-holder .slider.visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap {
  transition: 0.5s all;
  transform: scale(0.6);
  opacity: 0.6;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap.slick-current {
  transform: scale(1);
  opacity: 1;
}
.gallery-tmpimage {
  position: fixed;
  z-index: 9999999;
  width: auto;
  left: 50%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.show_gallery .slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.show_gallery .slick-arrow .btn-icon-custom {
  margin-left: 0;
}
.show_gallery .slick-arrow.prev {
  left: 0;
  right: auto;
  -webkit-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.show_gallery .slick-arrow.prev .btn-icon-custom {
  left: 0;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.show_gallery .slick-arrow.prev .btn-icon-custom::before {
  left: 3px;
  right: auto;
  top: 0px;
}
.show_gallery .slick-arrow.prev .btn-icon-custom::after {
  right: auto;
  left: 2px;
  position: absolute;
  bottom: -1px;
  top: auto;
}
.show_gallery .slick-arrow.next {
  right: 30px;
}
.show_gallery .slick-arrow.next .btn-icon-custom {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
/*--------------------------------------------------RESPONSIVE---------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .single-shows .single-shows-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .single-shows .single-shows-container .show_content.right .show_content_info {
    padding-left: 30px;
  }
  .single-shows .single-shows-container .show_header {
    padding: 0;
  }
  .single-shows .single-shows-container .share-listing {
    padding-top: 0px;
  }
  .single-shows .single-shows-container .show_content .show_description {
    margin-bottom: 25px;
  }
  .single-shows .single-shows-container .show_bottom {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .single-shows .single-shows-container .shows_media {
    padding-top: 70px;
  }
  .single-shows .single-shows-container .show_content.right .show_content_info {
    padding-left: 15px;
    padding-top: 50px;
  }
  .single-shows .single-shows-container .show_content.bottom .show_meta {
    padding-left: 15px;
  }
  .single-shows .single-shows-container .show_content.left > .container > .row {
    flex-direction: column-reverse;
  }
  .single-shows .single-shows-container .show_content.right .jws-slider {
    margin-right: 0;
  }
  .single-shows .single-shows-container .show_content.has-sticky-content > .container {
    max-width: 90%;
  }
  .single-shows .single-shows-container .show_content.has-sticky-content .show_content_info {
    padding: 150px 15px 0 15px;
  }
  .single-shows .single-shows-container .show_content.has-sticky-content .shows_media {
    padding: 50px 15px 0 15px;
  }
  .single-shows .single-shows-container .show_content.has-sticky-content .show_description {
    max-width: 100%;
  }
  .single-shows .single-shows-container .show_header .shadow-text {
    font-size: 158px;
    line-height: 132px;
  }
  .single-shows .single-shows-container .show_content.has-sticky-content .show_bottom.container {
    padding: 0;
    max-width: 100%;
  }
  .single-shows .single-shows-container .show_content.right .slider-layout .show_content_info {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .single-shows .single-shows-container .show_content.bottom .show_meta {
    padding-left: 15px;
    padding-top: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .jws-title-bar-wrap.type2 .jws-title-bar {
    flex-wrap: wrap;
  }
  .single-shows .single-shows-container .show_image .show-details-img {
    display: block;
  }
  .single-shows .single-shows-container .show_image .show-details-img img {
    width: 100%;
  }
}
.single-services .content-area {
  padding-bottom: 100px;
}
.single-services .content-area .services_content {
  padding-left: 19px;
}
.services_content .elementor-section-wrap > .elementor-section > .elementor-container > .elementor-column > .elementor-element-populated {
  padding: 0;
}
@media (max-width: 1024px) {
  .single-services .content-area .services_content {
    padding-left: 0;
  }
}
.jws_speed_test #dlMeter {
  width: 100%;
  height: auto;
}
.jws_speed_test .clock_number {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.jws_speed_test .clock_number > span {
  position: absolute;
  color: var(--primary-color);
  font-weight: bold;
}
.jws_speed_test .clock_number > span.j-1 {
  left: 20%;
  top: 63%;
}
.jws_speed_test .clock_number > span.j-2 {
  left: 15%;
  top: 51%;
}
.jws_speed_test .clock_number > span.j-3 {
  left: 16%;
  top: 37%;
}
.jws_speed_test .clock_number > span.j-4 {
  left: 22%;
  top: 25%;
}
.jws_speed_test .clock_number > span.j-5 {
  left: 32%;
  top: 17%;
}
.jws_speed_test .clock_number > span.j-6 {
  left: 47%;
  top: 13%;
}
.jws_speed_test .clock_number > span.j-7 {
  right: 32%;
  top: 16%;
}
.jws_speed_test .clock_number > span.j-8 {
  right: 22%;
  top: 25%;
}
.jws_speed_test .clock_number > span.j-9 {
  right: 16%;
  top: 37%;
}
.jws_speed_test .clock_number > span.j-10 {
  right: 15%;
  top: 51%;
}
.jws_speed_test .clock_number > span.j-11 {
  right: 20%;
  top: 64%;
}
.jws_speed_test .canvas_clock {
  position: relative;
  max-width: 400px;
}
.jws_speed_test .line_clock {
  background: #000000;
  height: 17px;
  position: absolute;
  top: 45%;
  transform-origin: 100%;
  width: 27%;
  -webkit-transform: translateY(-58%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  left: 23%;
  transition: transform 50ms linear, -webkit-transform 50ms linear;
  background: linear-gradient(to right, var(--primary-color) 0%, rgba(255, 255, 255, 0) 100%);
}
.jws_speed_test #startStopBtn {
  margin: 0 auto;
  width: 226px;
  height: 226px;
  border-radius: 100%;
  text-align: center;
  line-height: 226px;
  border: 4px solid var(--secondary-color);
  font-size: 50px;
  font-weight: 600;
  position: relative;
  background: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
.jws_speed_test #startStopBtn .btn_animation {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  border: 1px solid var(--secondary-color);
  -webkit-animation: speed-go-pulse 3s ease-out infinite;
  animation: speed-go-pulse 3s ease-out infinite;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.jws_speed_test #startStopBtn .stop_btn {
  display: none;
}
.jws_speed_test #serverArea {
  text-align: center;
  margin-top: 40px;
  transition: 0.3s all;
}
.jws_speed_test #serverArea span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  position: absolute;
  left: -45px;
  top: 15px;
}
.jws_speed_test #server {
  padding: 0 48px 0 30px;
  font-size: 18px;
}
.jws_speed_test .server_wap {
  position: relative;
  display: inline-block;
}
.jws_speed_test .testGroup .testArea {
  margin-bottom: 18px;
  padding: 16px 27px;
  transition: 0.3s all;
}
.jws_speed_test .testGroup .testArea.avisible {
  box-shadow: 0px 0px 27px 3px rgba(0, 6, 127, 0.06);
}
.jws_speed_test .testGroup .testArea .meterText {
  font-size: 40px;
  color: var(--primary-color);
  margin-top: 22px;
  margin-bottom: 7px;
  padding-left: 35px;
}
.jws_speed_test .testGroup .testArea .unit {
  padding-left: 35px;
}
.jws_speed_test .testGroup .testArea .testName {
  color: var(--primary-color);
  font-weight: bold;
}
.jws_speed_test .testGroup .testArea .testName i {
  font-size: 20px;
  margin-right: 17px;
}
.jws_speed_test #ipArea {
  opacity: 0;
  transition: 0.3s all;
  display: none;
  margin-top: -16px;
  position: relative;
}
.jws_speed_test #ipArea.avisible {
  opacity: 1;
  display: block;
}
.jws_speed_test #ipArea #server_address {
  text-align: right;
}
.jws_speed_test #ipArea #ip,
.jws_speed_test #ipArea #server_address {
  display: block;
  min-height: 105px;
}
.jws_speed_test #ipArea #ip span,
.jws_speed_test #ipArea #server_address span {
  color: var(--primary-color);
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: -4px;
}
.jws_speed_test #ipArea #ip i,
.jws_speed_test #ipArea #server_address i {
  display: block;
  color: var(--primary-color);
  font-size: 38px;
  margin-top: 21px;
}
.jws_speed_test #ipArea #ip i:before,
.jws_speed_test #ipArea #server_address i:before {
  margin: 0;
}
.jws_speed_test #ipArea #ip i.eva,
.jws_speed_test #ipArea #server_address i.eva {
  margin-top: 15px;
}
.jws_speed_test #step_ui {
  transition: 0.3s all;
  transform: translateY(30px);
}
.jws_speed_test #step_ui ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.jws_speed_test #step_ui ul li {
  display: inline-block;
  font-size: 36px;
  margin: 0 7px;
  transition: 0.3s all;
}
.jws_speed_test #step_ui ul li.avisible {
  color: var(--secondary-color);
}
.jws_speed_test #step_ui ul li i:before {
  margin: 0;
}
.jws_speed_test .progressbar_wap {
  text-align: center;
  margin-top: -20px;
}
.jws_speed_test .progressbar_wap h4 {
  font-size: 20px;
  font-weight: 400;
}
.jws_speed_test #progressBar {
  width: 90%;
  height: 3px;
  background-color: #e7e8ef;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.jws_speed_test #progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: width 2s;
  background-color: var(--secondary-color);
}
.speed_check_top {
  animation: fadeInUp 0.3s both;
}
#testWrapper.open .speed_check_top {
  position: absolute;
  right: 25%;
  z-index: 1;
  animation: fadeInUp .7s both;
  margin-right: -113px;
}
#testWrapper.open .row_run_speed {
  position: relative;
  opacity: 1;
}
#testWrapper.open .row_run_speed .col-xl-5 {
  -ms-flex-order: 2;
  order: 12;
  opacity: 0;
}
.line_canvas {
  width: 70%;
  height: 70px;
}
.line_canvas canvas {
  width: 100%;
  height: auto;
}
.running .speed_check_top {
  display: none;
  animation: fadeInUp 0.3s both;
}
.running .row_run_speed {
  position: relative;
  opacity: 1;
}
.running #startStopBtn .stop_btn {
  display: block;
}
.running #startStopBtn .start_btn {
  display: none;
}
.clock_number_wap {
  position: absolute;
  top: 68%;
  left: 50%;
  text-align: center;
  width: 100px;
  margin-left: -50px;
}
.clock_number_wap .clock_number_inner {
  font-size: 40px;
  display: block;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.row_run_speed {
  margin-top: 20px;
  transition: 0.3s all;
  opacity: 0;
  position: absolute;
}
@-webkit-keyframes speed-go-pulse {
  50% {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  51% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes speed-go-pulse {
  50% {
    opacity: 0;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  51% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  #testWrapper.open .speed_check_top {
    position: relative;
    margin: 0 auto;
    right: inherit;
  }
  .jws_speed_test .testGroup .testArea {
    padding: 5px 5px;
  }
  .jws_speed_test .testGroup .testArea .meterText {
    padding-left: 21px;
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: -3px;
  }
  .jws_speed_test .testGroup .testArea .unit {
    padding-left: 22px;
    font-size: 14px;
  }
  .jws_speed_test .testGroup .testArea .testName {
    font-size: 12px;
  }
  .jws_speed_test .testGroup .testArea .testName i {
    margin-right: 5px;
  }
  #testWrapper.open .row_run_speed .col-xl-5 {
    position: absolute;
  }
  .jws_speed_test #ipArea {
    margin-top: 40px;
    padding-left: 20px;
  }
  .jws_speed_test #ipArea #server_address {
    text-align: left;
    margin-top: 25px;
  }
  .jws_speed_test .progressbar_wap {
    text-align: center;
    /* margin-top: -20px; */
    display: block;
    width: 247px;
    height: 3px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 0;
  }
}
