body > .site {
  overflow: hidden;
  position: relative;
}
#elementor-lightbox-slideshow-single-img {
  display: none !important;
}
.jws-animation.animate_show .jws_gallery_inner,
.jws-animation.animate_show .jws_project_wap {
  opacity: 0;
}
.ion-ios-search:before {
  font-weight: 700;
}
.logo_center a {
  font-weight: 600;
  font-size: 36px !important;
  letter-spacing: 1px;
}
.logo_center a span::before {
  content: unset !important;
}
.section_community {
  transition: all 0.3s !important;
}
.section_community:hover {
  transform: translatey(-8px);
  transition-delay: 0.5s;
}
/*Loader Page*/
#preloader.fade-in {
  transition: 1s all;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition-delay: 0.5s;
}
#preloader.fade-in .loading_logo {
  opacity: 0;
  transform: scale(1.5);
  transition: 2s all;
  -webkit-transition: 2s all;
}
.loader__container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  background: #fff;
}
.loader__container img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
}
.loader__container .loading_logo {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
}
.loader__container .loading_logo .animation_loading_js {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
.loader__container .loading_logo .animation_loading_js:before {
  content: '';
  display: inline-block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -65px 0 0 -65px;
  border-top: 2px solid transparent;
  border-right: 2px solid #e6ae4a;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50em;
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
}
@keyframes shadowPulse {
  33% {
    background: var(--heading);
    box-shadow: -24px 0 var(--main), 24px 0 var(--heading);
  }
  66% {
    background: var(--main);
    box-shadow: -24px 0 var(--heading), 24px 0 var(--heading);
  }
  100% {
    background: var(--heading);
    box-shadow: -24px 0 var(--heading), 24px 0 var(--main);
  }
}
@keyframes rotatekey {
  100% {
    transform: rotate(360deg);
  }
}
/*Animate*/
.animation-scalein .animated {
  -webkit-animation: scaleIn .65s ease forwards;
  animation: scaleIn .65s ease forwards;
}
.animation-zoomin .animated {
  animation-name: zoomIn;
}
.animation-up .animated {
  -webkit-animation: moveVertical .65s ease forwards;
  animation: moveVertical .65s ease forwards;
}
.animation-down .animated {
  -webkit-animation: moveVerticaldown .65s ease forwards;
  animation: moveVerticaldown .65s ease forwards;
}
.loading .loader {
  opacity: 1;
}
.loader {
  opacity: 0;
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.loader .circular {
  animation: rotatekey 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #000;
  stroke-linecap: round;
}
.jws-newsletter-popup {
  background: #ffffff;
  max-width: 840px;
  margin: 0 auto;
}
.jws-newsletter-popup .mfp-close {
  top: 0;
}
.jws-newsletter-popup .jws-form-content > .row {
  margin: 0;
}
.jws-newsletter-popup .newsletter-content {
  text-align: center;
  padding: 93px 0px;
}
.jws-newsletter-popup .sub-new-nothank {
  color: var(--third);
  text-decoration: underline;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb .delimiter {
  margin: 0 6px;
}
.breadcrumb a {
  color: var(--body);
}
.breadcrumb .current {
  color: var(--heading);
}
.page-mail {
  padding: 60px 0;
}
.page-mail > div {
  margin-bottom: 20px;
}
.page-mail .btn-dark {
  margin-right: 10px;
}
.footer-parallax .site-content {
  position: relative;
  z-index: 1;
}
.jws-scrollbar {
  overflow-y: auto;
  scrollbar-color: #1f1f1f;
  scrollbar-width: thin;
}
.jws-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.jws-scrollbar::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.jws-scrollbar::-webkit-scrollbar-thumb {
  background-color: #8c8a8a;
}
.slick-slide:not(.slick-active) .animated {
  animation-name: unset;
}
.jws-recapcha {
  margin-top: -1px;
}
.jws-recapcha > div {
  width: auto !important;
  height: auto !important;
}
.is_stuck {
  z-index: 1;
}
.page-no-builder {
  padding: 80px 15px;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: unset;
  border-color: var(--btn-bgcolor);
}
.slick-slide:first-child {
  display: block;
}
.slick-disabled {
  opacity: 0.5;
}
a,
.slick-slide {
  outline: none !important;
}
/** Widget */
textarea::placeholder {
  opacity: 1 !important;
}
form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  min-height: 50px;
  background: #0313371a;
  border-radius: 10px;
  padding: 3px;
}
form.search-form input,
form.search-form button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--body);
  outline: none;
}
form.search-form input {
  padding-left: 18px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  min-height: 0;
  padding: 0 15px 0 20px;
}
form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--heading);
}
form.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--heading);
}
form.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--heading);
}
form.search-form button {
  font-size: 24px;
  min-width: 59px;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--heading);
}
.jws_iframe iframe {
  margin: 0 auto;
  display: block;
}
#at-expanded-menu-host .at-expanded-menu {
  animation: fadeIn 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
}
/* Search Page */
.search-results .jws_search_wap {
  margin-bottom: 40px;
}
.search-results .jws_search_wap .entry-title {
  font-size: 24px;
  line-height: 1.5em;
}
.search-results .jws_search_wap .entry-title a {
  color: var(--heading);
}
.search-results .jws_search_wap .jws_search_meta {
  font-size: 14px;
  color: var(--heading);
}
.search-no-results .error-404,
.error404 .error-404 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.search-no-results p,
.error404 p {
  margin-bottom: 25px;
}
/* 404 page */
.error404 .error-404 {
  padding: 100px 0;
}
/* Sidebar Mobile */
.sidebar-mobile-wap .mfp-content {
  position: fixed;
  left: 0;
  width: 300px !important;
  background: #ffffff;
  height: 100%;
  top: 0;
  padding: 30px 15px;
  overflow: auto;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-mobile-wap .mfp-content .mfp-close {
  color: #ebebeb;
  background: #000000;
  top: 0;
}
.sidebar-mobile-wap.mfp-ready .mfp-content {
  transform: translatex(0%);
  -webkit-transform: translatex(0%);
}
.sidebar-mobile-wap.mfp-removing .mfp-content {
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
}
.gallery-global .mfp-content {
  max-width: 900px;
}
.gallery-global .mfp-close {
  top: 0;
}
.gallery-global .mfp-bottom-bar {
  display: none;
}
/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .html_inline,
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .comment-respond,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .html_inline,
.mfp-zoom-in.mfp-ready .comment-respond,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .html_inline,
.mfp-zoom-in.mfp-removing .comment-respond,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
.mfp-zoom-in,
.sidebar-mobile-wap {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in.mfp-bg,
.sidebar-mobile-wap.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.sidebar-mobile-wap.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.sidebar-mobile-wap.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-content .comment-respond {
  max-width: 700px;
  margin: 0 auto;
}
.mfp-arrow-left {
  transform: translatex(-100%);
}
.mfp-arrow-right {
  transform: translatex(100%);
}
.mfp-ready .mfp-arrow-left {
  transform: translatex(0%);
}
.mfp-ready .mfp-arrow-right {
  transform: translatex(0%);
}
.mfp-removing .mfp-arrow-left {
  transform: translatex(-100%);
}
.mfp-removing .mfp-arrow-right {
  transform: translatex(100%);
}
.backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px !important;
  display: block;
  text-align: center;
  background: #ffffff;
  z-index: 99;
  opacity: 0;
  font-size: 16px;
}
.backToTop.hide {
  display: none;
}
.backToTop.with-shadow {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.backToTop.with-mancolor {
  background: var(--main);
}
.backToTop.totop-show {
  opacity: 1;
}
.backToTop:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.backToTop:hover:before {
  animation: bounceAlphaUp 1s both;
  -webkit-animation: bounceAlphaUp 1s both;
  display: block;
}
.jws-load-more {
  position: relative;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.jws-pagination-number ul li {
  padding: 0 6px;
}
.jws-pagination-number ul li > a.prev i,
.jws-pagination-number ul li > a.next i {
  transition: transform 0.3s linear;
  display: inline-block;
}
.jws-pagination-number ul li > a.prev:hover i,
.jws-pagination-number ul li > a.next:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  border: 2px solid var(--main);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: transparent;
  line-height: 40px;
  font-family: var(--font2);
  color: var(--heading);
  font-size: 12px;
}
.jws-pagination-number ul li > a:hover,
.jws-pagination-number ul li > .current {
  color: #fff;
  background: var(--main);
  opacity: 1;
}
.bg_main {
  background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading);
}
/*Select*/
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #131313;
}
@media (max-width: 1024px) {
  .jws_sticky_move {
    position: unset !important;
    top: 0 !important;
    width: 100% !important;
  }
  .jws_sticky_move ~ div {
    display: none !important;
  }
  .site-main.jws-blog-archive.sidebar-right .post_sidebar {
    padding-left: 15px;
  }
  .site-main.jws-blog-archive.sidebar-left .post_sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .site-main.jws-blog-archive.sidebar-left .post_sidebar {
    order: 12;
  }
}
@media (max-width: 767px) {
  .particles-js-canvas-el {
    display: none;
  }
  .backToTop {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 12px;
  }
  #jws-login-form .jws-animation form .lost-pass-link {
    font-size: 14px;
  }
}
.site-header {
  position: relative;
  z-index: 100;
}
.site-header.blur {
  filter: blur(10px);
  pointer-events: none;
}
header.sticky_header,
header.header_absolute_yes {
  top: 0;
  position: fixed;
  width: 100%;
}
@media (min-width: 1025px) {
  .site-header {
    z-index: 9999;
  }
}
/* Vertical Header */
.header_fixed {
  position: fixed;
}
.vertical_header {
  overflow-y: auto;
  width: 100px;
}
@media all and (max-width: 767px) {
  .vertical_header {
    width: 100%;
    height: 100px;
  }
}
/* Title Bar */
.jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
  font-size: 28px;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 10px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
  color: var(--light);
}
.jws-title-bar-wrap .jws-title-bar .jws-path i {
  margin-left: 12px;
  color: var(--light);
  font-size: 13px;
  font-weight: 400;
  margin-right: 12px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path a {
  color: var(--main);
}
.jws-title-bar-wrap .jws-title-bar .jws-path a:hover {
  color: var(--main);
}
.jws-offcanvas-action-wrap .jws-button-wrapper {
  position: relative;
}
.jws-offcanvas-action-wrap .jws-button-wrapper:hover .account-menu-dropdown {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.is-sticky .account-menu-dropdown a {
  color: var(--heading) !important;
}
.account-menu-dropdown {
  background: var(--light);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
  position: absolute;
  top: 100%;
  z-index: 1;
  padding: 21px 0;
  pointer-events: none;
  width: 230px;
  right: 0;
  text-align: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.account-menu-dropdown ul {
  will-change: transform;
  padding: 0;
  list-style-type: none;
}
.account-menu-dropdown a {
  font-size: 14px;
  color: var(--heading);
  display: block;
  padding: 7.5px 25px;
  line-height: 20px;
}
.account-menu-dropdown a:hover {
  color: var(--main);
}
.account-menu-dropdown a i {
  margin-right: 22px;
  font-size: 17px;
}
.account-menu-dropdown .no-user {
  padding: 0 25px;
}
.account-menu-dropdown .no-user li:not(:last-child) {
  margin-bottom: 20px;
}
.account-menu-dropdown .hover_2 {
  font-weight: 700;
  border: 2px solid;
  text-align: center;
  padding: 10.5px 25px;
}
.account-menu-dropdown .hover_2:hover {
  background: var(--main);
  color: var(--light);
  border-color: var(--main);
}
.account-menu-dropdown .hover:hover {
  background: #f3f3f3;
}
.account-menu-dropdown .account-setting {
  position: relative;
}
.account-menu-dropdown .account-setting .settings {
  position: absolute;
  right: 21px;
  top: 7px;
  font-size: 17px;
  padding: 0;
}
.account-menu-dropdown .account-setting .settings:hover {
  color: var(--main);
}
.account-menu-dropdown .account-setting .name a {
  color: var(--main);
  font-weight: bold;
  display: flex;
  -webkit-display: flex;
}
.account-menu-dropdown #jws-login-form {
  padding: 7px 25px 0px;
}
.account-menu-dropdown #jws-login-form .jws-animation form p {
  margin-bottom: 15px;
}
.account-menu-dropdown #jws-login-form .message {
  margin-top: 20px;
}
.account-menu-dropdown #recaptcha6 {
  transform: scale(0.5960259999999999);
  -webkit-transform: scale(0.5960259999999999);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.account-menu-dropdown .jws-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  margin-bottom: 0 !important;
}
.account-menu-dropdown .jws-button .button {
  width: 50% !important;
}
.account-menu-dropdown .jws-button a {
  width: 50%;
  padding: 0;
  padding-left: 10px;
}
.account-menu-dropdown .message {
  margin-top: 20px;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 0;
}
#jws_header_default .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a {
  padding: 0;
  padding-right: 25px;
}
.is-sticky {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
.is-sticky:not(.cafe-scroll-up-sticky) {
  animation: fadeInDown 0.3s both;
}
.cafe-scroll-up-sticky.is-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky.active-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.5s all !important;
}
.is-sticky.no-active-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: 0.5s all !important;
}
.cafe-sticky-row-container {
  width: 100%;
}
.site-footer {
  clear: both;
}
.site-footer.blur {
  filter: blur(10px);
  pointer-events: none;
}
.sticky_footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
/*Loading*/
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* /////////// Move Up /////////// */
@-webkit-keyframes moveVertical {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveVertical {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveVerticaldown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveVerticaldown {
  from {
    -webkit-transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* /////////// Menu Line /////////// */
@keyframes menu-line-2 {
  from {
    height: 100%;
    bottom: 0;
  }
  to {
    height: 0%;
    bottom: 0;
  }
}
@keyframes menu-line-no-2 {
  from {
    height: 0%;
    top: 0;
  }
  to {
    height: 100%;
    top: 0;
  }
}
@keyframes menu-line-no {
  from {
    width: 0%;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu-line-no {
  from {
    width: 0%;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
@keyframes menu-line-2 {
  from {
    height: 100%;
    bottom: 0;
  }
  to {
    height: 0%;
    bottom: 0;
  }
}
@keyframes menu-line-no-2 {
  from {
    height: 0%;
    top: 0;
  }
  to {
    height: 100%;
    top: 0;
  }
}
@keyframes menu-in-top {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-to-top {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes jws_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jws_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.jws_fadeInUp {
  -webkit-animation-name: jws_fadeInUp;
  animation-name: jws_fadeInUp;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(2.2, 2.2, 1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
#pulse:before,
#pulse:after {
  animation: 3s ease-out 0s normal none infinite running pulse;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
  content: "";
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: -1;
}
#pulse:after {
  animation-delay: 1.5s;
}
#pulse {
  width: 50px;
  height: 50px;
  background: #ffffff url('http://www.blogher.com/files/imagecache/tiny_thumb/user_pictures/picture-196261.jpg') no-repeat center center;
  position: relative;
  border-radius: 25px;
  text-align: center;
  font: bold 14px/50px tahoma;
}
/*
  3. LIQUID SHORTCODES
*/
@-webkit-keyframes btnIconRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes btnIconRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translatey(50px);
    -webkit-transform: translatey(50px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translatey(-50px);
    -webkit-transform: translatey(-50px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translatex(150px);
    -webkit-transform: translatex(150px);
  }
  to {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
  }
  to {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes MoveLeft {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(100px);
    -webkit-transform: translatex(100px);
  }
}
@keyframes MoveRight {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(-100px);
    -webkit-transform: translatex(-100px);
  }
}
@keyframes MoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
  }
}
@keyframes MoveBottom {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(100px);
    -webkit-transform: translatey(100px);
  }
}
@keyframes MoveZoomIn {
  from {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes MoveZoomOut {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
@keyframes MoveCircle {
  0% {
    transform: rotate(0deg) translate(-100%) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-100%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-100%) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(-100%) rotate(-360deg);
  }
}
@keyframes MoveCircleSmall {
  0% {
    transform: rotate(0deg) translate(-10%) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-10%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-10%) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(-10%) rotate(-360deg);
  }
}
@keyframes MoveCircle360 {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes width100 {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlpha_display {
  0% {
    opacity: 0;
    transform: translateX(-7px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bounceAlpha_hiden {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(7px);
  }
}
@keyframes bounceAlpha2 {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlphaUp {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@keyframes bounceAlphaUp2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(-10px);
  }
  26% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes jwsWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes jwsWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-2 16:2:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w:http://animista.net,t:@cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0), rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0) rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-transform: translateY(-60px) rotateX(90deg);
    transform: translateY(-60px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0), rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-transform: translateY(-60px) rotateX(90deg);
    transform: translateY(-60px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0) rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0), rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0), rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
[data-settings='{"_animation":"bounceInLeft"}'] img,
[data-settings='{"_animation":"bounceInDown"}'] img,
[data-settings='{"_animation":"bounceInUp"}'] img,
[data-settings='{"_animation":"bounceInRight"}'] img {
  opacity: 0;
  transition: 0.2s all;
}
[data-settings='{"_animation":"bounceInLeft"}']:before,
[data-settings='{"_animation":"bounceInDown"}']:before,
[data-settings='{"_animation":"bounceInUp"}']:before,
[data-settings='{"_animation":"bounceInRight"}']:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #fafafa;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s ease-in-out, opacity 0s;
  content: "";
  z-index: 1;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before,
[data-settings='{"_animation":"bounceInDown"}'].animated:before,
[data-settings='{"_animation":"bounceInUp"}'].animated:before,
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
  background: #fafafa;
  opacity: 1;
  transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated img,
[data-settings='{"_animation":"bounceInDown"}'].animated img,
[data-settings='{"_animation":"bounceInUp"}'].animated img,
[data-settings='{"_animation":"bounceInRight"}'].animated img {
  opacity: 1;
  transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}']:before {
  transform-origin: 100% 50%;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before {
  transform: scaleX(0);
}
[data-settings='{"_animation":"bounceInDown"}']:before {
  transform-origin: 50% 100%;
}
[data-settings='{"_animation":"bounceInDown"}'].animated:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInUp"}']:before {
  transform-origin: 50% 0%;
}
[data-settings='{"_animation":"bounceInUp"}'].animated:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInRight"}']:before {
  transform-origin: 0% 50%;
}
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
  transform: scaleX(0);
}
.bounceInLeft,
.bounceInDown,
.bounceInUp,
.bounceInRight {
  animation-name: none;
}
.perspective {
  -webkit-perspective: 1800px;
  perspective: 1800px;
}
.animated {
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@keyframes pulse-border-simple {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
  }
}
@keyframes pulse-border3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes width-left-right {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 10% 50%;
  }
  50% {
    background-position: 90% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes infinite-waves {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.scalein {
  animation-name: scaleIn;
}
@keyframes scaleIn {
  0% {
    transform: translateY(20px) scale(1.1);
    transform-origin: 50% 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    transform: translateY(20px) scale(1.1);
    transform-origin: 50% 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  -webkit-animation-name: lds-dual-ring;
  animation-name: lds-dual-ring;
}
/* Booked*/
body .booked-modal .bm-window p {
  font-size: 13px;
}
body .booked-modal input[type=submit],
body .booked-modal button {
  padding: 17px 20px 18px;
  text-transform: uppercase;
  border-radius: 25px;
}
body .booked-modal button.cancel.button {
  border-color: var(--heading);
  background: var(--heading) !important;
  color: #fff !important;
}
span.timeslot-mobile-title {
  padding-right: 4px;
}
.booked-calendar .booked-appt-list h2 {
  color: var(--heading);
  font-weight: 400;
  text-transform: uppercase;
}
.booked-calendar .booked-appt-list .timeslot .timeslot-time i.fa-solid {
  color: var(--main);
}
.booked-calendar .booked-appt-list .timeslot-range {
  color: var(--heading);
}
.booked-calendar .booked-appt-list.shown > div {
  padding: 5px 0;
}
body .booked-form label.field-label {
  color: var(--heading);
  font-family: var(--font2);
}
body .booked-form .booked-appointments {
  border: 1px solid var(--main);
  color: var(--heading);
}
body .booked-form .cf-block select {
  color: var(--heading);
  border-color: var(--main);
  border-radius: 0;
  height: 40px;
}
body .booked-form input[type=radio],
body .booked-form input[type=checkbox] {
  -webkit-appearance: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-right: 0px;
  position: relative;
  width: 16px;
  border: 1px solid var(--main);
  outline: none;
  top: 6px;
}
body .booked-form input[type=radio]:after,
body .booked-form input[type=checkbox]:after {
  border-radius: 100%;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: var(--main);
}
body .booked-form input[type=radio]:checked:after,
body .booked-form input[type=checkbox]:checked:after {
  opacity: 1;
}
@media screen and (max-width: 720px) {
  body .booked-appt-list .timeslot .spots-available {
    color: #eee;
  }
  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
    font-size: 16px;
  }
}
/* Icon Social*/
a.elementor-icon.elementor-social-icon.elementor-social-icon-::before {
  display: none;
}
/*Carousel*/
.carousel_portfolio .elementor-swiper .elementor-main-swiper {
  overflow: visible;
}
.carousel_portfolio .elementor-swiper:nth-child(2n+1) {
  padding: 30px;
  background: #f6f6f6;
  margin-top: 20px;
}
.carousel_portfolio .elementor-swiper .swiper .elementor-swiper-button {
  top: 123%;
}
.carousel_portfolio .elementor-swiper .swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: -15px;
}
.carousel_portfolio .elementor-swiper .swiper .elementor-swiper-button.elementor-swiper-button-next {
  right: -15px;
}
.carousel_portfolio i {
  font-family: "Ionicons";
}
.carousel_portfolio .eicon-chevron-left:before {
  content: "\f3d5";
}
.carousel_portfolio .eicon-chevron-right:before {
  content: "\f3d6";
}
/*Image*/
.image-effects-shine .elementor-widget-container {
  position: relative;
  overflow: hidden;
}
.image-effects-shine .elementor-widget-container img {
  transform-style: preserve-3d;
  transition: transform 1s ease;
}
.image-effects-shine .elementor-widget-container::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}
.image-effects-shine .elementor-widget-container:hover img {
  transform: scale(0.99);
}
.image-effects-shine .elementor-widget-container:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
/*Image carousel*/
.elementor-swiper-button {
  justify-content: center;
  transition: 0.3s all;
}
/*Custom box*/
.elementor-widget-counter .elementor-counter .elementor-counter-number-prefix,
.elementor-widget-counter .elementor-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}
.elementor-countdown-item {
  position: relative;
}
.elementor-countdown-item:not(:first-child)::before {
  content: ":";
  position: absolute;
  left: -13px;
  color: var(--heading);
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}
/* Form */
button.elementor-search-form__submit i::before {
  font-family: 'Ionicons';
  content: "\f4a5";
}
.subscribe_form .elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
  position: absolute;
  top: 100%;
  margin-top: 30px;
  left: 0;
}
.elementor-field-subgroup {
  font-size: 14px;
  font-weight: 500;
}
.elementor-widget-form .elementor-field-subgroup label {
  margin-left: 10px;
}
.border-highlight-style-solid .elementor-form {
  border-style: solid;
  border-image-slice: 1;
}
.border-highlight-style-dashed .elementor-form {
  border-style: dashed;
}
.border-highlight-style-dotted .elementor-form {
  border-style: dotted;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 35px;
}
.elementor-button-align-stretch .elementor-button[type="submit"] {
  width: 100%;
}
.select-caret-down-wrapper {
  display: none;
}
form .wpcf7-select.placeholder_selected,
form.elementor-form .elementor-field-type-select.elementor-field-group .elementor-field.placeholder_selected {
  opacity: 0.6;
}
/* Toggle */
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  font-weight: normal;
}
.elementor-toggle-item:last-child .elementor-tab-title {
  border-bottom: none;
}
/* Elementor Section Custom */
.shade_animation {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shade_animation .shade_wrap_inner {
  position: absolute;
}
.shade_animation .shade_wrap_inner.alternate {
  animation-direction: alternate;
}
.shade_animation .shade_wrap_inner.infinite {
  animation-iteration-count: infinite;
}
.jws-shade-yes > .shade_animation {
  opacity: 1;
}
.line_animation {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.line_animation > section > .elementor-container {
  z-index: 1;
}
.line_animation .line_wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 1px;
  left: 50%;
}
.line_animation .line_wrap .line_wrap_inner {
  position: absolute;
  -webkit-animation: MoveUpDown 1s infinite;
  animation: MoveUpDown 10s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: -2px;
  width: 5px;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  display: block;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation:nth-child(2) {
  margin-top: 285px;
}
.jws-line-yes > .line_animation {
  opacity: 1;
}
@-webkit-keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.elementor-social-icon i {
  transition: 0.3s all;
}
body .elementor-social-icon {
  vertical-align: middle;
}
body .elementor-social-icon {
  background: transparent;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: 1.1;
}
.elementor-widget-container p {
  margin: 0;
}
.brand_slider_custom img {
  opacity: 0.5;
  transition: 0.3s all;
}
.brand_slider_custom img:hover {
  opacity: 1;
}
/* Contact Form 7 */
/* Widget Default Elementor */
.elementor-accordion-item {
  overflow: hidden;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  transition: 0.3s all;
}
.jws-particle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.elementor-accordion .elementor-tab-content {
  border-top: 0;
}
.elementor-section.elementor-section-height-full > .elementor-container {
  height: 100%;
}
/* Custom Color Default Eleemetor Widget */
.elementor-element .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-element .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  color: var(--main);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 10px 15px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  display: block !important;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
  flex-basis: 0 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  display: inline-block;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .right {
  padding: 0 15px;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .left {
  margin-bottom: 20px;
}
div[style] .elementor-progress-percentage {
  opacity: 1;
  transition-delay: 0.5s;
}
.elementor-progress-wrapper {
  overflow: unset !important;
}
.elementor-widget-progress .elementor-title {
  display: block;
}
.elementor-icon-box-description {
  overflow-wrap: break-word;
}
.jws-table-wrapper {
  overflow: auto;
}
.jws-table-wrapper .tooltip-content.tooltip {
  visibility: hidden;
  min-width: 100px;
  font-size: 12px;
  left: 20px;
  font-weight: 700;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 5px;
  width: max-content;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.jws-table-wrapper .tooltip-content.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.jws-table-wrapper span.icon_toolip {
  position: relative;
}
.jws-table-wrapper span.icon_toolip:hover .tooltip {
  visibility: visible;
}
.jws-table-wrapper .jws-advance-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info {
  display: inline-block;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info select {
  margin: 0 10px;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info input {
  margin-left: 10px;
}
.jws-table-wrapper .paging_simple_numbers {
  text-align: center;
  margin-top: 30px;
}
.jws-table-wrapper .paging_simple_numbers span a {
  width: 34px;
}
.jws-table-wrapper .paging_simple_numbers a {
  height: 34px;
  line-height: 34px;
  color: #848484;
  margin-right: 10px;
  background: rgba(35, 35, 35, 0);
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.jws-table-wrapper .paging_simple_numbers a.current {
  background: #232323;
  color: #ffffff;
}
.jws-table {
  width: 100%;
}
.jws-table thead .jws-table__text span {
  vertical-align: middle;
}
.jws-table thead .jws-table__text span:not(.jws-table__text-inner) {
  line-height: 1px;
  display: inline-block;
}
.jws-table tbody td.jws-table-col .jws-table__text {
  display: block;
}
.jws-table tbody td.jws-table-col .jws-table__text a.btn_main.elementor-button {
  background: transparent;
  color: var(--btn-bgcolor2);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid var(--btn-bgcolor2);
  border-radius: 10px;
  width: 100%;
}
.jws-table .fa-window-minimize {
  font-size: 5px !important;
  font-family: 'icomoon' !important;
}
.jws-table .fa-window-minimize:before {
  display: block;
  margin-top: -70%;
  content: "\ea0b" !important;
}
.jws-table i.eci {
  display: inline;
}
@media (max-width: 767px) {
  .jws-table-wrapper .jws-advance-heading {
    display: block;
  }
}
.jws_gallery_split_element .jws_gallery_split_item {
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.jws_gallery_split_element .ms-left .jws_gallery_split_inner {
  left: 50%;
}
.jws_gallery_split_element .ms-right .jws_gallery_split_inner {
  right: 49.9%;
}
.jws_gallery_split_element .jws_gallery_split_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.jws_gallery_split_element .split-content {
  background-color: #ffffff;
  position: relative;
  display: block;
  max-width: 435px;
  margin: 0 auto;
  padding: 28px 22px 22px 22px;
}
.jws_gallery_split_element .split-content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 1px solid #ffffff;
  z-index: -1;
}
.jws_gallery_split_element .description {
  margin-bottom: 15px;
  font-weight: 300;
}
.jws_gallery_split_element .title {
  font-family: var(--font3);
  font-weight: 400;
  margin-bottom: 12px;
}
.jws_gallery_split_element a {
  font-weight: 300;
  border-bottom: 1px solid;
  margin: 0px;
  display: inline-block;
  padding-bottom: 8px;
}
.jws_timeline .jws_timeline_subtitle {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font2);
  margin-bottom: 6px;
}
.jws_timeline .btn_slick {
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(-60%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: var(--main);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.jws_timeline .btn_slick:hover {
  background: linear-gradient(to right, var(--btn-bgcolor), var(--btn-bgcolor2));
  color: #fff;
}
.jws_timeline .btn_slick.slick-next {
  right: 50%;
  transform: translateX(60%);
  left: auto;
}
.jws_timeline.layout1 .jws_timeline_main {
  position: relative;
}
.jws_timeline.layout1 .jws_timeline_main .position_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.jws_timeline.layout1 .jws_timeline_main .position_right .jws_time_img {
  transform: rotate(-17.817deg);
  margin-left: auto;
  margin-right: 7%;
}
.jws_timeline.layout1 .jws_timeline_main .position_right .jws_timeline_content {
  text-align: right;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_content,
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_content_image {
  transform: translatey(10px);
  -webkit-transform: translatey(100px);
  opacity: 0;
  transition: all 0.3s;
}
.jws_timeline.layout1 .jws_timeline_main .jws_time_img {
  max-width: 270px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(36, 38, 77, 0.1);
  transform: rotate(17.817deg);
  margin-left: 7%;
}
.jws_timeline.layout1 .jws_timeline_main img {
  border-radius: 20px;
}
.jws_timeline.layout1 .jws_timeline_main .shape_exerpt,
.jws_timeline.layout1 .jws_timeline_main .shape_title {
  background: var(--heading);
  opacity: 0.2;
}
.jws_timeline.layout1 .jws_timeline_main .shape_title {
  max-width: 91px;
  width: 100%;
  height: 17px;
  margin: 16px 0;
}
.jws_timeline.layout1 .jws_timeline_main .shape_exerpt {
  max-width: 130px;
  height: 10px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_title {
  margin-bottom: 26px;
  font-weight: 400;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_desc {
  color: var(--heading);
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_content_image {
  flex-basis: 50%;
  max-width: 100%;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field.animation_show .jws_timeline_content_image,
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field.animation_show .jws_timeline_content {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  transition-delay: 0.5s;
  opacity: 1;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_circle {
  display: none;
}
.jws_timeline.layout1 .jws_timeline_line {
  width: 21px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('https://kbsvisuals.com/wp-content/themes/kazron/assets/image/bg_road.png');
  height: 90%;
  top: 0;
}
.jws_timeline.layout2 ul {
  list-style: none;
  padding-left: 20px;
}
.jws_timeline.layout2 ul li {
  margin-bottom: 6px;
}
.jws_timeline.layout2 ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--main);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.jws_timeline.layout2 .jws_timeline_circle {
  font-family: 'jws_icon';
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 34px;
  height: 10px;
  color: var(--main);
  z-index: 1;
}
.jws_timeline.layout2 .jws_timeline_circle::after {
  content: '\E80E';
  top: 0;
  position: absolute;
  left: 0;
}
.jws_timeline.layout2 .jws_timeline_main {
  position: relative;
}
.jws_timeline.layout2 .jws_timeline_line {
  position: absolute;
  transform: translateY(10px);
  width: 100%;
  height: 2px;
  opacity: 0.20000000298023224;
  background: var(--gradient-2, linear-gradient(254deg, #4f41e1 0%, #a77fc6 100%));
  z-index: -1;
}
.jws_timeline.layout2 .jws_timeline_field {
  position: relative;
  padding-top: 66px;
}
.jws_timeline.layout2 .jws_timeline_field.active .jws_timeline_circle {
  color: var(--main);
}
.jws_timeline.layout2 .jws_timeline_field.active .jws_timeline_content_inner .jws_timeline_datetime {
  color: var(--main);
  text-shadow: 0px 0px 10px 0px var(--main);
}
.jws_timeline.layout2 .jws_timeline_content_inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.jws_timeline.layout2 .jws_timeline_date {
  position: relative;
}
.jws_timeline.layout2 .jws_timeline_date .jws_timeline_circle {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -13px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px dashed var(--main);
}
.jws_timeline.layout2 .jws_timeline_date .jws_timeline_circle::before {
  content: "";
  position: absolute;
  background: var(--main);
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.jws_timeline.layout2 .jws_timeline_date::after {
  bottom: 0;
  width: 130%;
  height: 2px;
  left: 0;
}
.jws_timeline.layout2 .jws_timeline_content_box {
  margin-top: 26px;
}
.jws_timeline.layout2 .jws_timeline_title {
  margin-bottom: 12px;
  line-height: 24px;
}
.jws_timeline.layout2 .jws_timeline_desc {
  line-height: 24px;
}
@media (min-width: 768px) {
  .jws_timeline.layout1 .jws_timeline_field {
    column-gap: 110px;
  }
}
@media (max-width: 767px) {
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field {
    margin-bottom: 30px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_title {
    margin-bottom: 16px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_days {
    padding-left: 30px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_line {
    width: 10px;
    left: 0;
    transform: translatex(0);
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field {
    flex-wrap: wrap;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_content_image {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_time_img {
    margin-left: 12%;
    margin-right: 7%;
  }
  .jws_timeline.layout1 .jws_timeline_main .position_right .jws_time_img {
    margin-left: 12%;
    margin-right: 7%;
  }
  .jws_timeline.layout2 .jws_timeline_field {
    padding-top: 50px;
  }
  .jws_timeline.layout2 .jws_timeline_content_box {
    margin-top: 10px;
  }
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart {
  text-align: center;
  position: relative;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart .chartselementor-percent {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body {
  -webkit-tap-highlight-color: transparent;
}
.mega-has-hover > div {
  transition: 0.3s all;
}
.jws_main_menu a {
  color: var(--menu-color);
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  overflow: hidden;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-right: 24px;
  position: static;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .btn-sub-menu {
  background: transparent;
  border: none;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .btn-sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  text-wrap: nowrap;
  display: inline-block;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .sub-menu-dropdown {
  left: 0;
  width: 100vw;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .jws_mega_sub {
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child a {
  border-bottom-width: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child .sub-menu li:last-child a {
  border-bottom-width: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child .sub-menu li a {
  border-bottom-width: thin;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li.current-menu-item > a {
  color: var(--main);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a {
  display: block;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a > span {
  display: inline-block;
  transition: 0.3s all;
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 6px;
  color: #6d6d6d;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li {
  position: relative;
  margin-bottom: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
  pointer-events: none;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu {
  padding: 12px 20px;
  list-style-type: none;
  min-width: 246px;
  box-shadow: 0px 0px 18.69px 2.31px rgba(0, 0, 0, 0.05);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--heading);
  position: relative;
  padding: 10px 10px 9px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 0;
  bottom: 8px;
  opacity: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transform: scale(0);
  -webkit-transform: scale(0);
  background: var(--main);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  color: var(--main);
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown {
  left: 0px;
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transform: translatey(-15px);
  -webkit-transform: translatey(-15px);
  pointer-events: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu.right,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown.right {
  right: 0;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu.center,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown.center {
  left: 50%;
  transform: translate(-50%, -15px);
  -webkit-transform: translate(-50%, -15px);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown .mega_menu_full_width {
  transform: none;
  -webkit-transform: none;
  transition: 0.3s all;
  transition-delay: 0s !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translatey(-12px);
  -webkit-transform: translatey(-12px);
  transition-delay: 0.3s;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu.center,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu-dropdown.center {
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item:first-child {
  padding-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item:last-child {
  padding-right: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a > i {
  margin-left: 6px;
  font-size: 14px;
  line-height: initial;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
  display: inline-block !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  bottom: 15%;
  left: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
  position: relative;
  z-index: 1;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0.3s transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a > span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before {
  content: "";
  left: -23px;
  width: 0%;
  height: 2px;
  background: var(--main);
  bottom: 9px;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current_page_item > a span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a span:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before {
  width: 100%;
  left: 0;
}
.elementor-jws-menu-align-right ul.nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.elementor-jws-menu-align-center ul.nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor-jws-menu-align-left ul.nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
  content: "\e876";
  font-family: 'Linearicons-Free';
  font-size: 10px;
  float: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
  display: inline-block;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  bottom: 15%;
  left: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
  position: relative;
  z-index: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li {
  margin-bottom: 14px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li button {
  border-radius: 0px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
  font-weight: 400;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul {
  padding: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s all;
  position: relative;
  margin-bottom: 3px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
  background: none;
  border: none;
  font-size: 20px;
  width: 57px;
  padding: 0;
  display: block;
  text-align: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu:before {
  display: inline-block;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu-dropdown {
  display: none;
  width: 100% !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu {
  margin-top: 3px;
  width: 100% !important;
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a {
  padding: 3px 0px 3px 16px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li .sub-menu li a {
  padding: 8px 0px 8px 32px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li .sub-menu li .sub-menu li a {
  padding: 8px 0px 8px 48px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li a {
  display: block;
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: var(--menu-color);
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li.active > .btn-sub-menu:before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner {
  transition: 0.5s all;
  position: relative;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
  display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
  color: #333333;
  vertical-align: middle;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a {
  vertical-align: middle;
  display: block;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu {
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li {
  margin-bottom: 14px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu-back {
  font-weight: 500;
  font-size: 13px;
  color: var(--main);
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  margin-bottom: 18px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu-back i {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu {
  background: transparent;
  border: 0;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu-dropdown {
  width: 100% !important;
  height: 100%;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li a {
  opacity: 0;
  transition: 0.5s all;
  transform: translate3d(-25px, 0, 0);
  display: block;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li a i {
  display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li:last-child a {
  border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li.active > .btn-sub-menu:before {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.has-mega-full .elementor-section .elementor-container {
  position: relative;
}
.has-mega-full .elementor-column,
.has-mega-full .elementor-column-wrap,
.has-mega-full .elementor-widget-wrap,
.has-mega-full .elementor-widget {
  position: unset;
}
.jws_main_menu_inner.menu-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  left: 0;
  right: auto;
  background: #fff;
  transition: .4s;
  z-index: 999;
  border: 3px solid var(--heading);
  width: 100%;
  z-index: 2;
  padding: 22px 0;
  top: calc(100% - 3px);
}
.jws_main_menu_inner.menu-toggle.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.jws_main_menu_inner.menu-toggle .nav li:last-child a {
  border: 0 !important;
}
.toggle-menu-title {
  margin: 0;
  background: var(--heading);
  padding: 14px 15px 14px 27px;
}
.toggle-menu-title i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
.toggle-menu-title a {
  color: var(--light);
  font-weight: 500;
  font-size: 15px;
  display: block;
}
@media (max-width: 767px) {
  .elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul {
    overflow: auto;
    justify-content: flex-start;
  }
}
.jws_video_popup .text {
  font-weight: 700;
  color: var(--heading);
  margin-left: 20px;
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a::before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 2px solid var(--main);
  opacity: 0.1;
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a::after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  content: "";
  border: 1px solid var(--main);
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
}
.jws_video_popup.video-border .jws_video_popup_inner a::before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 2px solid var(--main);
  animation: pulse-border-simple 1.5s ease-out infinite;
  -webkit-animation: pulse-border-simple 1.5s ease-out infinite;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a::after,
.jws_video_popup.video-overlay .jws_video_popup_inner a::before {
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-left: 5px;
  opacity: 0.8;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a::before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup.video-overlay .jws_video_popup_inner a::after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup .jws_video_popup_inner a {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.jws_video_popup .jws_video_popup_inner a .video_icon {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
}
.mfp-fade-in-down {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in-down .mfp-content > div {
  opacity: 0;
  transition: 0.5s ease;
  transform: translatey(-50px);
  -webkit-transform: translatey(-50px);
}
.mfp-fade-in-down.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-fade-in-down.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.mfp-fade-in-down.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade-in-down.mfp-removing .mfp-content > div {
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  opacity: 0;
}
.mfp-fade-in-down.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jws-info-box .box-icon {
  display: inline-block;
  text-align: center;
}
.jws-info-box.layout1 a {
  display: flex;
  align-items: flex-start;
}
.jws-info-box.layout1 a:hover .info_serial {
  background: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor2) 100%);
  color: #fff;
}
.jws-info-box.layout1 .info_serial {
  font-weight: 700;
  color: var(--heading);
  margin-right: 12px;
  text-align: center;
  border-radius: 100%;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(254deg, rgba(79, 65, 225, 0.2) 0%, rgba(167, 127, 198, 0.2) 100%);
  transition: all 0.3s;
}
.jws-info-box.layout1 .jws-info-box-inner {
  position: relative;
  overflow: hidden;
}
.jws-info-box.layout1 .box-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-family: var(--font-body);
}
.jws-info-box.layout1 .box-content {
  position: relative;
}
.jws-info-box.layout1 .box-more {
  transition: 0.3s all;
  font-size: 15px;
  font-weight: 700;
}
.jws-info-box.layout1 .box-more i {
  margin-left: 10px;
  font-size: 22px;
}
.jws-info-box.layout2 {
  position: relative;
}
.jws-info-box.layout2 .info_serial {
  font-size: 70px;
  font-family: var(--font2);
  font-weight: 700;
  color: #646f791a;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 50px;
}
.jws-info-box.layout2 a {
  position: relative;
  font-weight: 700;
  color: var(--main);
}
.jws-info-box.layout2 a i {
  display: inline-block;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.jws-info-box.layout2 a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-info-box.layout2 .jws-info-box-inner {
  text-align: center;
}
.jws-info-box.layout2 .jws-info-box-inner .box-icon {
  margin-bottom: 20px;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content {
  flex: 1;
  position: relative;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content .box-title {
  font-weight: 700;
  margin-bottom: 16px;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content .box-content {
  margin-bottom: 16px;
}
.jws-info-box.layout2 .box-more {
  transition: 0.3s all;
}
.jws-info-box.layout2 .box-more i {
  margin-left: 8px;
  font-size: 14px;
}
.jws-info-box.layout2 .box-more i:before {
  font-weight: 700;
}
.jws-info-box.layout3 .jws-info-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.jws-info-box.layout3 .jws-info-box-inner .info_content .box-title {
  transition: all 0.3s linear;
}
.jws-info-box.layout3 .jws-info-box-inner .box-icon {
  color: #fff;
  transition: all 0.3s linear;
  width: 60px;
  height: 60px;
  background: var(--main);
  display: flex;
  justify-content: center;
  line-height: 24px;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 40px;
  outline: solid 6px #fff;
  box-shadow: 5.035px 6.217px 21px 0px rgba(40, 32, 132, 0.1);
}
.jws-info-box.layout4 .jws-info-box-inner {
  background: #fff;
  border: 1px solid #f4f4f2;
}
.jws-info-box.layout4 .jws-info-box-inner .box-more {
  margin-top: 72px;
  background: #fff;
  color: var(--heading);
}
.jws-info-box.layout4 .jws-info-box-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--main);
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jws-info-box.layout4 .jws-info-box-inner:hover {
  background: var(--heading);
  box-shadow: 0px 3px 54px 0px rgba(76, 76, 76, 0.3);
}
.jws-info-box.layout4 .jws-info-box-inner:hover::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.jws-info-box.layout4 .jws-info-box-inner:hover .info_serial {
  color: #fefefe80;
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title {
  color: #fff;
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-more {
  background: var(--btn-bgcolor);
}
.jws-info-box.layout5 .jws-info-box-inner,
.jws-info-box.layout4 .jws-info-box-inner {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.jws-info-box.layout5 .jws-info-box-inner .info_serial,
.jws-info-box.layout4 .jws-info-box-inner .info_serial {
  font-size: 14px;
  color: #0d242e80;
  margin-bottom: -1px;
  transition: 0.3s;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout4 .jws-info-box-inner .box-more {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  font-size: 21.33px;
  font-weight: 700;
  transition: 0.3s all;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more .text,
.jws-info-box.layout4 .jws-info-box-inner .box-more .text {
  display: block;
  transform-origin: center;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .info_serial,
.jws-info-box.layout4 .jws-info-box-inner:hover .info_serial {
  color: #fefefe80;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-title,
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title {
  color: #fff;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-more .text,
.jws-info-box.layout4 .jws-info-box-inner:hover .box-more .text {
  transform: rotate(1turn);
  transition: 0.5s;
}
.jws-info-box.layout5 .jws-info-box-inner {
  background: var(--heading);
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon {
  background: var(--main);
  border-radius: 50%;
  margin-bottom: 32px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon svg {
  vertical-align: middle;
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon svg path {
  fill: #fff;
}
.jws-info-box.layout5 .jws-info-box-inner .box-title {
  margin-bottom: 22px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-content {
  margin-bottom: 40px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more {
  border: 1px solid #fff;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout5 .jws-info-box-inner .box-icon,
.jws-info-box.layout5 .jws-info-box-inner .info_serial,
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout5 .jws-info-box-inner .box-content,
.jws-info-box.layout5 .jws-info-box-inner .box-title {
  color: #fff;
  position: relative;
}
.jws-info-box.layout5 .jws-info-box-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.jws-info-box.layout5 .jws-info-box-inner:hover::before {
  opacity: 0.9;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-icon {
  background: var(--heading);
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-more {
  background: #fff;
  color: var(--heading);
}
.jws-info-box.layout6 .info_content {
  text-align: center;
  position: relative;
}
.jws-info-box.layout6 .info_content .box-title {
  margin-bottom: 15px;
}
.jws-info-box.layout6 .info_content .info_serial {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  font-size: 132.46px;
  transform: translateY(-50%);
  line-height: 100px;
}
.jws-info-box.layout6 .info_content .box-content,
.jws-info-box.layout6 .info_content .box-more,
.jws-info-box.layout6 .info_content h5 {
  position: relative;
}
@media (min-width: 768px) {
  .jws-info-box.layout2 .jws-info-box-inner {
    display: flex;
    text-align: left;
  }
  .jws-info-box.layout2 .jws-info-box-inner .box-icon {
    margin-right: 18px;
    width: 80px;
  }
  .jws-info-box.layout2 .jws-info-box-inner .info_content {
    flex: 1;
  }
}
.jws-nav-carousel.top > div:before,
.jws-nav-carousel.middle > div:before,
.jws-nav-carousel.bottom > div:before {
  font-family: "Ionicons";
}
.jws_testimonials_slider_wrap .bottom ul li {
  margin: 0 3px;
}
.jws_testimonials_slider_wrap .custom_dots ul li {
  display: inline-block;
}
.jws_testimonials_slider_wrap .custom_dots.right {
  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%);
  z-index: 2;
}
.jws_testimonials_slider_wrap .custom_dots.right ul li {
  display: block;
  margin-bottom: 13px;
}
.testimonial_icon.ion-quote {
  font-size: 48px;
  line-height: 48px;
  color: var(--main);
  margin-bottom: 24px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle > div {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #03123533;
  transition: all 0.3s;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle > div:hover {
  background: var(--main);
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle .jws-button-prev {
  left: 0px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.middle .jws-button-next {
  right: 0px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.bottom,
.jws_testimonials_slider_wrap .jws-nav-carousel.top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.bottom {
  column-gap: 15px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.bottom > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--btn-bgcolor);
  color: #fff;
  border-radius: 100%;
  transition: all 0.3s;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.bottom > div:hover {
  background-color: var(--btn-bgcolor2);
}
.jws_testimonials_slider_wrap .jws-nav-carousel.bottom > div.jws-button-next {
  margin-left: 1px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top {
  justify-content: flex-end;
  margin-bottom: 68px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div {
  cursor: pointer;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid var(--body);
  text-align: center;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div.jws-button-next {
  margin-left: 10px;
}
.jws_testimonials_slider_wrap .jws-nav-carousel.top > div:hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .footer_testimonial .testimonials-avatar {
  display: inline-block;
  max-height: 60px;
  margin-right: 8px;
  max-width: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .footer_testimonial .testimonials-avatar.no_thumbnail {
  background: var(--heading);
}
.jws_testimonials_slider_wrap.layout1 .slider-content .footer_testimonial .testimonials-avatar > i {
  width: 100%;
  display: block;
  height: 100%;
  line-height: 60px;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .footer_testimonial .testimonials-avatar img {
  object-fit: cover;
  width: 100%;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-info {
  display: inline-block;
}
.jws_testimonials_slider_wrap.layout1 .slider-content {
  transition: all 0.3s ease-in-out;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-info .testimonials_job {
  font-size: 14px;
  font-weight: 300;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-info .testimonials_title {
  margin-bottom: 0px;
  color: var(--main);
}
.jws_testimonials_slider_wrap.layout1 .slider-content .left_content {
  text-align: center;
  width: 58%;
  display: inline-block;
  vertical-align: middle;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .header_testimonial {
  position: relative;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .header_testimonial::before {
  font-family: var(--font3);
  content: ",,";
  font-size: 90px;
  display: block;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  letter-spacing: 7px;
  color: var(--main);
  height: 60px;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-description {
  font-family: var(--font3);
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.9px;
  line-height: 35px;
  margin-bottom: 33px;
  position: relative;
  color: var(--heading);
}
.jws_testimonials_slider_wrap.layout1 .slider-content .right_content {
  width: 41%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-avatar {
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-avatar::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border: 4px solid #ffffff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: translateZ(50px) translatex(-50%) translatey(-50%) scale(0.9);
  transition: all 0.3s ease-in-out;
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-avatar:hover::before {
  transform: translateZ(50px) translatex(-50%) translatey(-50%) scale(1);
}
.jws_testimonials_slider_wrap.layout1 .slider-content .testimonials-avatar img {
  transition: all 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0 auto;
}
.jws_testimonials_slider_wrap.layout2 .testimonials-info,
.jws_testimonials_slider_wrap.layout3 .testimonials-info {
  margin-top: 24px;
}
.jws_testimonials_slider_wrap.layout2 .testimonials_job,
.jws_testimonials_slider_wrap.layout3 .testimonials_job {
  font-size: 14px;
  font-weight: 500;
}
.jws_testimonials_slider_wrap.layout2 .slider-content {
  display: flex;
  align-items: center;
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials_header {
  position: relative;
  padding-right: 74px;
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials-avatar {
  background: #fff;
  font-size: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
  border: 8px solid #fff;
}
.jws_testimonials_slider_wrap.layout2 .slider-content .testimonials-avatar i {
  line-height: 80px;
  background: var(--main);
  width: 100%;
  display: block;
}
.jws_testimonials_slider_wrap.layout2 .slider-content img {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
}
.jws_testimonials_slider_wrap.layout3 .slider-content {
  text-align: center;
}
.jws_testimonials_slider_wrap.layout3 .slider_avatar {
  max-width: 232px;
  margin: auto;
  margin-top: 37px;
}
.jws_testimonials_slider_wrap.layout3 .slider_avatar .testimonials-avatar {
  max-height: 134px;
  transform: scale(0.75);
  transition: all 0.35s;
}
.jws_testimonials_slider_wrap.layout3 .slider_avatar .testimonials-avatar.slick-center {
  transform: scale(1);
}
.jws_testimonials_slider_wrap.layout3 .slider_avatar .testimonials-avatar img {
  max-width: 80px;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .jws_testimonials_slider_wrap .custom_dots.right {
    right: -20px;
  }
  .jws_testimonials_slider_wrap.layout1 .slider-content .left_content {
    margin-bottom: 30px;
  }
  .jws_testimonials_slider_wrap.layout1 .slider-content .left_content,
  .jws_testimonials_slider_wrap.layout1 .slider-content .right_content {
    width: 100%;
  }
}
.slick-dots {
  text-align: center;
}
.elementor-posts .elementor-post {
  align-items: center;
}
.elementor-post-date::before {
  content: '\F3B3';
  font-family: "Ionicons";
  color: var(--heading);
}
.blog_dots ul li {
  margin: 0px 5px;
  display: inline-block;
}
nav.custom_navs {
  z-index: 1;
}
nav.custom_navs button {
  border: none;
  background: transparent;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 48px;
}
nav.custom_navs button.slick-disabled {
  cursor: not-allowed;
}
nav.custom_navs.bottom {
  text-align: center;
  letter-spacing: 10px;
  position: relative;
}
nav.custom_navs.middle button {
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
nav.custom_navs.middle button.prev-item {
  left: -80px;
}
nav.custom_navs.middle button.next-item {
  right: -80px;
}
.post_cat {
  display: block;
}
.post_cat a {
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  font-size: 16px;
  color: var(--main);
  text-transform: uppercase;
}
.meta_infor {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
  align-items: center;
}
.meta_infor .jws-post-author {
  text-transform: capitalize;
}
.meta_infor i {
  margin-right: 4px;
  display: inline-block;
}
.entry-date,
.jws-post-author {
  font-size: 12px;
}
section.no-results.not-found {
  padding-bottom: 60px;
}
.search_content.jws-blog-archive .jws_blog_item .jws_post_readmore {
  margin-top: 24px;
}
.entry-date > span {
  display: inline-block;
  margin-right: 8px;
}
.jws_blog_layout2 .jws_post_quote,
.jws_blog_layout2 .jws_post_link {
  border: 2px solid var(--main);
  min-height: unset;
  padding: 6% 30px;
}
.jws_blog_layout2 .jws_post_quote .link_icon,
.jws_blog_layout2 .jws_post_link .link_icon {
  font-size: 8rem;
  left: 7%;
  top: 30%;
}
.jws_blog_layout2 .link_text {
  line-height: initial;
}
.jws-blog-archive {
  padding: 100px 0 100px;
}
.jws-blog-archive .entry-title {
  font-size: 24px;
}
.jws-blog-archive.sidebar-right .post_sidebar {
  padding-left: 10px;
}
.jws-blog-archive.sidebar-left .post_sidebar {
  padding-right: 10px;
}
.jws-blog-archive .jws-pagination-number ul {
  justify-content: center;
}
.jws-blog-archive .meta_infor a,
.jws-blog-archive .meta_infor span {
  color: var(--text);
}
.jws-blog-archive .meta_infor a:hover {
  color: var(--main);
}
.jws-blog-archive .jws_blog_item .jws_post_wap .entry-title {
  margin: 7px 0px 15px;
}
.jws_blog_item {
  margin-bottom: 30px;
}
.jws_blog_item.video .bg_overlay {
  display: none !important;
}
.jws_blog_item .jws_post_readmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.jws_blog_item .jws_post_readmore .jws_icon i {
  display: inline-block;
}
.jws_blog_item .jws_post_readmore:hover .jws_icon i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-blog-element {
  position: relative;
  /*General style*/
}
.jws-blog-element .jws_post_image {
  margin-top: 32px;
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws_post_image:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  transform: skewX(-25deg);
}
.jws-blog-element .jws_post_image img {
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.jws-blog-element .jws_blog_item .jws_post_wap {
  position: relative;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 34px 0;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail {
  border: 1px solid var(--main);
  background: transparent;
  padding: 5.5% 30px 6%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_meta {
  bottom: 0;
  position: relative;
  left: 0;
  transform: unset;
  padding: 0;
  margin-bottom: 24px;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_image {
  display: none;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_content {
  padding: 0px;
  max-width: 100%;
  flex: 100%;
  bottom: 0;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_content .entry-title {
  margin-top: 0;
  margin-bottom: 14px;
}
.jws-blog-element .jws_blog_item .jws_post_wap:hover .jws_post_image:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.jws-blog-element .jws_blog_item .jws_post_wap:hover .jws_post_image img {
  transform: scale(1.1);
}
.jws-blog-element .jws_blog_slider.enable_left_mode .slick-list.draggable {
  padding-left: 0px !important;
}
.jws-blog-element .jws_blog_slider.row .jws_blog_item {
  padding: 0 15px;
}
.jws-blog-element .entry-title {
  padding: 0 16px;
  margin: 14px 0px 15px;
  font-weight: 500;
}
.jws-blog-element .entry-title a:hover {
  color: var(--main);
}
.jws-blog-element .line_bottom {
  height: 1px;
  width: 200px;
  background-color: #ececec;
  margin: 12.5px auto;
}
.jws-blog-element .blog-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.jws-blog-element .blog-bottom div {
  display: inline-block;
  margin: 0 2px;
}
.jws-blog-element .blog-bottom div a {
  color: var(--text);
}
.jws-blog-element .blog-bottom div a:hover,
.jws-blog-element .blog-bottom div a.jws-love.loved i {
  color: var(--main);
}
.jws-blog-element .blog-bottom div i {
  color: var(--main);
  display: inline-block;
  margin-right: 10px;
}
.jws-blog-element .jws_post_wap .jws_post_image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.jws-blog-element .jws_post_wap .jws_post_content .jws_post_meta {
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  color: #0d242e80;
}
.jws-blog-element .jws_post_wap .jws_post_content .jws_icon {
  font-size: 22px;
  font-weight: 400;
  padding-left: 5px;
}
.jws-blog-element .jws_post_wap .jws_post_content .jws_post_excerpt {
  margin-bottom: 13px;
  padding: 0 20px;
}
.jws_blog_layout1 .meta_infor,
.jws_blog_layout3 .meta_infor {
  justify-content: center;
}
.jws_blog_layout1 .post_cat,
.jws_blog_layout3 .post_cat {
  text-align: center;
}
.jws_blog_layout1 .jws_post_wap,
.jws_blog_layout3 .jws_post_wap {
  text-align: center;
}
.jws_blog_layout1 .jws_post_content,
.jws_blog_layout3 .jws_post_content {
  padding-top: 30px;
}
.jws_blog_layout2 .jws_blog_item .entry-title {
  margin-bottom: 4px;
}
.jws_blog_layout2 .jws_blog_item .jws_post_wap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_image {
  width: 100%;
  height: auto;
}
.jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_image img {
  min-height: 100%;
  object-fit: cover;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap {
  padding: 0;
  box-shadow: none;
}
.jws_blog_layout3 .jws_header_content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  max-width: 600px;
  background: #fff;
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 38px 24px;
}
.jws_blog_layout3 .jws_post_image {
  margin-top: 0;
}
.jws_pagination {
  text-align: center;
}
.jws_pagination .jws_btn_loadmore {
  display: inline-block;
}
.jws_pagination .jws_btn_loadmore .jws-load-more {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  color: var(--main);
  transition: all 0.4s ease-in-out;
  padding: 23px 50px;
  border: 1px solid #dedede;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: inline-block;
  position: relative;
}
.jws_pagination .jws_btn_loadmore .jws-load-more .has-loading {
  transition: 0.3s all;
}
.jws_pagination .jws_btn_loadmore .jws-load-more::before {
  content: "\f29a";
  font-family: "Ionicons";
  top: 0;
  left: 0;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  display: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  margin-right: 8px;
}
.jws_pagination .jws_btn_loadmore .jws-load-more .has-loaded {
  display: none;
}
.jws_pagination .jws_btn_loadmore .jws-load-more.loaded {
  pointer-events: none;
}
.jws_pagination .jws_btn_loadmore .jws-load-more.loaded .has-loading {
  display: none;
}
.jws_pagination .jws_btn_loadmore .jws-load-more.loaded .has-loaded {
  display: block;
}
.jws_pagination .jws_btn_loadmore .jws-load-more.loading:before {
  opacity: 1;
  display: inline-block;
}
.jws_pagination .jws_btn_loadmore .jws-load-more:hover {
  background-position: right center;
}
.jws_pagination .jws_btn_loadmore .jws-load-more:hover .icon_load_more {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_pagination .jws_btn_loadmore .loader {
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.jws_pagination .jws_btn_loadmore .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.jws_pagination .jws_btn_loadmore .loader .circular {
  animation: rotatekey 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.jws_pagination .jws_btn_loadmore .loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #ffffff;
  stroke-linecap: round;
}
.jws_post_quote,
.jws_post_link {
  border: 2px solid var(--main);
  padding: 6% 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.jws_post_quote .link_icon,
.jws_post_link .link_icon {
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: var(--main);
  position: absolute;
  opacity: 0.5;
  bottom: 0;
  right: 30px;
  bottom: 6%;
}
.jws_post_quote .quote_name,
.jws_post_link .quote_name,
.jws_post_quote .link_name,
.jws_post_link .link_name {
  padding-top: 10px;
}
.jws_post_quote::before {
  content: url(https://kbsvisuals.com/wp-content/themes/kazron/assets/image/quote_min.png);
  position: absolute;
  bottom: 0;
  right: -13%;
}
.jws_post_quote .jws_quote_excerpt {
  line-height: 26px;
  max-width: 763px;
  margin: 0 auto;
  position: relative;
}
.jws_post_quote .quote_name {
  font-size: 15px;
  color: var(--main);
  font-family: var(--font2);
  font-weight: 300;
  letter-spacing: 1px;
}
.jws_post_link::before {
  content: url(https://kbsvisuals.com/wp-content/themes/kazron/assets/image/link_min.png);
  position: absolute;
  bottom: 0;
  right: -13%;
}
.jws_post_link .jws_link_content {
  position: relative;
  max-width: 763px;
  margin: 0 auto;
}
.jws_post_link .link_name {
  margin: 0px;
}
.jws_post_link .link_name a {
  color: var(--main);
}
.jws-post-gallery .jws-post-gallery-item {
  overflow: hidden;
}
.jws-post-gallery .jws-carousel-btn {
  opacity: 1 !important;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 48px;
  cursor: pointer;
  text-align: center;
  transform: translate(0) !important;
}
.jws-post-gallery .jws-carousel-btn.prev-item {
  left: 30px !important;
}
.jws-post-gallery .jws-carousel-btn.next-item {
  right: 30px !important;
}
.video_format {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video_format a {
  display: inline-block;
  position: relative;
  transition: 0s all;
  outline: 5px solid #ffffff4d !important;
  border-radius: 100%;
  color: var(--main);
  font-size: 48px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.video_format a:after {
  position: absolute;
  display: block;
  border-radius: 100%;
  top: -5px;
  left: -5px;
  content: "";
  border: 5px solid #fff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
  width: calc(110%);
  height: calc(110%);
}
.elementor-nav-slider-align-center .custom_navs {
  margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
  margin-left: auto;
}
@media (min-width: 768px) {
  .link_text {
    line-height: 36px;
  }
  .jws_blog_layout2 .jws_post_image {
    max-width: 26%;
  }
  .jws_blog_layout2 .jws_post_content {
    padding-left: 1rem;
    flex: calc(74%);
    max-width: calc(74%);
  }
}
@media (max-width: 991px) {
  .site-main.jws-blog-archive .post_sidebar {
    padding-top: 50px;
  }
  .site-main.jws-blog-archive .jws_blog_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .jws_blog_layout3 .jws_header_content {
    max-width: 90%;
    position: relative;
    top: 0;
    transform: translate(-50%, 18%);
    padding-top: 0;
  }
  .jws-blog-element .entry-title {
    font-size: 18px;
  }
  .jws-blog-archive {
    padding: 60px 0 60px;
  }
  .jws_post_link::before {
    right: -28%;
  }
  .jws_blog_layout2 .jws_post_content {
    padding-top: 1rem;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_image {
    width: 100%;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_content {
    width: 100%;
    padding: 17px 0 0 0px !important;
  }
}
.team-icon-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.jws-team-archive {
  margin-bottom: 30px;
  margin-top: 60px;
}
.jws-team-archive .jws_team_item {
  margin-bottom: 30px;
}
.jws-team-content .link .jws_team_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jws-team-content .link .jws_team_inner .link_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  font-size: 24px;
  line-height: 80px;
  border-radius: 100%;
  border: 1px solid #ffffff33;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .team_title {
  margin-top: 24px;
  margin-bottom: 35px;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .btn_cta {
  font-weight: bold;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .btn_cta span {
  font-weight: 400;
  margin-left: 13px;
  display: inline-block;
}
.jws-team-content .link .jws_team_inner .btn_cta:hover {
  color: var(--main);
}
.jws-team-content .link .jws_team_inner .btn_cta:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-team-content.jws-team-layout1 .jws-star-rating {
  font-family: "Ionicons";
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.8em;
  letter-spacing: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.jws-team-content.jws-team-layout1 .jws-star-rating:before {
  content: '\f4b3\f4b3\f4b3\f4b3\f4b3';
  left: 0;
  top: 0;
  position: absolute;
}
.jws-team-content.jws-team-layout1 .jws-star-rated {
  overflow: hidden;
  position: absolute;
  color: #ffe400;
  height: 100%;
  transition: 0.4s all;
}
.jws-team-content.jws-team-layout1 .jws-star-rated::before {
  content: '\f4b3\f4b3\f4b3\f4b3\f4b3';
  left: 0;
  top: 0;
  position: absolute;
}
.jws-team-content.jws-team-layout1 .social_media li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4.5px;
}
.jws-team-content.jws-team-layout1 .social_media li a {
  color: #fff;
}
.jws-team-content.jws-team-layout1 .jws_team_image {
  z-index: -1;
  position: relative;
}
.jws-team-content.jws-team-layout1 .jws_team_image a {
  position: relative;
  display: block;
}
.jws-team-content.jws-team-layout1 .jws_team_image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.jws-team-content.jws-team-layout1 .team_cat {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 4px;
}
.jws-team-content.jws-team-layout1 .team_info,
.jws-team-content.jws-team-layout1 .jws_team_content {
  position: absolute;
  color: #ffffff;
  width: 100%;
  text-align: right;
  transform: translatex(-25px);
  opacity: 0;
}
.jws-team-content.jws-team-layout1 .team_info {
  transition: 0.4s all;
  top: 0;
  padding: 26px 30px;
}
.jws-team-content.jws-team-layout1 .jws_team_content {
  transition: 0.4s all;
  transition-delay: 0.2s;
  bottom: 0;
  padding: 28px 30px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_job {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .description {
  margin-bottom: 25px;
  line-height: 28px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .jws_team_image {
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_title {
  margin-bottom: 6px;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_title a {
  width: 100%;
  color: #fff;
}
.jws-team-content.jws-team-layout1 .jws_team_inner {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #000000;
  z-index: 0;
  transition: 0.3s;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover:before {
  opacity: 0.7;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .jws_team_content {
  transform: translatex(0px);
  opacity: 1;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .team_info {
  transform: translatex(0px);
  opacity: 1;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .jws_team_image img {
  transform: scale(1);
}
.team_slider_dots .slider-dots li button {
  transition: all 0.3s linear;
  height: 4px;
  border-radius: 3px;
}
.team_slider_dots .slider-dots li.slick-active button {
  width: 20px;
}
.jws-breadcrumbs__item--home {
  color: var(--heading);
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-breadcrumbs li {
  display: inline;
  vertical-align: middle;
}
.jws-breadcrumbs li.jws-breadcrumbs__item--current {
  color: var(--heading);
}
.jws-breadcrumbs li a {
  transition: all 0.3s;
  opacity: 0.5;
}
.jws-breadcrumbs li a.jws-breadcrumbs__crumb--home i {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
}
.jws-breadcrumbs li a:hover {
  opacity: 1;
}
.jws-breadcrumbs li:first-child {
  margin-left: 0 !important;
}
.jws-breadcrumbs li i {
  display: inline-block;
}
.jws_tab_wrap {
  overflow: hidden;
}
.jws_tab_wrap.display_top {
  overflow: visible;
}
.jws_tab_wrap.display_top .tab_nav_wrap ul li a {
  position: relative;
}
.jws_tab_wrap.display_right .tab_nav_container {
  order: 12;
}
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap li a::after {
  left: -18px;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap li a::after {
  right: -18px;
}
.jws_tab_wrap.display_left,
.jws_tab_wrap.display_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws_tab_wrap.display_left .tab_nav_container,
.jws_tab_wrap.display_right .tab_nav_container {
  max-width: 24%;
  width: 100%;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap {
  display: block;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav {
  white-space: unset;
  display: block;
  overflow: unset;
  position: relative;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 1px;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li a,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li a {
  position: relative;
  white-space: unset;
  display: inline-block;
  padding: 0;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li a::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li a::after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: var(--main);
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li:hover a::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li:hover a::after,
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li.current a::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li.current a::after {
  width: 100%;
  left: 0;
}
.jws_tab_wrap .tab_nav_wrap {
  overflow: hidden;
}
.jws_tab_wrap .tab_absolute {
  position: absolute;
  z-index: 1;
}
.jws_tab_wrap .tab_nav {
  white-space: nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.jws_tab_wrap .tab_nav li {
  flex: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.jws_tab_wrap .tab_nav li a {
  display: block;
}
.jws_tab_wrap .tab_nav li a i {
  display: inline;
}
.jws_tab_wrap .tab_nav li a .elementor-align-icon-right {
  float: right;
}
.jws_tab_wrap .tab_nav li a span {
  display: inline;
  vertical-align: middle;
}
.jws_tab_wrap .tab_nav li a span.item-icon {
  font-weight: 400;
}
.jws_tab_wrap .tab_nav li a span.elementor-align-icon-left {
  margin-right: 2px;
}
.jws_tab_wrap .tab_nav li a span.elementor-align-icon-right {
  margin-left: 2px;
}
.jws_tab_wrap .tab_nav li a:hover {
  color: var(--main);
}
.jws_tab_wrap .tab_nav li.current a {
  color: var(--main);
}
.jws_tab_wrap .tab_content .jws_tab_item {
  display: none;
}
.jws_tab_wrap .tab_content .jws_tab_item.current {
  display: block;
  animation: jws_fadeInUp 0.7s both;
  -webkit-animation: jws_fadeInUp 0.7s both;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav {
  position: relative;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav li {
  margin-right: 35px;
}
body[data-elementor-device-mode="mobile"] .jws_tab_wrap .tab_absolute {
  position: unset;
}
@media (min-width: 768px) {
  .jws_tab_wrap.display_left .tab_content {
    padding-left: 60px;
  }
  .jws_tab_wrap.display_left .tab_nav_wrap .tab_nav li {
    padding-right: 70px;
  }
  .jws_tab_wrap.display_right .tab_content {
    padding-right: 60px;
  }
  .jws_tab_wrap.display_right .tab_nav_wrap .tab_nav li {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .jws_tab_wrap.display_left .tab_nav_wrap .tab_nav li {
    padding-right: 30px;
  }
  .jws_tab_wrap.display_right .tab_nav_wrap .tab_nav li {
    padding-left: 30px;
  }
  .jws_tab_wrap.display_left .tab_nav_container,
  .jws_tab_wrap.display_right .tab_nav_container {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .jws_tab_wrap .tab_content {
    padding-top: 24px;
  }
  .jws_tab_wrap.display_top .tab_nav_container .tab_nav_wrap .tab_nav {
    justify-content: flex-start;
  }
  .jws_tab_wrap.display_right .tab_nav_container {
    order: 0;
  }
  .jws_tab_wrap.display_left,
  .jws_tab_wrap.display_right {
    display: block;
  }
  .jws_tab_wrap.display_left .tab_nav_container,
  .jws_tab_wrap.display_right .tab_nav_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#tray-button {
  cursor: pointer;
  display: block;
  z-index: 4;
  text-align: center;
  position: absolute;
  bottom: 150px;
  width: 170px;
  height: 44px;
  line-height: 44px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  font-weight: 500;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  margin-bottom: 4px;
}
#tray-button.tray_up .ion-ios-arrow-down {
  display: none;
}
#tray-button.tray_up .ion-ios-arrow-up {
  display: block;
}
#tray-button span:before {
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#tray-button .ion-ios-arrow-up {
  display: none;
}
.thumbnail_list {
  z-index: 3;
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  min-height: 1px;
}
.thumbnail_list button.slick-arrow {
  z-index: 10;
  padding: 0;
  background: transparent;
  border: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Ionicons";
}
.thumbnail_list::before {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}
.thumbnail_list.slick-next {
  right: 10px;
}
.thumbnail_list.slick-next::before {
  content: "\f3d3";
}
.thumbnail_list.slick-prev {
  left: 10px;
}
.thumbnail_list.slick-prev::before {
  content: "\f3d2";
}
.container_thumblist {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.container_thumblist.left .custom_navs button,
.container_thumblist.right .custom_navs button {
  color: #fff;
}
.portfolio-thumbnails-list {
  padding: 0;
  display: flex;
}
.portfolio-thumbnails-list .slick-slide {
  padding: 10px 5px;
}
.portfolio-thumbnails-list .slick-slide.slick-current.slick-active .portfolio-thumbnail::before,
.portfolio-thumbnails-list .slick-slide.slick-current.slick-center .portfolio-thumbnail::before {
  opacity: 0.7;
}
.portfolio-thumbnails-list .portfolio-thumbnail {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.portfolio-thumbnails-list .portfolio-thumbnail::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--heading);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.portfolio-thumbnails-list .portfolio-thumbnail:hover::before {
  opacity: 0.7;
}
.jws-project-element.project_slider.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  z-index: 99999;
  overflow-x: auto;
}
.project_content.active {
  height: 100% !important;
  animation: fadeIn 0.3s both;
  -webkit-animation: fadeIn 0.3s both;
  overflow: hidden;
  width: 100%;
}
.project_content.active img {
  width: auto !important;
  height: 100vh !important;
  top: 0 !important;
  zoom: 101%;
  max-width: 1000% !important;
}
.site-content {
  position: relative;
  z-index: 3;
}
.site-header.active_zoom,
.site-footer.active_zoom {
  z-index: 0;
}
.zoomInImage {
  animation-name: zoomInImage;
  animation-duration: 5s;
}
.zoomOutImage {
  animation-name: zoomOutImage;
  animation-duration: 3s;
}
.post_nav li a {
  padding: 6px 10px;
}
.gallery_nav,
.post_nav,
.project_nav {
  padding: 0;
  list-style-type: none;
  display: block;
}
.gallery_nav li,
.post_nav li,
.project_nav li {
  display: inline-block;
  padding: 6px 12px;
}
.gallery_nav li a,
.post_nav li a,
.project_nav li a {
  display: block;
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 6px;
}
.gallery_nav li a::after,
.post_nav li a::after,
.project_nav li a::after {
  content: '';
  right: 0;
  left: auto;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main);
  z-index: 1;
  position: absolute;
  transition: all 0.3s;
}
.gallery_nav li a.filter-active,
.post_nav li a.filter-active,
.project_nav li a.filter-active,
.gallery_nav li a:hover,
.post_nav li a:hover,
.project_nav li a:hover {
  color: var(--main);
}
.gallery_nav li a.filter-active::after,
.post_nav li a.filter-active::after,
.project_nav li a.filter-active::after,
.gallery_nav li a:hover::after,
.post_nav li a:hover::after,
.project_nav li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.jws-project-archive {
  margin-top: 60px;
  margin-bottom: 60px;
}
.jws-project-archive .jws_project_item {
  margin-bottom: 24px;
}
.jws-project-archive .jws_project_item .jws_project_content {
  margin-top: 15px;
}
.jws-project-element.active .project_slider_dots.number {
  z-index: -1;
}
.jws-project-element .hide {
  opacity: 0;
}
.jws-project-element .jws_project_slider.jws_variable .jws_project_image img {
  width: auto;
}
.jws-project-element .jws-isotope .jws_project_wap {
  transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  will-change: transform;
}
.jws-project-element.project_paralax .paralax {
  position: relative;
  height: 100vh;
  display: block;
  margin: 0;
  width: 100vw;
}
.jws-project-element.project_paralax .paralax .jws_project_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.jws-project-element.project_paralax .paralax .jws_project_item .jws_project_wap {
  height: 100%;
}
.jws-project-element.project_paralax .paralax .jws_project_item img {
  display: none;
}
.jws-project-element .jws_project_slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.jws-project-element .jws_project_slider .jws_animate .jws_project_image img {
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.jws-project-element .jws_project_wap {
  position: relative;
}
.jws-project-element .jws_project_wap .jws_project_image {
  overflow: hidden;
  position: relative;
}
.jws-project-element .jws_project_wap .jws_project_image img {
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.jws-project-element .jws_project_wap .projects_cat {
  margin-bottom: 8px;
}
.jws-project-element .jws_project_wap .projects_cat a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}
.jws-project-element .jws_project_wap .entry-title {
  margin-bottom: 10px;
}
.jws-project-element .jws_project_layout1 .jws_project_wap:before {
  transform: translate(-50%, -50%) scale(1.5);
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0;
  transition: .4s all;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  left: 50%;
  top: 50%;
  z-index: 1;
}
.jws-project-element .jws_project_layout1 .jws_project_wap:hover .jws_project_image img {
  transform: scale(1.1);
}
.jws-project-element .jws_project_layout1 .jws_project_wap:hover:before {
  opacity: .7;
  transform: translate(-50%, -50%) scale(1);
}
.jws-project-element .jws_project_layout1 .jws_project_wap:hover .jws_project_content {
  transform: translate(-50%, -50%) scale(1);
}
.jws-project-element .jws_project_layout1 .jws_project_content {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  transform: translate(-50%, -50%) scale(0.8);
  top: 50%;
  left: 50%;
  overflow: hidden;
  transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}
.jws-project-element .jws_project_layout1 .content_inner {
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.jws-project-element .jws_project_layout1 .jws_post_excerpt {
  transform: translateY(50px);
  color: #fff;
}
.jws-project-element .jws_project_layout1 .entry-title {
  transition: all 0.6s;
}
.jws-project-element .jws_project_layout1 .projects_cat {
  transition: all 0.8s;
}
.jws-project-element .jws_project_layout1 .jws_post_readmore {
  transform: translateY(50px);
  color: #fff;
  margin-top: 18%;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.jws-project-element .jws_project_layout1 .jws_post_readmore::before {
  content: "";
  right: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.jws-project-element .jws_project_layout1 .jws_post_readmore:hover::before {
  width: 0%;
  left: 0;
}
.jws-project-element .jws_project_layout2 .jws_project_wap {
  overflow: hidden;
}
.jws-project-element .jws_project_layout2 .jws_project_wap:hover .jws_project_image img {
  transform: scale(1.1);
}
.jws-project-element .jws_project_layout2 .jws_project_wap:hover .overlay {
  transform: scale(1);
  opacity: 0.5;
}
.jws-project-element .jws_project_layout2 .jws_project_wap:hover .description,
.jws-project-element .jws_project_layout2 .jws_project_wap:hover .icon_cat {
  transform: translatey(0);
  opacity: 1;
}
.jws-project-element .jws_project_layout2 .overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  background: #000;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0);
}
.jws-project-element .jws_project_layout2 .jws_project_content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.jws-project-element .jws_project_layout2 .entry-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.jws-project-element .jws_project_layout2 .entry-title a {
  color: #fff;
  text-transform: uppercase;
}
.jws-project-element .jws_project_layout2 .description {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  transform: translateY(-50px);
}
.jws-project-element .jws_project_layout2 .icon_cat {
  display: inline-block;
  transform: translateY(50px);
}
.jws-project-element .jws_project_layout2 .description,
.jws-project-element .jws_project_layout2 .icon_cat {
  opacity: 0;
  transition: all 0.4s;
}
.jws-project-element .jws_project_layout2 .readmore a {
  font-size: 14px;
  color: var(--btn-bgcolor);
}
.jws-project-element .jws_project_layout2 .readmore a span {
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 5px;
}
.jws-project-element .jws_project_layout4 .jws_project_wap,
.jws-project-element .jws_project_layout3 .jws_project_wap,
.jws-project-element .jws_project_layout1 .jws_project_wap {
  overflow: hidden;
}
.jws-project-element .jws_project_layout4 .jws_project_wap:hover .jws_project_content,
.jws-project-element .jws_project_layout3 .jws_project_wap:hover .jws_project_content,
.jws-project-element .jws_project_layout1 .jws_project_wap:hover .jws_project_content {
  opacity: 1;
}
.jws-project-element .jws_project_layout4 .jws_project_wap:hover .entry-title,
.jws-project-element .jws_project_layout3 .jws_project_wap:hover .entry-title,
.jws-project-element .jws_project_layout1 .jws_project_wap:hover .entry-title,
.jws-project-element .jws_project_layout4 .jws_project_wap:hover .projects_cat,
.jws-project-element .jws_project_layout3 .jws_project_wap:hover .projects_cat,
.jws-project-element .jws_project_layout1 .jws_project_wap:hover .projects_cat {
  transform: translateY(0);
}
.jws-project-element .jws_project_layout4 .content_inner,
.jws-project-element .jws_project_layout3 .content_inner,
.jws-project-element .jws_project_layout1 .content_inner {
  padding: 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.jws-project-element .jws_project_layout4 .jws_project_content,
.jws-project-element .jws_project_layout3 .jws_project_content,
.jws-project-element .jws_project_layout1 .jws_project_content {
  text-align: center;
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.jws-project-element .jws_project_layout4 .entry-title,
.jws-project-element .jws_project_layout3 .entry-title,
.jws-project-element .jws_project_layout1 .entry-title,
.jws-project-element .jws_project_layout4 .projects_cat,
.jws-project-element .jws_project_layout3 .projects_cat,
.jws-project-element .jws_project_layout1 .projects_cat {
  letter-spacing: 1px;
}
.jws-project-element .jws_project_layout4 .projects_cat,
.jws-project-element .jws_project_layout3 .projects_cat,
.jws-project-element .jws_project_layout1 .projects_cat {
  transform: translateY(50px);
}
.jws-project-element .jws_project_layout4 .entry-title,
.jws-project-element .jws_project_layout3 .entry-title,
.jws-project-element .jws_project_layout1 .entry-title {
  font-weight: var(--fontweight3);
  font-family: var(--font3);
  transform: translateY(50px);
  transition: all 0.6s;
}
.jws-project-element .jws_project_layout4 .entry-title a,
.jws-project-element .jws_project_layout3 .entry-title a,
.jws-project-element .jws_project_layout1 .entry-title a {
  color: #fff;
  display: block;
}
.jws-project-element .jws_project_layout3 .jws_project_content,
.jws-project-element .jws_project_layout4 .jws_project_content {
  width: 100%;
  height: 100%;
}
.jws-project-element .jws_project_layout3 .jws_project_wap:hover .jws_project_content {
  transform: translateY(0%);
}
.jws-project-element .jws_project_layout3 .jws_project_wap:hover .jws_project_image img {
  transform: translateY(-20%);
}
.jws-project-element .jws_project_layout3 .jws_project_image img {
  transition: 0.5s ease-in-out;
}
.jws-project-element .jws_project_layout3 .jws_project_content {
  transition: 0.5s ease-in-out;
  top: 0;
  right: 0;
  background: var(--main);
  transform: translateY(101%);
}
.jws-project-element .jws_project_layout3 .entry-title {
  transition: all 0.8s;
}
.jws-project-element .jws_project_layout3 .projects_cat {
  transition: all 1s;
}
.jws-project-element .jws_project_layout4 .jws_project_wap::before {
  transform: scale(0.5);
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.jws-project-element .jws_project_layout4 .jws_project_wap:hover .jws_project_image img {
  transform: scale(1.1);
}
.jws-project-element .jws_project_layout4 .jws_project_wap:hover::before {
  transform: scale(1);
  opacity: 0.7;
}
.jws-project-element .jws_project_layout4 .jws_project_content {
  top: 0;
  right: 0;
}
.jws-project-element .jws_project_layout4 .entry-title {
  transition: all 0.6s;
}
.jws-project-element .jws_project_layout4 .projects_cat {
  transition: all 0.8s;
}
.jws-project-element .jws_project_layout5 .show_infor .portfolio_infor {
  transform: scale(1) translatey(-24px);
}
.jws-project-element .jws_project_layout5 .portfolio_infor {
  background: var(--heading);
  bottom: 100%;
  left: 0;
}
.jws-project-element .jws_project_layout5 .portfolio_infor ul a,
.jws-project-element .jws_project_layout5 .portfolio_infor ul .infor {
  color: #fff;
}
.jws-project-element .jws_project_layout5 .show_infor .portfolio_infor,
.jws-project-element .jws_project_layout6 .show_infor .portfolio_infor {
  opacity: 1;
}
.jws-project-element .jws_project_layout5 .jws_project_content,
.jws-project-element .jws_project_layout6 .jws_project_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 30px;
  height: auto;
}
.jws-project-element .jws_project_layout5 .content_inner,
.jws-project-element .jws_project_layout6 .content_inner {
  position: relative;
}
.jws-project-element .jws_project_layout5 .portfolio_infor,
.jws-project-element .jws_project_layout6 .portfolio_infor {
  padding: 24px 35px 27px 30px;
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.jws-project-element .jws_project_layout5 .view_infor,
.jws-project-element .jws_project_layout6 .view_infor {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  margin-right: 16px;
}
.jws-project-element .jws_project_layout5 .jws_project_content .entry-title,
.jws-project-element .jws_project_layout6 .jws_project_content .entry-title {
  font-size: 30px;
}
.jws-project-element .jws_project_layout5 .jws_project_content .entry-title a,
.jws-project-element .jws_project_layout6 .jws_project_content .entry-title a {
  color: #ffffff;
}
.jws-project-element .jws_project_layout5 .entry-title,
.jws-project-element .jws_project_layout6 .entry-title {
  position: relative;
  margin: 0;
  font-weight: 500;
  font-family: var(--font3);
}
.jws-project-element .jws_project_layout5 .portfolio_infor ul,
.jws-project-element .jws_project_layout6 .portfolio_infor ul {
  list-style-type: none;
  padding: 0;
}
.jws-project-element .jws_project_layout5 .portfolio_infor ul li:not(:last-child),
.jws-project-element .jws_project_layout6 .portfolio_infor ul li:not(:last-child) {
  margin-bottom: 11px;
}
.jws-project-element .jws_project_layout5 .portfolio_infor ul li .label,
.jws-project-element .jws_project_layout6 .portfolio_infor ul li .label {
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 12px;
}
.jws-project-element .jws_project_layout5 .portfolio_infor ul li a,
.jws-project-element .jws_project_layout6 .portfolio_infor ul li a,
.jws-project-element .jws_project_layout5 .portfolio_infor ul li .infor,
.jws-project-element .jws_project_layout6 .portfolio_infor ul li .infor {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.jws-project-element .jws_project_layout5 .portfolio_infor ul li .product-share,
.jws-project-element .jws_project_layout6 .portfolio_infor ul li .product-share {
  word-spacing: 10px;
  font-size: 12px;
}
.jws-project-element .jws_project_layout6 .show_infor .infor_full_portfolio {
  opacity: 1;
  transform: translateY(0%);
}
.jws-project-element .jws_project_layout6 .show_infor .portfolio_infor {
  transform: scale(1) translate(-50%, -50%);
}
.jws-project-element .jws_project_layout6 .portfolio_infor {
  top: 50%;
  left: 50%;
  height: auto;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  transform: translate(-50%, -50%) scale(0.5);
}
.jws-project-element .jws_project_layout6 .portfolio_infor .entry-title {
  margin-bottom: 30px;
}
.jws-project-element .jws_project_layout6 .portfolio_infor ul a,
.jws-project-element .jws_project_layout6 .portfolio_infor ul .infor {
  color: var(--heading);
}
.jws-project-element .jws_project_layout6 .excerpt {
  margin-bottom: 40px;
}
.jws-project-element .jws_project_layout6 .portf_detail {
  text-align: left;
  width: 100%;
  max-width: 800px;
  display: inline-block;
}
.jws-project-element .jws_project_layout6 .content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-project-element .jws_project_layout6 .col_content ul {
  display: flex;
  flex-wrap: wrap;
}
.jws-project-element .jws_project_layout6 .col_content ul li {
  width: 33.33333333333333%;
}
.jws-project-element .jws_project_layout6 .buton_right .info {
  margin-left: 15px;
}
.jws-project-element .jws_project_layout6 .buton_right a {
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
}
.jws-project-element .jws_project_layout6 .buton_right a.active span::before {
  content: "\f404";
}
.jws-project-element .jws_project_layout6 .close_fixed {
  cursor: pointer;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  display: block;
  color: var(--heading);
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #ffffff;
  position: absolute;
}
.jws-project-element .jws_project_layout6 .close_fixed span::before {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 8px;
}
.jws-project-element .jws_project_layout7 a {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  margin: 0;
  padding: 0;
}
.jws-project-element .jws_project_layout7 .overlay_content {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
.jws-project-element .jws_project_layout7 .overlay_content span {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.jws-project-element .thumnav {
  width: 120px;
  border-radius: 100%;
  overflow: hidden;
  height: 120px;
  position: relative;
  margin-bottom: 30px;
  border: 5px solid #ffffff80;
  display: inline-block;
}
.jws-project-element .thumnav img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.jws-project-element .nav_for_control {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.jws-project-element .nav_for_control .custom_navs {
  text-align: center;
  word-spacing: 5px;
  letter-spacing: 0;
  background: #0b0b0b66;
  border-radius: 25px;
  padding: 8px 14px;
}
.jws-project-element .nav_for_control .custom_navs button {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  left: 0;
  right: 0;
  background: transparent;
  display: inline-block;
  width: 27px;
  height: initial;
}
.jws-project-element .custom_navs {
  text-align: center;
  word-spacing: 5px;
  letter-spacing: 0;
}
.jws-project-element .custom_navs button {
  ountline: none;
  border: none;
  background: transparent;
  z-index: 1;
  transition: 0.3s all;
}
.jws-project-element .custom_navs button:hover {
  opacity: 0.5;
}
.jws-project-element .custom_navs.bottom {
  position: relative;
  z-index: 1;
}
.jws-project-element .custom_navs.default {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.jws-project-element .custom_navs.default button {
  opacity: 0.5;
}
.project_slider_dots ul li {
  display: inline-block;
}
.project_slider_dots.number {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: 40px;
}
.gallery_slider_dots.default ul li,
.project_slider_dots.number ul li {
  display: inline-block;
}
.gallery_slider_dots.default li,
.project_slider_dots.number li {
  width: 50px;
  text-align: left;
  height: 35px;
  transition: 0.4s all;
  position: relative;
}
.gallery_slider_dots.default li:before,
.project_slider_dots.number li:before,
.gallery_slider_dots.default li:after,
.project_slider_dots.number li:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0px;
}
.gallery_slider_dots.default li:before,
.project_slider_dots.number li:before {
  animation: menu-line 0.4s both;
  background: #000000;
  z-index: 2;
}
.gallery_slider_dots.default li:after,
.project_slider_dots.number li:after {
  background: #d7d7d7;
  z-index: 1;
  width: 100%;
  left: 0;
}
.gallery_slider_dots.default li.slick-active,
.project_slider_dots.number li.slick-active {
  width: 70px;
}
.gallery_slider_dots.default li.slick-active:before,
.project_slider_dots.number li.slick-active:before {
  animation: menu-line-no 0.4s both;
}
.infor_full_portfolio {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateY(-20%);
}
@media (max-width: 1199px) {
  .gallery_slider_dots,
  .project_slider_dots.number {
    display: none;
  }
}
ul#slide-list {
  display: none;
}
@media (min-width: 1367px) {
  .container_thumblist.left.jws-scrollbar,
  .container_thumblist.right.jws-scrollbar {
    overflow-y: visible;
  }
  .container_thumblist.left .portfolio-thumbnails-list .slick-slide,
  .container_thumblist.right .portfolio-thumbnails-list .slick-slide {
    padding: 5px 10px;
    height: 20%;
  }
  .container_thumblist.left .portfolio-thumbnails-list .slick-slide > div,
  .container_thumblist.right .portfolio-thumbnails-list .slick-slide > div {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .jws-project-element .custom_navs .slideshow_indicator {
    right: 6%;
  }
}
@media (max-width: 991px) {
  .container_thumblist.left.jws-scrollbar,
  .container_thumblist.right.jws-scrollbar {
    overflow-y: unset;
  }
  .container_thumblist .custom_navs {
    display: none;
  }
}
@media (min-width: 992px) {
  .container_thumblist.right,
  .container_thumblist.left {
    height: 100%;
    max-width: 180px;
    position: absolute;
    background: var(--heading);
  }
  .container_thumblist.right .custom_navs,
  .container_thumblist.left .custom_navs {
    margin-top: 23px;
  }
  .container_thumblist.right .custom_navs button,
  .container_thumblist.left .custom_navs button {
    position: relative;
    color: #fff;
    left: unset;
    right: unset;
    margin-top: 0;
    display: inline-block;
    font-size: 30px;
    width: auto;
  }
  .container_thumblist.right #tray-button,
  .container_thumblist.left #tray-button {
    top: 50%;
    width: 60px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background: var(--heading);
    color: #fff;
    transform: translateY(-50%) rotate(-90deg);
  }
  .container_thumblist.right #tray-button span,
  .container_thumblist.left #tray-button span {
    font-size: 0;
  }
  .container_thumblist.right #tray-button span::before,
  .container_thumblist.left #tray-button span::before {
    margin: 0;
    display: block;
    line-height: 40px;
  }
  .container_thumblist.right .thumbnail_list,
  .container_thumblist.left .thumbnail_list {
    z-index: 3;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 102px);
  }
  .container_thumblist.right .thumbnail_list .slick-track,
  .container_thumblist.left .thumbnail_list .slick-track,
  .container_thumblist.right .thumbnail_list .slick-list.draggable,
  .container_thumblist.left .thumbnail_list .slick-list.draggable {
    height: 100% !important;
  }
  .container_thumblist.right .thumbnail_list .portfolio-thumbnail,
  .container_thumblist.left .thumbnail_list .portfolio-thumbnail {
    height: 100%;
    /* Each image should take up 25% of the container's height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .container_thumblist.right .thumbnail_list .portfolio-thumbnail img,
  .container_thumblist.left .thumbnail_list .portfolio-thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    /* Ensure images don't exceed their parent div's height */
    object-fit: cover;
  }
  .container_thumblist.right .slick-slide,
  .container_thumblist.left .slick-slide {
    padding: 5px 10px;
    height: 25%;
  }
  .container_thumblist.right .slick-slide > div,
  .container_thumblist.left .slick-slide > div {
    height: 100%;
  }
  .container_thumblist.right .portfolio-thumbnails-list,
  .container_thumblist.left .portfolio-thumbnails-list {
    display: block;
    height: 100%;
  }
  .container_thumblist.right {
    left: unset;
    right: 0;
  }
  .container_thumblist.right #tray-button {
    right: 90%;
    left: auto;
  }
  .container_thumblist.left #tray-button {
    left: 90%;
  }
}
@media (max-width: 992px) {
  .jws-project-element .jws_project_layout1 .content_inner {
    padding: 16px;
  }
  .jws-project-element .jws_project_layout1 .jws_project_wap:before {
    width: 100%;
    height: 100%;
  }
  .jws-project-element .jws_project_layout4 .content_inner {
    padding: 24px;
  }
  .jws-project-element .jws_project_layout4 .jws_gallery_content {
    width: 100%;
    height: 100%;
  }
  .jws-project-element .jws_project_layout4 .jws_gallery_wap:before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #tray-button {
    bottom: 108px;
  }
  .jws-project-element .custom_navs .slideshow_indicator {
    display: none;
  }
  .jws-project-element .jws_project_layout6 .portfolio_infor .entry-title {
    margin-bottom: 16px;
  }
  .jws-project-element .jws_project_layout6 .excerpt {
    margin-bottom: 16px;
  }
  .jws-project-element .jws_project_layout6 .col_content ul {
    text-align: center;
  }
  .jws-project-element .jws_project_layout6 .col_content ul li {
    width: 100%;
  }
  .jws-project-element .jws_project_layout6 .col_content ul li:not(:last-child) {
    margin-bottom: 3px;
  }
  .jws-project-element .jws_project_layout6 .content_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .jws-project-element .jws_project_layout6 .content_inner .buton_right {
    display: none;
  }
  .jws-project-element .thumnav {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
}
/*Animate*/
.elementor-widget-jws-price-table .elementor-align-justify .jws-price-table__button {
  width: 100%;
}
.elementor-widget-jws-price-table .elementor-align-right .jws-price-table__footer {
  text-align: right;
}
.elementor-widget-jws-price-table .elementor-align-center .jws-price-table__footer {
  text-align: center;
}
.jws-price-table:hover .jws-carousel-btn {
  opacity: 1;
  visibility: visible;
}
.jws-price-table:hover .jws-carousel-btn.prev-item,
.jws-price-table:hover .jws-carousel-btn.next-item {
  transform: translateX(0);
}
.jws-price-table .jws-carousel-btn {
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  width: 50px;
  height: 50px;
}
.jws-price-table .jws-carousel-btn.next-item {
  transform: translateX(50px);
  right: -50px;
}
.jws-price-table .jws-carousel-btn.prev-item {
  transform: translateX(-50px);
  left: -50px;
}
.jws-price-table .jws-price-table__features-list {
  padding: 26px 0px 22px 0px;
  list-style-type: none;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner {
  align-items: flex-start;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner > img {
  max-width: 20px;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner i,
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner svg {
  float: left;
  vertical-align: top;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner span {
  display: inline;
  padding-left: 9px;
  vertical-align: top;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  display: block;
  font-size: 14px;
  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-inner {
  padding: 38px 90px;
  position: relative;
  background: #fff;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
}
.jws-price-table.layout1 .jws-price-table__header {
  text-align: center;
  position: relative;
}
.jws-price-table.layout1 .jws-price-table__header img {
  display: inline-block;
}
.jws-price-table.layout1 .jws-price-table__header::before {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background: var(--main);
}
.jws-price-table.layout1 .jws-price-table__heading {
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 13px;
}
.jws-price-table.layout1 .jws-price-table__price {
  word-spacing: -5px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--heading);
  font-family: var(--font3);
}
.jws-price-table.layout1 .jws-price-table__footer {
  text-align: center;
  margin-top: 25px;
}
.jws-price-table.layout1 .jws-price-table__button {
  display: inline-block;
  border-radius: 40px;
  padding: 12px 27px;
  text-align: center;
  font-size: 14px;
  transition: 0.4s all;
  border: 1px solid #dcdcdc;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--btn-bgcolor);
}
.jws-price-table.layout1 .jws-price-table__button:hover {
  color: var(--btn-color);
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
}
.jws-price-table.layout1 .jws-price-table__button > span {
  margin-right: 10px;
}
.jws-price-table.layout2 .jws-price-table-inner {
  position: relative;
  margin-top: 50px;
}
.jws-price-table.layout2 .jws-price-table-inner.active .jws-price-table__features-list {
  transform: translateY(0%);
}
.jws-price-table.layout2 .jws-price-table-inner.active .ion-ios-plus-empty::before {
  content: '\F404';
  transform: rotate(0);
  display: block;
}
.jws-price-table.layout2 .jws-price-table-inner .jws_pricing_content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 5px 5.34px 0.66px rgba(0, 0, 0, 0.05);
}
.jws-price-table.layout2 .ion-ios-plus-empty::before {
  transform: rotate(180deg);
  display: block;
  transition: all 0.3s;
}
.jws-price-table.layout2 .jws-price-table__header {
  text-align: center;
  position: absolute;
  width: calc(100% - 50px);
  top: -54px;
  background-color: #fff;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  z-index: 10;
  padding-top: 30px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
}
.jws-price-table.layout2 .jws-price-table__heading {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.jws-price-table.layout2 .jws-price-table__price {
  word-spacing: -5px;
  font-family: var(--font3);
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 13px;
  color: var(--heading);
}
.jws-price-table.layout2 .jws-price-table__features-list {
  padding: 50px 20%;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: 0.4s ease-in-out;
  background: var(--main);
  color: #fff;
}
.jws-price-table.layout2 .jws-price-table__footer {
  width: 50px;
  height: 50px;
  border-top-right-radius: 100%;
  -webkit-border-top-right-radius: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding-top: 15px;
  padding-right: 6px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.jws-price-table.layout2 .jws-price-table__footer span {
  font-size: 30px;
}
.jws_progress {
  position: relative;
}
.jws_progress.layout_grid_animation .progress_items:first-child .dots-animation {
  border: 1px solid var(--main);
  opacity: 1;
}
.jws_progress.layout_grid_animation .progress_items:last-child .dots-animation {
  right: 16px;
}
.jws_progress.layout_grid_animation .progress_title {
  transition: color 0.3s;
}
.jws_progress.layout_grid_animation .progress_title:hover {
  color: var(--main);
}
.jws_progress.layout_grid_animation .process_icon {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  margin-bottom: 25px;
}
.jws_progress.layout_grid_animation svg,
.jws_progress.layout_grid_animation i {
  width: 1em;
  height: 1em;
  font-size: 60px;
  fill: #ffffff;
  color: #ffffff;
  display: block;
  padding: 20px;
  background: var(--main);
}
.jws_progress.layout_grid_animation .progress_title {
  margin-bottom: 15px;
}
.jws_progress.layout_grid_animation .progress_number span {
  color: var(--heading);
  background: var(--main);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  font-weight: 700;
  font-family: var(--font2);
  line-height: 40px;
  position: relative;
  display: block;
  z-index: 1;
}
@keyframes scaling {
  0%,
  100% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
}
.dots-animation {
  position: absolute;
  right: -40px;
  top: 20px;
  display: block;
  width: 90%;
  height: 0px;
  border: 1px dashed var(--main);
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .dots-animation {
    display: none;
  }
}
/*Subscribe Form*/
.subscribe_form {
  position: relative;
}
.subscribe_form .button {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 414px) {
  .subscribe_form .button {
    position: relative;
    transform: translateY(0);
    text-align: center;
    right: 0;
  }
  .subscribe_form .button .elementor-button-content-wrapper,
  .subscribe_form .button .elementor-button.btn-main {
    width: 100%;
  }
}
.form-footer .row {
  margin: 0 -5px;
}
.form-footer .row > div {
  padding: 0 5px;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
  margin-top: 10px;
}
div.wpcf7 .ajax-loader {
  background-image: none;
  width: 0px;
  height: 0px;
  display: block;
  transition: 0.3s all;
}
div.wpcf7 .ajax-loader.is-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  width: 30px;
  height: 30px;
}
div.wpcf7 .ajax-loader {
  transform: scale(0);
  -webkit-transform: scale(0);
}
div.wpcf7 .ajax-loader.is-active:after {
  border: 3px solid #fafafa;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  display: block;
}
.jws-cf7-button-center .wpcf7-submit,
.jws-cf7-button-left .wpcf7-submit,
.jws-cf7-button-right .wpcf7-submit,
.jws-cf7-button-justify .wpcf7-submit {
  font-family: var(--font2);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto;
}
.jws-cf7-button-center .wpcf7-submit {
  margin-left: auto !important;
  margin-right: auto !important;
}
.jws-cf7-button-center .jws-cf7-loader-active {
  text-align: center;
}
.jws-cf7-button-left .wpcf7-submit {
  margin-left: 0;
  margin-right: auto;
}
.jws-cf7-button-right .wpcf7-submit {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.jws-cf7-button-right .jws-cf7-loader-active {
  text-align: right;
}
.jws-cf7-button-justify .wpcf7-submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
}
.jws-cf7-container .select2.select2-container {
  width: 100% !important;
}
.jws-cf7-container input[type="text"],
.jws-cf7-container input[type="email"],
.jws-cf7-container input[type="tel"],
.jws-cf7-container input[type="password"],
.jws-cf7-container input[type="url"],
.jws-cf7-container input[type="number"],
.jws-cf7-container input[type="date"],
.jws-cf7-container select {
  min-height: auto;
  height: auto;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.jws-cf7-highlight-style-default .wpcf7-not-valid-tip {
  display: none;
}
.form-sign-up {
  position: relative;
  display: flex;
}
.form-sign-up .wpcf7-form-control-wrap {
  margin-right: 15px;
}
.form-sign-up button i {
  font-size: 25px;
  margin-left: 15px;
  vertical-align: middle;
}
.form-sign-up-3 button {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe .wpcf7 label {
  display: inline-block;
}
@media (min-width: 768px) {
  .subscribe .wpcf7 label {
    width: 370px;
  }
  .subscribe .jws-cf7-style .wpcf7-submit {
    margin-left: 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .form-sign-up .wpcf7-form-control-wrap {
    margin-right: 5px;
  }
  .subscribe .jws-cf7-style .wpcf7-submit {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .form-sign-up {
    display: block;
  }
  .form-sign-up .wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.jws_search {
  position: relative;
}
.jws_search.popup > button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  position: relative;
  line-height: 20px;
  font-size: 24px;
  padding: 0px;
}
.jws_search.popup > button .remove {
  display: none;
}
.jws_search.popup.open .value_post_type {
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
  opacity: 1;
}
.jws_search.popup.open > button .open {
  display: none;
}
.jws_search.popup.open > button .remove {
  display: block;
}
.jws_search.popup.open .form_content_popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.jws_search.icon_left form {
  position: relative;
  display: flex;
  align-items: center;
}
.jws_search.icon_left form .s {
  border: 0;
  min-height: auto;
  font-size: 16px;
  padding: 0px;
}
.jws_search.icon_left form .s:focus-visible {
  outline: transparent;
}
.jws_search.icon_left form button {
  background: transparent;
  border: 0;
  padding-left: 14px;
}
.jws_search.icon_left form button svg {
  height: inherit;
}
.jws-search-form .searchform .loader {
  display: none;
}
.jws-ajax-search.search-loading .form-loader .loader {
  opacity: 1 !important;
  transition-delay: 0.25s;
}
.product_search .form-loader {
  position: relative;
}
.product_search .form-loader .loader {
  right: 5px;
  top: 0;
  opacity: 0;
}
.search-results-wrapper .fs-small a {
  color: #fff;
  font-family: var(--font3);
}
.form_content_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}
.form_content_popup .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form_content_popup .value_post_type {
  text-align: center;
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  transition: all .3s ease .3s;
  transition-delay: 0.1s;
  opacity: 0;
}
.form_content_popup .value_post_type a {
  color: #ffffff;
  font-size: 20px;
  margin: 0 10px;
}
.form_content_popup .value_post_type a.active,
.form_content_popup .value_post_type a:hover {
  color: var(--main);
}
.form_content_popup .search-form {
  display: block;
  background: transparent;
}
.form_content_popup .search-form .search-fields {
  position: relative;
}
.form_content_popup .search-form .search-fields button {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0;
  font-size: 30px !important;
  background: transparent;
  color: #fff;
  min-width: auto;
  transform: translateY(-50%);
}
.form_content_popup .search-form input {
  font-size: 24px;
  color: #fff;
  height: 50px;
  width: 100%;
  background: none;
  border-bottom: 1px solid #464646;
}
.form_content_popup .search-form input::placeholder {
  color: #fff;
}
.form_content_popup .search-form .loader {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.form_content_popup .search-form .loader .path {
  stroke: #fff;
}
.form_content_popup .search-form.search-loading .loader {
  opacity: 1;
  transition-delay: 0.25s;
}
.form_content_popup .search-item {
  margin-bottom: 24px;
}
.form_content_popup .jws-search-results {
  max-height: 700px;
  min-height: 200px;
  margin-top: 40px;
}
.form_content_popup .jws-search-results .search-imagess {
  max-width: 100px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.form_content_popup .jws-search-results .search-content.fs-small {
  padding-top: 10px;
}
.form_content_popup .popup_search {
  position: relative;
  width: 100%;
  height: 100%;
}
.form_content_popup .popup_search > .container {
  min-width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container {
  width: auto !important;
  height: 50px;
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection--single {
  border-radius: 8px;
  background-color: var(--heading);
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection--single .select2-selection__arrow b:before {
  color: #fff;
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection__rendered {
  padding: 0 50px;
}
.form_content_popup .form-content-close {
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 60px;
  font-size: 26px;
  min-width: 60px;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: var(--main);
  z-index: 1;
}
.form_content_popup form .search-submit {
  border: 0;
  position: relative;
}
.jws_dropdown_text i,
.jws_dropdown_text span {
  vertical-align: middle;
}
.jws_dropdown_text i {
  font-size: 16px;
  margin-left: 7px;
  display: inline-block;
}
.jws_dropdown_text .drop_top {
  margin: 0;
  transition: 0.3s all;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.jws_dropdown_text .drop_top span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws_dropdown_text .drop_top img {
  vertical-align: middle;
  margin-left: 6px;
  max-width: 35px;
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  background: #fff;
  border-top: 2px solid var(--main);
  min-width: 60px;
  opacity: 0;
  transition: 0.3s all;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  color: var(--heading);
  font-size: 14px;
  line-height: 25px;
  display: block;
  padding: 3px 14px;
  transition: 0.1s;
}
.jws_dropdown_text .dropdown_sub .drop_item a img {
  width: 25px;
  margin-right: 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a:hover {
  color: #fff;
  background: var(--main);
}
.jws_dropdown_text:hover .dropdown_sub,
.jws_dropdown_text:active .dropdown_sub {
  opacity: 1;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  pointer-events: auto;
}
.submenu-bottom .jws_dropdown_text .dropdown_sub {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.submenu-top .jws_dropdown_text .dropdown_sub {
  bottom: 100%;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
/* Off-Canvas Module CSS */
.menu_hamburger {
  cursor: pointer;
}
.menu_hamburger.active span {
  -webkit-transform: rotate(45deg) translate(-4px, -10px);
  transform: rotate(45deg) translate(-1px, -5px);
}
.menu_hamburger.active span:nth-last-child(1) {
  -webkit-transform: rotate(-45deg) translate(4px, 1px);
  transform: rotate(-45deg) translate(-2px, 5px);
  margin-bottom: 0;
}
.menu_hamburger.active span:nth-last-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu_hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  margin: 0 auto 4px auto;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow: hidden;
}
.menu_hamburger span:nth-last-child(1) {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.menu_hamburger span:hover:before {
  left: 0;
}
.menu_hamburger span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_hamburger span:first-child {
  transform-origin: 0% 0%;
}
.menu_hamburger span:first-child:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.jws-offcanvas-dropdown-align-left-top .account-menu-dropdown {
  left: 0;
  bottom: 100%;
  top: unset;
}
.jws-open-logged,
.jws-open-login {
  min-width: 36px;
  min-height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #0313371A;
  border-radius: 100%;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-offcanvas-action .hamburger-lines {
  display: block;
  height: 12px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jws-offcanvas-action .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}
.jws-offcanvas-action .hamburger-lines .line.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.jws-offcanvas-action .hamburger-lines .line.line2 {
  transition: transform 0.2s ease-in-out;
}
.jws-offcanvas-action .hamburger-lines .line.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.jws-offcanvas-action.active .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.jws-offcanvas-action.active .hamburger-lines .line2 {
  transform: scaleY(0);
}
.jws-offcanvas-action.active .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.jws-offcanvas .jws-offcanvas-content-data {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  visibility: visible;
  z-index: 999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
  max-width: 80vw;
}
.jws-offcanvas.jws-offcanvas-type-fade {
  opacity: 0;
  right: 50% !important;
  left: 50% !important;
  visibility: hidden;
  transform: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s all;
  top: 50%;
  height: calc(100% + 1px);
  margin-top: -1px;
  pointer-events: none;
}
.jws-offcanvas.jws-offcanvas-type-fade.jws-offcanvas-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws-offcanvas::-webkit-scrollbar {
  display: none;
}
.elementor-align-icon-right + .elementor-button-text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.elementor-editor-active .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text {
  display: unset;
}
.admin-bar > .jws-offcanvas-parent-wrapper .jws-offcanvas-content-data {
  margin-top: 32px;
}
.jws-offcanvas-icon-bg {
  display: inline-block;
}
.position-at-center .jws-offcanvas-content-data {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  opacity: 0;
  pointer-events: none;
}
.position-at-right .jws-offcanvas-content-data {
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.position-at-left .jws-offcanvas-content-data {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  left: 0;
}
.position-at-top .jws-offcanvas-content-data {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  left: 0;
}
.position-at-bottom .jws-offcanvas-content-data {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  left: 0;
}
/* 	Normal Box shadow */
.jws-offcanvas-shadow-normal.position-at-right.jws-offcanvas-show,
.jws-offcanvas-shadow-normal.position-at-left.jws-offcanvas-show {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.jws-offcanvas-action-wrap .jws-button-wrapper a {
  display: inline-block;
  cursor: pointer;
}
.jws-offcanvas-action-wrap .jws-offcanvas-action .jws-offcanvas-icon {
  text-align: center;
}
/* Floating Position */
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-left,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-left {
  top: 50%;
  left: 0em;
  right: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-right,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-right {
  top: 50%;
  right: 0em;
  left: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: 0.5s all;
}
.jws-offcanvas-parent-wrapper .jws-offcanvas-overlay {
  cursor: pointer;
}
.jws-offcanvas-content {
  position: relative;
  width: 100%;
}
.jws-offcanvas img {
  max-width: 100%;
}
.jws-offcanvas-full {
  pointer-events: none;
  min-height: 100%;
}
.jws-offcanvas-action {
  cursor: pointer;
}
.jws-offcanvas-show .jws-offcanvas-close-icon-wrapper {
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1;
}
.jws-offcanvas-show .jws-offcanvas-content-data {
  transform: translatex(0);
  -webkit-transform: translatex(0);
}
.jws-offcanvas-show.position-at-center .jws-offcanvas-content-data {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
/* Menu in Off-Canvas style */
.jws-offcanvas-content .jws-offcanvas-menu,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu {
  list-style: none;
}
.jws-offcanvas-content .jws-offcanvas-menu li a,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu li a {
  padding: 5px 0px 5px 0px;
  display: block;
}
.jws-offcanvas-content .jws-offcanvas-menu {
  margin-left: 0px;
}
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:hover,
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:focus {
  -webkit-transition: background 150ms linear, color 150ms linear;
  transition: background 150ms linear, color 150ms linear;
}
/* Inside Close Icon Position */
.jws-offcanvas-close-icon-wrapper {
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 9999999;
  pointer-events: none;
  transition: 0.5s all;
  opacity: 0;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
  display: block;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
  cursor: pointer;
  display: block;
  font-size: 25px;
  padding-top: 4px;
  padding-right: 4px;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon svg {
  width: 1em;
  height: 1em;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-left-top {
  left: 0;
  right: auto;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
  right: 0;
  left: auto;
}
/* Overlay */
.jws-offcanvas-show ~ .jws-offcanvas-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  visibility: visible;
}
.fa-times-thin:before {
  content: '\00d7';
}
@media (min-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-tablet {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-phone {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
.jws-form-login-popup {
  position: fixed;
  width: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
  z-index: 99999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
  width: 100%;
}
.jws-form-login-popup .jws-form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.5s all;
  background: var(--heading);
}
.jws-form-login-popup .jws-form-content {
  max-width: 500px;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
  opacity: 0;
  z-index: 1000;
  position: absolute;
  transition: 0.7s all;
  min-height: 580px;
}
.jws-form-login-popup .jws-form-content.login_page {
  max-width: 100%;
  padding: 0;
}
.jws-form-login-popup .jws-form-content .jws_register_page {
  display: none;
}
.jws-form-login-popup .jws-close {
  position: fixed;
  right: 0;
  color: #fff;
  font-size: 30px;
  top: 0;
  padding: 26px 37px 0px 0px;
  cursor: pointer;
  z-index: 1;
}
.jws-form-login-popup.open {
  visibility: visible;
  pointer-events: auto;
}
.jws-form-login-popup.open .jws-form-overlay {
  opacity: 0.4;
  visibility: visible;
}
.jws-form-login-popup.open .jws-form-content {
  transform: translate(-50%, 50px);
  opacity: 1;
}
.jws-form-login-popup.open .jws-form-content.login_page {
  transform: translate(-50%, 0);
}
.jws-login-container {
  position: relative;
}
.jws-login-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 30px;
  height: 30px;
}
.jws-login-container .loader .circular {
  animation: rotatekey 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.jws-login-container .loader .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: var(--heading);
  stroke-linecap: round;
}
.jws-login-container .popup-message {
  display: none;
  margin-top: 2em;
}
.jws-login-container .jws-password-hint {
  display: none;
  text-align: left;
  font-size: 13px;
}
.jws-login-container .meter {
  display: none;
}
.jws-login-container .meter .text-meter {
  margin-left: 10px;
  color: #b99900;
}
.jws-login-container .meter .meter-box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.jws-login-container .meter span:not(.text-meter) {
  background: #ebebeb;
  height: 3px;
  width: 35px;
  position: relative;
  margin-right: 5px;
}
.jws-login-container .meter span:not(.text-meter):before {
  content: "";
  left: 0;
  top: 0;
  transition: 0.3s all;
  width: 0;
  height: 100%;
  background: #b99900;
  position: absolute;
}
.jws-login-container .meter span {
  display: inline-block;
}
.jws-login-container .meter[meter="1"] .box1:before {
  width: 100%;
}
.jws-login-container .meter[meter="2"] .box1:before,
.jws-login-container .meter[meter="2"] .box2:before {
  width: 100%;
}
.jws-login-container .meter[meter="3"] .box1:before,
.jws-login-container .meter[meter="3"] .box2:before,
.jws-login-container .meter[meter="3"] .box3:before {
  width: 100%;
  background: #266b09;
}
.jws-login-container .meter[meter="3"] .text-meter {
  color: #266b09;
}
.jws-login-container .meter[meter="4"] .box1:before,
.jws-login-container .meter[meter="4"] .box2:before,
.jws-login-container .meter[meter="4"] .box3:before,
.jws-login-container .meter[meter="4"] .box4:before {
  width: 100%;
  background: #266b09;
}
.jws-login-container .meter[meter="4"] .box1 .text-meter,
.jws-login-container .meter[meter="4"] .box2 .text-meter,
.jws-login-container .meter[meter="4"] .box3 .text-meter,
.jws-login-container .meter[meter="4"] .box4 .text-meter {
  color: #266b09;
}
#jws-login-form .woocommerce-success a,
#jws-login-form .woocommerce-info a,
#jws-login-form .woocommerce-message a,
#jws-login-form .woocommerce-error a {
  margin-top: 12px;
  margin-right: 0;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
#jws-login-form.login_custom .jws-login,
#jws-login-form.login_custom .jws-register {
  width: 100%;
}
#jws-login-form.login_custom.in-login .jws-register {
  display: none;
}
#jws-login-form.login_custom.in-register .jws-register {
  display: block;
}
#jws-login-form.login_custom.in-register .jws-login {
  display: none;
}
#jws-login-form .message {
  font-size: 14px;
}
#jws-login-form .slick-slide {
  transition: 0.3s all;
}
#jws-login-form .slick-slide.slick-active {
  opacity: 1;
}
#jws-login-form .slick-track {
  will-change: unset;
}
#jws-login-form .jws-login-container .social-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 14px;
}
#jws-login-form .jws-login-container .social-line span {
  margin: 0 16px;
}
#jws-login-form .jws-login-container .social-line:before {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid #d1d1d1;
}
#jws-login-form .jws-login-container .social-line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid #d1d1d1;
}
#jws-login-form .jws-login-container.loading .jws-animation {
  opacity: 0.3 !important;
  animation: none;
  pointer-events: none;
}
#jws-login-form .jws-animation {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
#jws-login-form .jws-animation .form_group {
  position: relative;
  display: block;
}
#jws-login-form .jws-animation .form_group .error {
  font-weight: 500;
  color: red;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  transition: .3s;
}
#jws-login-form .jws-animation .form_group .invalid {
  border: 1px solid #f44336;
}
#jws-login-form .jws-animation .login-width-social .nsl-container-buttons {
  width: 100%;
}
#jws-login-form .jws-animation .login-width-social a {
  width: 100%;
  margin: 0;
}
#jws-login-form .jws-animation .login-width-social a.jws-connect-google span {
  background: no-repeat center / 20px url("https://kbsvisuals.com/wp-content/themes/kazron/assets/image/google-btn-icon.svg");
  margin-right: 9px;
}
#jws-login-form .jws-animation .login-width-social a.jws-connect-facebook span {
  color: #0163E0;
  font-size: 28px;
  margin-right: 8px;
}
#jws-login-form .jws-animation .login-width-social a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jws-login-form .jws-animation form {
  padding-top: 18px;
  text-align: left;
}
#jws-login-form .jws-animation form[name="registerformpopup"] .input[name="repeat_password"] {
  margin-bottom: 0;
}
#jws-login-form .jws-animation form #recaptcha7 {
  will-change: transform;
}
#jws-login-form .jws-animation form #recaptcha8 {
  margin-bottom: 20px;
}
#jws-login-form .jws-animation form .login-remember {
  font-size: 15px;
  margin-bottom: 20px;
}
#jws-login-form .jws-animation form .login-remember label {
  margin-bottom: 0;
  display: inline-block;
}
#jws-login-form .jws-animation form .condition {
  font-size: 13px;
}
#jws-login-form .jws-animation form .condition a {
  text-decoration: underline;
}
#jws-login-form .jws-animation form label:not([for="popupAgree"]) {
  color: var(--heading);
  display: block;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 13px;
}
#jws-login-form .jws-animation form label:not([for="popupAgree"]).label abbr {
  text-decoration: none;
  border-bottom: none;
}
#jws-login-form .jws-animation form p {
  margin-bottom: 27px;
  position: relative;
}
#jws-login-form .jws-animation form p.modify_user_notification,
#jws-login-form .jws-animation form p.input-text {
  margin-bottom: 25px;
}
#jws-login-form .jws-animation form p.note_2 {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
#jws-login-form .jws-animation form p .toggle-password2 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
#jws-login-form .jws-animation form p .toggle-password2.ion-eye-disabled:before {
  content: '\F306';
}
#jws-login-form .jws-animation form .lost-pass-link {
  display: block;
  font-weight: 500;
  color: var(--main);
  font-size: 13px;
  float: right;
}
#jws-login-form .jws-animation form input.invalid {
  border-color: var(--main);
}
#jws-login-form .jws-animation form .login-remember label {
  margin-bottom: 0;
  display: inline-block;
  color: var(--heading);
}
#jws-login-form .jws-animation form #popupAgree,
#jws-login-form .jws-animation form #popupRememberme {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 0px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
#jws-login-form .jws-animation form #popupAgree:checked:before,
#jws-login-form .jws-animation form #popupRememberme:checked:before {
  background: var(--btn-bgcolor);
}
#jws-login-form .jws-animation form #popupAgree:checked:after,
#jws-login-form .jws-animation form #popupRememberme:checked:after {
  opacity: 1;
}
#jws-login-form .jws-animation form #popupAgree:after,
#jws-login-form .jws-animation form #popupRememberme:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: -1px;
  color: #ffffff;
  font-size: 5px;
  left: 5px;
}
#jws-login-form .jws-animation form #popupAgree:before,
#jws-login-form .jws-animation form #popupRememberme:before {
  background: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--heading);
  border-radius: 5px;
  display: block;
  opacity: 0.1;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]) {
  padding: 0 18px;
  border-color: transparent;
  background-color: #d7d7d7;
  line-height: 48px;
  outline: transparent;
  color: var(--heading);
}
#jws-login-form .jws-animation form input:not([type="checkbox"]).invalid {
  border-color: red;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]):focus {
  border-color: var(--main);
}
#jws-login-form .jws-animation form .button.elementor-button {
  font-family: var(--font-body);
  background: var(--heading);
  border: transparent;
  padding: 2px 18px;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: 100%;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
}
#jws-login-form .jws-animation .account {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
#jws-login-form .jws-animation .account .change-form {
  color: var(--main);
}
#jws-login-form .heading-form {
  margin-bottom: 20px;
  text-align: left;
}
#jws-login-form .heading-form .jws_heading_form {
  display: none;
  margin-bottom: 8px;
}
#jws-login-form .heading-form-login,
#jws-login-form .heading-form-register {
  position: relative;
}
#jws-login-form.in-register .heading-form {
  margin-bottom: 18px;
}
#jws-login-form.in-register .heading-form .heading-form-register {
  display: block;
}
#jws-login-form.in-register .login-width-social {
  margin-bottom: 24px;
}
#jws-login-form.in-register .sign_in_block,
#jws-login-form.in-register .sign_in {
  display: none;
}
#jws-login-form.in-register .sign_up_block {
  display: block;
}
#jws-login-form.in-register .sign_up {
  display: inline-block;
}
#jws-login-form.in-login .url .jws-login.slick-slide {
  opacity: 1;
  width: 100%;
}
#jws-login-form.in-login .sign_in_block {
  display: block;
}
#jws-login-form.in-login .sign_in {
  display: inline-block;
}
#jws-login-form.in-login .sign_up_block,
#jws-login-form.in-login .sign_up {
  display: none;
}
#jws-login-form.in-login .heading-form .heading-form-login {
  display: block;
}
.jws-dealer-note {
  display: inline;
  vertical-align: middle;
}
.jws-dealer-note.green {
  color: #1cbc10;
}
.lost_reset_password {
  max-width: 500px;
  margin: auto;
}
.lost_reset_password .form-row-first {
  margin-top: 30px;
}
.lost_reset_password label {
  font-size: 13px;
}
.lost_reset_password input {
  padding: 0 18px;
  background-color: #fafafa;
  line-height: 48px;
  outline: transparent;
}
.lost_reset_password button.woocommerce-Button.button {
  font-family: var(--font-body);
  background: var(--heading);
  border: transparent;
  padding: 2px 18px;
  transition: 0.3s all;
  display: block;
  width: 100%;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 18px;
  line-height: 48px;
  min-height: 48px;
  color: #fff;
  letter-spacing: 1px;
}
.lost_reset_password button.woocommerce-Button.button:hover {
  background: var(--btn-bgcolor);
}
@media (max-width: 767px) {
  .jws-form-login-popup .jws-form-content {
    max-width: 343px;
  }
}
.jws-banner-element .slider-dots-box {
  z-index: 1;
  position: relative;
}
.jws-banner-element .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.jws-banner .text-1,
.jws-banner .number,
.jws-banner .text-2 {
  transition: all 0.3s;
}
.jws-banner .jws-banner-image img {
  display: unset;
  transition: 0.7s all;
  max-width: 100%;
}
.jws-banner .jws-banner-inner {
  transition: all 0.3s;
}
.jws-banner.content_inner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.7s all;
}
.jws-banner.content_inner .jws-banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 0 15px 59px 15px;
}
.jws-banner.content_inner .jws-banner-content .read_more .jws_button {
  transition: 0.3s;
}
.jws-banner.content_inner .jws-banner-content .read_more .jws_button:hover {
  color: var(--light);
  background: var(--btn-bgcolor) !important;
}
.jws-banner.content_inner .jws-banner-inner > a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.jws-banner.layout1 .jws-banner-inner {
  height: 100%;
  overflow: hidden;
  transition: 0.3s all;
  text-align: center;
}
.jws-banner.layout1 .jws-banner-inner:hover {
  transform: translatey(-10px);
}
.jws-banner.layout1 .jws-banner-inner:hover .button {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-banner.layout1 .jws-banner-image {
  transition: 0.3s all;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 42px;
}
.jws-banner.layout1 .jws-banner-content .button {
  font-weight: 400;
  display: inline-block;
  margin-left: 8px;
}
.jws-banner.layout1 .text-1 {
  margin-bottom: 30px;
}
.jws-banner.layout2 .jws-banner-inner {
  display: flex;
  flex-wrap: wrap;
}
.jws-banner.layout2 .jws-banner-inner:hover .text-2 a {
  opacity: 1;
}
.jws-banner.layout2 .jws-banner-image {
  max-width: 50px;
  width: 100%;
}
.jws-banner.layout2 .jws-banner-content {
  width: calc(100% - 50px);
  padding-left: 38px;
}
.jws-banner.layout2 .text-1 {
  margin-bottom: 15px;
}
.jws-banner.layout2 .text-2 p {
  display: inline-block;
}
.jws-banner.layout2 .text-2 a {
  padding-left: 10px;
  opacity: 0;
  color: var(--btn-bgcolor);
}
.jws-banner.layout2 .text-2 a span {
  font-size: 24px;
  margin-left: 5px;
  vertical-align: middle;
}
.jws-banner .slick-dots {
  margin-top: 35px !important;
}
.jws-banner .slick-dots li {
  border: none;
  width: 25px;
  height: 20px;
  margin: 0 5px;
  border-radius: 0;
  background: transparent !important;
  padding-top: 10px;
}
.jws-banner .slick-dots li button {
  display: block;
  border: none;
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #dedede;
  font-size: 0;
}
.jws-banner .slick-dots li:before {
  display: none;
}
.jws-banner .slick-dots li.slick-active button {
  background: var(--main);
}
.jws-banner-nav {
  text-align: right;
}
.jws-banner-nav.top {
  word-spacing: 8px;
  margin-bottom: 45px;
}
.jws-banner-nav.top .jws-carousel-btn {
  position: relative;
  left: 0;
  right: 0;
}
.jws-banner-nav.top .jws-carousel-btn:hover {
  animation: none;
  -webkit-animation: none;
}
.jws-banner-nav .jws-carousel-btn {
  color: #fff;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block !important;
  text-align: center;
  cursor: pointer;
  transition: .3s all;
  background: #03123533;
}
.jws-banner-nav .jws-carousel-btn:hover {
  background: linear-gradient(to right, var(--btn-bgcolor), var(--btn-bgcolor2));
}
.jws-banner-nav .prev-item {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .jws-banner.layout2 .jws-banner-content {
    padding-left: 24px;
  }
}
.gallery_list {
  align-items: center;
}
.gallery_list.gray_filter .jws-logo {
  margin: 0 auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.4s all;
}
.gallery_list.gray_filter .jws-inner:hover .jws-logo {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.jws_gallery_element .jws_gallery_inner {
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
}
.jws_gallery_element .jws_gallery_image.list {
  position: relative;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo {
  display: block;
  width: auto;
  transition: opacity 0.35s ease-out;
  opacity: 0.5;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo svg {
  width: 100%;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo img {
  margin: 0 auto;
}
.jws_gallery_element .jws_gallery_image.list .jws-inner:hover .jws-logo {
  opacity: 1;
}
.jws_gallery_element .jws_gallery .entry-title {
  font-family: var(--font3);
  font-weight: var(--fontweight3);
}
.jws_gallery_element .jws_gallery.layout1.random_animate .jws_gallery_image img,
.jws_gallery_element .jws_gallery.layout1.metro .jws_gallery_image img {
  opacity: 0;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner:after {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner:before {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  left: 17px;
  top: 17px;
  z-index: 1;
  transform: scale(1.2);
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner:hover:before {
  transform: scale(1);
  opacity: 0.4;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner:hover:after {
  opacity: 0.5;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner:hover .jws_gallery_content {
  transform: translateY(-50%);
  opacity: 1;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_inner:hover img {
  transform: scale(1.1);
}
.jws_gallery_element .jws_gallery.layout1 img {
  transition: all 0.4s;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_content {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-80%);
  z-index: 2;
  padding: 34px;
  text-align: center;
}
.jws_gallery_element .jws_gallery.layout1 .entry-title {
  font-size: 24px;
  color: #fff;
}
@media (min-width: 992px) {
  .jws_gallery.metro.row_top .jws_gallery_item:nth-child(even) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .jws_gallery.metro.row_top .jws_gallery_item:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .jws_gallery.metro.row_bottom .jws_gallery_item:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .jws_gallery.metro.row_bottom .jws_gallery_item:nth-child(even) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .gallery_tabs {
    padding-right: 0;
  }
  .gallery_tabs li {
    margin-right: 15px;
  }
  .gallery_tabs ul {
    text-align: left;
  }
  .jws_gallery_element .custom_navs {
    position: relative;
  }
}
.jws-love:hover i,
.jws-love.loved i {
  color: #000;
}
.jws-love.loved i::before {
  content: "\f443";
}
.jws-love .like_text {
  display: none;
}
.gallery_metro .gallery_content .jws_gallery_item .jws_gallery_inner .jws_gallery_image img {
  opacity: 0;
}
.jws-gallery-archive {
  margin: 60px 0;
}
.jws-gallery-archive .gallery_content {
  margin-right: -10px;
  margin-left: -10px;
}
.jws-gallery-archive .jws_gallery_item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery_content.random_animate .jws_gallery_inner img {
  opacity: 0;
}
.gallery_content .jws_gallery_inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.gallery_content .entry-title {
  font-family: var(--font3);
  font-weight: var(--fontweight3);
}
.gallery_content .entry-title a:hover {
  color: var(--main);
}
.gallery_content .gallerys_cat {
  font-size: 14px;
  font-weight: 300;
  text-transform: unset;
}
.gallery_content .gallerys_cat a {
  color: var(--text);
}
.gallery_content .gallerys_cat a:hover {
  color: var(--main);
}
.gallery_content a.btn_view {
  position: relative;
}
.gallery_content a.btn_view:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  transition: 0.3s ease-in-out;
  background: var(--main);
}
.gallery_content a.btn_view:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.gallery_content .jws_gallery_image {
  position: relative;
}
.gallery_content.jws_gallery_layout1 .jws_gallery_inner:hover .jws_gallery_image::after,
.gallery_content.jws_gallery_layout3 .jws_gallery_inner:hover .jws_gallery_image::after {
  opacity: 0.7;
  transform: scale(1);
}
.gallery_content.jws_gallery_layout1 .jws_gallery_inner:hover .jws_gallery_image .readmore,
.gallery_content.jws_gallery_layout3 .jws_gallery_inner:hover .jws_gallery_image .readmore {
  opacity: 1;
  transform: translatey(-50%);
}
.gallery_content.jws_gallery_layout1 .jws_gallery_image,
.gallery_content.jws_gallery_layout3 .jws_gallery_image {
  overflow: hidden;
}
.gallery_content.jws_gallery_layout1 .jws_gallery_image:after,
.gallery_content.jws_gallery_layout3 .jws_gallery_image:after {
  transform: scale(0.5);
  content: "";
  background: #000000;
  opacity: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  top: 0;
  left: 0;
}
.gallery_content.jws_gallery_layout1 .readmore,
.gallery_content.jws_gallery_layout3 .readmore {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translatey(-80%);
  transition: 0.5s all;
  opacity: 0;
  z-index: 1;
}
.gallery_content.jws_gallery_layout1 a.btn_view,
.gallery_content.jws_gallery_layout3 a.btn_view {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 3px;
}
.gallery_content.jws_gallery_layout1 .content_inner,
.gallery_content.jws_gallery_layout3 .content_inner {
  margin-bottom: 10px;
  display: inline-flex;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.gallery_content.jws_gallery_layout1 .entry-title {
  font-size: 26px;
  line-height: 25px;
}
.gallery_content.jws_gallery_layout1 .content_right {
  display: inline-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  column-gap: 20px;
}
.gallery_content.jws_gallery_layout1 .content_right a {
  font-size: 14px;
  font-weight: 300;
  text-transform: unset;
  color: var(--text);
}
.gallery_content.jws_gallery_layout1 .content_right a:hover {
  color: var(--main);
}
.gallery_content.jws_gallery_layout3 .jws_gallery_content {
  margin-top: 23px;
}
.gallery_content.jws_gallery_layout2 {
  box-shadow: 6.157px 7.88px 55.18px 6.82px rgba(0, 0, 0, 0.08);
}
.gallery_content.jws_gallery_layout2 .slick-list {
  overflow: initial;
}
.gallery_content.jws_gallery_layout2 .excerpt {
  font-weight: 300;
}
.gallery_content.jws_gallery_layout2 .jws_gallery_image {
  text-align: center;
  padding: 0 60px;
}
.gallery_content.jws_gallery_layout2 .jws_gallery_image img {
  transform: translateY(-60px);
  transition: all 0.3s;
}
.gallery_content.jws_gallery_layout2 .jws_gallery_content {
  padding-right: 60px;
  padding-top: 92px;
}
.gallery_content.jws_gallery_layout2 .gallerys_cat {
  margin-bottom: 26px;
}
.gallery_content.jws_gallery_layout2 a.btn_view {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--heading);
  margin-top: 75px;
  display: inline-block;
}
.gallery_content.jws_gallery_layout2 a.btn_view:hover {
  color: var(--main);
}
.gallery_content.jws_gallery_layout4 .entry-title {
  margin-bottom: 7%;
}
.gallery_content.jws_gallery_layout4 .jws_post_excerpt,
.gallery_content.jws_gallery_layout4 .btn_view {
  transition: transform 0.6s;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:before {
  transform: translate(-50%, -50%) scale(1.5);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  left: 50%;
  top: 50%;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover .jws_post_excerpt,
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover .btn_view {
  transform: translateY(0);
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover .jws_gallery_image img {
  transform: scale(1.1);
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover .content_inner {
  overflow-y: auto;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover .jws_gallery_content {
  opacity: 1;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_content {
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}
.gallery_content.jws_gallery_layout4 .content_inner {
  transition: all 0.5s;
  overflow-y: hidden;
  padding: 30px;
  max-height: 100%;
}
.gallery_content.jws_gallery_layout4 .jws_post_excerpt {
  transform: translateY(50px);
  color: #fff;
}
.gallery_content.jws_gallery_layout4 .btn_view {
  transform: translateY(50px);
  color: #fff;
  margin-top: 18%;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.gallery_content.jws_gallery_layout4 .btn_view::before {
  content: "";
  right: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.gallery_content.jws_gallery_layout4 .btn_view:hover::before {
  width: 0%;
  left: 0;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner,
.gallery_content.jws_gallery_layout5 .jws_gallery_inner {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner a:hover,
.gallery_content.jws_gallery_layout5 .jws_gallery_inner a:hover {
  color: var(--main);
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover .entry-title,
.gallery_content.jws_gallery_layout5 .jws_gallery_inner:hover .entry-title {
  transform: translateY(0);
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:hover::before,
.gallery_content.jws_gallery_layout5 .jws_gallery_inner:hover::before {
  opacity: .7;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner:before,
.gallery_content.jws_gallery_layout5 .jws_gallery_inner:before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0;
  transition: .4s all;
  z-index: 1;
}
.gallery_content.jws_gallery_layout4 .jws_gallery_inner img,
.gallery_content.jws_gallery_layout5 .jws_gallery_inner img {
  transition: all 0.3s;
}
.gallery_content.jws_gallery_layout4 .entry-title,
.gallery_content.jws_gallery_layout5 .entry-title {
  transition: all 0.6s;
  transform: translateY(50px);
}
.gallery_content.jws_gallery_layout4 .entry-title a,
.gallery_content.jws_gallery_layout5 .entry-title a {
  color: #fff;
}
.gallery_content.jws_gallery_layout5 .jws_gallery_inner::before {
  transform: scale(0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.gallery_content.jws_gallery_layout5 .jws_gallery_inner:hover .gallery_cat {
  transform: translateY(0);
}
.gallery_content.jws_gallery_layout5 .jws_gallery_inner:hover::before {
  transform: scale(1);
}
.gallery_content.jws_gallery_layout5 .jws_gallery_inner:hover .jws_gallery_content {
  opacity: 1;
}
.gallery_content.jws_gallery_layout5 .entry-title,
.gallery_content.jws_gallery_layout5 .gallery_cat {
  letter-spacing: 1;
}
.gallery_content.jws_gallery_layout5 .entry-title {
  margin-bottom: 10px;
}
.gallery_content.jws_gallery_layout5 .gallery_cat a {
  color: #fff;
}
.gallery_content.jws_gallery_layout5 .gallery_cat {
  transform: translatey(50px);
  transition: all 0.8s;
}
.gallery_content.jws_gallery_layout5 .jws_gallery_content {
  padding: 10px;
  text-align: center;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.gallery_content.jws_gallery_layout6 .gallery_cat {
  margin-bottom: 9px;
}
.gallery_content.jws_gallery_layout6 .jws_gallery_content {
  padding-top: 42px;
  opacity: 0;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  -o-transition: 0.7s all;
  -ms-transition: 0.7s all;
  text-align: center;
}
.gallery_content.jws_gallery_layout6 .jws_post_excerpt {
  padding: 0 70px;
}
.gallery_content.jws_gallery_layout6 .gallery_cat,
.gallery_content.jws_gallery_layout6 .jws_post_excerpt {
  font-size: 12px;
  line-height: 18px;
}
.gallery_content.jws_gallery_layout6 img {
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
.gallery_content.jws_gallery_layout7 .slick-active .content_left,
.gallery_content.jws_gallery_layout7 .slick-active .content_right {
  transform: translate(0%, 0%);
}
.gallery_content.jws_gallery_layout7 .content_left {
  transform: translate(-100%, 0%);
  transition: all .6s ease;
  left: 0;
}
.gallery_content.jws_gallery_layout7 .content_left,
.gallery_content.jws_gallery_layout7 .content_right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.gallery_content.jws_gallery_layout7 .content_right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0%);
  transition: all .6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  height: 100vh;
  padding: 0 100px;
}
.gallery_content.jws_gallery_layout7 .jws_post_excerpt {
  margin-bottom: 65px;
}
.gallery_content.jws_gallery_layout7 .entry-title {
  margin-bottom: 10px;
}
.gallery_content.jws_gallery_layout7 .gallery_cat {
  margin-bottom: 24px;
}
.gallery_content.jws_gallery_layout7 .jws_gallery_inner,
.gallery_content.jws_gallery_layout8 .jws_gallery_inner,
.gallery_content.jws_gallery_layout9 .jws_gallery_inner {
  position: relative;
}
.gallery_content.jws_gallery_layout7 .btn_view,
.gallery_content.jws_gallery_layout8 .btn_view,
.gallery_content.jws_gallery_layout9 .btn_view {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #dedede;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main);
  padding: 22px 40px;
}
.gallery_content.jws_gallery_layout7 .btn_view::before,
.gallery_content.jws_gallery_layout8 .btn_view::before,
.gallery_content.jws_gallery_layout9 .btn_view::before {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: var(--btn-bgcolor);
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: -1;
}
.gallery_content.jws_gallery_layout7 .btn_view span,
.gallery_content.jws_gallery_layout8 .btn_view span,
.gallery_content.jws_gallery_layout9 .btn_view span {
  display: inline-block;
  margin-right: 15px;
}
.gallery_content.jws_gallery_layout7 .btn_view:hover,
.gallery_content.jws_gallery_layout8 .btn_view:hover,
.gallery_content.jws_gallery_layout9 .btn_view:hover {
  color: #fff;
}
.gallery_content.jws_gallery_layout7 .btn_view:hover::before,
.gallery_content.jws_gallery_layout8 .btn_view:hover::before,
.gallery_content.jws_gallery_layout9 .btn_view:hover::before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.gallery_content.jws_gallery_layout8 .jws_gallery_item:nth-child(even) .number_session {
  right: -18%;
  -webkit-transform: translateX(-18%);
  -o-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  -moz-transform: translateX(-18%);
  transform: translateX(-18%);
}
.gallery_content.jws_gallery_layout8 .jws_gallery_item:nth-child(odd) .number_session {
  left: -15%;
  -webkit-transform: translateX(-15%);
  -o-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  transform: translateX(-15%);
}
.gallery_content.jws_gallery_layout8 .entry-title {
  margin-bottom: 3px;
}
.gallery_content.jws_gallery_layout8 .gallery_cat {
  margin-bottom: 12px;
}
.gallery_content.jws_gallery_layout8 .line {
  height: 80%;
  background: #f6f6f6;
  width: 2px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.gallery_content.jws_gallery_layout8 .jws_gallery_content {
  margin-top: 43px;
  align-content: center;
  align-items: center;
}
.gallery_content.jws_gallery_layout8 .jws_post_share {
  text-align: right;
}
.gallery_content.jws_gallery_layout8 .jws_post_excerpt {
  margin-bottom: 44px;
}
.gallery_content.jws_gallery_layout8 .addthis_inline_share_toolbox {
  letter-spacing: 10px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 25px 45px;
}
.gallery_content.jws_gallery_layout8 .addthis_inline_share_toolbox a {
  font-size: 18px;
  color: #d6d6d6;
}
.gallery_content.jws_gallery_layout8 .addthis_inline_share_toolbox a:hover {
  color: var(--main);
}
.gallery_content.jws_gallery_layout8 .label {
  font-size: 18px;
  font-weight: 600;
  margin-right: 22px;
  color: var(--heading);
  letter-spacing: 1px;
}
.gallery_content.jws_gallery_layout8 .number_session {
  font-size: 100px;
  line-height: 100px;
  color: #f6f6f6;
  font-weight: 400;
  position: absolute;
  height: 100%;
}
.gallery_content.jws_gallery_layout9 .jws_gallery_inner {
  align-items: center;
}
.gallery_content.jws_gallery_layout9 .jws_post_excerpt {
  margin-bottom: 30px;
}
.gallery_content.jws_gallery_layout9 .entry-title {
  margin-bottom: 8px;
}
.gallery_content.jws_gallery_layout9 .gallery_cat {
  font-size: 16px;
  margin-bottom: 24px;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner {
  position: relative;
  overflow: hidden;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner:after {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner:before {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  left: 17px;
  top: 17px;
  z-index: 1;
  transform: scale(1.2);
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner:hover:before {
  transform: scale(1);
  opacity: 0.4;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner:hover:after {
  opacity: 0.5;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner:hover .jws_gallery_content {
  transform: translateY(-50%);
  opacity: 1;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_inner:hover img {
  transform: scale(1.1);
}
.gallery_content.jws_gallery_layout10 img {
  transition: all 0.4s;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_content {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-80%);
  z-index: 2;
  padding: 34px;
  text-align: center;
}
.gallery_content.jws_gallery_layout10 .jws_gallery_content a {
  color: #fff;
}
.gallery_content.jws_gallery_layout10 .entry-title {
  font-size: 24px;
}
.gallery_slider .jws_gallery_layout1 .content_inner,
.gallery_slider .jws_gallery_layout1 .readmore {
  opacity: 0;
}
.gallery_slider .jws_gallery_layout1 .slick-slide.slick-current.slick-active .content_inner {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  animation-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}
.gallery_slider .jws_gallery_layout6 .jws_gallery_content {
  opacity: 0;
}
.gallery_slider .jws_gallery_layout6 .slick-active .jws_gallery_content {
  opacity: 1;
  transition-delay: 1s;
}
.gallery_slider .jws_gallery_layout6 .slick-active img {
  transform: scale(1.05);
  transition-delay: 1s;
}
.jws_gallery_slider_vertical .slick-list {
  padding-top: 0 !important;
}
.fixed_dots_true .gallery_slider_dots.default {
  position: absolute;
  right: 0;
  border: 0;
  width: 100%;
}
.gallery_slider_dots.vertical {
  position: absolute;
  right: -60px;
  margin: 0;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.gallery_slider_dots.vertical li {
  width: 35px;
  text-align: left;
  height: 50px;
  display: block;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  position: relative;
}
.gallery_slider_dots.vertical li.slick-active {
  height: 70px;
}
.gallery_slider_dots.vertical li.slick-active:before {
  animation: menu-line-no-2 0.4s both;
}
.gallery_slider_dots.vertical li:after {
  position: absolute;
  content: "";
  background: #d7d7d7;
  height: 100%;
  bottom: 0px;
  z-index: 1;
  width: 1px;
  right: 0px;
}
.gallery_slider_dots.vertical li:before {
  position: absolute;
  content: "";
  animation: menu-line-2 0.4s both;
  background: #000000;
  height: 100%;
  width: 1px;
  z-index: 2;
  right: 0;
}
.gallery_slider:hover .jws-carousel-btn {
  opacity: 1;
}
.gallery_slider:hover .jws-carousel-btn.prev-item,
.gallery_slider:hover .jws-carousel-btn.next-item {
  transform: translateX(0px);
}
.gallery_slider .jws-carousel-btn {
  opacity: 0;
  transition: all 0.3s;
}
.gallery_slider .jws-carousel-btn.prev-item {
  left: -80px;
  transform: translateX(-50px);
}
.gallery_slider .jws-carousel-btn.next-item {
  right: -80px;
  transform: translateX(50px);
}
@media (max-width: 1199px) {
  .gallery_content.jws_gallery_layout2 .jws_gallery_image {
    padding: 30px 15px;
  }
  .gallery_content.jws_gallery_layout2 .jws_gallery_image img {
    transform: translateY(0px);
  }
  .gallery_content.jws_gallery_layout2 .jws_gallery_content {
    padding-right: 15px;
    padding-top: 30px;
  }
  .gallery_content.jws_gallery_layout2 a.btn_view {
    margin-top: 30px;
  }
  .gallery_content.jws_gallery_layout2 .gallerys_cat {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .gallery_content.jws_gallery_layout8 .addthis_inline_share_toolbox {
    padding: 18px 40px;
    letter-spacing: 7px;
  }
}
@media (max-width: 1023px) {
  .gallery_content.jws_gallery_layout2 .jws_gallery_content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .fixed_dots_true .gallery_slider_dots.default {
    display: block;
  }
  .gallery_content.jws_gallery_layout8 .jws_gallery_item .number_session {
    display: none;
  }
}
@media (min-width: 768px) {
  .gallery_content.jws_gallery_layout9 .jws_gallery_item:nth-child(2n+2) .jws_gallery_inner {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .gallery_slider .jws-carousel-btn.prev-item {
    left: 0;
  }
  .gallery_slider .jws-carousel-btn.next-item {
    right: 0;
  }
  .gallery_content.jws_gallery_layout6 .jws_post_excerpt {
    padding: 0 16px;
  }
  .gallery_content.jws_gallery_layout7 .content_left {
    display: none;
  }
  .gallery_content.jws_gallery_layout7 .content_right {
    padding: 0;
    width: 100%;
  }
  .gallery_content.jws_gallery_layout8 .jws_gallery_content {
    margin-top: 24px;
  }
  .gallery_content.jws_gallery_layout8 .jws_post_excerpt {
    margin-bottom: 22px;
  }
  .gallery_content.jws_gallery_layout8 .jws_post_share {
    margin-top: 30px;
    text-align: left;
  }
  .gallery_content.jws_gallery_layout9 .jws_gallery_content {
    margin-top: 24px;
  }
  .gallery_content.jws_gallery_layout9 .gallery_cat {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .gallery_content.jws_gallery_layout7 .content_right {
    padding: 0 30px;
  }
  .gallery_content.jws_gallery_layout7 .content_left {
    height: 100%;
  }
  .gallery_content.jws_gallery_layout7 .jws-post-gallery {
    height: 100%;
  }
  .gallery_content.jws_gallery_layout7 .jws-post-gallery img.wp-post-image {
    height: 100vh;
    object-fit: cover;
  }
  .jws_gallery_layout8 .jws_post_share .addthis_inline_share_toolbox a,
  .jws_gallery_layout8 .jws_post_share .label {
    font-size: 16px;
  }
  .jws_gallery_layout8 .jws_post_share .addthis_inline_share_toolbox {
    padding: 18px 30px;
  }
}
@media (max-width: 1500px) {
  .gallery_content.jws_gallery_layout1 .entry-title {
    font-size: 20px;
  }
}
.jws-menu-list .menu-list-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
}
.jws-menu-list ul {
  list-style-type: none;
}
.jws-menu-list ul li.elementor-icon-list-item.highlight a {
  padding: 2px 10px;
  background: #7b61ff1a;
  border-radius: 5px;
}
.jws-menu-list ul li.elementor-icon-list-item .label {
  border-radius: 10px;
  margin-left: 4px;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
  background: var(--main);
  color: #fff;
}
.jws-menu-list.toggle-mobile ul li:first-child {
  padding-top: 25px;
}
.jws-menu-list .elementor-icon-list-icon {
  border-radius: 100%;
}
.jws-menu-list .elementor-icon-list-icon i,
.jws-menu-list .elementor-icon-list-icon svg {
  width: 1.25em;
  height: 1.25em;
  display: block;
  line-height: 1.25em;
  text-align: center;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text {
  position: relative;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text:before {
  background: var(--heading);
  content: "";
  bottom: 0px;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_sm li:focus a .elementor-icon-list-text:before,
.jws-menu-list .line_sm li:hover a .elementor-icon-list-text:before,
.jws-menu-list .line_sm li.active a .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
}
.jws-menu-list .line_bg li {
  transition: 0.3s all;
}
.jws-menu-list .line_bg li .elementor-icon-list-text {
  position: relative;
  width: auto;
}
.jws-menu-list .line_bg li .elementor-icon-list-text:before {
  background: var(--main);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_bg li .elementor-icon-list-text span {
  position: relative;
  z-index: 1;
}
.jws-menu-list .line_bg li:focus .elementor-icon-list-text:before,
.jws-menu-list .line_bg li:hover .elementor-icon-list-text:before,
.jws-menu-list .line_bg li.active .elementor-icon-list-text:before {
  width: 100%;
}
.jws-menu-list .line_pd li {
  transition: 0.3s all;
}
.jws-menu-list .line_pd li a {
  position: relative;
}
.jws-menu-list .line_pd li a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 0;
  bottom: 8px;
  opacity: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transform: scale(0);
  -webkit-transform: scale(0);
  background: var(--main);
}
.jws-menu-list .line_pd li a .elementor-icon-list-text {
  position: relative;
  width: auto;
}
.jws-menu-list .line_pd li a .elementor-icon-list-text:before {
  background: var(--main);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_pd li a .elementor-icon-list-text span {
  position: relative;
  z-index: 1;
}
.jws-menu-list .line_pd li a:focus,
.jws-menu-list .line_pd li a:hover,
.jws-menu-list .line_pd li a.active {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.jws-menu-list .line_pd li a:focus:before,
.jws-menu-list .line_pd li a:hover:before,
.jws-menu-list .line_pd li a.active:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.jws-menu-list .line_pd li a:focus .elementor-icon-list-text,
.jws-menu-list .line_pd li a:hover .elementor-icon-list-text,
.jws-menu-list .line_pd li a.active .elementor-icon-list-text {
  padding: 0 3px;
}
.jws-menu-list .line_pd li a:focus .elementor-icon-list-text:before,
.jws-menu-list .line_pd li a:hover .elementor-icon-list-text:before,
.jws-menu-list .line_pd li a.active .elementor-icon-list-text:before {
  width: 100%;
}
@media (max-width: 767px) {
  .jws-menu-list.toggle-mobile .menu-list-title {
    cursor: pointer;
    margin-bottom: 5px;
  }
  .jws-menu-list.toggle-mobile .menu-list-title:after {
    font-family: "jws_icon";
    content: '\e817';
    margin-left: 5px;
    font-size: 18px;
  }
  .jws-menu-list.toggle-mobile ul {
    display: none;
  }
  .jws-menu-list.toggle-mobile ul li:first-child {
    padding-top: 10px;
  }
}
.elementor-logo a {
  display: block;
}
.elementor-logo.has_logo_sticky a {
  position: relative;
}
.elementor-logo.has_logo_sticky a > span {
  transition: 0.3s all;
}
.elementor-logo.has_logo_sticky .logo-sticky {
  display: none;
}
.is-sticky .elementor-logo.has_logo_sticky .logo-inner,
.mega-has-hover .elementor-logo.has_logo_sticky .logo-inner {
  display: none;
}
.is-sticky .elementor-logo.has_logo_sticky .logo-sticky,
.mega-has-hover .elementor-logo.has_logo_sticky .logo-sticky {
  display: block;
}
.jws_account a {
  color: var(--heading);
}
.jws_account a .jws_a_icon {
  transition: 0.3s all;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.jws_account a .jws_account_text {
  vertical-align: middle;
}
.jws_account a .jws_account_text i {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.jws-infowindow-content {
  position: relative;
  padding: 10px;
}
.jws-infowindow-content.has-image {
  display: flex;
  align-items: center;
}
.jws-infowindow-content.has-image .info-right {
  flex: 0 0 calc(100% - 92px);
}
.jws-infowindow-content.has-image .info-right .jws-infowindow-description {
  margin-bottom: 8px;
}
.jws-infowindow-content.has-image .info-left {
  flex: 92px;
  padding-right: 12px;
}
.jws-wpsl-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws-wpsl-search input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 190px);
  flex: 0 0 calc(100% - 190px);
  max-width: calc(100% - 190px);
  background: transparent;
  border: 0;
  height: 60px;
}
.jws-wpsl-search button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  color: var(--light);
  border: none;
  background: var(--heading);
  height: 60px;
}
.gm-style-iw button {
  top: 5px !important;
  right: 5px !important;
  opacity: 1 !important;
}
.gm-style-iw button img {
  width: 20px !important;
  height: auto !important;
}
.gm-style .gm-style-iw-c {
  box-shadow: 0.209px 2.993px 13.8px 1.2px rgba(73, 9, 2, 0.07000000000000001) !important;
}
.gmnoprint img {
  max-width: none;
}
@media (max-width: 767px) {
  .jws-wpsl-search {
    display: block;
  }
  .jws-wpsl-search input {
    width: 100%;
    max-width: 100%;
  }
  .jws-wpsl-search button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .jws-infowindow-content.has-image {
    flex-wrap: wrap;
  }
  .jws-infowindow-content.has-image .info-left {
    flex: 100%;
  }
  .jws-infowindow-content.has-image .info-right {
    flex: 0 0 100%;
    padding-top: 16px;
  }
}
.title-wrapper a.link {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .jws-title.layout1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .jws-title h3 {
    font-size: 65px;
  }
  .jws-title h4 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 0;
  }
  .jws-title h6 {
    padding-left: 0;
    margin-top: -31px;
  }
}
.jws-instagram.metro .jws-instagram-inner {
  transition: 0.3s all;
}
.jws-instagram.metro .instagram-wap.loading .jws-instagram-inner {
  opacity: 0;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay {
  color: #ffffff;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay i {
  font-size: 22px;
}
.jws-instagram.skin1 .jws-instagram-inner:hover .overlay {
  opacity: 1;
}
.jws-instagram.skin1 .jws-instagram-inner:hover img {
  transform: scale(1.1);
}
.jws-instagram.skin2 .jws-instagram-inner .overlay i {
  font-size: 18px;
  color: var(--heading);
  background: #ffffff;
  padding: 12px;
  border-radius: 100%;
}
.jws-instagram.skin2 .jws-instagram-inner:hover .overlay {
  opacity: 1;
}
.jws-instagram.skin2 .jws-instagram-inner:hover img {
  transform: scale(1.1);
}
.jws-instagram .jws-instagram-inner {
  position: relative;
  overflow: hidden;
}
.jws-instagram .jws-instagram-inner:hover::after {
  opacity: 0.7;
  transform: scale(1);
}
.jws-instagram .jws-instagram-inner::after {
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--main);
  transform: scale(0.5);
}
.jws-instagram .jws-instagram-inner img {
  transition: 0.5s all;
  width: 100%;
}
.jws-instagram .jws-instagram-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  transition: all 0.3s ;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jws_demo_element .has-comming-soon .jws_headline {
  display: none;
}
.jws_demo_element .has-comming-soon .overlay {
  pointer-events: none;
}
.jws_demo_element .has-comming-soon .jws_image_content_inner span {
  font-size: 14px;
  color: var(--heading);
  margin-bottom: 2px;
  display: block;
}
.jws_demo_element .jws_image {
  box-shadow: 0px 0px 20px rgba(74, 45, 2, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.jws_demo_element .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.jws_demo_element .jws_image_content_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.jws_demo_element .jws_image_content_inner a {
  opacity: 0;
  transform: translateY(10px);
}
.jws_demo_element .jws_column_content {
  max-width: 380px;
  margin: 0 auto;
}
.jws_demo_element .jws_column_content:hover .jws_image {
  opacity: 1;
  transform: translateY(-22px);
}
.jws_demo_element .jws_column_content:hover .jws_headline h4 a:before {
  width: 100%;
}
.jws_demo_element .jws_headline h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}
.jws_demo_element .jws_headline a {
  color: var(--heading);
  position: relative;
}
.jws_demo_element .jws_headline a:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--heading);
  transition: 0.3s all;
  position: absolute;
}
.slick-dots li,
.slider-dots li {
  margin: 0px 3px;
}
.animated_slider .slick-vertical .elementor-column.slick-slide {
  height: 100vh;
  overflow: hidden;
}
.animated_slider .slick-vertical .elementor-column.slick-slide > .elementor-widget-wrap.elementor-element-populated {
  height: 100%;
}
.jws-blog-element .jws_blog_slider .jws-carousel-btn {
  z-index: 1;
  opacity: 0;
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn {
  opacity: 1;
  transition: all 0.3s ease;
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.slider_left,
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.prev-item {
  transform: translate(20px);
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.slider_right,
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.next-item {
  transform: translate(-20px);
}
.jws-carousel-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  color: var(--heading);
  font-size: 48px;
  cursor: pointer;
  text-align: center;
  display: block;
}
.jws-carousel-btn.prev-item {
  left: 0px;
}
.jws-carousel-btn.next-item {
  right: 0px;
}
.jws-carousel-btn:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.jws_slider_element > .jws_slider > .swiper-wrapper > .slider-item > .elementor {
  height: 100%;
}
.jws_slider_element > .jws_slider > .swiper-wrapper > .slider-item > .elementor > .elementor-section-height-full {
  height: 100%;
}
.jws_section_slider .jws-carousel-btn:hover {
  animation: none;
  -webkit-animation: none;
}
.jws_section_slider .slider-dots-box {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 30px;
  z-index: 2;
}
.jws_section_slider .has_animated {
  opacity: 0;
}
.jws_section_slider .animated {
  opacity: 1;
}
.jws-carousel .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.slick-dots,
.slider-dots {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.slick-dots li,
.slider-dots li {
  margin: 0px;
  display: inline-block;
}
.slick-dots button,
.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.slick-dots button:after,
.slider-dots button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #D9D9D9;
  transition: background 0.3s linear;
}
.slick-dots .slick-active button:after,
.slider-dots .slick-active button:after {
  background: var(--main);
}
.dots-align-left .slider-dots-box ul li,
.dots-align-right .slider-dots-box ul li {
  margin: 4px 0px;
}
.dots-align-right .jws_section_slider .slider-dots-box {
  right: 30px;
  left: unset;
}
.dots-align-center .jws_section_slider .slider-dots-box {
  top: unset;
  bottom: 0;
  width: 100%;
}
.dots-align-center .jws_section_slider .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
@media (max-width: 1164px) {
  .dots-style-number.dots-align-center .jws_section_slider .slider-dots-box {
    left: 6.2%;
  }
}
@keyframes progress {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 00;
  }
}
.jws_section_slider > .elementor-element {
  display: none;
}
.jws_section_slider > .elementor-element:first-child {
  display: block;
}
.jws_section_slider.slick_1 > .elementor-element:first-child {
  width: 100%;
}
.jws_section_slider {
  display: block;
}
.jws_section_slider.bottom {
  display: flex;
  flex-wrap: wrap;
}
.jws_section_slider.bottom .slick-list.draggable {
  order: 1;
}
.jws_section_slider .bottom_content.container {
  margin-left: auto !important;
  margin-right: auto !important;
  flex: 1;
  order: 2;
}
.jws_section_slider .custom_navs.bottom {
  display: inline-block;
}
.jws_section_slider .custom_navs.bottom .jws-carousel-btn {
  position: relative;
  transform: translate(0, 0);
  margin: 0;
  left: 0;
  display: inline-block;
  opacity: 1;
  font-size: 17px;
}
.jws_section_slider .jws-carousel-btn {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  text-align: center;
  transition: 0.3s all;
  border-radius: 50%;
  transition: all 0.3s;
  color: var(--main);
}
.jws_section_slider .slider_left,
.jws_section_slider .prev-item {
  left: 15px;
  transform: translatex(-20px);
  display: block;
  opacity: 0;
}
.jws_section_slider .slider_left i,
.jws_section_slider .prev-item i {
  display: block;
}
.jws_section_slider .slider_right,
.jws_section_slider .next-item {
  right: 15px;
  transform: translatex(20px);
  opacity: 0;
}
.jws_section_slider:hover .jws-carousel-btn {
  transform: none;
  opacity: 1;
}
.slideshow_indicator {
  color: var(--main);
  font-family: var(--font2);
  font-weight: inherit;
  display: inline-block;
  margin-right: 22px;
}
.slideshow_indicator .progress-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.slideshow_indicator .start {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  background: var(--main);
  border-radius: 100%;
  color: var(--heading);
  margin-right: 12px;
}
.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: var(--main);
  stroke-width: 3;
  stroke-linecap: round;
  animation: progress 10s;
}
.jws-countdown-animation > figure {
  width: auto !important;
  max-width: initial !important;
  margin-bottom: 30px !important;
}
.jws-countdown-animation figcaption {
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading);
  text-align: center;
  margin-top: 15px;
}
.jws-countdown-animation div {
  height: 68px !important;
  font-family: var(--font1);
}
.jws-countdown-animation ul {
  left: 13px;
}
.countdown-container {
  display: flex;
}
.jws-price-list .elementor-price-list-items {
  padding: 0;
  list-style-type: none;
}
.jws-price-list .elementor-price-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.jws-price-list .elementor-price-list-items li .image {
  width: 25%;
  text-align: center;
  margin-right: 40px;
}
.jws-price-list .elementor-price-list-items li .content {
  width: 100%;
}
.jws-price-list .elementor-price-list-items li .content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.jws-price-list .elementor-price-list-items li .content .description {
  text-transform: uppercase;
  font-size: 11px;
}
.jws-price-list .elementor-price-list-items li .content h6 {
  letter-spacing: 1px;
  margin: 0;
}
.jws-price-list .elementor-price-list-items li .content .price {
  font-size: 17px;
  color: var(--main);
}
.jws-price-list .elementor-price-list-items li .content .line {
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--body) 30%, rgba(255, 255, 255, 0) 0%);
  background-size: 6px 3px;
  margin: 0 10px;
  margin-top: 7px;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide {
  transform: scale(0.8) translate(13%);
  transition: all 0.3s;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide.slick-active.slick-center {
  transform: scale(1);
  z-index: 30;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide.slick-active.slick-center + .slick-slide {
  transform: scale(0.8) translate(-13%);
}
.elementor-widget-jws_image_carousel.jws-content-align-at-center .swiper-wrapper {
  align-items: center;
}
.elementor-widget-jws_image_carousel.jws-content-align-at-bottom .swiper-wrapper {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.elementor-widget-jws_image_carousel .slideshow {
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -72px;
  color: #fff;
  font-size: 14px;
}
.elementor-widget-jws_image_carousel .slideshow .line_horizontal {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 3px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div {
  cursor: pointer;
  position: relative;
  color: var(--heading);
  width: 87px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  z-index: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div.jws-button-next {
  margin-left: 1px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div:hover {
  background: var(--btn-bgcolor2);
  color: #fff;
}
.hover_image .jws-image_carousel-image a {
  transition: 0.3s all;
  opacity: 0.6;
}
.hover_image .jws-image_carousel-image a img {
  margin: auto;
}
.hover_image .jws-image_carousel-image a:hover {
  opacity: 1;
}
.jws-image_carousel .jws-image_carousel-image {
  text-align: center;
}
.jws-image_carousel .jws-image_carousel-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.jws-image_carousel .jws-image_carousel-image.full_width img {
  width: 100%;
}
.jws_button_login .elementor-button-link {
  font-size: 15px;
  vertical-align: -webkit-baseline-middle;
}
.jws_button_login .elementor-button-link.login {
  padding: 8px 30px 8px 22px;
  background: transparent;
  color: var(--btn-bgcolor2);
}
.jws_button_login .elementor-button-link.login:hover {
  color: var(--btn-bgcolor);
}
.jws_button_login .elementor-button-link.logged,
.jws_button_login .elementor-button-link.register {
  padding: 8px 23px 8px 23px;
  background: var(--btn-bgcolor);
  color: #fff;
  border-radius: 10px;
}
.jws_button_login .elementor-button-link.logged:hover,
.jws_button_login .elementor-button-link.register:hover {
  background: var(--btn-bgcolor2);
}
.elementor-edit-mode .jws_heading .home-tagline img {
  opacity: 1;
}
.jws_heading .home-tagline img {
  border-radius: 60px;
  opacity: 0;
  transition: all 03s;
}
.jws_heading .home-tagline img.animate-show {
  animation: circle 3s;
  clip-path: circle(75%);
  opacity: 1;
}
.jws_heading .home-tagline .highlight_text.jws-heading-title {
  text-decoration: underline;
}
@keyframes circle {
  0% {
    clip-path: circle(25%);
  }
  100% {
    clip-path: circle(75%);
  }
}
@media only screen and (max-width: 1024px) {
  .jws_heading .home-tagline .attachment-thumbnail {
    width: 44px;
    vertical-align: baseline;
  }
}
@media (max-width: 767px) {
  .jws_heading .home-tagline img {
    max-width: 80px;
  }
}
.widget ul {
  list-style-type: none;
  padding: 0;
}
.shop-topbar-content .remove_filter .widget {
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget_products .product_list_widget {
  padding: 0;
  list-style-type: none;
}
.widget_products .product_list_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  margin-bottom: 20px;
}
.widget_products .product_list_widget li .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-bottom: 0;
}
.widget_products .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: 16px;
}
.widget_products .product_list_widget li .product-content .amount {
  font-family: var(--font1);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--color1);
}
.widget_products .product_list_widget li .product-content del .amount {
  font-size: 13px;
  color: var(--colorbody);
}
.widget_products .product_list_widget li .product-content ins {
  text-decoration: none;
}
.widget_products .product_list_widget li .product-content .star-rating {
  display: block;
}
.widget_products .product_list_widget li .product-content .product-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: var(--font-body);
  text-transform: capitalize;
}
.widget_products .product_list_widget li .product-content .product-title a:hover {
  color: var(--main);
}
.kazron-price-filter-list li a.actived {
  color: var(--heading);
  text-decoration: underline;
}
.kazron-price-filter-list,
.woocommerce-ordering,
.product-categories,
.wc-layered-nav {
  list-style-type: none;
  padding: 0;
}
.kazron-price-filter-list li:not(:last-child),
.woocommerce-ordering li:not(:last-child),
.product-categories li:not(:last-child),
.wc-layered-nav li:not(:last-child) {
  margin-bottom: 12px;
}
.kazron-price-filter-list li > span:not(.count-atr),
.woocommerce-ordering li > span:not(.count-atr),
.product-categories li > span:not(.count-atr),
.wc-layered-nav li > span:not(.count-atr) {
  opacity: 0.4;
  pointer-events: none;
  text-decoration: line-through;
}
.kazron-price-filter-list li > span,
.woocommerce-ordering li > span,
.product-categories li > span,
.wc-layered-nav li > span,
.kazron-price-filter-list li > a,
.woocommerce-ordering li > a,
.product-categories li > a,
.wc-layered-nav li > a {
  font-weight: 400;
  position: relative;
  color: var(--text);
}
.kazron-price-filter-list li.chosen a,
.woocommerce-ordering li.chosen a,
.product-categories li.chosen a,
.wc-layered-nav li.chosen a,
.kazron-price-filter-list li.current-cat a,
.woocommerce-ordering li.current-cat a,
.product-categories li.current-cat a,
.wc-layered-nav li.current-cat a {
  color: var(--heading);
  text-decoration: underline;
}
.kazron-price-filter-list li,
.woocommerce-ordering li,
.product-categories li,
.wc-layered-nav li {
  transition: 0.3s all;
}
.kazron-price-filter-list li a:hover,
.woocommerce-ordering li a:hover,
.product-categories li a:hover,
.wc-layered-nav li a:hover {
  color: var(--heading);
}
.kazron-price-filter-list li:not(last-child),
.woocommerce-ordering li:not(last-child),
.product-categories li:not(last-child),
.wc-layered-nav li:not(last-child) {
  margin-bottom: 10px;
}
.kazron-price-filter-list li a.active,
.woocommerce-ordering li a.active,
.product-categories li a.active,
.wc-layered-nav li a.active {
  color: var(--heading);
  text-decoration: underline;
}
.kazron-price-filter-list li.current-cat a,
.woocommerce-ordering li.current-cat a,
.product-categories li.current-cat a,
.wc-layered-nav li.current-cat a {
  color: var(--heading);
  text-decoration: underline;
}
.kazron-price-filter-list li > ul,
.woocommerce-ordering li > ul,
.product-categories li > ul,
.wc-layered-nav li > ul {
  list-style-type: none;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.kazron-price-filter-list li > ul li:not(last-child),
.woocommerce-ordering li > ul li:not(last-child),
.product-categories li > ul li:not(last-child),
.wc-layered-nav li > ul li:not(last-child) {
  margin-bottom: 6px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}
.widget_products .product_list_widget .product-item-inner .star-rating-wap .review-count {
  display: none;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter form {
  margin-top: 32px;
}
.price_slider_wrapper {
  padding-top: 0px;
  padding-right: 12px;
}
.price_slider_wrapper input[readonly] {
  border: 0;
}
.price_slider_wrapper .price-numner {
  color: var(--heading);
  margin-bottom: 23px;
  display: block;
}
.price_slider_wrapper .ui-slider {
  background: #0313371a;
  height: 2px;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
  background: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor2) 100%);
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  height: 12px;
  width: 11px;
  background: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor2) 100%);
  top: -5px !important;
  display: block;
  position: absolute;
  margin-left: 0px;
  z-index: 1;
}
.price_slider_wrapper .price_slider_wrapper {
  position: relative;
  padding-top: 51px;
}
.price_slider_wrapper .price_label {
  margin-top: 19px;
}
.price_slider_wrapper .price_slider_amount input {
  display: none;
}
.price_slider_wrapper .price_slider_amount button.button {
  position: relative;
  background: var(--main);
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
  float: right;
  border: none;
  border-radius: 0;
}
.price_slider_wrapper .price_slider_amount:after {
  content: "";
  display: table;
  clear: both;
}
.widget_categories ul {
  list-style-type: none;
}
.widget_categories ul li {
  margin-bottom: 12px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0px;
}
.widget_categories ul li a {
  color: var(--text);
}
.widget_categories ul li a:hover {
  color: var(--main);
}
.autocomplete-suggestions {
  position: relative !important;
  max-height: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  animation: fadeIn 0.25s both;
}
.autocomplete-suggestion {
  clear: both;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px;
  cursor: pointer;
  transition: 0.15s ease;
  -webkit-transition: 0.15s ease;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.suggestion-thumb {
  display: inline-block;
  max-width: 60px;
  margin-right: 10px;
  vertical-align: middle;
}
.suggestion_content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
}
.searchsubmit {
  color: var(--heading);
  font-size: 20px;
  position: relative;
}
.suggestion-title {
  font-size: 16px;
  margin: 0;
}
.suggestion-price {
  font-size: 14px;
}
.view-all-results {
  display: block;
  width: 100%;
  padding: 12px 15px;
  background: var(--main);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.autocomplete-suggestions .suggestions-title {
  background: var(--heading);
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.autocomplete-suggestions p {
  cursor: pointer;
  margin: 0;
}
.autocomplete-suggestions.focus {
  display: block !important;
}
.autocomplete-suggestions.has-content {
  background: #ffffff;
  overflow: auto;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  color: var(--heading);
}
.jws-search-results.emtry {
  display: none;
}
.siderbar-inner.left {
  padding-right: 25px;
}
.siderbar-inner.right {
  padding-left: 25px;
}
.siderbar-inner .widget {
  padding-bottom: 52px;
}
.siderbar-inner .widget .widget-title {
  margin-bottom: 28px;
  line-height: 1;
}
.siderbar-inner .autocomplete-suggestion {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.sidebar-left .siderbar-inner {
  padding-right: 44px;
}
.elementor-widget-wp-widget-tag_cloud h5 {
  margin-bottom: 15px;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.elementor-widget-wp-widget-tag_cloud a {
  border: 1px solid var(--third);
  color: var(--third);
  padding: 4.5px 9px;
  display: inline-block;
  margin: 0 7.5px;
  margin-bottom: 10px;
}
.elementor-widget-wp-widget-tag_cloud a:hover {
  color: var(--heading);
  border-color: var(--heading);
}
.wc-layered-nav .chosen a .swatch:before {
  outline-color: #363636 !important;
}
.wc-layered-nav .count-atr {
  float: right;
  color: var(--third);
  width: 16px;
  text-align: center;
}
.wc-layered-nav .show-color:not(:last-child) {
  margin-bottom: 14px;
}
.wc-layered-nav .show-color a .swatch {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(208, 190, 182, 0.35);
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.wc-layered-nav .show-color a .swatch:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  outline: 1px solid transparent;
  padding: 2px;
  transition: 0.3s all;
  margin: 0 2px;
  position: absolute;
  left: -5.5px;
  top: -3.5px;
  content: "";
}
.elementor-widget-wp-widget-nav_menu ul.menu {
  list-style-type: none;
  padding: 0;
}
.elementor-widget-wp-widget-nav_menu ul.menu li {
  margin-bottom: 8px;
}
.elementor-widget-wp-widget-nav_menu ul.menu li.item-with-label a {
  padding-right: 45px;
}
.elementor-widget-wp-widget-nav_menu ul.menu li a {
  color: var(--body-color);
  position: relative;
  display: inline-block;
}
.elementor-widget-wp-widget-nav_menu ul.menu li a:hover {
  color: var(--main);
}
.elementor-widget-wp-widget-nav_menu ul.menu li a .menu-label {
  color: #ffffff;
  font-size: 13px;
  border-radius: 10px;
  padding: 0px 8px;
  position: absolute;
  top: -7px;
  right: 0;
  line-height: 19px;
  margin-left: 6px;
}
.elementor-widget-wp-widget-categories h5,
.elementor-widget-wp-widget-archives h5 {
  margin-bottom: 15px;
}
.elementor-widget-wp-widget-categories ul,
.elementor-widget-wp-widget-archives ul {
  list-style-type: none;
  padding: 0;
}
.elementor-widget-wp-widget-categories ul li:not(last-child),
.elementor-widget-wp-widget-archives ul li:not(last-child) {
  margin-bottom: 16px;
}
.elementor-widget-wp-widget-categories ul li a,
.elementor-widget-wp-widget-archives ul li a {
  position: relative;
  padding-left: 20px;
}
.elementor-widget-wp-widget-categories ul li a:before,
.elementor-widget-wp-widget-archives ul li a:before {
  width: 5px;
  height: 5px;
  background: #363636;
  transform: rotate(-45deg);
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 8px;
}
.elementor-widget-wp-widget-categories ul li a:hover,
.elementor-widget-wp-widget-archives ul li a:hover {
  padding-left: 35px;
}
.elementor-widget-wp-widget-categories ul li a:hover:before,
.elementor-widget-wp-widget-archives ul li a:hover:before {
  background: var(--main);
}
@media (max-width: 1024px) {
  .kazronduct-category-list ul li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .siderbar-inner.left,
  .siderbar-inner.right {
    padding: 0;
  }
  .kazronduct-category-list ul img {
    max-width: 80%;
  }
}
/* Widget for wordpress */
.jws_categories .cate_title {
  margin-bottom: 10px;
}
.jws_categories .jws_list_categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_categories .jws_list_categories .cat-item {
  display: flex;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a {
  color: var(--main2);
  padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a:before {
  width: 100%;
}
.jws_categories.skin_with_bg .jws_list_categories li a {
  position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a span {
  position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a:before {
  background: var(--main3);
  width: 0;
  height: 100%;
  transition: .3s all;
  content: "";
  left: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 3px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover {
  color: var(--main2);
  padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover:before {
  width: 100%;
}
.jws_categories.skin_with_border .jws_list_categories li:not(:last-child) {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
}
.jws_categories.skin_with_border .jws_list_categories li a {
  z-index: 1;
  position: relative;
}
.jws_categories.skin_with_border .jws_list_categories li a:hover {
  color: var(--main);
}
.jws_categories.skin_with_icon .jws_list_categories li {
  font-family: var(--font1);
  font-size: 14px;
  color: #848484;
  margin-bottom: 8px;
}
.jws_categories.skin_with_icon .jws_list_categories li.current-cat a {
  color: var(--main);
}
.jws_categories.skin_with_icon .jws_list_categories li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 32px;
  vertical-align: middle;
}
.jws_categories.skin_with_icon .jws_list_categories li a {
  color: var(--colorbody);
}
.jws_categories.skin_with_icon .jws_list_categories li a:hover {
  color: var(--main);
}
.widget_product_tag_cloud .tag_title,
.tagcloud-list .tag_title {
  margin-bottom: 20px;
}
.widget_product_tag_cloud a,
.tagcloud-list a {
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px 8px 0;
  border-radius: 5px;
  font-weight: 500;
  background: #0313371a;
}
.widget_product_tag_cloud a:hover,
.tagcloud-list a:hover {
  color: #fff;
  background: var(--main);
}
.elementor-widget-wp-widget-archives ul li a {
  border: 1px solid rgba(66, 84, 102, 0.2);
  padding: 5px 15px;
}
.elementor-widget-wp-widget-archives ul li a:hover {
  color: var(--text);
}
.archive-list {
  list-style-type: none;
  padding: 0;
}
.archive-list a {
  transition: all 0.3s;
}
.archive-list a:hover {
  color: var(--main);
}
/* Single*/
.product-share {
  letter-spacing: 7px;
  display: inline-block;
  position: relative;
}
.product-share a:hover {
  color: var(--main);
}
.single-projects-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.single-projects-container a {
  display: inline-block;
}
.single-projects-container .content_overview p {
  margin-bottom: 0;
}
.single-projects-container .jws_portfolio_wap {
  margin-bottom: 30px;
}
.single-projects-container .thumbnail-slider {
  padding: 30px;
  background: #f6f6f6;
  margin-top: 30px;
}
.single-projects-container .thumbnail-slider .thumbnail_post {
  padding: 0 10px;
}
.single-projects-container .horizontal_slider .horizontal_slider_content {
  margin: 0 -5px;
}
.single-projects-container .horizontal_slider .jws-carousel-btn.prev-item {
  left: 30px;
}
.single-projects-container .horizontal_slider .jws-carousel-btn.next-item {
  right: 30px;
}
.single-projects-container .horizontal_slider .jws_portfolio_inner {
  padding: 0 5px;
}
.single-projects-container .horizontal_slider .jws_portfolio_inner img {
  height: 800px;
  width: auto;
}
.single-projects-container .slider .jws-carousel-btn.prev-item {
  left: -15px;
}
.single-projects-container .slider .jws-carousel-btn.next-item {
  right: -15px;
}
.single-projects-container .slider .jws_portfolio_inner {
  background-position: center;
  background-size: cover;
  height: 800px;
}
.single-projects-container .jws_portfolio_inner {
  position: relative;
}
.single-projects-container.layout1 .gallery .jws_portfolio_inner {
  overflow: hidden;
}
.single-projects-container.layout1 .gallery .jws_portfolio_inner::before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0;
  transition: .4s all;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(0.7);
}
.single-projects-container.layout1 .gallery .jws_portfolio_inner img {
  transition: all 0.4s ease-in-out;
}
.single-projects-container.layout1 .gallery .jws_portfolio_inner:hover::before {
  opacity: 0.7;
  transform: scale(1);
}
.single-projects-container.layout1 .gallery .jws_portfolio_inner:hover img {
  transform: scale(1.1);
}
.single-projects-container.layout1 .portfolio_infor {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  padding: 30px 35px;
  margin-top: 6px;
  overflow: auto;
}
.single-projects-container.layout1 .portfolio_infor div {
  margin-bottom: 14px;
}
.single-projects-container.layout1 .portfolio_infor span,
.single-projects-container.layout1 .portfolio_infor a {
  font-size: 13px;
  font-style: italic;
}
.single-projects-container.layout2 .project_bottom {
  display: none;
}
.single-projects-container.layout2 .jws_portfolio_wap {
  margin-bottom: 65px;
}
.single-projects-container.layout2 .jws_portfolio_wap.selected .checked {
  opacity: 1;
}
.single-projects-container.layout2 .jws_portfolio_wap.selected .add_selected i::before {
  content: "\F462";
}
.single-projects-container.layout2 .jws_portfolio_inner:hover .jws_portfolio_image::before {
  opacity: 0.7;
  transform: scale(1);
}
.single-projects-container.layout2 .jws_portfolio_inner:hover .proof_action {
  opacity: 1;
}
.single-projects-container.layout2 .entry-title {
  margin-bottom: 32px;
}
.single-projects-container.layout2 .proof_button {
  margin-top: 70px;
  margin-bottom: 100px;
  display: inline-block;
  position: relative;
}
.single-projects-container.layout2 .proof_button > span {
  position: absolute;
  top: -13px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: inherit;
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
.single-projects-container.layout2 .info {
  color: var(--heading);
}
.single-projects-container.layout2 .jws_proof_dowload {
  width: 240px;
  height: 70px;
  color: var(--btn-bgcolor);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #d7d7d7;
  background: transparent;
}
.single-projects-container.layout2 .jws_proof_dowload[disabled] {
  cursor: not-allowed;
}
.single-projects-container.layout2 .jws_proof_dowload:before {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: var(--btn-bgcolor);
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: -1;
}
.single-projects-container.layout2 .jws_proof_dowload:hover {
  color: #fff;
  border: 1px solid var(--btn-bgcolor);
}
.single-projects-container.layout2 .jws_proof_dowload:hover:before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.single-projects-container.layout2 .project_content {
  text-align: center;
}
.single-projects-container.layout2 .portfolio_infor {
  line-height: 1;
  letter-spacing: 1px;
}
.single-projects-container.layout2 .portfolio_infor div {
  display: inline-block;
}
.single-projects-container.layout2 .meta_data_client {
  padding: 0 25px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #000;
  margin: 0 25px;
}
.single-projects-container.layout2 .label {
  font-size: 13px;
  margin-right: 10px;
}
.single-projects-container.layout2 .checked {
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--light);
  transition: 0.3s all;
  opacity: 0;
  z-index: 2;
}
.single-projects-container.layout2 .proof_action {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  display: table;
  z-index: 1;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.single-projects-container.layout2 .add_selected {
  font-size: 36px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  line-height: 50px;
}
.single-projects-container.layout2 .id_proof {
  font-size: 24px;
  font-family: var(--font3);
  font-weight: var(--fontweight3);
  color: var(--text);
  text-align: center;
  padding: 15px 0;
  box-shadow: 0px 5px 5.34px 0.66px rgba(0, 0, 0, 0.03);
}
.single-projects-container.layout2 .jws_portfolio_image {
  position: relative;
  overflow: hidden;
}
.single-projects-container.layout2 .jws_portfolio_image::before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0;
  transition: .4s all;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(0.7);
}
.single-projects-container .entry-title {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Crimson Text';
  margin-bottom: 20px;
}
.single-projects-container .share {
  color: #000;
  margin-top: 20px;
}
.single-projects-container .share .product-share {
  font-size: 12px;
}
.single-projects-container .label_share {
  font-size: 18px;
  margin-right: 15px;
}
.single-projects-container .entry-like {
  margin-right: 50px;
}
.single-projects-container .project_exerpt {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-projects-container .project_global .label {
  font-size: 16px;
  color: var(--heading);
  margin-bottom: 5px;
  text-decoration: underline;
}
.single-projects-container .project_global .addthis_inline_share_toolbox a {
  color: var(--heading);
}
.single-projects-container .project_global a {
  color: var(--text);
}
.single-projects-container .project_global a:hover {
  color: var(--main);
}
.single-projects-container .project_exerpt {
  margin-top: 65px;
}
.single-projects-container .jws-carousel-btn {
  transform: translatey(-50%);
  font-size: 48px;
}
.single-projects-container .jws-carousel-btn:hover {
  opacity: 0.7;
}
.project_bottom {
  margin-top: 132px;
}
.nav_change_project {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_change_project a {
  padding: 22px 35px;
  position: relative;
  border: 1px solid #d7d7d7;
  color: var(--btn-bgcolor);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 600;
}
.nav_change_project a:before {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: var(--btn-bgcolor);
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: -1;
}
.nav_change_project a:hover {
  color: #fff;
  border: 1px solid var(--btn-bgcolor);
}
.nav_change_project a:hover:before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.nav_change_project a.left i {
  margin-right: 10px;
}
.nav_change_project a.left i::after {
  right: 0;
}
.nav_change_project a.left:hover i {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.nav_change_project a.right {
  text-align: right;
}
.nav_change_project a.right i {
  margin-left: 10px;
}
.nav_change_project a.right i::after {
  left: -3px;
}
.nav_change_project a.right:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.nav_change_project a .content_nav p {
  margin: 0px;
}
.nav_change_project a .content_nav i {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .single-projects-container.layout2 .jws_portfolio_wap {
    margin-bottom: 24px;
  }
  .carousel_portfolio .elementor-swiper:nth-child(2n+1) {
    padding: 20px;
  }
  .single-projects-container .horizontal_slider .jws_portfolio_inner img {
    height: 350px;
  }
  .single-projects-container .slider .jws_portfolio_inner {
    height: 350px;
  }
  .single-projects-container .thumbnail-slider {
    padding: 20px;
    margin-top: 20px;
  }
  .single-projects-container .thumbnail-slider .thumbnail_post {
    padding: 0 5px;
  }
  .nav_change_project a {
    padding: 22px 16px;
    font-size: 12px;
  }
  .project_bottom {
    margin-top: 40px;
  }
  .single-projects-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .single-projects-container .project_global {
    padding-bottom: 40px;
    padding-left: 0;
  }
  .single-projects-container .project_exerpt {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .single-projects-container .project_global,
  .single-projects-container .content_overview {
    flex: 0 100%;
  }
}
@media (min-width: 768px) {
  .single-projects-container .project_global strong {
    margin-right: 16px;
  }
  .single-projects-container .content_overview {
    flex: 0 72%;
  }
  .single-projects-container .project_global {
    flex: 0 25%;
    padding-left: 30px;
  }
}
.single-gallery-container {
  margin-top: 90px;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .single-gallery-container {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.single-blog {
  padding: 100px 0 100px;
}
.single-blog .jws-post-link h1,
.single-blog .jws-post-quote h1 {
  padding: 0 50px;
  font-size: 24px;
  font-family: var(--font3);
}
.single-blog .comment-form-author {
  order: 2;
}
.single-blog .comment-form-email {
  order: 3;
}
.single-blog .meta_infor {
  margin-top: 22px;
}
.single-blog.sidebar_right .post_content {
  padding-right: 10px;
}
.single-blog.sidebar_left .post_content {
  padding-left: 10px;
}
.single-blog .jws-post-author {
  text-transform: capitalize;
}
.single-blog .jws-post-author img {
  border-radius: 100%;
  margin-right: 16px;
  display: inline-block;
}
.single-blog article {
  box-shadow: 0px 5px 17.8px 2.2px rgba(0, 0, 0, 0.05);
}
.single-blog .entry_content {
  padding: 35px 50px 0px;
}
.single-blog .jws_post_content {
  padding-top: 0;
}
.single-blog.layout_layout1 .post_thumbnail {
  position: relative;
  overflow: hidden;
}
.single-blog.layout_layout1 .excerpt {
  margin-bottom: 15px;
}
.single-blog.layout_layout1 .jws-post-quote .quote_name {
  font-size: 15px;
  color: var(--main);
  font-family: var(--font2);
  font-weight: 300;
  letter-spacing: 1px;
}
.single-blog.layout_layout1 .jws-post-quote,
.single-blog.layout_layout1 .jws-post-link {
  border: 2px solid var(--main);
  padding: 9% 6%;
}
.single-blog.layout_layout1 .jws-post-quote .post_title,
.single-blog.layout_layout1 .jws-post-link .post_title {
  font-size: 28px;
  line-height: 37.2px;
}
.single-blog.layout_layout1 .jws-post-quote .link_icon,
.single-blog.layout_layout1 .jws-post-link .link_icon {
  font-size: 8rem;
  left: 7%;
  top: 30%;
  opacity: 0.05;
  display: block;
  position: absolute;
}
.single-blog.layout_layout1 header .jws-post-info {
  padding-right: 60px;
}
.single-blog.layout_layout2 article {
  padding-top: 35px;
}
.single-blog.layout_layout2 header {
  text-align: center;
}
.single-blog.layout_layout2 header .jws_post_meta {
  position: relative;
}
.single-blog.layout_layout2 .meta_infor {
  margin-top: 15px;
  margin-bottom: 33px;
  justify-content: center;
}
.single-blog header .meta_infor a,
.single-blog header .meta_infor span {
  color: var(--text);
}
.single-blog .entry_content {
  position: relative;
}
.single-blog .single_post_meta {
  border-top: 1px solid #ececec;
  padding: 46px 0;
  margin-top: 42px;
}
.single-blog .single_post_meta div {
  display: inline-block;
}
.single-blog .single_post_meta .blog-like {
  width: 15.33%;
  display: inline-block;
  text-align: right;
}
.single-blog .single_post_meta .blog-like div {
  display: inline-block;
}
.single-blog .single_post_meta .blog-like i {
  color: var(--main);
  display: inline-block;
  margin-right: 10px;
}
.single-blog .single_post_meta .blog-like .entry-like {
  margin-right: 20px;
}
.single-blog .single_post_meta .post-tags {
  width: 45.33%;
  display: inline-block;
  text-align: center;
}
.single-blog .single_post_meta .post-tags a {
  color: var(--text);
  text-decoration: underline;
}
.single-blog .single_post_meta .post-tags a:hover {
  color: var(--main);
}
.single-blog footer {
  clear: both;
}
.single-blog .content-before-footer {
  padding-top: 30px;
}
.single-blog header .jws_post_image {
  position: relative;
  overflow: hidden;
}
.single-blog header .jws_post_image img {
  width: 100%;
}
.single-blog .jws_share_post {
  width: 36.33%;
}
.single-blog .jws_share_post .product-share {
  margin: 0;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 5px;
}
.single-blog .jws_share_post .product-share .label {
  letter-spacing: 0.3px;
}
.single-blog .jws_share_post .product-share .label i {
  display: inline-block;
  margin-right: 10px;
  color: var(--main);
}
.single-blog .jws_share_post .product-share a {
  font-size: 12px;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox {
  word-spacing: 22px;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox a {
  display: inline-block;
}
.single-blog .header_title .entry-title {
  font-size: 24px;
  margin-top: 8px;
  font-weight: 500;
}
.single-blog .entry-comment .jws-comment {
  vertical-align: middle;
  margin-right: 7px;
}
.single-blog .entry-comment .jws-comment:before {
  content: url("https://kbsvisuals.com/wp-content/themes/kazron/assets/image/Chat.svg");
}
.single-blog .post_author {
  margin-right: 30px;
}
.single-blog .post_author a img {
  border-radius: 100%;
  margin-right: 13px;
}
.single-blog .post_author a span {
  color: var(--body);
}
.single-blog .post-share {
  text-align: right;
  margin-top: 5px;
}
.single-blog .post-share .addthis_button_more {
  padding-bottom: 4px;
}
.single-blog .post-share a {
  display: inline-block;
  vertical-align: middle;
}
.single-blog .post-share a i {
  font-size: 18px;
  margin-right: 10px;
}
.single-blog .post-share a .fa-plus {
  font-size: 12px;
  margin-right: 0;
}
.single-blog .post-share a:not(:last-child) {
  margin-right: 15px;
}
.single-blog .post-share a:hover {
  color: var(--main);
}
.single-blog .post-about-author {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  margin-top: 100px;
}
.single-blog .post-about-author .post-author-info {
  padding: 24px 0;
}
.single-blog .post-about-author .label {
  display: none;
}
.single-blog .post-about-author .at-job {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}
.single-blog .post-about-author .post-author-avatar {
  padding-right: 32px;
}
.single-blog .post-about-author .post-author-avatar img {
  max-width: 190px;
}
.single-blog .post-about-author .at-name {
  margin-bottom: 6px;
}
.single-blog .post-about-author .at-name a:hover {
  color: var(--main);
}
.single-blog .post-about-author .description {
  margin-bottom: 15px;
}
.single-blog .post-about-author .icon-author a {
  margin-right: 6px;
}
.single-blog .post-about-author .icon-author a:hover {
  color: var(--main);
}
.single-blog .post-navigation {
  margin-top: 62px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.single-blog .post-navigation .thumbnail_nav {
  width: 240px;
  display: inline-block;
}
.single-blog .post-navigation .text-nav .content_nav {
  display: none;
  width: 40%;
}
.single-blog .post-navigation .text_top {
  font-size: 16px;
  text-align: center;
  border: 1px solid #dedede;
  margin: 0;
  padding: 22px 0;
  color: var(--main);
}
.single-blog .post-navigation .blog-innfo {
  font-size: 12px;
  font-weight: 400;
}
.single-blog .post-navigation .blog-innfo a {
  color: var(--text);
}
.single-blog .post-navigation .blog-innfo a:hover {
  color: var(--main);
}
.single-blog .post-navigation .blog-innfo h6,
.single-blog .post-navigation .blog-innfo div {
  display: inline-block;
}
.single-blog .post-navigation .blog-innfo h6 span,
.single-blog .post-navigation .blog-innfo div span {
  margin-right: 10px;
}
.single-blog .post-navigation .content_nav a:hover .content_nav {
  display: inline-block;
  animation: fadeIn 0.7s both;
  -webkit-animation: fadeIn 0.7s both;
}
.single-blog .post-navigation .left .text_top span,
.single-blog .post-navigation .right .text_top span {
  display: inline-block;
}
.single-blog .post-navigation > div.left .thumbnail_nav {
  margin-right: 27px;
}
.single-blog .post-navigation > div.left .text_top span {
  margin-right: 10px;
}
.single-blog .post-navigation > div.right .thumbnail_nav {
  margin-left: 27px;
}
.single-blog .post-navigation > div.right .content_nav {
  text-align: right;
}
.single-blog .post-navigation > div.right .content_nav a:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.single-blog .post-navigation > div.right .content_nav .text_top span {
  margin-left: 10px;
}
.single-blog .post-navigation .content_nav a:hover span {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.single-blog .post-navigation .title {
  margin-top: 6px;
  transition: all 0.3s;
}
.post-related {
  padding: 0;
  margin-top: 96px;
}
.post-related .related_post_heading {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.post-related .post_related_slider {
  padding: 0;
  margin-bottom: -5px;
}
.post-related .post_related_slider .entry-title {
  line-height: 24px;
}
.post-related .post_related_slider .meta_infor {
  margin-top: 14px;
}
.post-related .post_related_slider .jws_post_image {
  margin-top: 22px;
}
.post-related .post_related_slider .jws_post_wap {
  padding-bottom: 0;
}
.post-related .post_related_slider:hover .jws-carousel-btn {
  opacity: 1;
  transform: translatex(0) !important;
}
.post-related .post_related_slider.slick-initialized .slick-slide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.post-related .post_related_slider .jws_blog_item {
  margin-bottom: 0;
}
.post-related .post_related_slider .slick-dots {
  margin-top: 20px;
}
.post-related .post_related_slider .slick-dots li {
  display: inline-block;
}
.post-related .post_related_slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.post-related .post_related_slider .slick-dots li button::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  background: var(--heading);
  top: 5px;
}
.post-related .post_related_slider .slick-dots li.slick-active button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid var(--heading);
  border-radius: 50%;
}
.post-related .post_related_slider .slick-dots li.slick-active button::after {
  background: var(--heading);
  opacity: 1;
}
.comments-area {
  margin-top: 75px;
}
.comments-area .section_user_comment {
  background: #fafafa;
  padding-top: 96px;
  padding-bottom: 72px;
}
.comments-area .comment_top .comments-title {
  margin-bottom: 64px;
  font-size: 24px;
  text-align: center;
}
.comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list .comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list li ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list li .children {
  padding-left: 35px;
}
.comments-area .comment_top .comment-list li .comment-body {
  margin-bottom: 24px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  max-width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  padding-right: 30px;
  width: 100%;
}
.comments-area .comment_top .comment-list li .comment-body .title-review {
  margin-bottom: -5px;
}
.comments-area .comment_top .comment-list li .comment-body .author-info {
  margin-top: -7px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info {
  width: calc(100% - 130px);
  display: inline-block;
  position: relative;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-author {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 30px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply {
  margin-top: 10px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a {
  font-size: 14px;
  color: var(--text);
  transition: all 0.3s;
  margin-top: 6px;
  background: #ebebeb;
  padding: 5px 26px;
  display: inline-block;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info p {
  margin: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info > p:last-child {
  margin: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
  margin-bottom: 6px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  font-size: 12px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date i {
  display: inline-block;
  margin-right: 10px;
}
.comments-area .comment-respond {
  margin-top: 60px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  margin: 0;
  vertical-align: middle;
  display: inline;
  color: var(--heading);
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}
.comments-area .comment-respond #cancel-comment-reply-link {
  color: var(--heading);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10px;
}
.comments-area .comment-respond #cancel-comment-reply-link:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comments-area .comment-respond .comment-form .logged-in-as > a:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form .comment-form-comment2 {
  order: 3;
  width: 100%;
}
.comments-area .comment-respond .comment-form p {
  margin: 0;
}
.comments-area .comment-respond .comment-form p.comment-form-comment {
  order: 1;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent {
  order: 3;
  margin-top: 15px;
  width: 100%;
  display: none;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  display: inline-block;
  position: relative;
  accent-color: var(--main);
}
.comments-area .comment-respond .comment-form p.form-submit {
  text-align: center;
  order: 4;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: var(--heading);
}
.comments-area .comment-respond .comment-form p.form-submit:before,
.comments-area .comment-respond .comment-form p.form-submit:after {
  content: "";
  position: absolute;
  transition: 0.4s all;
}
.comments-area .comment-respond .comment-form p.form-submit:before {
  border: 1px solid #cecece;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.comments-area .comment-respond .comment-form p.form-submit:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-bgcolor);
  transform: scale(0.1, 1);
  opacity: 0;
}
.comments-area .comment-respond .comment-form p.form-submit:hover:before {
  transform: scale(0);
}
.comments-area .comment-respond .comment-form p.form-submit:hover:after {
  opacity: 1;
  transform: scale(1, 1);
}
.comments-area .comment-respond .comment-form input[type="text"] {
  margin-bottom: 16px;
}
.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 20px 28px;
  margin-bottom: 25px;
  font-style: italic;
  min-height: 70px;
  background: #fafafa;
  border-radius: 0;
  color: var(--heading);
}
.comments-area .comment-respond .comment-form input[type="text"]::placeholder,
.comments-area .comment-respond .comment-form textarea::placeholder {
  color: var(--text);
}
.comments-area .comment-respond .comment-form textarea {
  height: 180px;
}
.comments-area .comment-respond .comment-form .comment-form-url {
  order: 3;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
  vertical-align: middle;
}
.comments-area .comment-respond .comment-form .row {
  width: calc(100% + 25px);
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 62px;
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 100%;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  margin-bottom: 18px;
}
.comments-area .comment-respond .comment-form .submit {
  color: var(--btn-color);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  border: 0;
  padding: 24px 66px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.jws-blog-element.post-related .post_related_slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .single-blog.no_sidebar .post-navigation .text-nav .content_nav {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    padding-right: 0;
  }
  .single-blog .post-navigation .content_nav a:hover .content_nav {
    display: none;
  }
  .single-blog.sidebar_right .post_content {
    padding-right: 15px;
  }
  .single-blog.sidebar_left .post_content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .single-blog.sidebar_left > .container > .row {
    flex-direction: column-reverse;
  }
  .single-blog .post_sidebar {
    margin-top: 50px;
  }
  .single-blog.layout_layout1 header .jws-post-info {
    padding-right: 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 476px) {
  .single-blog .post_share.jws_sticky.post_share {
    display: none;
  }
}
@media (max-width: 767px) {
  .single-blog .entry_content {
    padding: 35px 24px 0px;
  }
  .comments-area,
  .post-related {
    margin-top: 60px;
  }
  .comments-area .section_user_comment {
    padding: 60px 0;
  }
  .comments-area .comment_top {
    margin-bottom: 40px;
  }
  .comments-area .comment_top .comments-title {
    margin-bottom: 40px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-author {
    margin-right: 10px;
    font-size: 14px;
  }
  .single-blog {
    padding: 60px 0 60px;
  }
  .single-blog .post-about-author {
    margin-top: 60px;
    flex-wrap: wrap;
    padding: 30px;
    text-align: center;
    justify-content: center;
  }
  .single-blog .post-about-author .post-author-avatar {
    padding-right: 0;
  }
  .single-blog .post-about-author .post-author-info {
    padding: 0;
  }
  .single-blog .entry_content .single_post_meta {
    text-align: center;
  }
  .single-blog .entry_content .single_post_meta > div {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .single-blog .entry_content .single_post_meta .blog-like {
    text-align: center;
  }
  .single-blog .post-navigation {
    margin-top: 50px;
  }
  .single-blog .post-navigation .thumbnail_nav {
    width: 140px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .single-blog .entry_title {
    font-size: 18px;
    line-height: 30px;
  }
  .single-blog .post-bottom .entry-comment {
    margin-right: 15px;
  }
  .single-blog .post-share {
    text-align: left;
  }
  .single-blog .post-about-author .post-author-avatar img {
    margin-bottom: 30px;
  }
  .single-blog .post-navigation .content_nav {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .single-blog .post-navigation > a {
    margin: 15px 0;
    margin-left: -3px;
    position: unset;
  }
}
@media (max-width: 599px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    display: block;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    max-width: 100%;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info::before {
    opacity: 0;
  }
  .comments-area .comment_top .comment-list li .children {
    padding-left: 24px;
  }
}
/* Button */
.wpcf7-list-item {
  margin: 0 1em 0 0;
}
.elementor-button-wrapper {
  display: block;
}
span[for="check_box"] {
  font-weight: 400;
}
.subscribe_form .elementor-button,
.button-box_button .elementor-button {
  background: var(--heading);
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
}
.subscribe_form .elementor-button:before,
.button-box_button .elementor-button:before,
.subscribe_form .elementor-button:after,
.button-box_button .elementor-button:after {
  content: "";
  position: absolute;
  transition: 0.4s all;
}
.subscribe_form .elementor-button:before,
.button-box_button .elementor-button:before {
  border: 1px solid #cecece;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.subscribe_form .elementor-button:after,
.button-box_button .elementor-button:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-bgcolor);
  transform: scale(0.1, 1);
  opacity: 0;
}
.subscribe_form .elementor-button:hover:after,
.button-box_button .elementor-button:hover:after {
  opacity: 1;
  transform: scale(1, 1);
}
.subscribe_form .elementor-button:hover:before,
.button-box_button .elementor-button:hover:before {
  transform: scale(0);
}
#jws_btn_defautl {
  border-radius: 0;
  font-size: 14px;
  font-family: var(--font2);
  font-weight: 500;
  display: inline-block;
  color: var(--btn-color);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  border: none;
  padding: 26px 58px;
  text-transform: uppercase;
  background: var(--btn-bgcolor);
  overflow: hidden;
}
#jws_btn_defautl > span {
  z-index: 2;
  position: relative;
}
#jws_btn_defautl::before,
#jws_btn_defautl::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#jws_btn_defautl::before {
  height: 155px;
  opacity: 0;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  left: -50%;
}
#jws_btn_defautl::after {
  height: 20rem;
  opacity: 0;
  top: -100px;
  transform: rotate(35deg);
  width: 8rem;
  left: -100%;
}
#jws_btn_defautl:hover::before {
  left: 120%;
  opacity: 0.2;
}
#jws_btn_defautl:hover::after {
  left: 200%;
  opacity: .2;
}
input[type="submit"] .btn-main.elementor-button,
.button .btn-main.elementor-button,
.single_add_to_cart_button .btn-main.elementor-button,
button .btn-main.elementor-button,
.jws_post_readmore .btn-main.elementor-button,
.button-defautl .btn-main.elementor-button {
  border-radius: 0;
  display: inline-block;
  color: var(--btn-color);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  padding: 26px 58px;
  text-transform: uppercase;
  background: var(--btn-bgcolor);
  overflow: hidden;
}
input[type="submit"] .btn-main.elementor-button > span,
.button .btn-main.elementor-button > span,
.single_add_to_cart_button .btn-main.elementor-button > span,
button .btn-main.elementor-button > span,
.jws_post_readmore .btn-main.elementor-button > span,
.button-defautl .btn-main.elementor-button > span {
  z-index: 2;
  position: relative;
}
input[type="submit"] .btn-main.elementor-button::before,
.button .btn-main.elementor-button::before,
.single_add_to_cart_button .btn-main.elementor-button::before,
button .btn-main.elementor-button::before,
.jws_post_readmore .btn-main.elementor-button::before,
.button-defautl .btn-main.elementor-button::before,
input[type="submit"] .btn-main.elementor-button::after,
.button .btn-main.elementor-button::after,
.single_add_to_cart_button .btn-main.elementor-button::after,
button .btn-main.elementor-button::after,
.jws_post_readmore .btn-main.elementor-button::after,
.button-defautl .btn-main.elementor-button::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
input[type="submit"] .btn-main.elementor-button::before,
.button .btn-main.elementor-button::before,
.single_add_to_cart_button .btn-main.elementor-button::before,
button .btn-main.elementor-button::before,
.jws_post_readmore .btn-main.elementor-button::before,
.button-defautl .btn-main.elementor-button::before {
  height: 155px;
  opacity: 0;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  left: -50%;
}
input[type="submit"] .btn-main.elementor-button::after,
.button .btn-main.elementor-button::after,
.single_add_to_cart_button .btn-main.elementor-button::after,
button .btn-main.elementor-button::after,
.jws_post_readmore .btn-main.elementor-button::after,
.button-defautl .btn-main.elementor-button::after {
  height: 20rem;
  opacity: 0;
  top: -100px;
  transform: rotate(35deg);
  width: 8rem;
  left: -100%;
}
input[type="submit"] .btn-main.elementor-button:hover::before,
.button .btn-main.elementor-button:hover::before,
.single_add_to_cart_button .btn-main.elementor-button:hover::before,
button .btn-main.elementor-button:hover::before,
.jws_post_readmore .btn-main.elementor-button:hover::before,
.button-defautl .btn-main.elementor-button:hover::before {
  left: 120%;
  opacity: 0.2;
}
input[type="submit"] .btn-main.elementor-button:hover::after,
.button .btn-main.elementor-button:hover::after,
.single_add_to_cart_button .btn-main.elementor-button:hover::after,
button .btn-main.elementor-button:hover::after,
.jws_post_readmore .btn-main.elementor-button:hover::after,
.button-defautl .btn-main.elementor-button:hover::after {
  left: 200%;
  opacity: .2;
}
.button-with_border .btn-main.elementor-button,
.button-with_border .jws-cf7-style .wpcf7-submit {
  border-radius: 0;
  font-weight: 500;
  color: var(--btn-bgcolor);
  font-size: 16px;
  padding: 25px 58px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #dfdfdf;
  background: transparent;
}
.button-with_border .btn-main.elementor-button > span,
.button-with_border .jws-cf7-style .wpcf7-submit > span {
  z-index: 1;
  position: relative;
}
.button-with_border .btn-main.elementor-button::before,
.button-with_border .jws-cf7-style .wpcf7-submit::before {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: var(--btn-bgcolor);
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
}
.button-with_border .btn-main.elementor-button:hover,
.button-with_border .jws-cf7-style .wpcf7-submit:hover {
  color: var(--btn-color);
  border: 1px solid #dfdfdf;
}
.button-with_border .btn-main.elementor-button:hover::before,
.button-with_border .jws-cf7-style .wpcf7-submit:hover::before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7-list-item-label::before {
  cursor: pointer;
  position: absolute;
  left: 0;
}
.jws-cf7-check-yes .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  content: "\F33E";
  font-family: 'jws_icon';
}
.wpcf7-list-item > label {
  display: flex;
}
.wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 18px;
}
.elementor-button {
  position: relative;
  font-style: normal;
  font-size: 16px;
  padding: 26px 58px;
  text-transform: uppercase;
  overflow: hidden;
}
.elementor-button .elementor-button-icon {
  font-weight: 400;
}
.elementor-button span {
  z-index: 2;
}
.button-text .elementor-button {
  background: transparent;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-content-wrapper .elementor-button-text {
  flex-grow: inherit;
}
.jws-button a#custom-buttonbr {
  overflow: hidden;
}
/* Woocommerce */
/* Dark Page*/
body.dark_page {
  background: #000;
}
body.dark_page .shop-page .jws-products-load-more {
  border-color: #d7d7d7;
  color: #fff;
}
body.dark_page .shop-page span.jws-product-loaded,
body.dark_page .shop-page .price,
body.dark_page .shop-page .woocommerce-loop-product__title a {
  color: #fff;
}
body.dark_page .shop-page .show_filter_shop {
  color: #fff;
}
body.dark_page .shop-page .jws-filter-modal .widget-title {
  color: #fff;
}
body.dark_page .shop-page .jws-filter-modal a {
  color: #fff !important;
}
body.dark_page .shop-page .jws-filter-modal.sidebar_top .modal-content {
  background: var(--heading);
  border-color: #6f6f6f;
}
body.dark_page .shop-page .jws-filter-modal #remove-filter-actived {
  color: var(--main) !important;
}
.ct_ul_ol {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
.ct_ul_ol li {
  display: inline-block;
}
.jws_pr_labels {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.jws_pr_labels .jws_pr_label {
  font-family: var(--font2);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #ff0000;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 10px;
  margin-right: 10px;
}
.jws_pr_labels .jws_pr_label.out-of-stock {
  background: #ffc107;
  color: #000000;
}
.woocommerce-result-count {
  color: var(--heading);
  font-size: 13px;
  margin: 0;
  vertical-align: bottom;
  margin-right: 16px;
}
.shop-nav-top {
  align-items: center;
}
.shop-nav-top nav.woocommerce-pagination {
  width: 100%;
  text-align: center;
}
.jws_single_count_down {
  text-align: center;
  position: absolute;
  bottom: 14px;
  left: 12px;
}
.jws_single_count_down .count_down {
  border: 1px solid var(--main);
  backdrop-filter: blur(5px);
  min-width: 165px;
  display: inline-block;
  position: relative;
  background: #ffffff80;
  border-radius: 5px;
  padding: 0px 0 0px 16px;
}
.jws_single_count_down .count_down img {
  position: absolute;
  left: 4px;
  bottom: 3px;
  width: 16px;
}
.jws_single_count_down .jws-sale-time {
  font-family: 'Grifter';
  font-size: 14px;
  color: var(--heading);
}
.jws_single_count_down .jws-sale-time > span {
  vertical-align: middle;
  margin: 0 2px;
}
.jws_single_count_down .jws-box-countdown {
  display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  min-width: 20%;
  text-align: center;
}
.jws_single_count_down .jws-box-countdown p {
  margin: 0;
}
.no-products {
  text-align: center;
}
.no-products i {
  font-size: 70px;
  margin-bottom: 25px;
  display: block;
}
.jws-product-categories {
  margin-right: 18px;
}
.jws-ntf-state,
.jws-product-categories {
  display: inline-block;
  min-width: 135px;
}
.jws-ntf-state .select2-selection--single,
.jws-product-categories .select2-selection--single {
  padding: 5px 46px 5px 15px;
}
.jws-ntf-state .select2-selection--single .select2-selection__arrow b:before,
.jws-product-categories .select2-selection--single .select2-selection__arrow b:before {
  font-size: 12px;
}
.woocommerce-page .shop-page:not(.products-wrap) {
  padding: 60px 0 90px;
}
.products-wrap > .loader {
  top: 100px;
  transform: translate(-50%);
}
.shop-page.sidebar_top .shop-nav-top > .woo_top_filter,
.shop-page.sidebar_top .shop-nav-top > .woocommerce-ordering {
  display: none;
}
.shop-page .shop-sidebar.top {
  width: 100%;
}
.shop-page .show_filter_shop {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--heading);
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.shop-page .show_filter_shop.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.shop-page .show_filter_shop.active i:before {
  content: "\f463";
}
.shop-page .show_filter_shop i {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.shop-page .jws-filter-modal {
  display: none;
  position: relative;
  z-index: 1;
}
.shop-page .jws-filter-modal.sidebar_top .woocommerce-ordering {
  float: unset;
}
.shop-page .jws-filter-modal.sidebar_top .remove_filter ul li a::after {
  font-weight: 500;
  content: "\f2d7";
  font-family: "Ionicons";
  padding-left: 5px;
}
.shop-page .jws-filter-modal.sidebar_top #remove-filter-actived {
  color: var(--main);
  display: inline-block;
  margin-top: 38px;
  position: relative;
}
.shop-page .jws-filter-modal.sidebar_top #remove-filter-actived i {
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
}
.shop-page .jws-filter-modal.sidebar_top #remove-filter-actived::before {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  content: '';
  background: var(--main);
  transition: all 0.3s;
}
.shop-page .jws-filter-modal.sidebar_top #remove-filter-actived:hover::before {
  width: 0;
  right: 0;
  left: auto;
}
.shop-page .jws-filter-modal.sidebar_top .modal-content {
  box-shadow: 0px 5px 13.35px 1.65px rgba(0, 0, 0, 0.03);
  border: 1px solid #d7d7d7;
  padding: 48px 0 32px;
  margin-bottom: 70px;
}
.shop-page .jws-filter-modal.sidebar_top .modal-content .remove_filter {
  float: right;
  position: relative;
  width: 20%;
  padding: 0 40px;
}
.shop-page .jws-filter-modal.sidebar_top .modal-content section {
  padding-bottom: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
}
.shop-page .jws-filter-modal.sidebar_top .shop-filter-actived {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  border-right: 1px solid #d7d7d7;
}
.shop-page .jws-filter-modal .modal-top {
  display: none;
  margin-bottom: 34px;
}
.shop-page .jws-filter-modal .modal-top .modal-title {
  font-weight: 500;
  color: var(--heading);
}
.shop-page .jws-filter-modal .modal-top .modal-close {
  color: var(--third);
  font-size: 14px;
  float: right;
}
.shop-page .jws-filter-modal .modal-top .modal-close:after {
  content: '\e814';
  font-family: "jws_icon";
  margin-left: 4px;
  font-size: 22px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}
.shop-page .jws-filter-modal .widget-title.close:before {
  transform: rotate(180deg);
  transition-delay: 0.05s;
}
.shop-page .jws-filter-modal .widget-title.close:after {
  transform: rotate(180deg);
}
.shop-page .jws-filter-modal .widget-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 28px;
}
.shop-page .jws-filter-modal .modal-content {
  position: relative;
  opacity: 1;
  transform: none;
  padding: 0;
  width: auto;
  z-index: 1;
  overflow: unset;
  max-width: 100%;
}
.shop-page .jws-filter-modal .modal-content > div,
.shop-page .jws-filter-modal .modal-content section {
  direction: ltr;
}
.shop-page .jws-filter-modal .modal-overlay {
  background: #040202;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.shop-page .jws-filter-modal.open .modal-content {
  transform: translateX(0);
  opacity: 1;
}
.shop-page .jws-filter-modal.open .modal-overlay {
  opacity: 0.2;
  visibility: visible;
}
ul.woocommerce-ordering {
  list-style-type: none;
  padding: 0;
}
ul.woocommerce-ordering li.current > span {
  display: none;
}
ul.woocommerce-ordering ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce-ordering {
  display: inline-block;
  float: right;
  min-width: 145px;
}
.woocommerce-ordering .select2-selection--single .select2-selection__arrow {
  right: 8px;
}
.woocommerce-ordering .select2-selection--single .select2-selection__arrow b:before {
  font-size: 12px;
}
.select2-selection--single {
  display: inline-block;
  min-height: 33px;
  background: #0313371a;
  font-size: 13px;
  padding: 5px 31px 5px 15px;
  color: var(--heading);
  border-radius: 5px;
}
.shop-page .product-item {
  margin-bottom: 40px;
}
.shop-page .no_container {
  padding: 0 70px;
}
.shop-page .product-item-inner {
  position: relative;
}
.shop-page .product-item-inner .product-image {
  position: relative;
}
.shop-page .product-item-inner .product-image a img {
  width: 100%;
}
.shop-page .product-button-inner .button {
  position: relative;
}
.shop-page .product-button-inner .button .loading {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.shop-page .product-button-inner .button span {
  transition: 0.3s all;
}
.shop-page .product-button-inner .button.loading .loading {
  opacity: 1;
  transition-delay: 0.2s;
}
.shop-page .product-button-inner .button.loading .text,
.shop-page .product-button-inner .button.loading:after {
  opacity: 0;
}
.shop-page .price {
  font-weight: 700;
  font-family: var(--font3);
  display: block;
}
.shop-page .price del {
  color: #9c9c9c;
}
.shop-page.layout2.jws-carousel .slick-current.slick-active .product-content {
  transform: translateX(0);
}
.shop-page.layout2.jws-carousel .product-content {
  transform: translateX(-100%);
  transition: all 0.7s ease-in-out;
}
.shop-page.layout2 .product-item-inner {
  overflow: hidden;
  height: 873px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.shop-page.layout2 .product-item-inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000033;
}
.shop-page.layout2 .button {
  display: inline-block;
  min-width: 200px;
  height: 60px;
  font-weight: 300;
  line-height: 60px;
  background: var(--btn-color);
  color: var(--heading);
  margin-top: 50px;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
}
.shop-page.layout2 .button span {
  position: relative;
  z-index: 1;
}
.shop-page.layout2 .button:before {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: var(--btn-bgcolor);
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
}
.shop-page.layout2 .button:hover {
  color: #fff;
}
.shop-page.layout2 .button:hover:before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.shop-page.layout2 .ion-bag {
  display: none;
}
.shop-page.layout2 .price {
  color: var(--main);
  font-size: 48px;
}
.shop-page.layout2 .price del {
  font-size: 24px;
}
.shop-page.layout2 .product-content.container {
  width: 100%;
  position: relative;
}
.shop-page.layout2 .woocommerce-loop-product__title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 22px;
}
.shop-page.layout2 .woocommerce-loop-product__title a {
  color: #fff;
}
.shop-page.layout1 .add_to_cart_button {
  display: none;
}
.shop-page.layout1 .product-item-inner {
  position: relative;
  text-align: center;
}
.shop-page.layout1 .product-item-inner:hover .btn-quickview a,
.shop-page.layout1 .product-item-inner:hover .button {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.shop-page.layout1 .product-item-inner:hover .overlay {
  visibility: visible;
  opacity: 0.7;
  transform: translateY(0%);
}
.shop-page.layout1 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.shop-page.layout1 .product-image {
  margin-bottom: 25px;
}
.shop-page.layout1 .product-button-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.shop-page.layout1 .product-image {
  overflow: hidden;
}
.shop-page.layout1 .woocommerce-loop-product__title {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.shop-page.layout1 .price {
  font-size: 18px;
  color: var(--heading);
}
.shop-page.layout1 .ct_ul_ol .btn-quickview a,
.shop-page.layout1 .ct_ul_ol .button {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  opacity: 0;
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  border: 1px solid #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-weight: 700;
  margin: 0 10px;
  color: #fff;
}
.shop-page.layout1 .ct_ul_ol .btn-quickview a .text,
.shop-page.layout1 .ct_ul_ol .button .text {
  display: none;
}
.shop-page.layout1 .ct_ul_ol .btn-quickview a:hover,
.shop-page.layout1 .ct_ul_ol .button:hover {
  color: var(--heading);
  background: #fff;
}
.shop-page .woocommerce-loop-product__title a:hover {
  color: var(--main);
}
.shop-page .product-image {
  overflow: hidden;
}
.shop-page .product-image img {
  transition: transform 0.3s;
}
.shop-page .product-image a:hover img {
  transform: scale(1.1);
}
.jws-products-load-more {
  padding: 17px 62px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid var(--heading);
  background: transparent;
  display: inline-block;
  font-weight: 300;
}
.jws-products-load-more::before {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background: var(--heading);
  transition: 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: -1;
}
.jws-products-load-more:hover {
  color: #fff;
}
.jws-products-load-more:hover .path {
  stroke: #ffffff;
}
.jws-products-load-more:hover::before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.sidebar-mobile {
  display: none;
  margin: 15px 0 20px;
}
.sidebar-mobile a {
  background: var(--main);
  color: #ffffff;
  font-size: 14px;
  padding: 5px 20px;
}
@media (max-width: 1024px) {
  .sidebar-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .shop-page .jws-filter-modal.sidebar_top .modal-content .remove_filter,
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived {
    width: 50%;
  }
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived section {
    display: block;
  }
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived section:not(:last-child) {
    margin-bottom: 50px;
  }
  .woocommerce-page:not(.single) .shop-page .jws-product-categories {
    display: none;
  }
  .woocommerce-page:not(.single) .shop-page .jws-filter-modal:not(.sidebar_top) {
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
  }
  .woocommerce-page:not(.single) .shop-page .jws-filter-modal:not(.sidebar_top).open .modal-content {
    transform: translateX(0);
    opacity: 1;
  }
  .woocommerce-page:not(.single) .shop-page .jws-filter-modal:not(.sidebar_top) .modal-content {
    width: 380px;
    max-width: 85%;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    opacity: 0;
    transition: 0.4s all;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: var(--light);
    direction: rtl;
  }
  .woocommerce-page:not(.single) .shop-page .jws-filter-modal:not(.sidebar_top) .modal-content .modal-top {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop-page.layout2 .woocommerce-loop-product__title {
    font-size: 24px;
  }
  .shop-page.layout2 .price {
    font-size: 36px;
  }
  .woocommerce-page .shop-page:not(.products-wrap) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .shop-page .jws-filter-modal .widget-title {
    margin-bottom: 16px;
  }
  .shop-page .jws-filter-modal.sidebar_top .modal-content .remove_filter,
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived {
    width: 100%;
    float: unset;
  }
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived {
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived section {
    display: block;
  }
  .shop-page .jws-filter-modal.sidebar_top .shop-filter-actived section:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .shop-page .no_container {
    padding: 0 15px;
  }
}
.shop-sidebar-click .mfp-content .shop-sidebar {
  display: block;
  position: unset;
  padding: 0;
}
.wislisting {
  pointer-events: none;
  opacity: 0.5;
}
.jws-wishlist-btn {
  position: relative;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 34px;
}
.jws-wishlist-btn.loading i:before,
.jws-wishlist-btn.added i:before {
  content: '\F443';
}
.jws-wishlist-btn.added span.notadd {
  display: none;
}
.jws-wishlist-btn.added span.added {
  display: inline-block;
}
.jws-wishlist-btn span.added {
  display: none;
}
.jws-wishlist-table.loading .jws-wishlist-row {
  opacity: 0.4;
  pointer-events: none;
}
.jws-wishlist-table .add_all_product {
  margin-top: 37px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  text-align: center;
}
.jws-wishlist-table .add_all_product a {
  min-width: 140px;
  padding: 14px 60px;
  background: var(--btn-bgcolor);
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}
.jws-wishlist-table .add_all_product a:hover {
  background: var(--btn-bgcolor2);
}
.jws-wishlist-table .jws-wishlist-row {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.jws-wishlist-table .jws-wishlist-row thead {
  background: #f6f6f6;
  color: var(--heading);
  text-align: left;
}
.jws-wishlist-table .jws-wishlist-row thead tr th {
  text-align: center;
  font-weight: 800;
}
.jws-wishlist-table .jws-wishlist-row thead tr th:first-child {
  padding: 20px 5%;
  text-align: left;
}
.jws-wishlist-table .jws-wishlist-row tbody {
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.jws-wishlist-table .jws-wishlist-row tbody tr {
  border-bottom: 1px solid #f6f6f6;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td {
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.stock {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #297E29;
  margin-bottom: 8px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.price del {
  opacity: 0.4;
  margin-right: 6px;
  color: var(--heading);
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws-wishlist-remove {
  color: #fb7171;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .add-to-cart-loop {
  min-width: 140px;
  padding: 10px 20px;
  background: #000;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px;
  font-weight: 500;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .add-to-cart-loop:hover {
  background: var(--btn-bgcolor);
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.jws_wishlist_detail {
  padding: 25px 12px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td:not(.jws_wishlist_detail) {
  text-align: center;
  padding: 25px 30px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .price .star-rating {
  display: block;
  margin: 0 auto;
  width: 60px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-image {
  display: inline-block;
  max-width: 66px;
  margin-right: 16px;
  vertical-align: middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
  max-width: 230px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title a:hover {
  color: var(--main);
}
.jws_empty_wishlist {
  text-align: center;
}
.jws-empty-wishlist {
  font-weight: var(--fontweight3);
  margin-bottom: 19px;
  font-family: var(--font3);
}
.jws-empty-page-text {
  margin-bottom: 24px;
}
.return-to-shop a {
  min-width: 140px;
  padding: 18px 40px;
  background: #000;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.return-to-shop a span {
  z-index: 1;
  position: relative;
}
.return-to-shop a:before,
.return-to-shop a:after {
  content: "";
  position: absolute;
  transition: 0.4s all;
}
.return-to-shop a:before {
  border: 1px solid #cecece;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.return-to-shop a:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-bgcolor);
  transform: scale(0.1, 1);
  opacity: 0;
}
.return-to-shop a:hover:before {
  transform: scale(0);
}
.return-to-shop a:hover:after {
  opacity: 1;
  transform: scale(1, 1);
}
@media (max-width: 767px) {
  .jws_products.jws_products_skin9 .jws_products_item .jws_content_product,
  .jws_products.jws_products_skin1 .jws_products_item .jws_content_product {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_center_product,
  .jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_center_product {
    margin: 0;
  }
  .jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_content_center_product {
    margin: 0;
  }
  .jws-wishlist-table .jws-wishlist-row thead {
    display: none;
  }
  .jws-wishlist-table .jws-wishlist-row tbody {
    display: block;
    border: none;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #f6f6f6;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td {
    display: block;
    text-align: center;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-image {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-title {
    width: 100% !important;
  }
}
.quick-view-main.mfp-bg {
  background: #ffffff;
  opacity: .95;
}
.quick-view-main .popup-quick-view {
  max-width: 1050px;
  margin: 0 auto;
  transition: 0.4s all;
}
.quick-view-main .popup-quick-view .mfp-close {
  color: var(--color1);
  font-size: 50px;
  border-radius: 100%;
  position: fixed;
  right: 10px;
  top: 10px;
}
.quick-view-main .popup-quick-view .mfp-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.quick-view-main .popup-quick-view .shop-single {
  background: #fff;
  padding: 0;
  position: relative;
}
.quick-view-main .popup-quick-view .shop-single .jws-summary {
  margin: 15px 0;
}
.quick-view-main .popup-quick-view figure {
  margin: 0;
}
.quick-view-main .woocommerce-review-link {
  pointer-events: none;
}
.quickview-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
  z-index: 999;
}
.quickview-loading:before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
.quickview-loading:after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
.quick-view-main.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.quick-view-main.mfp-ready .mfp-content > div {
  opacity: 1;
}
.quick-view-main.mfp-ready .jws-product-image .images {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.5s;
}
.quick-view-main.mfp-ready.mfp-bg {
  opacity: 1;
}
.quick-view-main .jws-product-image .images {
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s all;
}
.quick-view-main.mfp-removing .mfp-content > div {
  opacity: 0;
}
.quick-view-main.mfp-removing .jws-product-image .images {
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s all;
}
.quick-view-main.mfp-removing.mfp-bg {
  opacity: 0;
}
.my_account_orders th {
  color: var(--heading);
}
.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 li.is-active a {
  background-color: rgba(136, 136, 136, 0.12);
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f8f8f8;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 69%;
  display: inline-block;
  padding: 0 30px;
}
.woocommerce .woocommerce-MyAccount-content strong {
  color: var(--heading);
}
.woocommerce .woocommerce-MyAccount-content .edit {
  text-decoration: underline;
  font-weight: 300;
}
.woocommerce .woocommerce-MyAccount-content .edit:hover {
  color: var(--main);
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form legend {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
}
.woocommerce .woocommerce-MyAccount-content form label {
  color: var(--heading);
  font-size: 14px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
  height: 45px;
  color: var(--heading);
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s all;
  background: #fafafa;
  border: 1px solid #d7d7d7;
}
.woocommerce .woocommerce-MyAccount-content form button {
  display: block;
  position: relative;
  text-align: center;
  background: var(--heading);
  transition: 0.3s all;
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  border: none;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.woocommerce .woocommerce-MyAccount-content form button:hover {
  background: var(--btn-bgcolor);
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: 0;
    padding: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-shipping-methods label {
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-cart input::placeholder {
  color: var(--heading);
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  background: transparent;
  border: 0;
  color: var(--heading);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  text-align: center;
  content: "\F3F7";
  font-size: 70px;
  font-family: 'Ionicons';
  display: block;
  margin-bottom: 40px;
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  position: relative;
  text-align: center;
  display: inline-block;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align: center;
}
.woocommerce-cart .shop_table {
  border-collapse: unset;
}
.woocommerce-cart .shop_table thead {
  background: #f6f6f6;
}
.woocommerce-cart .shop_table thead th {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 20px 15px;
}
.woocommerce-cart .shop_table tr .actions {
  padding: 36px 0px 54px;
}
.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 {
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #ffffff;
  background: var(--main);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 169px;
  border: none;
  transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}
.woocommerce-cart .shop_table tr .actions .coupon {
  float: left;
  position: relative;
  display: flex;
  column-gap: 12px;
}
.woocommerce-cart .shop_table tr .actions .coupon label {
  display: none;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
  background: #000;
  border: none;
  color: #fff;
  height: 50px;
  padding: 10px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  background: #fafafa;
  border: 1px solid #d7d7d7;
  height: 50px;
  padding: 5px 20px;
  font-size: 14px;
  max-width: 221px;
  color: var(--heading);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::placeholder {
  color: var(--text);
  font-style: italic;
}
.woocommerce-cart .shop_table tr .product-quantity .jws-quantity-wrap {
  margin-right: 0;
}
.woocommerce-cart .shop_table tr .product-name .cart_content_item {
  font-family: var(--font2);
}
.woocommerce-cart .shop_table tr .product-name .star-rating {
  display: block;
  margin-top: 18px;
}
.woocommerce-cart .shop_table tr .product-name .cart_pr_item {
  display: inline-flex;
  align-items: center;
}
.woocommerce-cart .shop_table tr .product-name img {
  max-width: 110px;
  height: auto;
  margin-right: 24px;
}
.continue_shop {
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 16px;
}
.continue_shop i {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.continue_shop:hover i {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  color: var(--main);
  font-weight: 700;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
  margin-bottom: 22px;
  margin-top: 16px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container {
  margin-bottom: 15px;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text {
  border: none;
  display: inline-block;
  min-height: 33px;
  background: #0313371a;
  font-size: 13px;
  padding: 5px 31px 5px 15px;
  color: var(--heading);
  border-radius: 5px;
  margin-bottom: 15px;
}
.cart-collaterals .woocommerce-shipping-calculator button {
  border-radius: 5px;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: var(--main);
  color: #ffffff;
  min-width: 100%;
  height: 40px;
  line-height: 40px;
  transition: 0.35s all;
  font-weight: 700;
  border: none;
  outline: none;
}
.cart-collaterals .cross-sells > h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.cart-collaterals .continue {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.cart-collaterals .continue i {
  margin-left: 10px;
}
.cart-collaterals .cart_totals {
  max-width: 524px;
  margin: 11px 0 0 auto;
}
.cart-collaterals .cart_totals h4 {
  font-family: var(--font3);
}
.cart-collaterals .cart_totals .woocommerce-Price-amount {
  font-size: 16px;
}
.cart-collaterals .cart_totals .cart-subtotal .woocommerce-Price-amount {
  font-weight: 400;
}
.cart-collaterals .cart_totals .shop_table {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 12px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  transition: 0.3s all;
  border: none;
  outline: none;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.cart-collaterals .cart_totals .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.cart-collaterals .cart_totals table tr th,
.cart-collaterals .cart_totals table tr td {
  border-top: 1px solid #03133733;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr th {
  padding: 17px 0px;
  font-weight: 700;
  padding-right: 10px;
  color: var(--heading);
}
.cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.cart-collaterals .cart_totals table tr td[data-title="Subtotal"] {
  color: var(--color1);
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
.cart-collaterals .cart_totals 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%;
}
.shop_table .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading);
}
.woocommerce-cart-form .shop_table tr td {
  padding: 23px 15px;
  border-top: 1px solid #0313371a;
}
.woocommerce-cart-form .shop_table tr td .jws-qty-label-abbrev {
  display: none;
}
.woocommerce-cart-form .shop_table tr td:first-child {
  padding-left: 0;
}
.shop_table th.product-remove {
  width: 40px;
}
.shop_table td.product-remove {
  padding: 0;
  text-align: center;
}
.shop_table td.product-remove a {
  position: relative;
  font-size: 0px;
  display: block;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
.shop_table td.product-remove a:hover:before {
  color: #cc1818;
}
.shop_table td.product-remove a:before {
  background: #0313371a;
  padding: 6px 10px;
  content: "\F2D7";
  position: absolute;
  font-size: 20px;
  left: 0;
  transition: all 0.3s;
  font-family: "Ionicons";
}
.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;
}
@media (max-width: 767px) {
  .woocommerce-cart .shop_table tr .product-name .cart_content_item {
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table tr td:first-child {
    padding-left: 23px;
    padding-right: 23px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
  }
  .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 .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-left: 1px solid #0313371a;
    border-right: 1px solid #0313371a;
    border-bottom: 1px solid #0313371a;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    border: 0;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-quantity:before {
    padding-top: 4px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    margin-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    margin-bottom: 10px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-name:before {
    display: block;
    width: 100%;
    text-align: left;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 700;
    float: left;
    color: var(--heading);
    margin-bottom: 10px;
  }
  .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: "";
  }
}
/** 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-family: var(--font1);
  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__total strong {
  color: var(--color_courses);
}
.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;
  font-family: var(--font1);
  text-transform: uppercase;
  font-weight: 600;
  background: var(--main);
}
.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;
  background: var(--main);
}
.nxl-cart-content ul li .remove:hover {
  background: #000000;
}
.nxl-cart-content ul li a {
  font-size: 14px;
  text-align: center;
  display: block;
  font-family: var(--font1);
  color: var(--color_courses);
  font-weight: 500;
}
.nxl-cart-content ul li a img {
  max-width: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    flex-wrap: wrap;
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    max-width: initial;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .button {
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .col-right {
    float: unset;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .col-right .button {
    display: block;
    width: 100%;
  }
}
#billing_first_name_field,
#billing_last_name_field {
  width: 50%;
}
#billing_first_name_field {
  padding-right: 12px;
}
#billing_last_name_field {
  padding-left: 12px;
}
.checkout-pages .woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 5px;
}
.checkout-pages .woocommerce-shipping-methods li input {
  accent-color: var(--main);
  margin-left: 8px;
}
.checkout-pages .woocommerce-shipping-methods li label {
  margin-bottom: 0;
}
.checkout-pages .select2-selection--single,
.checkout-pages th {
  color: var(--heading);
}
.checkout-pages input,
.checkout-pages label {
  color: var(--heading);
}
.checkout-pages input[type="checkbox"] {
  accent-color: var(--main);
}
.checkout-pages input::placeholder {
  color: var(--body);
}
form.woocommerce-checkout {
  margin-top: 70px;
}
form.woocommerce-checkout .required {
  color: #df0000;
}
form.woocommerce-checkout .woocommerce-account-fields label {
  font-size: 16px;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  margin-bottom: 7px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  padding: 14px 22px;
  background: #fafafa;
  border: 1px solid #d7d7d7;
}
form.woocommerce-checkout .woocommerce-account-fields span {
  margin-left: 12px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row label.checkbox,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label.checkbox {
  margin-bottom: 0;
}
form.woocommerce-checkout .woocommerce-account-fields span,
form.woocommerce-checkout .woocommerce-shipping-fields span {
  font-family: var(--font-body);
  color: var(--body);
}
form.woocommerce-checkout .woocommerce-account-fields,
form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row,
form.woocommerce-checkout .woocommerce-billing-fields .form-row,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .jws-error,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .jws-error,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .jws-error {
  margin-top: 10px;
  display: block;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .jws-error strong,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .jws-error strong,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .jws-error strong {
  color: red;
  font-weight: 300;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row.create-account,
form.woocommerce-checkout .woocommerce-billing-fields .form-row.create-account,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row.create-account {
  margin-top: 12px;
}
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 {
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .screen-reader-text {
  width: auto;
  height: auto;
  overflow: unset;
  clip: unset;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  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) {
  line-height: 50px;
}
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 .select2-selection--single,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection--single,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-selection--single {
  border: 1px solid #d7d7d7;
  height: 50px;
  padding: 14px 22px;
  width: 100%;
  transition: 0.3s all;
  background: #fafafa;
}
.woocommerce-checkout h3 {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.woocommerce-checkout .jws_woo_your_order {
  border: 1px solid #d7d7d7;
  padding: 27px 38px 55px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-checkout .jws_woo_your_order .order-total td .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 20px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul {
  list-style: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
  background: var(--heading);
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  transition: 0.3s all;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button:hover {
  background: var(--btn-bgcolor);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 80%;
  line-height: 1.8;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
  font-size: 14px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
  color: var(--main);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  border: 1px solid #ececec;
  padding: 15px;
  margin: 20px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-inner {
  background: #f5f5f5;
  padding: 20px 25px 35px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0px;
  list-style-type: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li {
  margin-bottom: 8px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li label {
  margin-bottom: 0;
  line-height: 22px;
  vertical-align: -webkit-baseline-middle;
  font-weight: 500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li input {
  accent-color: var(--main);
  margin-right: 5px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal img {
  width: 145px;
  margin: 0 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal a {
  font-size: 14px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
  border-collapse: unset;
  border-radius: 5px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody td {
  padding: 2px 0px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody tr:first-child td {
  padding-top: 22px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tbody tr:last-child td {
  border-bottom: 1px solid #0313371a;
  padding-bottom: 22px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead td,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot td {
  border-bottom: 1px solid #0313371a;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
  text-align: left;
  padding: 18px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
  font-weight: 700;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td:last-of-type {
  text-align: right;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
  padding-top: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th:last-of-type {
  text-align: right;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child th {
  font-size: 20px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td {
  font-size: 18px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td strong {
  font-weight: 500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td {
  border: none;
}
.woocommerce-checkout .row > .col-12 {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  background: #0313371a;
  padding: 13px 23px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: var(--heading);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
  color: var(--heading);
  text-decoration: underline;
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a:hover,
.woocommerce-checkout .woocommerce-form-login-toggle a:hover {
  color: var(--main);
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
  border: 1px solid #0313371a;
  padding: 25px 23px;
}
.woocommerce-checkout .woocommerce-form-coupon > p,
.woocommerce-checkout .woocommerce-form-login > p {
  padding: 0 5px;
}
.woocommerce-checkout .woocommerce-form-coupon p:first-child,
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 12px;
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a:hover,
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
  color: var(--main);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text,
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  background: #fafafa;
  border: 1px solid #d7d7d7;
}
.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: auto;
  display: block;
  height: 40px;
  border: none;
  outline: none;
  padding: 10px 60px;
  transition: all 0.3s ease-in-out;
  background: var(--heading);
  letter-spacing: 1px;
  line-height: 22px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button span,
.woocommerce-checkout .woocommerce-form-login .form-row button span {
  position: relative;
  z-index: 1;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button:hover,
.woocommerce-checkout .woocommerce-form-login .form-row button:hover {
  background: var(--btn-bgcolor);
}
.woocommerce-checkout .woocommerce-form-login .form-row button {
  margin: 10px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
  min-width: 221px;
  margin-right: 12px;
}
.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;
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.woocommerce-info {
  border-color: #E0B252;
  color: #c9921e;
}
.woocommerce-info a {
  color: #fff;
  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: 1px dashed var(--main);
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
  color: var(--heading);
}
.woocommerce-order-details {
  margin-bottom: 50px;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-details h2 {
  margin-bottom: 19px;
  margin-top: 14px;
  font-size: 24px;
}
.woocommerce-order-details table tbody tr .product-name .product-quantity {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-order-details table tbody tr th,
.woocommerce-order-details table tbody tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.woocommerce-order-details table tbody tr th {
  text-align: left;
}
.woocommerce-order-details table tfoot tr th {
  color: var(--heading);
  font-weight: 500;
}
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
.woocommerce-order-details table tfoot tr td {
  text-align: right;
}
.woocommerce-order-details table thead {
  background: none;
}
.woocommerce-order-details table thead tr th {
  color: var(--heading);
  padding: 15px 10px;
  font-size: 18px;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
}
.woocommerce-order-details table .product-name a {
  display: inline-block;
}
.woocommerce-order-details table .product-total {
  text-align: right;
}
.woocommerce-columns--addresses,
.woocommerce-Addresses {
  margin: 20px -15px 0;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1,
.woocommerce-columns--addresses .col-2,
.woocommerce-Addresses .col-2 {
  float: left;
  width: 48%;
  max-width: 100%;
}
.woocommerce-columns--addresses .col-1 address,
.woocommerce-Addresses .col-1 address,
.woocommerce-columns--addresses .col-2 address,
.woocommerce-Addresses .col-2 address {
  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: 16px;
  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 {
  background-color: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #dfdfdf;
}
.woocommerce-thankyou-order-details li {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.woocommerce-thankyou-order-details li strong {
  color: var(--heading);
  display: block;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  form.woocommerce-checkout .row > div,
  form.woocommerce-checkout .woocommerce-billing-fields,
  form.woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 25px;
  }
  .woocommerce-checkout .woocommerce-form-login .form-row.form-row-first,
  .woocommerce-checkout .woocommerce-form-login .form-row.form-row-last {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-form-coupon,
  .woocommerce-checkout .woocommerce-form-login {
    padding: 15px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
  form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
  form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
  form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
    font-size: 14px;
  }
  .woocommerce-checkout h3,
  form.woocommerce-checkout .woocommerce-billing-fields h3,
  form.woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin-bottom: 25px;
  }
  form.woocommerce-checkout .woocommerce-additional-fields .form-row label,
  form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
  form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
    left: 21px;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row {
    display: block;
    width: 100%;
  }
}
.woocommerce .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.woocommerce .blockUI.blockOverlay:before {
  border: 2px solid #fafafa;
  border-radius: 50%;
  border-top: 2px solid var(--main);
  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;
}
@media (max-width: 1023px) {
  #customer_details {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .jws_woo_your_order {
    padding: 27px 24px 55px;
  }
  .woocommerce-thankyou-order-details {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .woocommerce-thankyou-order-details li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-right: none;
  }
  .woocommerce-thankyou-order-details li:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
  }
}
/* Widget for woocommerce */
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-widget-jws_mini_cart {
  height: auto;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart {
  height: inherit;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav {
  height: inherit;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a {
  height: inherit;
  display: flex;
  align-items: center;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a .cart_icon {
  position: relative;
  vertical-align: middle;
  line-height: 100%;
  fill: var(--primary-color);
}
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax {
  display: block;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  display: block;
}
.jws-mini-cart-wrapper {
  position: relative;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-mini-cart-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.jws-cart-sidebar {
  background: #FFFFFF;
  box-shadow: 0px 5px 13.35px 1.65px rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 100%;
  right: -30px;
  border: 1px solid #d7d7d7;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  max-height: 100vh;
  min-width: 360px;
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 31px 30px 41px;
}
.jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding-top: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  font-weight: 500;
  margin: 16px 0px;
  border-top: 1px solid var(--light);
  padding-top: 16px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart strong {
  color: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
  color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .row {
  margin: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  padding: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:first-child {
  padding-right: 6px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:last-child {
  padding-left: 6px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display: block;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  background: var(--btn-bgcolor);
  line-height: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a.edit-cart {
  background: var(--heading);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  position: relative;
  max-height: 50vh;
  overflow: auto;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ada9a9;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom: 25px;
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
  padding: 0;
  padding-right: 5px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  color: var(--heading);
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  display: block;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
  font-size: 85px;
  line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
  margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 16px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  display: block;
  margin-bottom: 5px;
  line-height: 22px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content span.woocommerce-Price-amount.amount {
  color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price {
  font-weight: 500;
  color: var(--heading);
  position: absolute;
  bottom: 5px;
  right: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  top: 0;
  opacity: 0.6;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  right: 0;
  display: inline-block;
  position: absolute;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 16px;
  top: 9px;
  left: 0;
  margin-top: -1px;
  background: #fb7171;
}
.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 .quantity {
  height: 36px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity .input-text {
  line-height: 36px;
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > span {
  width: 26px;
  font-size: 16px;
  height: 35px;
  line-height: 36px;
  border: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > span.jws-qty-minus {
  left: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:hover .remove {
  opacity: 1;
}
.jws_mini_cart {
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a {
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  font-size: 14px;
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-right: 5px;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  position: absolute;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  font-weight: 800;
  display: block;
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -5px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.jws_mini_cart:hover .jws-mini-cart-wrapper {
  pointer-events: auto;
}
.jws_mini_cart:hover .jws-cart-sidebar:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1251px) {
  .jws_mini_cart:hover .jws-mini-cart-wrapper {
    opacity: 1;
  }
}
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail,
body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .jws_mini_cart .jws-mini-cart-wrapper {
    display: none;
  }
  .jws_mini_cart > .jws-cart-nav a .cart_text {
    display: none;
  }
}
.vertical-header .elementor-widget-jws_mini_cart {
  height: auto;
}
.vertical-header .elementor-widget-jws_mini_cart .jws-mini-cart-wrapper {
  display: none !important;
}
.jws_wishlist > .jws-wishlist-nav a {
  position: relative;
  display: block;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_icon {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 30px;
  color: #ffffff;
  margin-right: 3px;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_text {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  line-height: 11px;
  letter-spacing: 0.5px;
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count {
  width: 16px;
  height: 16px;
  line-height: 15px;
  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: -6px;
  right: -9px;
  position: absolute;
  background: var(--main);
  color: var(--heading);
  border: 1px solid #fff;
  font-weight: 800;
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count .blockUI {
  display: none !important;
}
.jws-category-list .layout1 .cat_name,
.jws-category-list .layout3 .cat_name {
  font-family: var(--font-body);
  font-weight: 700;
}
.jws-category-list .layout1 .category-tab-item-inner {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  box-shadow: 0px 3px 20px 0px rgba(36, 38, 77, 0.1);
}
.jws-category-list .layout1 .cat_total {
  font-size: 14px;
  font-weight: 700;
}
.jws-category-list .layout1 .cat_total span {
  opacity: 0.7;
  font-weight: 500;
}
.jws-category-list .layout1 .product-gallery {
  margin-bottom: 10px;
}
.jws-category-list .layout1 .product-gallery img {
  max-width: initial;
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  border-radius: 10px;
  transition: all 0.3s;
}
.jws-category-list .layout1 .product-gallery a {
  max-width: initial;
}
.jws-category-list .layout1 .product-gallery a:hover img {
  transform: scale(0.98);
}
.jws-category-list .layout1 .product-gallery.simple-image a {
  height: 325px;
}
.jws-category-list .layout1 .product-gallery.gallery .cat-images-inner {
  margin: -5px;
}
.jws-category-list .layout1 .product-gallery.gallery a {
  display: block;
  padding: 5px;
  float: left;
}
.jws-category-list .layout1 .product-gallery.gallery a:nth-child(2),
.jws-category-list .layout1 .product-gallery.gallery a:nth-child(3) {
  width: 30%;
  display: inline-block;
  height: 110px;
}
.jws-category-list .layout1 .product-gallery.gallery a:nth-child(1) {
  height: 220px;
  width: 70%;
}
.jws-category-list .layout1 .cat-images {
  overflow: hidden;
}
.jws-category-list .layout1 .cat_name {
  margin-bottom: 8px;
}
.jws-category-list .layout1 .cat-bottom {
  display: flex;
  align-items: center;
}
.jws-category-list .layout1 .cat-bottom img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-right: 16px;
}
.jws-category-list .layout2 .category-tab-item-inner {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 30px 14px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 3px 20px 0px rgba(36, 38, 77, 0.1);
  transition: all 0.3s ease-in-out;
}
.jws-category-list .layout2 .category-tab-item-inner .category-image,
.jws-category-list .layout2 .category-tab-item-inner .cat-bottom {
  position: relative;
}
.jws-category-list .layout2 .category-tab-item-inner::before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor2) 100%);
  transform: translateY(-40%);
  opacity: 0;
  visibility: hidden;
}
.jws-category-list .layout2 .category-tab-item-inner:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.jws-category-list .layout2 .category-tab-item-inner:hover .cat_name,
.jws-category-list .layout2 .category-tab-item-inner:hover .cat_total {
  color: #fff;
}
.jws-category-list .layout2 .category-image img {
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.jws-category-list .layout2 .cat_total {
  color: var(--heading);
  opacity: 0.8;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
}
.jws-category-list .layout2 .cat-bottom {
  margin-top: 20px;
}
.jws-category-list .layout3 .category-tab-item-inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.jws-category-list .layout3 .category-tab-item-inner:hover img {
  transform: scale(1.1);
}
.jws-category-list .layout3 .cat_total,
.jws-category-list .layout3 .cat_name {
  color: #fff;
}
.jws-category-list .layout3 img {
  transition: all 0.3s;
}
.jws-category-list .layout3 .cat-bottom {
  text-align: center;
  background: rgba(168, 168, 168, 0.24);
  backdrop-filter: blur(4px);
  padding: 11px 10px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.jws-category-list .layout4 .category-tab-item-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px 0px rgba(36, 38, 77, 0.1);
  overflow: hidden;
}
.jws-category-list .layout4 .category-tab-item-inner:hover .category-image img {
  transform: scale(1.1);
}
.jws-category-list .layout4 .category-image {
  max-height: 140px;
  overflow: hidden;
}
.jws-category-list .layout4 .category-image img {
  transition: all 0.3s;
}
.jws-category-list .layout4 .cat-bottom {
  position: relative;
  padding: 55px 20px 20px;
  text-align: center;
}
.jws-category-list .layout4 .cat_img {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.jws-category-list .layout4 .cat_img img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.jws-category-list .layout4 .cat_name {
  font-weight: 400;
  margin-bottom: 12px;
}
.jws-category-list .layout4 .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.8;
}
.jws-category-list .layout4 .cat_total span {
  display: inline-block;
  padding-right: 10px;
}
.jws-category-list .layout4 .count_view span {
  padding-right: 8px;
  display: inline-block;
}
.jws-category-list .layout4 .cat_count {
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jws-head-filter {
  margin-bottom: 38px;
}
.jws-head-filter .jws-ajax-load {
  padding: 0;
  margin: 0;
}
.jws-head-filter .jws-ajax-load li {
  display: inline-block;
  margin-right: 24px;
}
.jws-head-filter .jws-ajax-load li:last-child {
  margin-right: 0;
}
.jws-head-filter .jws-ajax-load li a {
  position: relative;
  font-size: 16px;
  color: var(--heading);
  font-weight: 700;
  border: 1px solid transparent;
  display: block;
  padding: 5px 8px;
  background: var(--bg_body_light);
  background-clip: padding-box;
}
.jws-head-filter .jws-ajax-load li a img {
  margin-right: 8px;
}
.jws-head-filter .jws-ajax-load li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  background: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor2) 100%);
  border-radius: inherit;
}
.jws-head-filter .jws-ajax-load li a:hover,
.jws-head-filter .jws-ajax-load li .active {
  background-image: linear-gradient(254deg, var(--btn-bgcolor) 0%, var(--btn-bgcolor2) 100%);
  color: #ffffff;
}
.jws_product_pagination {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 40px;
}
.jws_product_pagination .jws-load-more {
  border-radius: 0;
}
.jws-product-nav.middle-nav .jws-carousel-btn.next-item {
  right: 30px;
}
.jws-product-nav.middle-nav .jws-carousel-btn.prev-item {
  left: 30px;
}
.jws-product-nav.top-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 18px;
  margin-bottom: 45px;
}
.jws-product-nav.top-nav .jws-carousel-btn {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block !important;
  text-align: center;
  cursor: pointer;
  transition: .3s all;
  background: #03123533;
}
.jws-product-nav.top-nav .jws-carousel-btn:hover {
  background: linear-gradient(to right, var(--btn-bgcolor), var(--btn-bgcolor2));
}
.products-wrap {
  position: relative;
  width: 100%;
}
.products-wrap nav.jws-product-nav.middle-nav {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.products-wrap:hover nav.jws-product-nav.middle-nav {
  opacity: 1;
}
.products-wrap .product-item-inner {
  transition: 0.3s all;
  height: 100%;
}
.products-wrap .jws_loading {
  top: 100px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
}
.products-wrap.loading .product-item-inner {
  opacity: 0 !important;
  transform: translatey(20px) !important;
}
.products-wrap.loading .jws_loading:before,
.products-wrap.loading .jws_loading:after {
  visibility: visible;
  opacity: 1;
}
.jws-animated-products .product-item-inner {
  opacity: 0;
  transform: translatey(50px);
}
.jws-animated-products .jws-animated .product-item-inner {
  opacity: 1;
  transform: translatey(0px);
}
/* Woocommerce Single */
.shop-single div.product .main-product .title_related {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.shop-single div.product .main-product .jws-qty-label-abbrev,
.shop-single div.product .main-product .label_price {
  font-size: 18px;
  font-weight: 600;
}
.shop-single div.product .main-product .jws-qty-label-abbrev {
  margin-bottom: 20px;
  display: block;
}
.shop-single div.product .main-product .label_price {
  display: inline-block;
  margin-right: 15px;
  color: var(--heading);
}
.shop-single div.product .main-product .summary .jws_single_count_down .jws-box-countdown {
  min-width: auto;
  line-height: 13px;
  padding: 10px;
  border-radius: 5px;
}
.shop-single div.product .main-product .summary form.cart.grouped_form .jws-qty-label-abbrev {
  display: none;
}
.shop-single div.product .main-product .summary form.cart .button,
.shop-single div.product .main-product .summary form.cart button {
  color: #ffffff;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: bottom;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  margin-left: 30px;
  margin-right: 15px;
  margin-top: 10px;
  letter-spacing: 1px;
  padding: 0 53px;
  text-transform: capitalize;
  background-color: #000000;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.shop-single div.product .main-product .summary form.cart .button .loader .path,
.shop-single div.product .main-product .summary form.cart button .loader .path {
  stroke: #fff;
}
.shop-single div.product .main-product .summary form.cart .button:before,
.shop-single div.product .main-product .summary form.cart button:before,
.shop-single div.product .main-product .summary form.cart .button:after,
.shop-single div.product .main-product .summary form.cart button:after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.shop-single div.product .main-product .summary form.cart .button:before,
.shop-single div.product .main-product .summary form.cart button:before {
  height: 155px;
  opacity: 0;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  left: -50%;
}
.shop-single div.product .main-product .summary form.cart .button:after,
.shop-single div.product .main-product .summary form.cart button:after {
  height: 20rem;
  opacity: 0;
  top: -100px;
  transform: rotate(35deg);
  width: 8rem;
  left: -100%;
}
.shop-single div.product .main-product .summary form.cart .button:hover:before,
.shop-single div.product .main-product .summary form.cart button:hover:before {
  left: 120%;
  opacity: 0.2;
}
.shop-single div.product .main-product .summary form.cart .button:hover:after,
.shop-single div.product .main-product .summary form.cart button:hover:after {
  left: 200%;
  opacity: .2;
}
.jws-quantity-wrap {
  display: inline-block;
  vertical-align: middle;
}
.jws-quantity-wrap .quantity {
  position: relative;
  height: 50px;
  width: 100px;
  text-align: center;
  border: 1px solid #dedede;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.jws-quantity-wrap .quantity .screen-reader-text {
  display: none;
}
.jws-quantity-wrap .quantity .input-text {
  border: none;
  text-align: center;
  line-height: 50px;
  background: none;
  height: 50px;
  outline: none;
  width: 100%;
  width: 70px;
  position: absolute;
  left: 0;
}
.jws-quantity-wrap .quantity input::-webkit-outer-spin-button,
.jws-quantity-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jws-quantity-wrap .quantity input[type=number] {
  -moz-appearance: textfield;
}
.jws-quantity-wrap .quantity > span {
  position: absolute;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  right: 0;
  transition: 0.4s all;
  -webkit-ransition: 0.4s all;
  border: 1px solid #dedede;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.jws-quantity-wrap .quantity > span.jws-qty-minus {
  bottom: 0;
  border-top: 1px solid #dedede;
}
.shop-single {
  padding: 100px 0 72px;
}
.shop-single div.product .main-product .shop-page {
  padding: 0;
}
.shop-single div.product .main-product .summary .jws_single_count_down {
  margin-top: 12px;
  position: relative;
  width: auto;
  bottom: 0;
  left: 0;
  text-align: left;
}
.shop-single div.product .main-product .summary .jws_single_count_down img {
  display: none;
}
.shop-single div.product .main-product .summary .jws_single_count_down .jws-sale-time {
  font-size: 16px;
}
.shop-single div.product .main-product .summary .jws_single_count_down .jws-sale-time > span {
  margin: 0 3px;
}
.shop-single div.product .main-product .summary .jws_single_count_down .jws-box-countdown {
  min-width: auto;
  line-height: 13px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(3, 19, 55, 0.1);
}
.shop-single div.product .main-product .summary .jws_single_count_down .count_down {
  display: block;
  z-index: 1;
  border: none;
  padding-left: 0;
  background: transparent;
}
.shop-single div.product .main-product .summary .woo-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.shop-single div.product .main-product .summary .product-path {
  margin-bottom: 19px;
}
.shop-single div.product .main-product .summary .product-path a {
  color: var(--colorbody);
}
.shop-single div.product .main-product .summary .product-path .delimiter {
  margin: 0 2px;
}
.shop-single div.product .main-product .summary .product-path .current {
  color: var(--heading);
}
.shop-single div.product .main-product .summary .product_title {
  font-size: 36px;
  font-family: var(--font3);
  font-weight: var(--fontweight3);
}
.shop-single div.product .main-product .summary .amount {
  color: var(--main);
  font-weight: 700;
  font-size: 30px;
  vertical-align: middle;
  font-family: var(--font3);
}
.shop-single div.product .main-product .summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.shop-single div.product .main-product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  color: var(--text);
}
.shop-single div.product .main-product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--main);
}
.shop-single div.product .main-product .summary .star-rating {
  margin-right: 10px;
}
.shop-single div.product .main-product .summary .price {
  margin-bottom: 10px;
}
.shop-single div.product .main-product .summary .price del {
  margin-right: 6px;
  opacity: 0.5;
}
.shop-single div.product .main-product .summary .price ins {
  text-decoration: none;
}
.shop-single div.product .main-product .summary .woocommerce-product-details__short-description {
  margin-bottom: 26px;
}
.shop-single div.product .main-product .summary .product_meta > span {
  display: block;
  word-wrap: break-word;
  font-weight: 600;
  color: var(--heading);
}
.shop-single div.product .main-product .summary .product_meta > span a,
.shop-single div.product .main-product .summary .product_meta > span span {
  color: var(--text);
  font-weight: 400;
  text-transform: uppercase;
}
.shop-single div.product .main-product .summary .product_meta > span a:hover,
.shop-single div.product .main-product .summary .product_meta > span span:hover {
  color: var(--main);
}
.shop-single div.product .main-product .summary .product_meta .label {
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  margin-bottom: 8px;
  color: var(--heading);
  font-family: var(--font2);
}
.shop-single div.product .main-product .summary .product_meta a {
  color: var(--colorbody);
}
.shop-single div.product .main-product .summary .product_meta a:hover {
  color: var(--main);
}
.shop-single div.product .main-product .summary .product-meta-custom .product-meta-top {
  margin-bottom: 34px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-meta-top .product-meta-top-right {
  text-align: right;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list .item {
  display: inline-block;
  margin-right: 55px;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a {
  color: var(--colorbody);
  letter-spacing: 0.2px;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a span {
  margin-right: 9px;
  font-size: 14px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share {
  display: inline-block;
  position: relative;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share > button {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share > button span {
  margin-right: 12px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 110%;
  right: 20px;
  background: var(--main);
  width: 40px;
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 7px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatey(-20px);
  -webkit-transform: translatey(-20px);
  pointer-events: none;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share .addthis_inline_share_toolbox.opened {
  opacity: 1;
  transform: translatey(0);
  -webkit-transform: translatey(0);
  pointer-events: auto;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share .addthis_inline_share_toolbox:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid var(--main);
  content: "";
  bottom: -8px;
  position: absolute;
  left: 16px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share .addthis_inline_share_toolbox .post-share-inner a {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0;
  transform: translatey(10px);
  -webkit-transform: translatey(10px);
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
}
.shop-single div.product .main-product .summary form.cart {
  margin-bottom: 22px;
  margin-top: 26px;
  z-index: 1;
  position: relative;
}
.shop-single div.product .main-product .summary form.cart label {
  color: var(--heading);
}
.shop-single div.product .main-product .summary form.cart .group_table .woocommerce-grouped-product-list-item__label {
  color: var(--heading);
}
.shop-single div.product .main-product .summary form.cart .group_table .amount {
  font-size: 18px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr {
  border: 1px solid rgba(3, 19, 55, 0.1);
}
.shop-single div.product .main-product .summary form.cart .group_table tr td {
  padding: 13px 16px;
}
.shop-single div.product .main-product .summary form.cart .group_table .price {
  color: var(--heading);
}
.shop-single div.product .main-product .summary form.cart .group_table .price > span {
  display: inline-block;
  margin-right: 6px;
}
.shop-single div.product .main-product .summary form.cart.variations_form .select2-selection--single {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px;
  background: transparent;
  border: 1px solid #03133733;
}
.shop-single div.product .main-product .summary form.cart.variations_form .woocommerce-variation-price {
  margin-bottom: 12px;
}
.shop-single div.product .main-product .summary form.cart.variations_form .variations {
  margin-bottom: 20px;
}
.shop-single div.product .main-product .summary form.cart.variations_form .variations label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}
.shop-single div.product .main-product .summary form.cart.variations_form .variations td.value,
.shop-single div.product .main-product .summary form.cart.variations_form .variations th.label {
  display: block;
  width: 100%;
  padding: 0;
}
.shop-single div.product .main-product .summary form.cart.variations_form .variations .swatch-item-wrapper {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 16px;
  cursor: pointer;
}
.shop-single div.product .main-product .summary form.cart.variations_form .variations .swatch-item-wrapper .swatch {
  min-width: 100px;
  height: 50px;
  padding: 10px;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 28px;
}
.shop-single div.product .main-product .summary form.cart.variations_form .variations .swatch-item-wrapper .swatch.selected {
  background: var(--main);
  color: #fff;
  border-color: var(--main);
}
.shop-single div.product .main-product .summary form.cart.variations_form .price {
  font-weight: 700;
  color: var(--main);
  font-size: 18px;
  line-height: 24px;
}
.shop-single div.product .main-product .summary form.cart.variations_form .reset_variations {
  color: var(--main);
  display: inline-block;
  text-decoration: underline;
}
.shop-single div.product .main-product .summary form.cart.external_form button {
  margin-left: 0;
}
.shop-single div.product .main-product .summary form.cart.grouped_form .loading {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.shop-single div.product .main-product .summary form.cart.grouped_form button.single_add_to_cart_button {
  margin-top: 30px;
}
.shop-single div.product .main-product .summary form.cart.grouped_form .button {
  margin: 0;
}
.shop-single div.product .main-product .summary form.cart.grouped_form .button.product_type_external:before {
  content: unset;
}
.shop-single div.product .main-product .summary form.cart.grouped_form .button.product_type_external .elementor-button-content-wrapper:before {
  content: "\E85A";
  font-family: 'jws_icon';
  font-size: 20px;
  font-weight: 400;
  margin-right: 8px;
  display: inline-block;
}
.shop-single div.product .woocommerce-product-gallery .jws_main_image {
  position: relative;
  overflow: hidden;
}
.shop-single div.product .woocommerce-product-gallery .jws_main_image figure {
  margin: 0;
}
.shop-single div.product .woocommerce-product-gallery .jws_main_image .jws-show-product-gallery-wrap {
  display: none;
}
.shop-single div.product .woocommerce-product-gallery .product-image-thumbnail {
  transition: 0.3s all;
}
.shop-single div.product .woocommerce-product-gallery .product-image-thumbnail:hover,
.shop-single div.product .woocommerce-product-gallery .product-image-thumbnail.active-thumb {
  opacity: 1;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image {
  position: relative;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails {
  opacity: 0;
  height: 0;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-initialized,
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.owl-loaded {
  opacity: 1;
  height: auto;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider > button {
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  width: 48%;
  height: 30px;
  border: none;
  background: var(--main);
  color: #ffffff;
  font-size: 0;
  line-height: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider > button.slick-next:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider > button.slick-prev:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail {
  margin: 0;
  overflow: hidden;
}
.shop-single div.product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail img {
  transition: 0.3s all;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
  margin-top: 30px;
  margin-left: -16px;
  margin-right: -16px;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
  padding: 0 16px;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
  padding-right: 3px;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
  padding-left: 3px;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_left,
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail,
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_right .product-image-thumbnail {
  margin-bottom: -4px;
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image,
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_right .jws_main_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image,
.shop-single div.product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}
.shop-single div.product .related {
  margin-top: 74px;
}
.shop-single div.product .related .jws-carousel-btn {
  margin-top: -50px;
  opacity: 0;
  transition: all 0.3s;
}
.shop-single div.product .related:hover .jws-carousel-btn {
  opacity: 1;
}
.shop-single div.product .related:hover .jws-carousel-btn:hover {
  opacity: 0.7;
}
.shop-single div.product .related .products.related-slider {
  margin-top: 64px;
}
.shop-single div.product .related .product-item {
  padding: 0 15px;
  margin-bottom: 0;
}
.shop-single div.product .product-bottom {
  margin-top: 90px;
  width: 100%;
}
.shop-single div.product .product-tabs .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
.shop-single div.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 div.product .woocommerce-tabs .accordion-active .tab-heading .toggle-visible:before {
  content: '\F3D8';
}
.shop-single div.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 div.product .woocommerce-tabs .tab-heading .toggle-visible {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 1px;
  position: relative;
  float: right;
}
.shop-single div.product .woocommerce-tabs .tab-heading .toggle-visible:before {
  font-family: 'Ionicons';
  content: '\F3D0';
  display: block;
}
.shop-single div.product .woocommerce-tabs .zoo-group-accordion.accordion-active .tab-heading .toggle-visible:before {
  transform: rotateX(180deg);
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
  padding-top: 28px;
  display: block;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes {
  margin-bottom: 35px;
  border-spacing: 0;
  border-collapse: collapse;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes p {
  margin: 0;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr td,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr th {
  border-bottom: 1px solid #2f2f2f;
  padding: 10px 0;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .list-item {
  border-bottom: 0.8px solid #2f2f2f;
  padding: 0.5em 0;
  max-width: 100%;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .list-item .half {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .list-item:last-child {
  border: none;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .bypostauthor {
  margin-bottom: 20px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .row h2 {
  margin-bottom: 14px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .row .col-left .h-last-child {
  margin-top: 34px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel > * {
  animation: fadeIn 0.2s both;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond {
  margin-top: 30px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: 700;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p {
  margin-bottom: 20px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"] {
  background: #fafafa;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea {
  height: 150px;
  padding-top: 10px !important;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"] {
  height: 45px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .form-submit {
  margin: 0;
  order: 4;
  display: inline-block;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  border: 0;
  background: var(--btn-bgcolor);
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .submit {
  color: var(--btn-color);
  font-size: 14px;
  font-family: var(--font2);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  border: 0;
  padding: 18px 40px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .select2-container {
  display: none;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating label {
  margin-bottom: 0;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars {
  margin-bottom: 0;
  margin-top: 10px;
  height: 22px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars [class*="star"] {
  text-indent: -999em;
  display: block;
  position: absolute;
  display: inline-block;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .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: 12px;
  color: #ffb22d;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1 {
  width: 15px;
  z-index: 50;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1.active:before,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1:hover:before {
  font-weight: 900;
  content: '\f005';
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2 {
  width: 30px;
  z-index: 40;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2.active:before,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2:hover:before {
  font-weight: 900;
  content: '\f005\f005';
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3 {
  width: 45px;
  z-index: 30;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3.active:before,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005';
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4 {
  width: 60px;
  z-index: 20;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4.active:before,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005\f005';
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5 {
  width: 75px;
  z-index: 10;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5.active:before,
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005\f005\f005';
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5:before {
  content: '\f005\f005\f005\f005\f005';
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist {
  padding: 0;
  list-style-type: none;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container img {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text {
  margin-top: -8px;
  display: inline-block;
  width: calc(100% - 80px);
  padding-left: 15px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  margin-bottom: 0;
  margin-top: 5px;
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  font-weight: 600;
  color: var(--heading);
}
.shop-single div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description p {
  margin: 0;
}
.shop-single div.product .woocommerce-tabs ul.tabs {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
.shop-single div.product .woocommerce-tabs ul.tabs #magic_line {
  display: none;
}
.shop-single div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  word-spacing: initial;
}
.shop-single div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid #d7d7d7;
  margin-right: 24px;
}
.shop-single div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.shop-single div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.shop-single div.product .woocommerce-tabs ul.tabs li a {
  font-size: 24px;
  font-weight: 600;
  display: block;
  color: var(--text);
  letter-spacing: 1px;
}
.shop-single div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--heading);
}
.shop-single div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.shop-single div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
}
.shop-single div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--heading);
}
@media (max-width: 500px) {
  .shop-single div.product .main-product .summary form.cart .group_table tr td {
    padding: 13px 5px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td:first-child {
    padding-left: 10px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .product-banner {
    margin-top: 40px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .shop-single div.product .main-product .summary .product_title {
    font-size: 24px;
    padding-right: 0px;
  }
}
.added_to_cart {
  display: none !important;
}
.quickview-added {
  position: fixed;
  right: 100px;
  background: #dff5dd;
  overflow: hidden;
  max-width: 450px;
  top: 100px;
  z-index: 999999;
}
.quickview-added .content-inner {
  display: flex;
  align-items: center;
}
.quickview-added .title-product-cart {
  display: inline;
  font-size: 14px;
  color: #235631;
  padding: 10px 20px;
  line-height: 20px;
}
.quickview-added .title-product-cart strong {
  font-weight: 800;
}
.quickview-added .image {
  width: 80px;
  overflow: hidden;
}
.quickview-added .image img {
  width: 100%;
  display: inline;
  object-fit: cover;
  height: 100%;
}
.quickview-added a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  color: var(--btn-bgcolor);
}
.quickview-added a i {
  display: inline-block;
  font-weight: 400;
}
.quickview-added a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
@media only screen and (max-width: 767px) {
  .quickview-added {
    margin: 10px;
    right: 0;
  }
}
.row.jws_properties_list {
  margin: 0 0px;
}
.row.jws_properties_list p {
  margin: 0;
}
.row.jws_properties_list .properties_item {
  padding: 0 4px;
  margin-bottom: 8px;
}
.row.jws_properties_list .properties_inner {
  padding: 15px 20px;
  text-align: center;
  border: 1px solid var(--main);
  border-radius: 10px;
}
.row.jws_properties_list .pro_type {
  font-size: 12px;
  color: var(--main);
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.row.jws_properties_list .pro_name {
  font-family: var(--body-font);
  font-weight: 700;
  margin: 4px 0;
}
.row.jws_properties_list .pro_rate {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce-product-gallery__wrapper:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
.woocommerce-product-gallery__wrapper .owl-nav > div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
  font-size: 25px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next {
  right: 0;
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-left:before {
  font-family: 'Ionicons';
  content: "\f3d5";
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-right:before {
  font-family: 'Ionicons';
  content: "\f3d6";
}
.star-rating {
  font-family: 'Ionicons';
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 75px;
  letter-spacing: 4px;
  display: inline-block;
  vertical-align: middle;
}
.star-rating:before {
  content: '\F3AE\F3AE\F3AE\F3AE\F3AE';
  left: 0;
  top: 0;
  position: absolute;
  color: #FFC610;
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  padding-top: 1.5em;
  left: 0;
}
.star-rating span:before {
  content: '\F2FC\F2FC\F2FC\F2FC\F2FC';
  left: 0;
  top: 0;
  position: absolute;
  text-indent: 0;
  font-weight: 900;
  color: #FFC610;
}
.shop-single div.product .main-product .woocommerce-product-gallery.gallery_false .jws_thumbnail_image {
  display: none;
}
.shop-single div.product .main-product .woocommerce-product-gallery.gallery_false .jws_main_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
    -ms-flex-order: 13;
    order: 13;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 1024px) {
  .shop-single div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .owl-item {
    padding: 0 2px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image,
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .jws-wishlist-btn {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .shop-single div.product .main-product .related {
    margin-top: 60px;
  }
  .shop-single div.product .main-product .related .products.related-slider {
    margin-top: 40px;
  }
  .shop-single div.product .main-product .product-bottom {
    margin-top: 40px;
  }
  .shop-single div.product .main-product .summary form.cart .button,
  .shop-single div.product .main-product .shop-single div.product .main-product .summary form.cart button {
    margin: 0;
  }
  .shop-single div.product .main-product .woocommerce-tabs ul.tabs {
    display: none;
  }
  .shop-single div.product .main-product .woocommerce-tabs .tab-heading {
    display: block;
  }
  .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-top: 24px;
  }
  .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item .half {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .shop-single {
    padding: 60px 0;
  }
  .shop-single div.product .main-product .summary form.cart .jws-quantity-wrap {
    display: block;
    margin: 0 0 20px;
  }
}
