a {
  color: #161619;
}
input:focus,
select:focus,
textarea:focus {
  outline: #161619 auto 1px;
}
a,
button,
.toggle-search,
.tb-close-lightbox,
[type="submit"] {
  cursor: pointer;
}
img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background-color: #f3584a;
  z-index: 9999999;
}
.cursor-dot-outline {
  width: 15px;
  height: 15px;
  background-color: #f3584a;
  z-index: 9999999;
  opacity: 0.3;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
}
.cursor-dot-outline i.lnr.lnr-cross {
  color: #ffffff;
  font-size: 6px;
}
/* 404 page*/
.error404 {
  background: url(https://softfeminineco.com/wp-content/themes/ofeianht/assets/images/404-Page.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error404 header.site-header {
  position: fixed;
  width: 100%;
}
.error404 .site-content {
  height: 100vh;
  margin: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
}
.error404 .site-content .error-404.not-found {
  text-align: center;
}
.error404 .site-content .page-title {
  font-size: 147px;
  line-height: 150px;
}
.error404 .site-content .content {
  max-width: 510px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.error404 .site-content .bt-home {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
}
.error404 .site-content .bt-home a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.embedded-video {
  width: 100% !important;
  height: auto !important;
}
/*Newsletter Popup*/
.jws-newsletter-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  display: none;
}
.jws-newsletter-popup .jws-newsletter-popup-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 898px;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px;
  max-height: 461px;
  animation: fadeIn 0.7s all;
  -webkit-animation: fadeIn 0.7s all;
  animation-delay: 1.5s;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  box-shadow: -3px 5px 12px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-image {
  width: 48%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-image img {
  height: 100%;
  display: none;
  max-width: unset;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form {
  width: 52%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 77px 65px;
  background: #ffffff;
  text-align: center;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .jws-newsletter-title {
  font-weight: 700;
  line-height: 36px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .jws-newsletter-subtitle {
  font-size: 13px;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 7px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .jws-cf7 {
  margin-top: 49px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .wpcf7-form input:not([type=submit]) {
  line-height: 52px;
  padding: 0 12px;
  border: 1px solid #161619;
  margin-bottom: 10px;
}
.jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form .wpcf7-form .wpcf7-submit {
  width: 100%;
  height: 58px;
}
.jws-newsletter-popup #tb-close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  z-index: 1;
}
.jws-newsletter-popup .tb-newsletter-checkbox span:after,
.jws-newsletter-popup .tb-newsletter-checkbox span:checked:after {
  content: "";
  height: 20px;
  width: 20px;
  margin: auto;
  vertical-align: middle;
  border: 1px solid;
}
.jws-newsletter-popup .tb-newsletter-checkbox {
  font-size: 13px;
  position: relative;
  text-align: left;
  padding-left: 30px;
  margin-top: 20px;
}
.jws-newsletter-popup .tb-newsletter-checkbox span:after {
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
.jws-newsletter-popup .tb-newsletter-checkbox .checkbox input[type="checkbox"],
.jws-newsletter-popup .tb-newsletter-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.jws-newsletter-popup .tb-newsletter-checkbox input[type=checkbox] {
  -webkit-appearance: auto !important;
  transform: translate(0%, -50%);
  left: 0;
  top: 50%;
  height: 20px;
  width: 20px;
}
.jws-newsletter-popup .tb-newsletter-checkbox input[type=checkbox]:checked + label:before {
  transform: translate(3px, -50%);
  top: 50%;
}
.jws-newsletter-popup .tb-newsletter-checkbox input[type="checkbox"]:checked + span:before {
  content: "\f00c";
  transform: translate(2px, -50%);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 3px;
  cursor: pointer;
  font-size: 10px;
  top: 50%;
}
@media only screen and (max-width: 960px) {
  .jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .jws-newsletter-popup .jws-newsletter-popup-inner {
    overflow: auto;
    max-height: 90%;
  }
  .jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-form,
  .jws-newsletter-popup .jws-newsletter-popup-inner .jws-newsletter-popup-content .jws-newsletter-popup-image {
    width: 100%;
  }
}
.elementor-icon-list-icon i {
  vertical-align: middle;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px;
}
.site-content .elementor-section {
  padding-top: 110px;
}
/* width of website responsive*/
@media only screen and (max-width: 1441px) {
  .container,
  .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }
  .container .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .container .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1301px) {
  .container,
  .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
  }
  .container .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .container .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container,
  .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
  .container .elementor-page .elementor .elementor-element.elementor-section-boxed > .elementor-container,
  .container .elementor-section.elementor-section-boxed.jws-row-grid-yes > .elementor-container,
  .container .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body .btn-button {
    padding: 0 25px;
    min-width: 125px;
  }
  .btn-icon-custom {
    transform: translateX(0) !important;
    margin-left: 10px;
  }
  .site-content .elementor-section {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .column-reverse > .elementor-column-wrap > .elementor-widget-wrap {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .nav-cutom {
    transform: translate(-49px, -50%) !important;
  }
  .custom_navs {
    display: none;
  }
}
.slick-slide:first-child {
  display: block;
}
a,
.slick-slide {
  outline: none !important;
}
/** Widget */
form.search-form {
  position: relative;
}
form.search-form input,
form.search-form button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #959595;
  outline: none;
}
form.search-form input {
  height: 50px;
  border: 1px solid rgba(22, 22, 25, 0.2);
  width: 100%;
  padding: 0 20px;
  outline: none;
}
form.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: none;
  color: #ffffff;
  font-size: 0;
  cursor: pointer;
}
form.search-form button::before {
  font-family: 'Linearicons-Free';
  content: "\e86f";
  font-size: 16px;
  line-height: 50px;
}
/* Single Job */
.single-job .content-area {
  padding: 110px 0;
}
.single-job .job_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 44px;
}
.jws-loader {
  margin: 4em auto;
  font-size: 14px;
  /* ???????? */
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: jws-loader 1.1s infinite ease;
  animation: jws-loader 1.1s infinite ease;
}
/* logo */
.elementor-widget-jws-logo a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* slick */
.slick-slide {
  padding: 0 15px;
}
.custom_dots {
  position: relative;
  margin: auto;
}
.slick-dots {
  margin: auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid;
  transition: .3s all;
  border-radius: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  outline: none;
  top: -45px;
  background: none;
  border: none;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.slick-arrow.slick-prev {
  left: -60px;
  right: auto;
  transform: translate(100%, -50%);
}
.slick-arrow {
  top: 50%;
}
.slick-arrow.slick-next {
  right: -60px;
  transform: translate(-100%, -50%);
}
.arrow-center .slick-arrow {
  top: 50%;
}
.arrow-center .slick-arrow.slick-prev {
  transform: translate(100%, -50%);
}
.arrow-center .slick-arrow.slick-prev.slick-next {
  transform: translate(-100%, -50%);
}
rs-slides .btn-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.btn-icon-custom {
  display: inline-block;
  width: 25px;
  height: 1px;
  background: currentColor;
  position: relative;
  margin-left: 10px;
  transition: 0.3s;
  vertical-align: middle;
}
.btn-icon-custom::before {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(10.5px, 4px);
  transform: rotate(-45deg);
  right: 3px;
  position: absolute;
  top: -5px;
}
.btn-icon-custom::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
  position: absolute;
  top: -1px;
}
.btn-button:hover .btn-icon-custom {
  transform: translateX(10px);
}
/*Widget*/
.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}
.widget > ul > li > a {
  line-height: 36px;
}
.widget ul {
  list-style-type: none;
  padding: 0;
}
.widget ul ul {
  padding-left: 35px;
}
.widget ul ul li {
  font-size: 13px;
  line-height: 36px;
}
.align-right {
  text-align: right;
}
.loading:hover::after {
  border-left-color: #161619;
}
.loading::before {
  content: '' !important;
}
.loading::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: #161619;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 1;
  -webkit-animation: jws-rotate 450ms infinite linear;
  animation: jws-rotate 450ms infinite linear;
}
p.elementor-heading-title {
  line-height: 24px;
}
/* slider revo button*/
.button-line-hover {
  display: flex;
  align-items: center;
  position: relative;
}
.button-line-hover span {
  width: 50px;
  height: 1px;
  background: #000000;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.button-line-hover:hover span {
  width: 70px;
}
.swiper-slide-inner > img {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.swiper-slide-inner:hover > img {
  opacity: 0.5;
}
/*Preloading*/
.jws-preloading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.jws-preloading .loading_logo {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 50%;
  margin-top: -30px;
  text-transform: uppercase;
  color: #676a6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 6px;
  max-width: 175px;
  transform: translate(-50%, -50%);
}
.jws-preloading .loading_logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.logo-text-loading {
  color: #1e1666;
  text-shadow: 2px 2px 5px #1e1666;
  font-family: Nunito;
  font-weight: bold;
  font-size: 40px;
  width: 100%;
  margin-top: 20px;
  animation-name: fade-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  text-align: center;
  line-height: 60px;
}
.loading_logo {
  position: relative;
}
.loading_logo path,
.loading_logo circle,
.loading_logo rect {
  stroke: #161619;
}
.jws-preloading.loaded .loading_logo {
  opacity: 0;
}
.loading_logo {
  position: relative;
  height: auto;
  width: 800px;
}
.loading_logo path,
.loading_logo circle,
.loading_logo rect {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  fill: none;
  stroke: #161619;
  stroke-miterlimit: 0;
  animation: draw 2.5s ease-in;
  animation-iteration-count: infinite;
  font-weight: bold;
  animation-delay: 1s;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.jws-offcanvas-overlay {
  cursor: none;
  font-size: 15px;
}
.cursor {
  position: absolute;
}
.jws_dektop_1 .jws_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.jws_dektop_2 .jws_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.jws_dektop_3 .jws_item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.jws_dektop_4 .jws_item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.jws_dektop_5 .jws_item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.jws_dektop_6 .jws_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.jws_dektop_7 .jws_item {
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_1 .jws_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_2 .jws_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_3 .jws_item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_4 .jws_item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_5 .jws_item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_6 .jws_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_7 .jws_item {
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_1 .jws_item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_2 .jws_item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_3 .jws_item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_4 .jws_item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_5 .jws_item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_6 .jws_item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_7 .jws_item {
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
.jws_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .jws_row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
-webkit-keyframes jws-rotate 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes movetop {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes jws_fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInLeft {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes circle1 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: 400px;
    height: 400px;
    opacity: 0;
  }
}
.bounceInLeft .elementor-widget-container,
.bounceInDown .elementor-widget-container,
.bounceInUp .elementor-widget-container,
.bounceInRight .elementor-widget-container {
  position: relative;
}
[data-settings='{"_animation":"bounceInLeft"}'] img,
[data-settings='{"_animation":"bounceInDown"}'] img,
[data-settings='{"_animation":"bounceInUp"}'] img,
[data-settings='{"_animation":"bounceInRight"}'] img {
  opacity: 0;
  transition: 0.2s all;
}
[data-settings='{"_animation":"bounceInLeft"}'] .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInDown"}'] .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInUp"}'] .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInRight"}'] .elementor-widget-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #fafafa;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease-in-out, opacity 0s;
  content: "";
  z-index: 1;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInDown"}'].animated .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInUp"}'].animated .elementor-widget-container:before,
[data-settings='{"_animation":"bounceInRight"}'].animated .elementor-widget-container:before {
  background: #fafafa;
  opacity: 1;
  transition-delay: 0.5s;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated img,
[data-settings='{"_animation":"bounceInDown"}'].animated img,
[data-settings='{"_animation":"bounceInUp"}'].animated img,
[data-settings='{"_animation":"bounceInRight"}'].animated img {
  opacity: 1;
  transition-delay: 0.5s;
}
[data-settings='{"_animation":"bounceInLeft"}'] .elementor-widget-container:before {
  transform-origin: 100% 50%;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated .elementor-widget-container:before {
  transform: scaleX(0);
}
[data-settings='{"_animation":"bounceInDown"}'] .elementor-widget-container:before {
  transform-origin: 50% 100%;
}
[data-settings='{"_animation":"bounceInDown"}'].animated .elementor-widget-container:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInUp"}'] .elementor-widget-container:before {
  transform-origin: 50% 0%;
}
[data-settings='{"_animation":"bounceInUp"}'].animated .elementor-widget-container:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInRight"}'] .elementor-widget-container:before {
  transform-origin: 0% 50%;
}
[data-settings='{"_animation":"bounceInRight"}'].animated .elementor-widget-container:before {
  transform: scaleX(0);
}
.dark-mode-on [data-settings='{"_animation":"bounceInLeft"}'] .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInDown"}'] .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInUp"}'] .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInRight"}'] .elementor-widget-container:before {
  background: #000000;
}
.dark-mode-on [data-settings='{"_animation":"bounceInLeft"}'].animated .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInDown"}'].animated .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInUp"}'].animated .elementor-widget-container:before,
.dark-mode-on [data-settings='{"_animation":"bounceInRight"}'].animated .elementor-widget-container:before {
  background: rgba(0, 0, 0, 0);
}
.bounceInLeft,
.bounceInDown,
.bounceInUp,
.bounceInRight {
  animation-name: none;
}
header.header_absolute_yes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.jws_header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky.active-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.5s all !important;
}
.is-sticky.no-active-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: 0.5s all !important;
}
/* Title Bar */
.jws-title-bar-wrap {
  text-align: center;
}
.jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
  font-size: 34px;
  line-height: 42px;
  font-family: unset;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
}
.jws-title-bar-wrap .jws-title-bar .subtitle {
  display: block;
  line-height: 20px;
  letter-spacings: 0.4px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
  font-size: 20px;
}
.jws-title-bar-wrap.type2 {
  background-image: none !important;
  background: #f5f5f5 !important;
  padding: 25px 0 !important;
}
.jws-title-bar-wrap.type2 .jws-title-bar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-text-ellipsis {
  font-size: 18px;
  margin-bottom: 0;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path {
  font-size: 12px;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path a,
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path span {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path a:hover,
.jws-title-bar-wrap.type2 .jws-title-bar .jws-path span:hover {
  opacity: 1;
}
.jws_header.header-home-2 {
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vertical-header {
    position: fixed;
    width: 80px;
    height: 100vh;
    text-align: center;
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.05);
  }
  .vertical-header > .elementor {
    height: 100%;
  }
  .vertical-header > .elementor > .elementor-section-wrap {
    height: 100%;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vertical-header > .elementor > .elementor-section-wrap .elementor-widget-jws-logo {
    transform: rotate(-90deg) scaleX(-1);
    transform-origin: center;
  }
  .vertical-header > .elementor > .elementor-section-wrap .elementor-widget-jws-logo img,
  .vertical-header > .elementor > .elementor-section-wrap .elementor-widget-jws-logo svg {
    transform: scaleX(-1);
    will-change: unset;
  }
  .vertical-header-body {
    width: calc(100vw -80px);
    margin-left: 80px;
  }
}
.top-header-slider .container {
  position: relative;
}
.top-header-slider .close-header-top {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.top-header-slider {
  padding: 8px 0;
}
@media only screen and (max-width: 1024px) {
  body .jws-title-bar-wrap {
    padding: 45px 0;
  }
  .jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
  }
}
.jws_header .elementor-column-gap-default > .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
.jws_nav_menu .jws_nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.jws_nav_menu .jws_nav > li {
  padding: 0px 25px;
}
.jws_nav_menu .jws_nav li a {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  transition: none;
}
.jws_nav_menu .jws_nav li a span {
  position: relative;
  display: block;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws_nav_menu .jws_nav li a::before {
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.jws_nav_menu .jws_nav > li > a {
  text-transform: uppercase;
  line-height: 96px;
}
.jws_nav_menu .jws_nav li {
  overflow: unset;
}
.jws_nav_menu .jws_nav li .sub-menu {
  padding: 30px 0;
}
.jws_nav_menu .jws_nav li .sub-menu .bt-sub-menu {
  background: transparent;
  border: none;
  position: absolute;
  font-size: 8px;
  height: 30px;
  padding: 0;
  top: 0;
  right: 30px;
}
.jws_nav_menu .jws_nav li .sub-menu > li > a {
  line-height: 30px;
  opacity: 0.6;
  padding: 0;
}
.jws_nav_menu .jws_nav li .sub-menu > li > a > span {
  color: currentColor;
}
.jws_nav_menu .jws_nav li::first-child a {
  padding-left: 0;
}
.jws_nav_menu .jws_nav li::last-child a {
  padding-right: 0;
}
.jws_nav_menu .jws_nav li .sub-menu li:hover > a {
  opacity: 1;
}
.jws_nav_menu .jws_nav li .sub-menu li:hover > a::before {
  background: #ffffff;
}
.jws_nav_menu .jws_nav li.current-menu-parent > a,
.jws_nav_menu .jws_nav li.current_page_item > a,
.jws_nav_menu .jws_nav li.current-menu-item > a,
.jws_nav_menu .jws_nav li:hover > a {
  opacity: 1 !important;
}
.jws_nav_menu .jws_nav li.current-menu-parent > a:before,
.jws_nav_menu .jws_nav li.current_page_item > a:before,
.jws_nav_menu .jws_nav li.current-menu-item > a:before,
.jws_nav_menu .jws_nav li:hover > a:before {
  width: 10px;
}
.jws_nav_menu .jws_nav li.current-menu-parent > a span,
.jws_nav_menu .jws_nav li.current_page_item > a span,
.jws_nav_menu .jws_nav li.current-menu-item > a span,
.jws_nav_menu .jws_nav li:hover > a span {
  transform: translateX(15px);
}
.jws_nav_menu .jws_nav .sub-menu .current-menu-parent > a,
.jws_nav_menu .jws_nav .sub-menu .current_page_item > a,
.jws_nav_menu .jws_nav .sub-menu .current-menu-item > a,
.jws_nav_menu .jws_nav .sub-menu > li:hover > a {
  opacity: 1 !important;
}
.jws_nav_menu .jws_nav .sub-menu .current-menu-parent > a:before,
.jws_nav_menu .jws_nav .sub-menu .current_page_item > a:before,
.jws_nav_menu .jws_nav .sub-menu .current-menu-item > a:before,
.jws_nav_menu .jws_nav .sub-menu > li:hover > a:before {
  width: 10px;
  background: #ffffff;
}
.jws_nav_menu .jws_nav .sub-menu .current-menu-parent > a span,
.jws_nav_menu .jws_nav .sub-menu .current_page_item > a span,
.jws_nav_menu .jws_nav .sub-menu .current-menu-item > a span,
.jws_nav_menu .jws_nav .sub-menu > li:hover > a span {
  transform: translateX(15px);
}
.jws_nav_menu .jws_nav .current_page_parent > a,
.jws_nav_menu .jws_nav > .current-menu-ancestor > a {
  opacity: 1 !important;
}
.jws_nav_menu .jws_nav .current_page_parent > a:before,
.jws_nav_menu .jws_nav > .current-menu-ancestor > a:before {
  width: 10px;
}
.jws_nav_menu .jws_nav .current_page_parent > a span,
.jws_nav_menu .jws_nav > .current-menu-ancestor > a span {
  transform: translateX(15px);
}
.jws_nav_menu .jws_nav li .sub-menu {
  margin: 10px 0px 0px -15px;
}
.jws_nav_menu .jws_nav li .sub-menu ul {
  margin-left: 0px;
  margin-top: 0;
}
.jws_nav_menu .jws_nav .current-menu-item a {
  position: relative;
}
.jws_nav_menu .jws_nav li:hover > a::before {
  opacity: 1;
}
.jws_nav_menu .jws_nav li a {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .jws_nav_menu .jws_nav li a {
    padding: 0px 10px;
  }
}
.jws_nav_menu .jws_nav li .sub-menu {
  margin-top: 0;
  list-style-type: none;
}
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item a {
  display: block;
}
.jws_nav_menu .jws_nav li .sub-menu li:hover > a,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item > a {
  opacity: 1;
}
.jws_nav_menu .jws_nav li .sub-menu li:hover > a::before,
.jws_nav_menu .jws_nav li .sub-menu li.current-menu-item > a::before {
  background: #ffffff;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown {
  padding: 30px;
  left: 0;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li a {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  opacity: 0.6;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li:hover > a,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current-menu-item > a {
  opacity: 1;
}
.jws_nav_menu .jws_nav li .sub-menu-dropdown li:hover > a::before,
.jws_nav_menu .jws_nav li .sub-menu-dropdown li.current-menu-item > a::before {
  background: #ffffff;
}
.has-mega-full .elementor-section .elementor-container,
.has-mega-full .elementor-column,
.has-mega-full .elementor-column-wrap,
.has-mega-full .elementor-widget-wrap,
.has-mega-full .elementor-widget {
  position: unset;
}
.mega_menu_full_width {
  width: 100%;
}
.custom-divider {
  width: 30px !important;
  height: 2px;
}
.custom-divider .elementor-widget-container {
  height: 2px;
  background-size: 200%;
}
.custom-mega-menu-list li a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.custom-mega-menu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  opacity: 0;
  background-size: 200%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.custom-mega-menu-list li a:hover::before {
  opacity: 1;
}
.elementor_jws_menu_layout_menu_horizontal .custom-mega-menu-list li:hover span {
  display: block;
}
.jet-sticky-section-sticky--stuck {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.jet-sticky-section-sticky--stuck .custom-search-home2 .elementor-icon {
  filter: initial;
}
.jet-sticky-section-sticky--stuck .jws_main_menu .jws_nav_menu .jws_nav li .sub-menu-dropdown {
  padding-top: 11px;
}
.backToTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  opacity: 0;
  color: #000;
  text-align: center;
  z-index: 99;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -ms-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  text-decoration: none !important;
  pointer-events: none;
}
.backToTop .btn-icon-custom {
  width: 1px;
  height: 0;
  position: relative;
  transform: unset !important;
  margin: 0;
  transition: all 0.2s linear;
  vertical-align: middle;
}
.backToTop .btn-icon-custom::before {
  width: 7px;
  height: 1px;
  background-color: currentColor;
  right: -1px;
  position: absolute;
  top: 0;
}
.backToTop .btn-icon-custom::after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  right: -5px;
  top: 0;
}
.backToTop:hover .btn-icon-custom {
  height: 15px;
}
.backToTop.totopshow {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: auto;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu > ul > li {
  float: left;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-jws-menu-skin-skin1 .jws_main_menu .jws_nav_menu > ul > li:first-child {
  padding-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-jws-menu-skin-skin1 .jws_main_menu .jws_nav_menu > ul > li:last-child {
  padding-right: 0 !important;
}
.elementor-jws-menu-align-right .jws_nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  padding-left: 20px;
}
.elementor-jws-menu-align-left .jws_nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
.elementor-jws-menu-align-center .jws_nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu > ul > li:first-child a:before {
  display: none;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu > ul > li > a {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu > ul > li > a:before {
  content: "";
  background: #626262;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -3px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu > ul > li:first-child a:before {
  display: none;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu > ul > li > a {
  position: relative;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu > ul > li > a:before {
  content: "";
  background: #d1d0d0;
  width: 1px;
  height: 8px;
  position: absolute;
  left: -0.5px;
  top: 50%;
  margin-top: -2px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.jws_menu_canvas_sidebar .jws_nav_menu {
  position: relative;
}
.jws_menu_canvas_sidebar .jws_nav_menu .sub-menu-dropdown {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu > ul > li.menu-item-design-mega_menu_full_width {
  position: unset;
}
.jws_menu_canvas_sidebar .jws_nav_menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul li a .menu-label,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul li a .menu-label {
  position: absolute;
  bottom: 85%;
  z-index: 1;
  display: inline-block;
  margin-left: -20px;
  padding: 0px 10px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.9em;
  background: #ffffff;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul li a .menu-label:before,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul li a .menu-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-bottom-width: 0;
  border-right-width: 7px;
  border-left-width: 0;
  border-top-color: transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li {
  position: relative;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li > a,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li > a {
  display: block;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li > a i,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li > a i {
  margin-left: 7px;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li .sub-menu,
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li .sub-menu-dropdown,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li .sub-menu-dropdown {
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li {
  padding: 0 30px;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a {
  display: block;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a i,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 6px;
  color: #6d6d6d;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li:last-child > a,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard .sub-menu li:last-child > a {
  border-bottom: 0 !important;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li {
  position: relative;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: -23px;
  opacity: 0;
  -webkit-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
  visibility: hidden;
  pointer-events: none;
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li:hover .sub-menu,
.jws_menu_canvas_sidebar .jws_nav_menu > ul > li:hover .sub-menu-dropdown,
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu > ul > li:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li a {
  opacity: 0.6;
  font-size: 13px;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > a {
  margin: 0 0 5px 0;
  padding-right: 50px !important;
  opacity: 0.6;
  text-transform: uppercase;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > a i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li > .bt-sub-menu {
  opacity: 0.6;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li.current_page_parent > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > li.current_page_parent > .bt-sub-menu {
  opacity: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > .current-menu-parent > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li.current_page_item > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul > .current-menu-parent > .bt-sub-menu,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li.current_page_item > .bt-sub-menu {
  opacity: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li:hover > a,
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu > ul li:hover > .bt-sub-menu {
  opacity: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .bt-sub-menu {
  background: transparent;
  border: none;
  font-size: 12px;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 0;
  right: -7px;
  position: relative;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .bt-sub-menu:before {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu-dropdown {
  width: 100% !important;
  display: none;
  padding-left: 10px;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu {
  width: 100% !important;
  display: none;
  padding-left: 20px;
  padding-bottom: 15px;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu .sub-menu {
  font-size: 95%;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu li a i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .sub-menu li:last-child a {
  border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li a {
  display: block;
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li.active > .bt-sub-menu:before {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-column-gap-default {
  flex-wrap: wrap;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-section .elementor-container {
  display: block;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu .elementor-column {
  width: 100% !important;
  padding-bottom: 20px;
}
.jws_nav_dropdown .jws-cart-sidebar {
  display: none;
}
.jws_nav_dropdown .jws_nav_dropdown_inner {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #ebebeb;
  z-index: 1000;
  width: 270px;
  overflow: auto;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.jws_nav_dropdown.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100% !important;
  height: 100%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1000;
  top: 0;
  left: 0;
}
.jws_nav_dropdown.active .jws_nav_dropdown_inner {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.jws_main_menu .jws_nav:not(.sub-menu) > li:hover::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: -35px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  width: 100px;
}
.jws_main_menu .sub-menu a::after {
  content: none;
}
.elementor-popup-modal .jws_main_menu .menu-item-has-children > a::after {
  content: none;
}
.bt-sub-menu:focus {
  outline: none;
}
.px-0 input {
  padding: 0px !important;
}
.menu-listing {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  .menu-listing {
    margin-top: 0;
  }
}
.elementor-icon-list--layout-inline .menu-listing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.jet-sticky-section-sticky--stuck .jws_nav_menu .jws_nav > li > a {
  line-height: 80px;
}
@media only screen and (max-width: 1200px) {
  .jws_nav_menu .jws_nav > li {
    padding: 0px 5px;
  }
}
.elementor-widget-menu-listing .bottom-line a span {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  display: inline-block;
}
.elementor-widget-menu-listing .bottom-line a:hover span {
  color: currentColor;
  background-size: 100% 100%;
}
/* Off-Canvas Module CSS */
.jws-offcanvas-action-wrap .jws-elementor-button {
  display: inline-block;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper i {
  font-size: 20px;
}
.jws-offcanvas {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  overflow: auto;
  background: #ffffff;
  visibility: visible;
  box-shadow: 0 0 18px 2px rgba(19, 19, 19, 0.1);
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  will-change: auto;
}
.jws-offcanvas.jws-offcanvas-type-fade {
  opacity: 0;
  right: 50% !important;
  left: 50% !important;
  visibility: hidden;
  transform: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s all;
  top: 50%;
  height: calc(100% + 1px);
  margin-top: -1px;
  pointer-events: none;
}
.jws-offcanvas.jws-offcanvas-type-fade.jws-offcanvas-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws-offcanvas::-webkit-scrollbar {
  display: none;
}
.elementor-align-icon-right + .elementor-button-text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.elementor-editor-active .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text {
  display: unset;
}
.admin-bar .jws-offcanvas {
  margin-top: 32px;
}
.jws-offcanvas-icon-bg {
  display: inline-block;
}
.position-at-right {
  right: 0;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
}
.position-at-left {
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  left: 0;
}
/* 	Normal Box shadow */
.jws-offcanvas-shadow-normal.position-at-right.jws-offcanvas-show,
.jws-offcanvas-shadow-normal.position-at-left.jws-offcanvas-show {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.jws-offcanvas-action-wrap .jws-offcanvas-action .jws-offcanvas-icon {
  text-align: center;
}
/* Floating Position */
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-left,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-left {
  top: 50%;
  left: 0em;
  right: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-right,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-right {
  top: 50%;
  right: 0em;
  left: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.3s all;
}
.jws-offcanvas-content {
  position: relative;
  width: 100%;
  padding: 55px;
  padding-top: 110px;
}
.jws-offcanvas img {
  max-width: 100%;
}
.jws-offcanvas-full {
  pointer-events: none;
  min-height: 100%;
}
.jws-offcanvas-action {
  cursor: pointer;
}
.jws-offcanvas-full .jws-offcanvas-close {
  pointer-events: auto;
}
.jws-offcanvas-show,
.jws-offcanvas-show .jws-offcanvas-close,
.jws-offcanvas-show + .jws-offcanvas-close {
  visibility: visible;
}
.jws-offcanvas-show {
  transform: translatex(0);
  -webkit-transform: translatex(0);
}
.jws-offcanvas-close-icon-wrapper {
  position: absolute;
  top: 55px;
  right: 55px;
  z-index: 10;
}
/* Menu in Off-Canvas style */
.jws-offcanvas-content .jws-offcanvas-menu,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu {
  list-style: none;
}
.jws-offcanvas-content .jws-offcanvas-menu li a,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu li a {
  padding: 5px 0px 5px 0px;
  display: block;
}
.jws-offcanvas-content .jws-offcanvas-menu {
  padding-left: 0px;
}
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:hover,
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:focus {
  -webkit-transition: background 150ms linear, color 150ms linear;
  transition: background 150ms linear, color 150ms linear;
}
/* Inside Close Icon Position */
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
  cursor: pointer;
  fill: #000000;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px !important;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::before,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::before,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::after,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::before,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::before {
  border: 1px solid transparent;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon:hover::before,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon:hover::before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::after,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon::after {
  border: 0 solid transparent;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon:hover::after,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon:hover::after {
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.3s linear 0s;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
  display: block;
  float: right;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 0px;
  text-align: center;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-left-top {
  left: 0;
  right: auto;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
  right: 55px;
  left: auto;
}
/* Overlay */
.jws-offcanvas-show ~ .jws-offcanvas-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  visibility: visible;
}
.jws-offcanvas-close {
  z-index: 99999;
}
.fa-times-thin:before {
  content: '\00d7';
}
@media (min-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-tablet {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-phone {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .jws_nav_menu .jws_nav > li {
    padding: 0px 5px;
  }
  .jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
    right: 25px;
  }
}
.jws_account {
  position: relative;
  display: inline-block;
}
.jws_account .jws_account_text {
  font-size: 13px;
  text-transform: uppercase;
}
.jws_account .jws_text {
  font-size: 13px;
  text-transform: uppercase;
}
.jws_account .jws_a_icon i {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.jws_account .text_position_left {
  padding-right: 5px;
}
.jws_account .text_position_right {
  padding-left: 5px;
}
.jws_account .has_user::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 9999;
}
.jws_account .no_user .jws_text {
  padding-right: 6px;
}
.jws_account .account-menu-dropdown {
  position: absolute;
  top: 100%;
  margin: 15px 0px 0px -15px;
  padding: 30px;
  width: 210px;
  right: 0;
  padding: 23px 0px 30px 20px;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  transform: translatey(25px);
  -webkit-transform: translatey(25px);
}
.jws_account .account-menu-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .jws_account .account-menu-dropdown {
    display: none;
  }
}
.jws_account .account-menu-dropdown a {
  line-height: 30px;
  opacity: 0.6;
  padding: 0;
  font-size: 13px;
  position: relative;
}
.jws_account .account-menu-dropdown a:hover {
  opacity: 1;
}
.jws_account:hover .account-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
}
.jws_account.layout_2 .no_user .jws_text {
  padding: 0;
}
.vertical-header .account-menu-dropdown {
  display: none !important;
}
@media (max-width: 1024px) {
  .jws_account .jws_text {
    display: none;
  }
}
.jws-search-form {
  position: relative;
}
.jws-search-form input[type="text"],
.jws-search-form .searchsubmit {
  border: none;
  outline: none;
}
.jws-search-form .searchsubmit {
  cursor: pointer;
}
.jws-search-form .searchsubmit i {
  font-weight: bold;
}
.jws-search-form.expand .toggle-search {
  cursor: pointer;
}
.jws-search-form.expand .toggle-search i {
  font-size: 16px;
  font-weight: 600;
}
.jws-search-form.expand .search-popup {
  visibility: hidden;
  top: -90px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  background: #ffff;
  overflow: auto;
  opacity: 0;
  user-select: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  z-index: -1;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
.jws-search-form.expand .search-popup.active {
  opacity: 1;
  user-select: auto;
  z-index: 99999;
  top: 0;
  visibility: visible;
}
.jws-search-form.expand .search-popup .search-popup-inner {
  position: relative;
  width: 80%;
  height: 100%;
  margin: auto;
}
.jws-search-form.expand .search-popup .search-popup-inner .jws-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search {
  position: absolute;
  right: 0;
  top: 100px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  z-index: 999;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search i {
  line-height: 50px;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search::before,
.jws-search-form.expand .search-popup .search-popup-inner .close-search::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search::before {
  border: 1px solid transparent;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search:hover::before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search::after {
  border: 0 solid transparent;
}
.jws-search-form.expand .search-popup .search-popup-inner .close-search:hover::after {
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.3s linear 0s;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-by-category ul {
  padding: 0;
  list-style-type: none;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-by-category ul li {
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-by-category ul li input {
  display: none;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-by-category ul li span {
  width: auto !important;
  background-repeat: no-repeat;
  letter-spacing: 0.3px;
  background-image: linear-gradient(transparent calc(100% - 1.5px), #f3584a 1.5px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 90%;
  display: inline-block;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-by-category ul li input:checked + span,
.jws-search-form.expand .search-popup .search-popup-inner .search-by-category ul li span:hover {
  text-decoration: none;
  background-size: 100% 90%;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-form {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-form .jws-ajax-search {
  justify-content: center;
  align-items: center;
  margin: auto;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-form .jws-ajax-search .searchsubmit {
  background-color: transparent;
  border: 1px solid;
  border-radius: 100%;
  cursor: pointer;
  display: none;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-form .jws-ajax-search .search-input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 45px;
  outline: 0;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-form .jws-ajax-search .search-input::placeholder {
  font-weight: 500;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-subline {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
.jws-search-form.expand .search-popup .search-popup-inner .searchsubmit {
  padding: 0;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-results {
  margin-top: 300px;
  text-align: left;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-results .woocommerce h5 {
  text-align: center;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-results .woocommerce .product-list > p {
  padding: 0 15px;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-results .woocommerce .product-list .product-item {
  display: inline-block;
  text-align: center;
  animation: fadeIn 0.5s both;
}
.jws-search-form.expand .search-popup .search-popup-inner .search-results .woocommerce .product-list .product-item img {
  width: 100%;
}
.jws-search-form.expand .search-popup.searched .search-form,
.jws-search-form.expand .search-popup.searching .search-form {
  top: 110px;
  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.jws-search-form.expand .search-popup.searching .jws-loader {
  display: block;
}
.jws-search-form.expand .search-popup.found-products .jws-loader {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .jws-search-form.expand .searchform .input-group .searchsubmit {
    width: 40px;
    height: 40px;
  }
  .jws-search-form.expand .searchform .input-group .search-input {
    width: 70%;
    padding: 20px 9px;
  }
  .jws-search-form.expand .searchform .input-group .close-search {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .jws-search-form.expand .searchform .input-group .close-search i {
    line-height: 40px;
  }
}
.jws-search-form.classic input {
  width: 100%;
  padding: 8px 23px;
  border-radius: 30px;
  background-color: #414141;
  font-size: 12px;
}
.jws-search-form.classic input[type="text"],
.jws-search-form.classic input[type="text"]::-webkit-input-placeholder {
  color: #fefefe;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: italic;
}
.jws-search-form.classic .searchsubmit {
  font-size: 16px;
  color: #fefefe;
  background: transparent;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1.slick-slide {
  padding: 30px 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .row-eq-height {
  align-items: flex-start;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .row-eq-height > div {
  padding: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .row-eq-height .testimonial-image img {
  float: right;
  padding-top: 13px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1.slick-active img {
  animation: fadeInLeft 0.8s both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonials_description {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 35px;
  margin-top: 20px;
  font-weight: 500;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content {
  position: relative;
  padding-right: 20px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonial-heading {
  margin-bottom: 74px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonial-heading .heading-tagline {
  opacity: 0.6;
  margin-bottom: 16px;
  display: block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_info .testimonials_icon {
  padding-right: 15px;
  font-size: 68px;
  opacity: 0.1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_info .testimonials_title {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_job {
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .custom_dots .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .custom_dots .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .custom_dots .slick-dots li.slick-active {
  border-color: #8b8b8b;
  transition-delay: 0.3s;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .custom_dots .slick-dots li.slick-active button {
  background: #161619;
  transition-delay: 0.3s;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .custom_dots .slick-dots li button {
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #959595;
  border-radius: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .custom_navs,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .custom_navs {
  top: 40px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content {
  text-align: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content .testimonials_icon,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content .testimonials_icon {
  display: block;
  margin-bottom: 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content .testimonials_icon svg,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content .testimonials_icon svg {
  height: 34px;
  fill: #c36060;
  width: auto;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content .testimonials_description,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content .testimonials_description {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 35px;
  font-style: italic;
  margin-top: 20px;
  font-weight: 500;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content .testimonials_title,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content .testimonials_title {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  opacity: 0.3;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.jws_testimonials_slider_wrap .custom_navs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.jws_testimonials_slider_wrap .custom_navs .slick-arrow {
  border: none;
  background: transparent;
  outline: none;
}
.jws_testimonials_slider_wrap .custom_navs .spacing-between {
  display: inline-block;
  width: 80px;
  height: 1px;
  background: currentColor;
  margin: 0 10px;
}
.jws_testimonials_slider_wrap .custom_navs.style2 {
  display: inline-flex;
  width: auto;
  top: auto;
}
.jws_testimonials_slider_wrap .custom_navs.style2 .slick-arrow {
  position: relative;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.jws_testimonials_slider_wrap .custom_navs.style2 .slick-prev {
  left: 0;
}
.jws_testimonials_slider_wrap .custom_navs.style2 .slick-next {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonial-heading .heading-tagline {
    margin-bottom: 5px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_info .testimonials_icon {
    font-size: 40px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonial-heading {
    margin-bottom: 25px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonials_description {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .jws_testimonials_slider_wrap .custom_navs.style2 {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .jws_testimonials_slider_wrap .custom_navs.style2 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .jws_testimonials_slider_wrap .custom_navs {
    display: none;
  }
}
.jws-blog-element .jws-post-image {
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws-post-image img {
  width: 100%;
  transform: scale(1);
  transition: transform .4s;
}
.jws-blog-element .jws-post-image:hover img {
  transform: scale(1.1);
}
.jws-blog-element .jws-post-content {
  padding-top: 22px;
}
.jws-blog-element .jws-post-content .jws-post-meta code {
  padding: 0 5px;
}
.jws-blog-element .jws-post-content .jws-post-meta a {
  color: currentColor;
}
.jws-blog-element .jws-post-content .jws-post-category {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-blog-element .jws-post-content .jws-post-category a {
  color: currentColor;
}
.jws-blog-element .jws-post-content .jws-entry-title {
  margin: 0;
}
.jws-blog-element .jws-post-content .jws-entry-title a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(98.5%), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(98.5%), currentColor 1.5px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1.5px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 97%;
}
.jws-blog-element .jws-post-content .jws-entry-title:hover a {
  color: currentColor;
  background-size: 100% 97%;
}
.jws-blog-element .jws-blog-item.link .jws-post-content,
.jws-blog-element .jws-blog-item.quote .jws-post-content {
  text-align: center;
  padding-top: 0;
}
.jws-blog-element .jws-blog-item.link .jws-post-wap,
.jws-blog-element .jws-blog-item.quote .jws-post-wap {
  background: #fde0d6;
  padding: 42px 13%;
  height: 100%;
}
.jws-blog-element .jws-blog-item.link .jws-post-content,
.jws-blog-element .jws-blog-item.quote .jws-post-content {
  margin-top: 0;
}
.jws-blog-element .jws-blog-item.link .jws-entry-title,
.jws-blog-element .jws-blog-item.quote .jws-entry-title {
  font-size: 30px;
}
.jws-blog-element .jws-blog-item.link .lnr-link,
.jws-blog-element .jws-blog-item.quote .lnr-link {
  font-size: 30px;
  margin-top: 22px;
  display: block;
}
.jws-blog-element .jws-blog-item.quote .jws-post-author {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
  letter-spacing: 1px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.jws-blog-element .jws-blog-item.quote .jws-post-author::before {
  content: '';
  width: 30px;
  height: 1px;
  background: #161619;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -60px;
}
.jws-blog-element .jws-blog-item.quote .jws-post-author::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #161619;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  right: -60px;
}
.jws-blog-element .jws-blog-item .quote-icon {
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jws-blog-element .jws-blog-item .quote-icon svg {
  height: 56px;
  width: 64px;
  opacity: 0.1;
}
.jws-blog-element .jws-blog-layout1 .jws-blog-item .jws-post-wap {
  position: relative;
}
.jws-blog-element .jws-blog-layout1 .jws-blog-item .jws-post-wap .jws-post-content .jws-post-category {
  font-size: 12px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content {
  padding-top: 32px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .entry-date {
  width: 100px;
  position: relative;
  float: left;
  text-align: center;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .entry-date .the-day {
  font-size: 72px;
  opacity: 0.2;
  line-height: 64px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .entry-date .the-month {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jws-blog-element .jws-blog-layout2 .jws-post-content .inner {
  width: calc(100% - 100px);
  float: left;
}
.jws-blog-element .jws-blog-layout2 .jws-post-category {
  font-size: 10px;
  margin: 0;
}
.jws-blog-element .jws-blog-layout2 .jws-entry-title {
  font-size: 20px;
  line-height: 24px;
}
.jws-blog-element .jws-blog-layout2 .jws-post-gallery .slick-arrow.slick-prev {
  left: 15px !important;
}
.jws-blog-element .jws-blog-layout2 .jws-post-gallery .slick-arrow.slick-next {
  right: 15px;
}
.jws-blog-element .jws-blog-layout2 .quote .jws-post-content,
.jws-blog-element .jws-blog-layout2 .link .jws-post-content {
  padding-top: 0;
}
.jws-blog-element .jws-blog-layout2 .quote .jws-entry-title,
.jws-blog-element .jws-blog-layout2 .link .jws-entry-title {
  font-size: 20px;
  line-height: 24px;
}
.jws-blog-element .jws-blog-layout2 .quote .jws-post-content .entry-date,
.jws-blog-element .jws-blog-layout2 .link .jws-post-content .entry-date {
  width: 100%;
  float: none;
  font-size: 11px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.jws-blog-element .jws-blog-layout2 .gallery .jws_post_image .wp-post-image {
  width: auto;
  height: auto;
}
.jws-blog-element .jws-blog-layout3 {
  margin-bottom: -80px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item {
  margin-bottom: 80px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-meta {
  margin-bottom: 13px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-meta code:first-child {
  display: none;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-meta span {
  font-size: 11px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-meta span:hover {
  color: currentColor;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-entry-title {
  font-size: 36px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-excerpt {
  margin-top: 24px;
  margin-bottom: 43px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-readmore {
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-readmore .line {
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #161619;
  display: inline-block;
  vertical-align: middle;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-readmore:hover {
  margin-left: 0;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-readmore:hover .line {
  width: 50px;
  margin-right: 10px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-share {
  float: right;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-share > button {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item.link .jws-post-content .jws-post-meta,
.jws-blog-element .jws-blog-layout3 .jws-blog-item.quote .jws-post-content .jws-post-meta {
  margin-bottom: 9px;
}
.jws-blog-element .jws-blog-layout3 .jws-blog-item.link .jws-entry-title,
.jws-blog-element .jws-blog-layout3 .jws-blog-item.quote .jws-entry-title {
  font-size: 30px;
  line-height: 42px;
}
.jws-blog-element .jws-post-gallery .slick-arrow.slick-prev {
  left: 15px !important;
}
.jws-blog-element .jws-post-gallery .slick-arrow.slick-next {
  right: 15px;
  transform: translate(50%, -50%) !important;
}
.jws-pagination-number {
  margin-top: 80px;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.jws-pagination-number ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0 5px;
  text-align: center;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background: 0 0;
  font-size: 12px;
  display: block;
  opacity: 0.5;
}
.jws-pagination-number ul li > span,
.jws-pagination-number ul li > a:hover {
  box-shadow: 3px 4px 15px rgba(28, 31, 28, 0.05);
  opacity: 1;
}
.jws-pagination-number ul li.current {
  opacity: 1;
}
.get_override_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
.get_override_content .close-popup-blog {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  display: block;
  margin: 20px auto 0;
  position: relative;
  color: currentColor;
  right: 0;
}
.get_override_content .close-popup-blog i {
  line-height: 50px;
}
.get_override_content .close-popup-blog::before {
  border: 1px solid transparent;
}
.get_override_content .close-popup-blog::after {
  border: 0 solid transparent;
}
.get_override_content .close-popup-blog::before,
.get_override_content .close-popup-blog::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.get_override_content .close-popup-blog:hover::before {
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.get_override_content .close-popup-blog:hover::after {
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.3s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.3s linear 0s;
}
.jws-blog-element .slick-arrow {
  position: absolute;
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-blog-element .slick-arrow.slick-prev {
  transform: translate(-50%, -50%) !important;
  left: -15px !important;
}
.jws-blog-element .slick-arrow.slick-next {
  right: -15px;
  transform: translate(50%, -50%);
}
.jws-blog-element:hover .slick-arrow {
  opacity: 1;
}
.jws-share {
  display: inline-block;
  position: relative;
}
.jws-share > button {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
.jws-share > button span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-share > button svg {
  margin-left: 12px;
  width: 15px;
  height: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-share > button i {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jws-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  z-index: -1;
}
.jws-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
  background: #ffffff;
}
.jws-share .addthis_inline_share_toolbox .post-share-inner a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #cdcfd0;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
  visibility: hidden;
}
.jws-share .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  visibility: visible;
}
.jws-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(-35px);
  -webkit-transform: translatex(-35px);
}
.jws-share.opened button svg {
  opacity: 0;
}
.jws-share.opened button span {
  opacity: 0;
  visibility: hidden;
}
.jws-share.opened button i {
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .get_override_content {
    display: none;
  }
  .jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-entry-title {
    font-size: 30px;
    line-height: 38px;
  }
  .jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-readmore {
    font-size: 13px;
  }
  .jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-share > button {
    font-size: 13px;
  }
  .jws-blog-element .jws-blog-layout3 .jws-blog-item .jws-post-content .jws-post-excerpt {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .jws-blog-element .jws-blog-layout3 .jws-blog-item {
    margin-bottom: 40px;
  }
  .jws-blog-element .jws-blog-layout3 {
    margin-bottom: -40px;
  }
}
.col-xl-4 .video_format a.url:before,
.col-xl-3 .video_format a.url:before,
.col-lg-4 .video_format a.url:before,
.col-lg-3 .video_format a.url:before,
.col-md-4 .video_format a.url:before,
.col-md-3 .video_format a.url:before {
  height: 80px;
  width: 80px;
}
.col-xl-4 .blog-audio-player,
.col-xl-3 .blog-audio-player,
.col-lg-4 .blog-audio-player,
.col-lg-3 .blog-audio-player,
.col-md-4 .blog-audio-player,
.col-md-3 .blog-audio-player {
  height: 60px !important;
}
.col-xl-4 .mejs__controls .mejs__time-rail,
.col-xl-3 .mejs__controls .mejs__time-rail,
.col-lg-4 .mejs__controls .mejs__time-rail,
.col-lg-3 .mejs__controls .mejs__time-rail,
.col-md-4 .mejs__controls .mejs__time-rail,
.col-md-3 .mejs__controls .mejs__time-rail {
  padding-top: 15px;
}
.col-xl-4 .mejs__button > button .mejs__button > button,
.col-xl-3 .mejs__button > button .mejs__button > button,
.col-lg-4 .mejs__button > button .mejs__button > button,
.col-lg-3 .mejs__button > button .mejs__button > button,
.col-md-4 .mejs__button > button .mejs__button > button,
.col-md-3 .mejs__button > button .mejs__button > button {
  margin: 12px 6px;
}
@media only screen and (max-width: 767px) {
  .video_format a.url:before {
    height: 80px !important;
    width: 80px !important;
  }
}
.jws-instagram-feed {
  position: relative;
}
.jws-instagram-feed .follow {
  position: absolute;
  top: 0;
  transform: translate(50%, -50%);
  right: 50%;
  z-index: 999;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .jws-instagram-feed .follow {
    padding: 0 10px;
    font-size: 13px;
  }
}
.jws-insta-feed {
  position: relative;
}
.jws-insta-feed .jws-insta-img-wrap {
  overflow: hidden;
}
.jws-insta-feed .jws-insta-img-wrap img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}
.jws-insta-feed-wrap {
  position: relative;
}
.jws-insta-feed-wrap .jws-insta-info-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner {
  z-index: 999;
}
.jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-icon {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
}
.jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-icon i {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-icon {
    display: none;
  }
}
.jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-icon p {
  display: inline-block;
  color: #fbd800;
  font-size: 12px;
  font-weight: 500;
}
.jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-icon p.jws-insta-post-likes {
  padding-right: 5px;
}
.jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner:hover {
  opacity: 1;
}
.jws-insta-feed-wrap a {
  background: #707070;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  bottom: 0;
}
.jws-insta-feed-wrap:hover a {
  opacity: 0.5;
}
.jws-insta-feed-wrap:hover img {
  -webkit-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.jws-insta-feed-wrap:hover .jws-insta-info-wrap {
  opacity: 1;
}
body.archive.post-type-archive-projects .jws-title-bar-wrap,
body.archive.tax-projects_cat .jws-title-bar-wrap {
  text-align: left !important;
}
body.archive.post-type-archive-projects .jws-title-bar-wrap .jws-text-ellipsis,
body.archive.tax-projects_cat .jws-title-bar-wrap .jws-text-ellipsis {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 8px;
}
body.archive.post-type-archive-projects .jws-title-bar-wrap .subtitle,
body.archive.tax-projects_cat .jws-title-bar-wrap .subtitle {
  font-size: 12px;
}
.jws_project_item {
  position: relative;
  padding: 0;
}
.project-content {
  margin-bottom: -30px;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  /** End layout 7 **/
  /** End Slider **/
}
.project-content .jws_project_wap {
  position: relative;
}
.project-content .jws_project_wap .overlay_inner {
  background-color: #ffffff;
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.project-content .jws-project-item {
  margin-bottom: 30px;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner {
  width: 100%;
  margin-top: -5px;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat {
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat a,
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat span {
  display: inline-block;
  transition: 0.5s all;
  opacity: 0.8;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat a:hover,
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat span:hover {
  opacity: 1 !important;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat span {
  transition: 0.5s all;
  display: inline-block;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .entry-title {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
  font-weight: 400;
  overflow: hidden;
  font-family: unset;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .entry-title a {
  display: inline-block;
  transition: 0.3s all;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .jws-divider {
  width: 1px;
  height: 0;
  display: inline-block;
  transition: 0.5s all;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore {
  position: relative;
  z-index: 2;
  font-size: 18px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  opacity: 0;
  transition: 0.5s all;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore span {
  display: inline-block;
}
.project-content .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.project-content .jws_project_wap .jws_project_image {
  overflow: hidden;
}
.project-content .jws_project_wap .jws_project_image img {
  width: 100%;
  transition: 0.5s all;
}
.project-content .jws_project_wap:hover .jws_project_image img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.project-content .jws_project_wap:hover .jws-divider {
  height: 77px;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content {
  position: absolute;
  text-align: center;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat a,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat a,
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat span,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content .jws_project_content_inner .projects_cat span {
  -webkit-transform: translatey(100%);
  -o-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -moz-transform: translatey(100%);
  transform: translatey(100%);
  opacity: 0;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .entry-title a,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content .jws_project_content_inner .entry-title a {
  -webkit-transform: translatey(100%);
  -o-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -moz-transform: translatey(100%);
  transform: translatey(100%);
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore {
  -webkit-transform: translatey(15px);
  -o-transform: translatey(15px);
  -ms-transform: translatey(15px);
  -moz-transform: translatey(15px);
  transform: translatey(15px);
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore span,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore span {
  display: inline-block;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore:hover span,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_image,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_image {
  overflow: hidden;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_image img,
.project-content.jws_project_layout3 .jws_project_wap .jws_project_image img {
  width: 100%;
  transition: 0.5s all;
}
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_image img,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_image img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.project-content.jws_project_layout1 .jws_project_wap:hover .overlay_inner,
.project-content.jws_project_layout3 .jws_project_wap:hover .overlay_inner {
  opacity: 0.95;
}
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner {
  opacity: 1;
}
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws_project_readmore,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws_project_readmore {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 1;
}
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .projects_cat a,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .projects_cat a,
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .projects_cat span,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .projects_cat span {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 0.8;
}
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .entry-title a,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .entry-title a {
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws-divider,
.project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws-divider {
  height: 77px;
}
.project-content.jws_project_layout1 .jws_project_wap .overlay_inner {
  background-color: #ffffff;
  position: absolute;
  left: 5%;
  top: 5%;
  content: "";
  width: 90%;
  height: 90%;
  opacity: 0;
  z-index: 1;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content_inner .projects_cat {
  margin-bottom: 15px;
}
.project-content.jws_project_layout1 .jws_project_wap .jws_project_content {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.project-content.jws_project_layout2 .jws_project_wap .jws_project_content {
  padding: 30px 0 20px 0;
}
.project-content.jws_project_layout2 .jws_project_content_inner .entry-title {
  margin: 0;
}
.project-content.jws_project_layout3 .jws_project_wap .overlay_inner {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content {
  padding: 40px 23px;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.project-content.jws_project_layout3 .jws_project_wap .jws_project_content_inner .projects_cat {
  margin-bottom: 0;
}
.project-content.slider.has_wrap {
  padding-bottom: 20px;
}
.project-content.slider.has_wrap .flickity-page-dots {
  bottom: 20px;
}
.project-content.slider.row {
  display: block;
}
.project-content.slider .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
.project-content.slider .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  line-height: 7px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  background: transparent;
  opacity: 1;
}
.project-content.slider .slick-dots li button {
  display: none;
}
.project-content.slider .slick-dots li:before {
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  content: "";
  display: inline-block;
}
.project-content.slider .slick-dots li.slick-active {
  border-color: #000000;
}
.project-content.slider .slick-dots li.slick-active:before {
  background: #000000;
}
.project_nav_container {
  text-align: center;
}
.project_nav {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.project_nav #magic_line {
  position: absolute;
  bottom: 19%;
  left: 0;
  height: 10px;
  transition: all 0.55s;
  padding: 0 !important;
}
.project_nav li {
  display: inline-block;
  padding: 0 10px;
}
.project_nav li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1;
  letter-spacing: 2px;
  position: relative;
  width: auto !important;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1.5px), currentcolor 1.5px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 90%;
}
.project_nav li a:hover,
.project_nav li a.filter-active {
  background-size: 100% 90%;
}
.jws_pagination {
  margin-top: 60px;
  text-align: center;
}
.jws_pagination .jws-load-more {
  display: inline-block;
  vertical-align: middle;
}
.text-effect1 .letter {
  display: inline-block;
}
body[data-elementor-device-mode="mobile"] .project_nav #magic_line {
  display: none;
}
@media (max-width: 1660px) {
  .project-content.jws_project_layout1 .col-xl-20 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws-divider,
  .project-content.jws_project_layout3 .col-xl-20 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws-divider {
    height: 25px;
  }
}
@media (max-width: 1024px) {
  .project-content.jws_project_layout1 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws-divider,
  .project-content.jws_project_layout3 .jws_project_wap:hover .jws_project_content .jws_project_content_inner .jws-divider {
    height: 25px;
  }
  .project-content .jws_project_wap .jws_project_content .jws_project_content_inner .entry-title {
    font-size: 15px;
  }
  .project-content.jws_project_layout1 .jws_project_wap .jws_project_content_inner .projects_cat {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .project-content.jws_project_layout1 .jws_project_wap .jws_project_content .jws_project_content_inner .jws_project_readmore {
    display: none;
  }
}
.jws_pagination.jws_ajax {
  width: 100%;
}
.jws_pagination.jws_ajax .jws-load-more {
  display: inline-block;
}
.jws_pagination.jws_ajax .page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}
.jws_pagination.jws_ajax .page-numbers li {
  display: none;
}
.jws_pagination.jws_ajax .page-numbers li:last-child {
  display: inline-block;
}
.jws_pagination.jws_ajax .page-numbers li:last-child .dots-loading {
  display: block;
}
.jws_pagination.jws_ajax #jws-products-loading {
  display: block;
}
.jws_pagination.jws_ajax .has-loaded {
  display: none;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.jws_pagination.jws_ajax.items-loading .page-numbers {
  display: none;
}
.jws_pagination.jws_ajax.items-loading .jws-load-more {
  display: none;
}
.jws_pagination.jws_ajax.all-items-loaded .jws-load-more {
  display: none;
}
.jws_pagination.jws_ajax.all-items-loaded .has-loaded {
  display: block;
}
.jws_pagination.jws_ajax .dots-loading {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.jws_pagination.jws_ajax .dots-loading span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.jws_pagination.jws_ajax .dots-loading span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.jws_pagination.jws_ajax .dots-loading span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.jws_pagination.jws_ajax .dots-loading span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.jws_pagination.jws_ajax.items-loading .dots-loading {
  display: block;
}
.jws_pagination.jws_ajax.items-loading #jws-products-loading {
  display: none;
}
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-widget-jws_mini_cart {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav {
  height: 100%;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.elementor-widget-jws_mini_cart > .elementor-widget-container > .jws_mini_cart > .jws-cart-nav > a .cart_icon {
  position: relative;
}
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax {
  display: block;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  display: block;
}
.jws-cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.73);
  transition: 0.3s all;
  visibility: hidden;
  z-index: 9998;
  opacity: 0;
}
.jws-mini-cart-wrapper {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.jws-mini-cart-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.jws-cart-sidebar {
  position: absolute;
  top: 100%;
  right: -20px;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  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);
  max-height: 100vh;
  min-width: 360px;
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding: 30px;
  padding-top: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  margin-bottom: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
  float: right;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart p {
  font-size: 12px;
  color: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart strong {
  font-weight: 500;
  text-transform: uppercase;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .row {
  margin: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  padding: 0;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:first-child {
  padding-right: 8px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:last-child {
  padding-left: 8px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display: block;
  text-align: center;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  padding: 30px;
  position: relative;
  max-height: 50vh;
  overflow: auto;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #c7c6c6;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ada9a9;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom: 25px;
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
  padding: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  text-align: center;
  padding-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  display: block;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
  font-size: 85px;
  line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
  margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 27px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price {
  margin: 5px 0;
  font-size: 12px;
  line-height: 24px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  right: 0;
  top: 0;
  display: inline-block;
  position: absolute;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 18px;
  top: 9px;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove {
  opacity: 1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove:before {
  opacity: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent !important;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  -webkit-animation: lds-dual-ring 0.5s linear infinite;
  -o-animation: lds-dual-ring 0.5s linear infinite;
  -ms-animation: lds-dual-ring 0.5s linear infinite;
  -moz-animation: lds-dual-ring 0.5s linear infinite;
  animation: lds-dual-ring 0.5s linear infinite;
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 17%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax {
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div {
  display: inline-block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div > span {
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #d8d8d8;
  display: block;
  border-radius: 100%;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:hover .remove {
  opacity: 1;
}
.jws_mini_cart {
  position: relative;
}
.jws_mini_cart > .jws-cart-nav a {
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  color: #000000;
  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 {
  width: 18px;
  height: 18px;
  line-height: 20px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -4px;
  right: -12px;
  position: absolute;
}
.jws_mini_cart:hover .jws-mini-cart-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.jws_mini_cart:hover .jws-cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws_mini_cart:hover .jws-cart-sidebar:before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail,
body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  margin-right: 15px;
}
.dark-mode-on .jws-cart-sidebar {
  background-color: #1C1C1C;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  background: #191919;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover {
  color: #191919;
}
@media only screen and (max-width: 1024px) {
  .jws_mini_cart .jws-mini-cart-wrapper {
    display: none;
  }
  .jws_mini_cart > .jws-cart-nav a .cart_text {
    display: none;
  }
}
.vertical-header .elementor-widget-jws_mini_cart {
  height: auto;
}
.vertical-header .elementor-widget-jws_mini_cart .jws-mini-cart-wrapper {
  display: none !important;
}
.jws_dropdown_text .drop_top {
  font-size: 14px;
  margin: 0;
  transition: 0.3s all;
  line-height: 60px;
  font-weight: 400;
}
.jws_dropdown_text .drop_top img {
  max-width: 25px;
  margin-right: 6px;
  margin-top: -4px;
}
.jws_dropdown_text .drop_top:after {
  content: "\e874";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 4px;
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  background: #ffffff;
  border-top: 5px solid;
  width: 105px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s all;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  font-size: 12px;
  line-height: 25px;
  display: block;
  padding: 5px 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a img {
  width: 25px;
  margin-right: 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a:hover {
  color: #ffffff;
}
.jws_dropdown_text:hover .dropdown_sub {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: auto;
}
.jws_dropdown_text:hover .drop_top:after {
  content: "\e873";
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-options {
  width: 105px !important;
  border: none;
  border-top: 5px solid;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected {
  padding: 0;
  display: inline;
  margin-right: 15px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer {
  position: relative;
  display: inline;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-down {
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-down:after {
  content: "\e874";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 4px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-up {
  border: none !important;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-pointer-up:after {
  content: "\e873";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 4px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-select {
  border: none;
  border-radius: unset;
  background: transparent !important;
  min-width: 50px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-select .dd-selected-image {
  display: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-desc {
  display: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option {
  padding: 5px 15px;
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option:hover .dd-option-text {
  color: #ffffff;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding-left: 5px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-option-image {
  width: 25px;
  float: unset;
  display: inline-block;
  vertical-align: middle;
}
.jws-cf7 textarea {
  width: 100%;
}
.jws-cf7 .ajax-loader {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.jws-cf7 .cf7-title {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.jws-cf7 .sub-title {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.3px;
}
.jws-cf7 .jws-divider {
  width: 1px;
  height: 100px;
  display: inline-block;
  background: #ffffff;
  margin: 15px 0;
}
.jws-cf7 p {
  margin: 0;
}
.jws-cf7 form .wpcf7-response-output {
  margin: 3em 0 1em;
}
.jws-cf7 .wpcf7 .wpcf7-form input:not([type=submit]) {
  width: 100%;
}
.jws-cf7 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.jws-cf7 .wpcf7 .wpcf7-form .wpcf7-submit {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.jws-cf7.layout1 {
  padding: 75px 55px 55px;
}
.jws-cf7.layout1 .cf7-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.jws-cf7.layout1 .sub-title {
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
  font-style: italic;
  letter-spacing: 0.3px;
}
.jws-cf7.layout1 .wpcf7 {
  margin-top: 57px;
}
.jws-cf7.layout1 .wpcf7 .wpcf7-form input:not([type=submit]) {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 45px;
  outline: none;
}
.jws-cf7.layout1 button {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
.jws-cf7.layout1 button input {
  visibility: hidden;
  outline: none;
  opacity: 0;
}
.jws-cf7.layout1 button .cf7-icon-custom {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: absolute;
  transition: 0.3s;
  margin: auto;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jws-cf7.layout1 button .cf7-icon-custom::before {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(10.5px, 4px);
  transform: rotate(-45deg);
  right: 1px;
  position: absolute;
  top: -5px;
}
.jws-cf7.layout1 button .cf7-icon-custom::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
  position: absolute;
  top: -1px;
}
.jws-cf7.layout1 button .cf7-icon-custom::before,
.jws-cf7.layout1 button .cf7-icon-custom::after {
  background: #ffffff;
}
.jws-cf7.layout1 button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form input:not([type=submit]) {
  line-height: 50px;
  padding: 0 15px;
  border-style: solid;
  border-color: #FFFFFF;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
  background: #FAFAFA;
  line-height: 50px;
  display: inline-block;
  letter-spacing: 0.3px;
  padding: 0 28px;
  border: 1px;
  background: #ffffff;
  margin-left: 10px;
  vertical-align: bottom;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form label {
  margin: 0;
  vertical-align: bottom;
}
.jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form {
  text-align: left;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form input {
  display: block;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form textarea,
.jws-cf7.layout4 .wpcf7 .wpcf7-form input:not([type=submit]) {
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid;
}
.jws-cf7.layout4 .wpcf7 .wpcf7-form .wpcf7-submit {
  line-height: 58px;
  letter-spacing: 0.3px;
  padding: 0 28px;
}
.jws-cf7.layout4 .col-12 {
  padding: 3px 15px;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form p {
  display: inline-block;
  text-align: left;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form input:not([type=submit]) {
  line-height: 50px;
  padding: 0 15px;
  border-style: solid;
  border-color: #FFFFFF;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form .group-control {
  position: relative;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form button {
  position: absolute;
  bottom: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form .wpcf7-submit {
  background: #FAFAFA;
  line-height: 50px;
  letter-spacing: 0.3px;
  padding: 0 28px;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin-left: 5px;
}
.jws-cf7.layout3 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}
.jws-cf7.layout3 button {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
.jws-cf7.layout3 button input {
  visibility: hidden;
  outline: none;
  opacity: 0;
}
.jws-cf7.layout3 button .cf7-icon-custom {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: absolute;
  transition: 0.3s;
  margin: auto;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jws-cf7.layout3 button .cf7-icon-custom::before {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(10.5px, 4px);
  transform: rotate(-45deg);
  right: 1px;
  position: absolute;
  top: -5px;
}
.jws-cf7.layout3 button .cf7-icon-custom::after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
  position: absolute;
  top: -1px;
}
.jws-cf7.layout3 button .cf7-icon-custom::before,
.jws-cf7.layout3 button .cf7-icon-custom::after {
  background: #ffffff;
}
.jws-cf7.layout3 button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) {
  .jws-cf7.layout1 {
    padding: 20px;
  }
  .jws-cf7.layout1 .cf7-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
  }
  .jws-cf7 .jws-divider {
    height: 50px;
  }
  .jws-cf7.layout1 .sub-title {
    font-size: 20px;
    line-height: 30px;
  }
  .jws-cf7.layout1 .wpcf7 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jws-cf7 label {
    display: block;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form {
    flex-wrap: wrap;
  }
  .jws-cf7 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap,
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form input:not([type=submit]) {
    width: 100%;
    margin-bottom: 15px;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    position: relative;
  }
  .jws-cf7.layout2 .wpcf7 .wpcf7-form .wpcf7-submit {
    margin-left: 0;
  }
}
.jws_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;
  border: 1px solid;
  transition: .3s all;
}
.jws_video_popup .jws_video_popup_inner a:after,
.jws_video_popup .jws_video_popup_inner a:before {
  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 .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
}
.jws_video_popup .jws_video_popup_inner a:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
}
@keyframes pulse-border {
  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.2);
    -webkit-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);
  }
}
.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;
}
#circle {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
#circle text {
  font-family: 'Helvetica Neue', Arial;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.elementor-custom-embed-play {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  line-height: 100px;
}
body .elementor-custom-embed-play i {
  font-size: 11px;
}
body .elementor-custom-embed-play i::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.jws_banner {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jws_banner .jws_banner_inner {
  overflow: hidden;
}
.jws_banner .jws_banner_inner img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.jws_banner.layout1 .banner-content-group {
  padding: 28px 65px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jws_banner.layout1 .banner-content-group .content-group1 {
  padding: 0;
  position: relative;
  width: 40%;
}
.jws_banner.layout1 .banner-content-group .content-group1 a {
  position: absolute;
  bottom: 0;
}
.jws_banner.layout1 .banner-content-group .content-group1 .banner_title {
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin: 0;
}
.jws_banner.layout1 .banner-content-group .content-group1 .banner_content {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.jws_banner.layout1 .banner-content-group .content-group2 {
  padding: 30px 0 0 0;
  text-align: center;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_subject {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 4px;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2.8px;
  overflow: hidden;
  position: relative;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::before,
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #000000;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::before {
  transform: translate(-105%, 50%);
  top: 50%;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title::after {
  transform: translate(5%, 50%);
  top: 50%;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit {
  padding: 15px 0 20px 0;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .number,
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .unit {
  font-weight: 600;
  font-size: 60px;
  color: #e37573;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .text-after {
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  vertical-align: middle;
}
.jws_banner.layout1 .banner-content-group .content-group2 .btn-link {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 68px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_banner.layout2 {
  padding: 27px;
  height: 100%;
}
.jws_banner.layout2 .jws_banner_inner {
  border: 1px solid;
  padding: 25px 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  text-align: center;
}
.jws_banner.layout2 .jws_banner_inner .banner_title {
  font-size: 30px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.jws_banner.layout2 .jws_banner_inner .banner_sub_title {
  display: none;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit {
  position: relative;
  padding: 21px 0 12px 0;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .number {
  font-size: 112px;
  display: inline-block;
  line-height: 80px;
  font-weight: 500;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit > div {
  display: inline-block;
  line-height: 60px;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .unit {
  display: block;
  font-size: 36px;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .text-after {
  display: block;
  font-size: 18px;
  padding-left: 14px;
  text-transform: uppercase;
  bottom: 10px;
}
.jws_banner.layout2 .jws_banner_inner .banner_number_unit .banner_sub_title {
  display: none;
}
.jws_banner.layout2 .jws_banner_inner .btn-link {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.jws_banner.layout2 .jws_banner_inner .btn-link span {
  text-decoration: underline;
}
.jws_banner.layout3 .jws_banner_inner {
  overflow: hidden;
}
.jws_banner.layout3 .jws_banner_inner img {
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.jws_banner.layout3 .jws_banner_inner .content-group1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 41px 44px;
}
.jws_banner.layout3 .jws_banner_inner .banner_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  display: initial;
  text-transform: uppercase;
  padding: 6px 15px;
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1.5px), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(100% - 50px), #000000 1.5px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1.5px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 100% 100%;
}
.jws_banner.layout3 .jws_banner_inner .banner_content {
  display: none;
}
.jws_banner.layout4 .banner-content-group {
  padding: 41px 45px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jws_banner.layout4 .banner-content-group .content-group1 {
  padding: 0;
  position: relative;
  width: 40%;
}
.jws_banner.layout4 .banner-content-group .content-group1 .banner_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  display: initial;
  text-transform: uppercase;
  padding: 6px 15px;
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1.5px), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(100% - 50px), #000000 1.5px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1.5px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 100% 100%;
}
.jws_banner.layout4 .banner-content-group .content-group1 .banner_content {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.jws_banner.layout4 .banner-content-group .content-group2 {
  padding: 30px 0 0 0;
  text-align: center;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_subject {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 4px;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2.8px;
  overflow: hidden;
  position: relative;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::before,
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #000000;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::before {
  transform: translate(-105%, 50%);
  top: 50%;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_sub_title::after {
  transform: translate(5%, 50%);
  top: 50%;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit {
  padding: 15px 0 20px 0;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit .number,
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit .unit {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.jws_banner.layout4 .banner-content-group .content-group2 .banner_number_unit .text-after {
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  vertical-align: middle;
}
.jws_banner.layout4 .banner-content-group .content-group2 .btn-link {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 68px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.jws_banner.layout5 .jws_banner_inner {
  position: relative;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 {
  border: 1px solid #b7b7b7;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  padding: 15px;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  color: #161619;
  display: initial;
  text-transform: uppercase;
  padding: 0px 15px;
  margin-bottom: 18px;
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(100% - 1.5px), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(100% - 50px), #ffffff 1.5px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1.5px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 100% 100%;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_content {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 6px;
}
.jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jws_banner:hover {
  background-position: center !important;
}
.jws_banner:hover .jws_banner_inner img {
  transform: scale(1.1);
}
.elementor-widget-jws_banner {
  height: 100%;
}
.elementor-widget-jws_banner .elementor-widget-container {
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_subject {
    font-size: 40px;
    line-height: 48px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .number,
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .unit {
    font-size: 50px;
    line-height: 50px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .btn-link {
    padding: 15px 30px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 {
    padding: 0;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .jws_banner.layout4 .banner-content-group,
  .jws_banner.layout1 .banner-content-group,
  .jws_banner.layout3 .jws_banner_inner .content-group1 {
    padding: 20px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 {
    padding: 0;
    text-align: center;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .btn-link {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 25px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_subject {
    font-size: 48px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_sub_title {
    padding: 0 20px;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit {
    padding: 5px 0 5px 0;
  }
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .number,
  .jws_banner.layout1 .banner-content-group .content-group2 .banner_number_unit .unit {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .jws_banner.layout1 .jws_banner_inner .content-group1,
  .jws_banner.layout4 .jws_banner_inner .content-group1 {
    display: none;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2,
  .jws_banner.layout4 .jws_banner_inner .content-group2 {
    padding: 0;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_subject,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_subject {
    font-size: 60px;
    line-height: unset;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_number_unit,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_number_unit {
    padding: 0;
  }
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_number_unit .unit,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_number_unit .unit,
  .jws_banner.layout1 .jws_banner_inner .content-group2 .banner_number_unit .number,
  .jws_banner.layout4 .jws_banner_inner .content-group2 .banner_number_unit .number {
    font-size: 36px;
    line-height: 36px;
  }
  .jws_banner.layout1 .banner-content-group {
    justify-content: flex-end;
  }
  .jws_banner.layout1 .banner-content-group .content-group1 {
    width: 60%;
  }
  .jws_banner.layout2 {
    padding: 20px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_title {
    font-size: 26px;
    line-height: 32px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit {
    padding: 0;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit .number {
    font-size: 60px;
    line-height: 60px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit > div {
    display: inline-block;
    line-height: 30px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit > div .unit {
    font-size: 18px;
  }
  .jws_banner.layout2 .jws_banner_inner .banner_number_unit > div .text-after {
    padding-left: 0;
  }
  .jws_banner.layout4 .banner-content-group {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_content {
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 6px;
  }
  .jws_banner.layout5 .jws_banner_inner .banner-content-holder .content-group1 .banner_title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .jws_banner.layout4 .banner-content-group,
  .jws_banner.layout1 .banner-content-group,
  .jws_banner.layout3 .jws_banner_inner .content-group1 {
    padding: 40px;
  }
}
@media only screen and (max-width: 510px) {
  .jws_banner.layout4 .jws_banner_inner img,
  .jws_banner.layout1 .jws_banner_inner img {
    width: auto;
    height: 265px;
    max-width: unset;
  }
  .jws_banner.layout4 .banner-content-group {
    justify-content: start;
  }
}
.jws_heading .heading-tagline {
  opacity: 0.6;
  margin-bottom: 15px;
  display: block;
}
.jws_heading .heading-title {
  margin: 0;
  animation-delay: .3s;
}
.jws_heading .content {
  margin-top: 48px;
  animation-delay: .6s;
}
.jws_heading .content p {
  margin: 0;
}
.jws_heading .btn-button {
  display: inline-flex;
  margin-top: 61px;
  animation-delay: .8s;
  justify-content: center;
}
.jws_heading.layout2 {
  position: relative;
}
.jws_heading.layout2::before {
  position: absolute;
  transform: translate(0, 100%);
  top: 36px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  opacity: 0.1;
}
.jws_heading.layout2 .jws_heading_inner {
  position: relative;
  display: inline-block;
  background: #ffffff;
}
.jws_heading.layout2 .heading-tagline {
  margin-bottom: 15px;
}
.jws_heading.layout2 .content {
  margin-top: 10px;
}
.jws_heading.layout3 {
  position: relative;
}
.jws_heading.layout3::before {
  position: absolute;
  transform: translate(0, 100%);
  top: 36px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  opacity: 0.1;
}
.jws_heading.layout3 .jws_heading_inner {
  position: relative;
  display: inline-block;
  background: #ffffff;
}
.jws_heading.layout3 .btn-absolute {
  position: absolute;
  top: 23px;
  right: 0;
  padding-left: 20px;
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_heading.layout3 .heading-tagline {
  margin-bottom: 15px;
}
.jws_heading.layout3 .content {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .jws_heading.layout4 .jws_heading_inner {
    position: absolute;
    -webkit-transform: rotate(90deg) scaleX(1);
    -o-transform: rotate(90deg) scaleX(1);
    -ms-transform: rotate(90deg) scaleX(1);
    -moz-transform: rotate(90deg) scaleX(1);
    transform: rotate(90deg) scaleX(1);
    transform-origin: top left;
    left: 100%;
  }
  .jws_heading.layout4 .heading-tagline,
  .jws_heading.layout4 .heading-title {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    white-space: nowrap;
  }
}
.elementor-text-editor p,
.jws_heading .content p {
  margin-bottom: 8px;
}
.elementor-text-editor p:last-child,
.jws_heading .content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .jws_heading .content {
    margin-top: 20px;
  }
  .jws_heading .btn-button {
    margin-top: 25px;
  }
  .jws_heading .heading-tagline {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .jws_heading.layout3 .btn-absolute {
    position: relative;
    display: block;
    padding-left: 0;
  }
}
.jws-team .team-content {
  padding: 16px;
  background: #ffffff;
  text-align: center;
}
.jws-team .team-content .team-position {
  color: #9e9a94;
  line-height: 24px;
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.jws-team .team-content .team-name {
  font-size: 30px;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 0;
}
.jws-team .team-img {
  overflow: hidden;
  position: relative;
}
.jws-team .team-img img {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}
.jws-team .team-img-inner:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jws-team.layout1 {
  margin: -20px;
}
.jws-team.layout1 .team-item {
  padding: 20px;
}
.jws-team.layout1 .jws-team-inner {
  text-align: center;
}
.jws-team.layout1 .jws-team-inner .team-img .overlay_inner {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.jws-team.layout1 .jws-team-inner .team-img img {
  width: 100%;
}
.jws-team.layout1 .jws-team-inner .team-img-inner {
  position: relative;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 38px;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-excerpt {
  display: block;
  -webkit-transform: translatey(50%);
  -o-transform: translatey(50%);
  -ms-transform: translatey(50%);
  -moz-transform: translatey(50%);
  transform: translatey(50%);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list {
  list-style-type: none;
  padding: 0;
  margin-top: 38px;
  display: block;
  -webkit-transform: translatey(70%);
  -o-transform: translatey(70%);
  -ms-transform: translatey(70%);
  -moz-transform: translatey(70%);
  transform: translatey(70%);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  z-index: 1;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list li {
  display: block;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9e9a94;
}
.jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info .team-icon-list li:hover a {
  color: currentColor;
}
.jws-team.layout1 .jws-team-inner:hover .team-content-info {
  opacity: 1;
}
.jws-team.layout1 .jws-team-inner:hover .team-content-info .team-excerpt,
.jws-team.layout1 .jws-team-inner:hover .team-content-info .team-icon-list {
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  transform: translatey(0);
}
.jws-team.layout1 .jws-team-inner:hover .overlay_inner {
  opacity: 0.9;
}
.jws-team.layout2 .team-item {
  padding-top: 0;
  padding-bottom: 0;
}
.jws-team.layout2 .team-content {
  padding: 28px;
}
.jws-team.layout2 .team-img-inner {
  position: relative;
}
.jws-team.layout2 .team-img-inner .team-content-info {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 38px;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.jws-team.layout2 .team-img-inner .team-content-info .team-excerpt {
  display: block;
  -webkit-transform: translatey(50%);
  -o-transform: translatey(50%);
  -ms-transform: translatey(50%);
  -moz-transform: translatey(50%);
  transform: translatey(50%);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws-team.layout2 .team-img-inner .team-content-info .team-icon-list {
  list-style-type: none;
  padding: 0;
  display: block;
  -webkit-transform: translatey(70%);
  -o-transform: translatey(70%);
  -ms-transform: translatey(70%);
  -moz-transform: translatey(70%);
  transform: translatey(70%);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  z-index: 1;
}
.jws-team.layout2 .team-img-inner .team-content-info .team-icon-list li {
  display: block;
  padding: 6px 0;
}
.jws-team.layout2 .team-img-inner .team-content-info .team-icon-list li a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
.jws-team.layout2 .team-img-inner:hover .team-content-info {
  opacity: 1;
}
.jws-team.layout2 .team-img-inner:hover .team-content-info .team-excerpt,
.jws-team.layout2 .team-img-inner:hover .team-content-info .team-icon-list {
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  -ms-transform: translatey(0);
  -moz-transform: translatey(0);
  transform: translatey(0);
}
@media only screen and (max-width: 1024px) {
  .jws-team.layout1 .jws-team-inner .team-img-inner .team-content-info {
    display: none;
  }
  .jws-team.layout1 .jws-team-inner .team-img .overlay_inner {
    background-color: transparent;
  }
  .jws-team.layout1 .team-item {
    padding: 15px;
  }
  .jws-team.layout1 {
    margin: -15px;
  }
  .jws-team.layout2 .team-img-inner .team-content-info {
    opacity: 1;
  }
  .jws-team.layout2 .team-img-inner .team-content-info .team-icon-list {
    -webkit-transform: translatey(0%);
    -o-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -moz-transform: translatey(0%);
    transform: translatey(0%);
  }
  .jws-team.layout2 .team-img-inner .team-content-info {
    padding: 20px;
  }
}
.jws_info_box {
  overflow: hidden;
  position: relative;
}
.jws_info_box .jws_info_box_inner .box_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 72px;
  transition: 0.7s all;
  transform: translate(5px, 6px);
  -webkit-transform: translate(5px, 6px);
  opacity: 0.45;
}
.jws_info_box .jws_info_box_inner .box_icon i {
  display: block;
  transition: 0.7s all;
}
.jws_info_box .jws_info_box_inner .jws-ino-box-content {
  padding-top: 10px;
}
.jws_info_box .jws_info_box_inner .box_title {
  line-height: 30px;
  margin-bottom: 16px;
}
.jws_info_box .jws_info_box_inner .box_content p {
  margin-bottom: 0;
}
.jws_info_box:hover .jws_info_box_inner .box_icon {
  opacity: 0.1;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
}
.jws_info_box:hover .jws_info_box_inner .box_icon i {
  transform: scale(2);
  -webkit-transform: scale(2);
}
.jws_info_box.layout2 .jws-info-box-icon {
  position: relative;
}
.jws_info_box.layout2 span.center-image.main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.jws_sale_box .jws_sale_box_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  color: #fafafa;
  flex-direction: column;
}
.jws_sale_box .jws_sale_box_inner span {
  color: currentColor;
  display: block;
}
.jws_text_stroke .jws_text_stroke_inner {
  position: relative;
  display: inline-block;
  font-size: 110px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  z-index: 1;
}
.jws_text_stroke .jws_text_stroke_inner span.jws_text_firt_text {
  z-index: 8;
  white-space: nowrap;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  opacity: 1;
}
.jws_text_stroke .jws_text_stroke_inner .jws_text_second_text {
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-49%, -43%);
  position: absolute;
  white-space: nowrap;
  color: transparent;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  height: auto;
  opacity: 1;
}
.jws_text_stroke .jws_text_stroke_inner span.jws_text_third_text {
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translate(-51%, -42.5%);
  position: absolute;
  white-space: nowrap;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  opacity: 1;
}
.map_pin_jws {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50em;
}
.map_pin_jws > div {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  opacity: 1;
}
.map_pin_jws > div:first-child {
  -webkit-animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.map_pin_jws > div:last-child {
  -webkit-animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.jws-google-map img {
  width: auto !important;
}
#jws-popup-login {
  border-radius: 5px;
  box-shadow: 0px 0px 18px 2px rgba(30, 22, 102, 0.05);
  z-index: 100;
  position: relative;
  padding: 67px 38px;
  margin: auto;
}
#jws-popup-login .jws-login-container .jws-animation {
  max-width: 100%;
}
#jws-popup-login .jws-login-container .jws-animation .jws-login,
#jws-popup-login .jws-login-container .jws-animation .jws-register {
  display: none;
}
#jws-popup-login .jws-login-container .jws-animation .jws-login.active,
#jws-popup-login .jws-login-container .jws-animation .jws-register.active {
  display: block;
  animation: fadeIn 1s ease-in-out 0s forwards;
}
#jws-popup-login .jws-login-container .jws-animation .title {
  font-family: unset;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  #jws-popup-login .jws-login-container .jws-animation .title {
    line-height: 40px;
  }
}
#jws-popup-login .jws-login-container .jws-animation label {
  margin-bottom: 5px;
}
#jws-popup-login .jws-login-container .jws-animation .form-group {
  margin-bottom: 17px;
}
#jws-popup-login .jws-login-container .jws-animation .form-group input {
  border: 1px solid;
  font-size: 13px;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  outline: none;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password,
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password-repeater {
  position: relative;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password .toggle-password,
#jws-popup-login .jws-login-container .jws-animation .form-group .login-password-repeater .toggle-password {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  cursor: pointer;
  font-size: 14px;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .invalid {
  border: 1px solid #f44336;
}
#jws-popup-login .jws-login-container .jws-animation .form-group .error {
  color: #f44336;
  display: block;
  margin-top: 5px;
  transition: .3s;
}
#jws-popup-login .jws-login-container .jws-animation .forgot-info {
  margin-top: 26px;
}
#jws-popup-login .jws-login-container .jws-animation .forgot-info .login-remember {
  display: inline-block;
  position: relative;
}
#jws-popup-login .jws-login-container .jws-animation .forgot-info .lost-pass-link {
  font-size: 13px;
  margin-bottom: 16px;
  display: block;
  text-decoration: underline;
}
#jws-popup-login .jws-login-container .jws-animation .submit {
  margin-top: 27px;
}
#jws-popup-login .jws-login-container .jws-animation .submit .button {
  width: 100%;
  outline: none;
}
#jws-popup-login .jws-login-container .jws-animation .submit .button:hover {
  background-position: right;
}
#jws-popup-login .jws-login-container .jws-animation .login-remember {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
#jws-popup-login .jws-login-container .jws-animation .login-remember label {
  padding-left: 40px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 13px;
}
#jws-popup-login .jws-login-container .jws-animation .message-error {
  color: #f44336;
  font-size: 13px;
}
#jws-popup-login .jws-login-container .jws-animation .link-bottom {
  font-size: 14px;
  margin-top: 23px;
  margin-bottom: 0;
}
#jws-popup-login .jws-login-container .jws-animation .link-bottom a {
  border-bottom: 1px solid;
  line-height: 16px;
  display: inline-block;
}
#jws-popup-login .meter {
  display: none;
}
#jws-popup-login .meter .meter-box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
#jws-popup-login .meter .meter-box .text-meter {
  margin-left: 10px;
  color: #d8b50b;
}
#jws-popup-login .meter .meter-box span {
  display: inline-block;
}
#jws-popup-login .meter .meter-box span:not(.text-meter) {
  background: #ebebeb;
  height: 3px;
  width: 35px;
  position: relative;
  margin-right: 5px;
}
#jws-popup-login .meter .meter-box span:not(.text-meter):before {
  content: "";
  left: 0;
  top: 0;
  transition: .3s all;
  width: 0;
  height: 100%;
  background: #f44336;
  position: absolute;
}
#jws-popup-login .meter .meter-box .text-meter {
  margin-left: 10px;
  color: #d8b50b;
}
#jws-popup-login .meter[meter="2"] .meter-box .box1:before,
#jws-popup-login .meter[meter="2"] .meter-box .box2:before {
  width: 100%;
  background: #e8e114;
}
#jws-popup-login .meter[meter="3"] .meter-box .box1:before,
#jws-popup-login .meter[meter="3"] .meter-box .box2:before,
#jws-popup-login .meter[meter="3"] .meter-box .box3:before {
  width: 100%;
  background: #49ac20;
}
#jws-popup-login .meter[meter="4"] .meter-box .box1:before,
#jws-popup-login .meter[meter="4"] .meter-box .box2:before,
#jws-popup-login .meter[meter="4"] .meter-box .box3:before,
#jws-popup-login .meter[meter="4"] .meter-box .box4:before {
  width: 100%;
  background: #49ac20;
}
#jws-popup-login .meter[meter="1"] .meter-box .box1:before {
  width: 100%;
}
#jws-popup-login .sent-mail-register {
  text-align: center;
  padding: 45px;
  margin: auto;
}
#jws-popup-login .sent-mail-register img {
  margin-bottom: 20px;
}
#jws-popup-login .sent-mail-register p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}
#jws-popup-login .sent-mail-register .check-email {
  font-size: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #jws-popup-login {
    padding: 30px;
  }
}
p.forgetmenot.login-remember label:after,
.forgetmenot.login-remember label:checked:after {
  content: "";
  height: 23px;
  width: 23px;
  margin: auto;
  opacity: 0.7;
  vertical-align: middle;
  border: 1px solid;
}
.forgetmenot label:after {
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
.forgetmenot .checkbox input[type="checkbox"],
.forgetmenot input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.forgetmenot input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  transform: translate(2px, -50%);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 3px;
  cursor: pointer;
  font-size: 10px;
  top: 50%;
}
p.forgetmenot.login-remember input[type=checkbox] {
  -webkit-appearance: auto !important;
  transform: translate(0%, -50%);
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
p.forgetmenot.login-remember input[type=checkbox]:checked + label:before {
  transform: translate(3px, -50%);
  top: 50%;
}
.jws-password-hint {
  display: none;
}
.page-mail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  height: 100vh;
}
.page-mail .page-mail-content {
  max-width: 570px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 2px rgba(30, 22, 102, 0.05);
  z-index: 23;
  padding: 50px;
  margin: auto;
  text-align: center;
}
.page-mail .page-mail-content a {
  display: block;
  margin: 28px;
}
.jws-text-circle-animation .text-content {
  width: 112px;
  height: 112px;
  position: relative;
}
.jws-text-circle-animation .text-content .circle-text {
  width: 112px;
  height: 112px;
  font-size: 12px;
  border-radius: 50%;
  animation: jws-rotate 20s linear infinite;
  text-align: center;
}
.jws-text-circle-animation .text-content .circle-text .letter {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6.5px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.jws-text-circle-animation .text-content .center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 14px;
}
.jws-price-table {
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 48px 60px 74px 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-price-table .jws-price-table__header {
  padding-bottom: 37px;
  border-bottom: 1px solid #dfdfdf;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading {
  display: block;
  margin-bottom: 16px;
}
.jws-price-table .jws-price-table__header .jws-price-table__heading {
  font-size: 14px;
  font-family: unset;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 21px;
}
.jws-price-table .jws-price-table__header .jws-price-table__subheading {
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.jws-price-table .jws-price-table__price {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}
.jws-price-table .jws-price-table__price .jws-price-table__period {
  font-size: 16px;
  font-weight: 400;
}
.jws-price-table .jws-price-table__features-list {
  padding: 29px 0px 35px 0px;
  list-style-type: none;
  margin: 0;
  font-size: 13px;
}
.jws-price-table .jws-price-table__features-list .jws-price-table__feature-inner {
  line-height: 36px;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
  display: inline-block;
  padding: 0 52px;
  background: transparent;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 30px 0px 0px 0px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail span {
  margin-left: 5px;
}
.jws-price-table:hover,
.jws-price-table.actived {
  background: #f0f0f0;
}
@media screen and (max-width: 1100px) {
  .jws-price-table {
    padding: 30px 30px 45px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .jws-price-table .jws-price-table__header {
    padding-bottom: 15px;
  }
  .jws-price-table .jws-price-table__header .jws-price-table__heading {
    margin-bottom: 15px;
  }
  .jws-price-table .jws-price-table__header .jws-price-table__subheading {
    margin-top: 5px;
  }
  .jws-price-table .jws-price-table__header {
    padding-bottom: 15px;
  }
  .jws-price-table .jws-price-table__features-list {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 900px) {
  .jws-price-table {
    padding: 30px 15px 45px 15px;
  }
  .jws-price-table .jws-price-table__footer .jws-price-table__button {
    display: inline-block;
    padding: 0 15px;
    min-width: 150px;
  }
}
/*Countdown dot*/
.countdown-dot .elementor-countdown-wrapper .elementor-countdown-item {
  position: relative;
}
.countdown-dot .elementor-countdown-wrapper .elementor-countdown-item:after {
  content: ':';
  position: absolute;
  top: 20px;
  right: 0;
  font-family: 'EB Garamond';
  font-size: 72px;
  color: #aa2a37;
}
.countdown-dot .elementor-countdown-wrapper .elementor-countdown-item:last-child:after {
  content: '';
}
.countdown-dot .elementor-countdown-label {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .countdown-dot .elementor-countdown-wrapper .elementor-countdown-item:after {
    right: -15px;
  }
}
.jws-head-product-tab {
  margin-bottom: 43px;
}
.jws-head-product-tab ul {
  padding: 0;
  list-style-type: none;
}
.jws-head-product-tab ul li {
  display: inline-block;
  padding-right: 95px;
}
.jws-head-product-tab ul li a {
  width: auto !important;
  background-repeat: no-repeat;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 36px;
  background-image: linear-gradient(transparent calc(100% - 1.5px), #f3584a 1.5px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 90%;
  display: inline-block;
}
.jws-head-product-tab ul li a.active {
  background-size: 100% 90%;
}
.jws-head-product-tab ul li:hover a {
  background-size: 100% 90%;
}
.jws-head-product-tab ul li:last-child {
  padding-right: 0;
}
.jws_products_slider .slick-arrow {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_products_slider:hover .slick-arrow {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .jws-head-product-tab ul li {
    padding-right: 20px;
  }
}
.category-product-filter {
  margin-bottom: 30px;
}
.category-product-filter ul {
  padding: 0;
  list-style-type: none;
}
.category-product-filter ul li {
  display: inline-block;
  padding-right: 95px;
}
.category-product-filter ul li a {
  width: auto !important;
  background-repeat: no-repeat;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 36px;
  background-image: linear-gradient(transparent calc(100% - 1.5px), #f3584a 1.5px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 90%;
  display: inline-block;
}
.category-product-filter ul li a.active {
  background-size: 100% 90%;
}
.category-product-filter ul li:hover a {
  background-size: 100% 90%;
}
.product-list {
  margin-bottom: -60px;
}
.product-item {
  margin-bottom: 60px;
}
.product-item .product-item-inner {
  position: relative;
}
.product-item .product-item-inner .product-image {
  position: relative;
  overflow: hidden;
}
.product-item .product-item-inner .product-image .selectoptions-swap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 37px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.product-item .product-item-inner .product-image .selectoptions-swap .selectoptions-close {
  position: absolute;
  text-align: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 30px;
  z-index: 99;
}
.product-item .product-item-inner .product-image .selectoptions-swap .slick-track {
  margin: auto;
}
.product-item .product-item-inner .product-image .selectoptions-swap .selectoptions_form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.product-item .product-item-inner .product-image .selectoptions-swap .selectoptions_form .product-single-buy-now {
  display: none;
}
.product-item .product-item-inner .product-image .selectoptions-swap table {
  border-collapse: unset;
  text-indent: unset;
  border-spacing: unset;
  width: 100%;
  display: block;
}
.product-item .product-item-inner .product-image .selectoptions-swap tbody,
.product-item .product-item-inner .product-image .selectoptions-swap tr,
.product-item .product-item-inner .product-image .selectoptions-swap td {
  display: block;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form {
  text-align: center;
  width: 100%;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form td {
  display: block;
  border-collapse: unset;
  text-indent: unset;
  border-spacing: unset;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form td.label {
  text-transform: uppercase;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .tawcvs-swatches {
  padding: 0 0 10px 0;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .swatch-item {
  padding: 5px;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .reset_variations {
  position: relative;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .tawcvs-swatches .swatch {
  border: none;
  margin-right: 0;
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .disabled {
  cursor: not-allowed;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .pa_weight {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .pa_weight label {
  line-height: 30px;
  text-transform: uppercase;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .pa_weight .value {
  width: 100%;
  margin-left: 10px;
}
.product-item .product-item-inner .product-image .selectoptions-swap .variations_form .pa_weight select {
  width: 100%;
  height: 30px;
  border-radius: 0;
  padding: 0 5px;
  border-color: rgba(22, 22, 25, 0.1);
  outline: none;
  font-size: 12px;
  opacity: 1;
  background: transparent;
}
.product-item .product-item-inner .product-image .selectoptions-swap .selectoptions-close {
  display: block !important;
}
.product-item .product-item-inner .product-image .selectoptions-swap .jws-quantity-wrap .quantity {
  width: 100%;
}
.product-item .product-item-inner .product-image .selectoptions-swap .jws-quantity-wrap .quantity input {
  height: 45px;
}
.product-item .product-item-inner .product-image .selectoptions-swap .single_add_to_cart_button {
  padding: 0 !important;
  width: 100%;
  height: 45px;
  line-height: 45px !important;
}
.product-item .product-item-inner .product-image .selectoptions-swap .single_add_to_cart_button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  transform: translateX(-100%);
  opacity: 0.05;
  transition: .5s;
}
.product-item .product-item-inner .product-image .selectoptions-swap .single_add_to_cart_button:hover::before {
  transform: translateX(100%);
}
.product-item .product-item-inner .product-image .size-woocommerce_thumbnail {
  width: 100%;
}
.product-item .product-item-inner .product-image .nxl_product_image_gallery {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.product-item .product-item-inner .product-image .product-button-inner {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  transform: translateY(-50%);
  transition: 0.3s;
}
.product-item .product-item-inner .product-image .product-button-inner .wishlist-icon {
  transition: 0.4s 0.1s;
}
.product-item .product-item-inner .product-image .product-button-inner .add_to_cart_button {
  transition: 0.4s 0s;
}
.product-item .product-item-inner .product-image .product-button-inner .compare-button {
  transition: 0.4s 0.3s;
}
.product-item .product-item-inner .product-image .product-button-inner .compare-button .hover-compare {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-item .product-item-inner .product-image .product-button-inner .quickview-icon {
  transition: 0.4s 0.2s;
}
.product-item .product-item-inner .product-image .compare-button,
.product-item .product-item-inner .product-image .quickview-icon,
.product-item .product-item-inner .product-image .wishlist-icon {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
}
.product-item .product-item-inner .product-image .compare-button,
.product-item .product-item-inner .product-image .wishlist-icon .wishlist-button,
.product-item .product-item-inner .product-image .quickview-icon .quickview-button {
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 100%;
  border: none;
  vertical-align: middle;
  font-size: 18px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.product-item .product-item-inner .product-image .compare-button span,
.product-item .product-item-inner .product-image .wishlist-icon .wishlist-button span,
.product-item .product-item-inner .product-image .quickview-icon .quickview-button span {
  vertical-align: middle;
}
.product-item .product-item-inner .product-image .compare-button blockUI.blockOverlay,
.product-item .product-item-inner .product-image .wishlist-icon .wishlist-button blockUI.blockOverlay,
.product-item .product-item-inner .product-image .quickview-icon .quickview-button blockUI.blockOverlay {
  display: none;
}
.product-item .product-item-inner .product-image .compare-button .compare {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 83px;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transform: translate(-80px, -50%);
  -o-transform: translate(-80px, -50%);
  -ms-transform: translate(-80px, -50%);
  -moz-transform: translate(-80px, -50%);
  transform: translate(-80px, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-item .product-item-inner .product-image .compare-button .compare::after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  bottom: 25%;
  position: absolute;
  right: -5px;
}
.product-item .product-item-inner .product-image .compare-button .compare::before {
  content: '';
  width: 50px;
  height: 50px;
  background: transparent;
  right: -60px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.product-item .product-item-inner .product-image .compare-button .compare.loading::after {
  content: '';
}
.product-item .product-item-inner .product-image .loading .quickview-button > span:before,
.product-item .product-item-inner .product-image .loading .hover-compare:before {
  content: none !important;
}
.product-item .product-item-inner .product-image .wishlist-icon .wishlist-popup,
.product-item .product-item-inner .product-image .quickview-icon .quickview-popup {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 83px;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transform: translate(-80px, -50%);
  -o-transform: translate(-80px, -50%);
  -ms-transform: translate(-80px, -50%);
  -moz-transform: translate(-80px, -50%);
  transform: translate(-80px, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-item .product-item-inner .product-image .wishlist-icon .wishlist-popup::after,
.product-item .product-item-inner .product-image .quickview-icon .quickview-popup::after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  bottom: 25%;
  position: absolute;
  right: -5px;
}
.product-item .product-item-inner .product-image .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.product-item .product-item-inner .product-image a {
  color: currentColor;
  line-height: 24px;
  display: block;
}
.product-item .product-item-inner .product-image a.woocommerce-loop-product__link {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}
.product-item .product-item-inner .product-image .added_to_cart {
  display: none;
}
.product-item .product-item-inner .product-image .compare-button:hover .wishlist-popup,
.product-item .product-item-inner .product-image .wishlist-icon:hover .wishlist-popup,
.product-item .product-item-inner .product-image .quickview-icon:hover .wishlist-popup,
.product-item .product-item-inner .product-image .compare-button:hover .quickview-popup,
.product-item .product-item-inner .product-image .wishlist-icon:hover .quickview-popup,
.product-item .product-item-inner .product-image .quickview-icon:hover .quickview-popup,
.product-item .product-item-inner .product-image .compare-button:hover .compare,
.product-item .product-item-inner .product-image .wishlist-icon:hover .compare,
.product-item .product-item-inner .product-image .quickview-icon:hover .compare {
  transform: translate(-60px, -50%);
  opacity: 1;
  visibility: visible;
}
.product-item .product-item-inner .product-image:hover {
  box-shadow: 0 0 14px rgba(30, 22, 102, 0.1);
}
.product-item .product-item-inner .product-image:hover .jws_pr_labels {
  opacity: 0;
  visibility: hidden;
}
.product-item .product-item-inner .product-image:hover .nxl_product_image_gallery {
  opacity: 1;
}
.product-item .product-item-inner .product-image:hover .product-button-inner {
  opacity: 1;
}
.product-item .product-item-inner .product-image:hover .add_to_cart_button,
.product-item .product-item-inner .product-image:hover .compare-button,
.product-item .product-item-inner .product-image:hover .quickview-icon,
.product-item .product-item-inner .product-image:hover .wishlist-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(-20px);
}
.product-item .product-item-inner .product-content {
  text-align: center;
  padding-top: 20px;
}
.product-item .product-item-inner .product-content .woocommerce-loop-product__title {
  text-transform: uppercase;
  letter-spacing: 1.65px;
  font-size: 13px;
  margin: 0;
}
.product-item .product-item-inner .product-content .cat-list {
  margin-bottom: 5px;
}
.product-item .product-item-inner .product-content .cat-list a {
  font-size: 12px;
  letter-spacing: 0.3px;
}
.product-item .product-item-inner .product-content .price {
  letter-spacing: 2px;
  line-height: 20px;
  display: block;
  font-size: 13px;
}
.product-item .product-item-inner .product-content .price del {
  color: #959595;
}
.product-item .product-item-inner .product-content .price ins {
  text-decoration: none;
}
.product-item .product-item-inner .product-content .jws-attr-swatches {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-top: 23px;
  justify-content: center;
}
.product-item .product-item-inner .product-content .jws-attr-swatches .swatch {
  padding: 1px 10px;
}
.product-item .product-item-inner .product-content .jws-attr-swatches .swatch.selected span {
  border: 1px solid #ffffff;
  outline: 1px solid #161619;
}
.product-item .product-item-inner .product-content .jws-attr-swatches .more {
  font-style: italic;
}
.product-item .product-item-inner .product-content .jws-attr-swatches .jws-swatch-variation-image img {
  width: 32px;
  height: 32px;
}
.product-item .product-item-inner .product-content .jws-attr-swatches .sub-swatch {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.product-item.selectoptions-show .product-item-inner .product-button-inner {
  display: none !important;
}
.product-item.selectoptions-show .product-image {
  box-shadow: 0 0 14px rgba(30, 22, 102, 0.1);
}
.product-item.selectoptions-show .jws_pr_labels {
  opacity: 0;
  visibility: hidden;
}
.product-item.selectoptions-show .product-image .selectoptions-swap {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.jws_products_content-layout2 .product-item .product-content .woocommerce-loop-product__title,
.jws_products_content-layout5 .product-item .product-content .woocommerce-loop-product__title,
.jws_products_content-layout3 .product-item .product-content .woocommerce-loop-product__title,
.jws_products_content-layout2 .product-item .product-content .price,
.jws_products_content-layout5 .product-item .product-content .price,
.jws_products_content-layout3 .product-item .product-content .price {
  font-size: 14px;
}
.jws_products_content-layout2 .product-item .product-image img,
.jws_products_content-layout5 .product-item .product-image img,
.jws_products_content-layout3 .product-item .product-image img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_products_content-layout2 .product-item .product-image .jws_pr_labels,
.jws_products_content-layout5 .product-item .product-image .jws_pr_labels,
.jws_products_content-layout3 .product-item .product-image .jws_pr_labels {
  right: 0;
  top: 0;
}
.jws_products_content-layout2 .product-item .product-image .woocommerce-loop-product__link,
.jws_products_content-layout5 .product-item .product-image .woocommerce-loop-product__link,
.jws_products_content-layout3 .product-item .product-image .woocommerce-loop-product__link {
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner,
.jws_products_content-layout5 .product-item .product-image .product-button-inner,
.jws_products_content-layout3 .product-item .product-image .product-button-inner {
  z-index: 1;
  top: 50%;
  right: 50%;
  width: auto;
  opacity: 0;
  transform: translateY(-50%) translateX(50%);
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner .loading::before,
.jws_products_content-layout5 .product-item .product-image .product-button-inner .loading::before,
.jws_products_content-layout3 .product-item .product-image .product-button-inner .loading::before {
  content: none !important;
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner .button,
.jws_products_content-layout5 .product-item .product-image .product-button-inner .button,
.jws_products_content-layout3 .product-item .product-image .product-button-inner .button,
.jws_products_content-layout2 .product-item .product-image .product-button-inner .add_to_cart_button,
.jws_products_content-layout5 .product-item .product-image .product-button-inner .add_to_cart_button,
.jws_products_content-layout3 .product-item .product-image .product-button-inner .add_to_cart_button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(-20px);
  display: inline-block;
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner .button .text,
.jws_products_content-layout5 .product-item .product-image .product-button-inner .button .text,
.jws_products_content-layout3 .product-item .product-image .product-button-inner .button .text,
.jws_products_content-layout2 .product-item .product-image .product-button-inner .add_to_cart_button .text,
.jws_products_content-layout5 .product-item .product-image .product-button-inner .add_to_cart_button .text,
.jws_products_content-layout3 .product-item .product-image .product-button-inner .add_to_cart_button .text {
  padding: 14px 40px;
  letter-spacing: 0.3px;
  position: relative;
  background: transparent;
  white-space: nowrap;
  display: block;
}
.jws_products_content-layout2 .product-item .product-image:hover,
.jws_products_content-layout5 .product-item .product-image:hover,
.jws_products_content-layout3 .product-item .product-image:hover {
  box-shadow: none;
}
.jws_products_content-layout2 .product-item .product-image:hover .nxl_product_image_gallery img,
.jws_products_content-layout5 .product-item .product-image:hover .nxl_product_image_gallery img,
.jws_products_content-layout3 .product-item .product-image:hover .nxl_product_image_gallery img {
  opacity: 1;
}
.jws_products_content-layout2 .product-item .product-image:hover .woocommerce-loop-product__link,
.jws_products_content-layout5 .product-item .product-image:hover .woocommerce-loop-product__link,
.jws_products_content-layout3 .product-item .product-image:hover .woocommerce-loop-product__link {
  background: rgba(255, 255, 255, 0.8);
}
.jws_products_content-layout2 .product-item .product-image:hover .button,
.jws_products_content-layout5 .product-item .product-image:hover .button,
.jws_products_content-layout3 .product-item .product-image:hover .button {
  transform: translateX(0) translateY(0);
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner {
  text-align: center;
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner .product-content {
  padding-bottom: 30px;
}
.jws_products_content-layout2 .product-item .product-image .product-button-inner .loading::before {
  content: none !important;
}
.jws_products_content-layout4 .product-item .product-image .product-button-inner {
  top: 160px;
  z-index: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
}
.jws_products_content-layout4 .product-item .product-image:hover {
  box-shadow: none;
}
.jws_products_content-layout4 .product-item .jws_pr_labels {
  right: 30px;
  top: 30px;
}
.jws_products_content-layout4 .product-item .product-content {
  padding-bottom: 1px;
}
.jws_products_content-layout4 .product-item .product-content .price {
  margin-bottom: 70px;
}
.jws_products_content-layout4 .product-item .product-content .jws-attr-swatches {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  bottom: 0;
}
.jws_products_content-layout4 .product-item .product-content .button {
  background: transparent;
  display: block;
  position: absolute;
  right: 50%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  bottom: 0;
}
.jws_products_content-layout4 .product-item .product-content .button .text {
  padding: 14px 40px;
  letter-spacing: 0.3px;
  position: relative;
  background: transparent;
  white-space: nowrap;
  display: block;
}
.jws_products_content-layout4 .product-item .product-content .added_to_cart {
  display: none;
}
.jws_products_content-layout4 .product-item:hover .product-content .button {
  opacity: 1;
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
.jws_products_content-layout4 .product-item:hover .product-content .jws-attr-swatches {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}
.jws_products_content-layout4 .product-item .full-height-style {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}
.jws_products_content-layout4 .product-item .full-height-style .product-image img {
  display: none;
}
.jws_products_content-layout4 .product-item .full-height-style .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}
.jws_products_content-layout4 .full-height-style .product-image {
  width: 100%;
  height: 100%;
}
.jws_products_content-layout1 .product-item .product-image .product-button-inner {
  z-index: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
}
.jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin: 6px 0;
  opacity: 0;
  visibility: hidden;
}
.jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button .text,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external .text,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple .text,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped .text {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 83px;
  text-align: center;
  font-size: 11px;
  line-height: 24px;
  color: #ffffff;
  transform: translate(-80px, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  white-space: nowrap;
  padding: 0 5px;
}
.jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button .text::after,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external .text::after,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple .text::after,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped .text::after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  bottom: 25%;
  position: absolute;
  right: -5px;
}
.jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button::before,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external::before,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple::before,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped::before {
  content: "\eb5e";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 18px;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
.jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button:hover .text,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external:hover .text,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple:hover .text,
.jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped:hover .text {
  transform: translate(-60px, -50%);
  opacity: 1;
  visibility: visible;
}
.jws_products_content-layout1 .product-item .product-image:hover .product-button-inner .product_type_simple,
.jws_products_content-layout1 .product-item .product-image:hover .product-button-inner .product_type_grouped,
.jws_products_content-layout1 .product-item .product-image:hover .product-button-inner .add_to_cart_button,
.jws_products_content-layout1 .product-item .product-image:hover .product-button-inner .product_type_external {
  opacity: 1;
  visibility: visible;
  transform: translateX(-20px);
}
.jws_product_pagination {
  position: relative;
  margin-top: 30px;
}
.jws_product_pagination .jws-products-view-all {
  display: inline-flex;
  position: relative;
}
.jws_product_pagination.line-pagination {
  overflow: hidden;
}
.jws_product_pagination.line-pagination .jws-products-view-all:before {
  position: absolute;
  transform: translate(-22%, 100%);
  top: 50%;
  right: 0px;
  width: 500%;
  content: "" !important;
  height: 1px;
  opacity: 0.1;
}
.jws_product_pagination.line-pagination .jws-products-view-all:after {
  position: absolute;
  transform: translate(22%, 100%);
  top: 50%;
  left: 0px;
  width: 500%;
  content: "" !important;
  height: 1px;
  opacity: 0.1;
}
.single_add_to_cart_button {
  padding: 0 !important;
  width: 100%;
  height: 45px;
  line-height: 45px !important;
}
/* Quantity input*/
.jws-quantity-wrap .quantity {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  width: 143px;
  display: block;
  margin-bottom: 13px;
  position: relative;
}
.jws-quantity-wrap .quantity input {
  outline: none;
}
.jws-quantity-wrap .quantity > span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 15px;
  transition: 0.3s all;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.jws-quantity-wrap .quantity > span:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 7px;
  top: 50%;
  left: 5.5px;
  margin-top: -1px;
  background: #161619;
  transition: 0.3s all;
}
.jws-quantity-wrap .quantity > span.jws-qty-plus {
  right: 5px;
}
.jws-quantity-wrap .quantity > span.jws-qty-plus:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 7px;
  left: 5.5px;
  top: 10px;
  margin-top: -2px;
  background: #161619;
  transition: 0.3s all;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.jws-quantity-wrap .quantity > span.jws-qty-minus {
  left: 5px;
}
.jws-quantity-wrap .quantity input {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0 30px;
  height: 47px;
  width: 100%;
}
.jws-quantity-wrap .quantity input[type=number]::-webkit-inner-spin-button,
.jws-quantity-wrap .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* label*/
.jws_pr_labels {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100%;
  text-align: right;
  font-size: 13px;
  z-index: 9;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.jws_pr_labels .jws_pr_label {
  line-height: 33px;
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.jws_pr_labels .jws_pr_label.out-of-stock {
  padding: 0px 21px;
}
/* Slick Inside*/
.related-slider {
  margin: 0 -15px;
}
.related-slider .product-item {
  margin-bottom: 0;
}
.arrow-inside .slick-arrow {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
.arrow-inside .slick-arrow i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.arrow-inside .slick-arrow.slick-prev {
  left: 0;
}
.arrow-inside .slick-arrow.slick-next {
  right: 0;
}
/*Quick view popup*/
.product-item .product-item-inner .product-image .product-button-inner .compare-button .hover-compare:before {
  content: "\e862";
  font-family: 'Linearicons-Free';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-item .product-item-inner .product-image .product-button-inner .compare-button .blockUI,
.product-item .product-item-inner .product-image .product-button-inner .compare-button .blockOverlay {
  display: none !important;
}
.jws-products-element .jws_product_pagination::before {
  content: none;
}
.jws-products-element .jws-pagination-number {
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  .product-item .product-item-inner .product-content .jws-attr-swatches .jws-swatch-variation-image:nth-child(5),
  .product-item .product-item-inner .product-content .jws-attr-swatches .jws-swatch-variation-image:nth-child(4) {
    display: none;
  }
  .product-item .product-item-inner .product-content .jws-attr-swatches .more span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view-main .mfp-container {
    padding: 0;
  }
  .products .product-item .product-item-inner .product-image .quickview-icon .quickview-popup,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button .text,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external .text,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple .text,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped .text {
    display: none;
  }
  .jws_products_content-layout2 .product-item .product-image .product-button-inner .button .text,
  .jws_products_content-layout5 .product-item .product-image .product-button-inner .button .text,
  .jws_products_content-layout3 .product-item .product-image .product-button-inner .button .text,
  .jws_products_content-layout2 .product-item .product-image .product-button-inner .add_to_cart_button .text,
  .jws_products_content-layout5 .product-item .product-image .product-button-inner .add_to_cart_button .text,
  .jws_products_content-layout3 .product-item .product-image .product-button-inner .add_to_cart_button .text {
    padding: 8px 15px;
    width: 100%;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    white-space: normal;
  }
  .jws_products_content-layout2 .product-item .product-image .product-button-inner .button,
  .jws_products_content-layout5 .product-item .product-image .product-button-inner .button,
  .jws_products_content-layout3 .product-item .product-image .product-button-inner .button,
  .jws_products_content-layout2 .product-item .product-image .product-button-inner .add_to_cart_button,
  .jws_products_content-layout5 .product-item .product-image .product-button-inner .add_to_cart_button,
  .jws_products_content-layout3 .product-item .product-image .product-button-inner .add_to_cart_button {
    width: 100%;
  }
  .jws_products_content-layout2 .product-item .product-image .product-button-inner,
  .jws_products_content-layout5 .product-item .product-image .product-button-inner,
  .jws_products_content-layout3 .product-item .product-image .product-button-inner {
    width: 100%;
    padding: 0 15px;
  }
  .product-item .product-item-inner .product-image .product-button-inner .compare-button {
    display: none;
  }
  .product-item .product-item-inner .product-image .yith-wcwl-add-button a,
  products .product-item .product-item-inner .product-image .quickview-icon .quickview-popup,
  .product-item .product-item-inner .product-image .wishlist-icon .wishlist-popup::after,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button:hover .text,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external:hover .text,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple:hover .text,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped:hover .text {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .products.jws_products_grid .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1000%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-page {
  padding-top: 100px;
  padding-bottom: 100px;
  /*Widget*/
}
.shop-page .shop-sidebar {
  padding-right: 50px;
}
.shop-page .shop-sidebar.right {
  padding-right: 15px;
  padding-left: 50px;
}
.shop-page .shop-nav-top {
  padding-bottom: 10px;
}
.shop-page .shop-nav-top .woocommerce-result-count span {
  font-weight: 600;
}
.shop-page .shop-topbar-content select {
  display: none;
}
.shop-page .widget ul li {
  opacity: 0.8;
}
.shop-page .widget ul li:hover {
  opacity: 1;
}
.shop-page .widget.widget_price_filter {
  margin-top: 49px;
  margin-bottom: 64px;
}
.shop-page .widget.widget_price_filter .widget-title {
  margin-bottom: 27px;
}
.shop-page .widget.widget_product_search .widget-title {
  margin-bottom: 14px;
}
.shop-page .widget .widget-title {
  position: relative;
}
.shop-page .widget .widget-title .tongle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.shop-page .widget .widget-title .tongle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 15px;
  height: 2px;
  background: #161619;
  transition: all 0.3s ease-in-out;
}
.shop-page .widget .widget-title .tongle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 2px;
  height: 15px;
  background: #161619;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.shop-page .widget.close-widget .tongle:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-page .widget.close-widget .tongle:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-page .widget.widget_product_categories {
  margin-bottom: 25px;
  margin-top: -40px;
}
.shop-page .widget.widget_product_categories .product-categories .cat-item {
  position: relative;
}
.shop-page .widget.widget_product_categories .product-categories .cat-item .open-more {
  position: absolute;
  top: 0;
  right: -9px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  font-size: 12px;
}
.shop-page .widget.widget_product_categories .product-categories .cat-item.cat-parent ul {
  display: none;
}
.shop-page .widget.widget_product_categories .product-categories .cat-item.current-cat-parent,
.shop-page .widget.widget_product_categories .product-categories .cat-item .cat-item.current-cat {
  opacity: 1;
}
.shop-page .widget.widget_product_categories .product-categories .cat-item.opened {
  opacity: 1;
}
.shop-page .widget.widget_product_categories .product-categories .cat-item.opened .open-more {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.shop-page .widget.widget_product_categories .product-categories .cat-item.opened > ul {
  display: block;
}
.shop-page .widget.widget_product_search form {
  position: relative;
}
.shop-page .widget.widget_product_search form [type="search"] {
  height: 50px;
  border: 1px solid rgba(22, 22, 25, 0.2);
  width: 100%;
  padding: 0 20px;
  outline: none;
}
.shop-page .widget.widget_product_search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: none;
  color: #ffffff;
  font-size: 0;
  cursor: pointer;
}
.shop-page .widget.widget_product_search form button::before {
  font-family: 'Linearicons-Free';
  content: "\e86f";
  font-size: 16px;
  line-height: 50px;
}
.shop-page .widget.widget_product_search form button:focus {
  border: none;
  border-radius: 0;
}
.widget_price_filter form {
  margin-top: 25px;
}
.widget_price_filter form .price_slider_wrapper .woopb-button {
  padding: 5px 23px;
  min-width: auto;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
.widget_price_filter form .price_slider_wrapper .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  background: #161619;
  outline: none;
  top: -9px;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -16px;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #161619;
}
.widget_price_filter form .price_slider_wrapper .ui-slider {
  background: #161619;
  height: 2px;
  border-radius: 0;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #161619;
  opacity: 1;
}
.widget_price_filter form .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #161619;
}
.widget_price_filter form .price_slider_wrapper .price_slider_amount {
  margin-top: 19px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column-reverse;
}
.widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
  width: 100%;
}
.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
  margin-bottom: 15px;
  text-align: center;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  margin-bottom: -13px;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item {
  position: relative;
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item span {
  opacity: 0.8;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a {
  padding-left: 30px;
  opacity: 0.8;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.6;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #161619;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -2px -2px 0 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus + span,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus::after,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item > a:focus::before {
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a + span {
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a:before,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a:after {
  opacity: 1;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus::after {
  opacity: 0 !important;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus::before {
  opacity: 0.6 !important;
}
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus,
.shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item[class*="chosen"] > a:focus + span {
  opacity: 0.8 !important;
}
/* Shop top filter*/
#jws-shop-topbar {
  margin-bottom: 30px;
}
#jws-shop-topbar .shop-topbar-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: flex-start;
}
#jws-shop-topbar .shop-topbar-content .filter-top {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-right: 100px;
  position: relative;
}
#jws-shop-topbar .shop-topbar-content .filter-top span {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
#jws-shop-topbar .shop-topbar-content .filter-top svg {
  height: 20px;
  width: 17px;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove {
  position: relative;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove i {
  font-size: 24px;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove .tooltip {
  opacity: 0;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 5px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove .tooltip::before {
  content: "";
  border: solid transparent;
  border-top-color: black;
  border-width: 6px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
#jws-shop-topbar .shop-topbar-content .filter-top .group-filter-remove:hover .tooltip {
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content .widget-title {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  font-family: unset;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 30px;
  margin-right: 40px;
  opacity: 0.9;
}
#jws-shop-topbar .shop-topbar-content .widget {
  margin: 0;
}
#jws-shop-topbar .shop-topbar-content ul li {
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content > ul > li > a {
  line-height: 36px;
  font-size: 13px;
  font-family: unset;
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content ul ul {
  padding-left: 10px;
}
#jws-shop-topbar .shop-topbar-content .widget {
  padding-right: 40px;
}
#jws-shop-topbar .shop-topbar-content .widget .widget-title {
  position: relative;
}
#jws-shop-topbar .shop-topbar-content .widget .widget-title .dropdown-item {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  right: 0;
  bottom: 12px;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
#jws-shop-topbar .shop-topbar-content .widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}
#jws-shop-topbar .shop-topbar-content .widget .select2-container .select2-selection--single {
  margin: 0;
  outline: none;
}
#jws-shop-topbar .shop-topbar-content .widget.opened {
  opacity: 1;
}
#jws-shop-topbar .shop-topbar-content .widget.opened .dropdown-item {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#jws-shop-topbar .shop-topbar-content .widget.widget_layered_nav .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: currentcolor;
}
.jws_wc_filter_layout {
  display: inline-block;
}
.jws_wc_filter_layout .jws_wc_columns_view span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item {
  display: inline-block;
  padding: 0 15px;
  font-weight: 600;
  font-size: 12px;
}
.jws_wc_filter_layout .jws_wc_columns_view .column_item.active a {
  border-bottom: 1px solid;
}
.product_list_widget li {
  opacity: 1 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product_list_widget li .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.product_list_widget li .product-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 20px);
  padding-left: 32px;
}
.product_list_widget li .product-content .product-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  font-family: unset;
  margin: 0;
}
.product_list_widget li .product-content .cat-list a {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 36px;
}
.product_list_widget li .product-content .woocs_price_code {
  letter-spacing: 2px;
  line-height: 20px;
  display: block;
  font-size: 13px;
}
.product_list_widget li .product-content .woocs_price_code del {
  color: #959595;
}
.product_list_widget li .product-content .woocs_price_code ins {
  text-decoration: none;
}
.widget_product_categories .selection .select2-selection--single,
.woocommerce-widget-layered-nav .selection .select2-selection--single {
  border: none;
}
.widget_product_categories .selection .select2-selection--single .select2-selection__arrow::before,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__arrow::before {
  left: 50%;
  margin-left: 8px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  content: "\e874";
  font-family: 'Linearicons-Free';
}
.widget_product_categories .selection .select2-selection--single .select2-selection__arrow b,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.widget_product_categories .selection .select2-selection--single .select2-selection__clear,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__clear {
  font-size: 0;
}
.widget_product_categories .selection .select2-selection--single .select2-selection__clear::before,
.woocommerce-widget-layered-nav .selection .select2-selection--single .select2-selection__clear::before {
  left: 50%;
  margin-left: -5px;
  padding-right: 22px;
  top: 63%;
  width: 0;
  position: relative;
  font-size: 10px;
  content: "\e870";
  font-family: 'Linearicons-Free';
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-right: 30px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
}
.widget_product_categories .remove-filter-item .select2-selection__rendered,
.woocommerce-widget-layered-nav .remove-filter-item .select2-selection__rendered {
  background: rgba(22, 22, 23, 0.1);
}
.widget_product_categories .select2-container .select2-selection--single .select2-selection__clear,
.woocommerce-widget-layered-nav .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
  height: 15px;
  line-height: normal;
}
.woocommerce-result-count {
  display: inline-block;
}
/*Short by*/
.ffwoocommerce-ordering {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.ffwoocommerce-ordering .orderby {
  border: none;
  border-bottom: 1px solid;
  outline: none;
  min-width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
}
.ffwoocommerce-ordering:before {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Linearicons-Free';
  content: "\e874";
  font-size: 12px;
  pointer-events: none;
}
.woocommerce-ordering {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-left: 100px;
}
.woocommerce-ordering li.current {
  text-align: right;
}
.woocommerce-ordering .current > div {
  border-bottom: 1px solid rgba(22, 22, 25, 0.5);
  text-align: center;
  letter-spacing: .5px;
  font-weight: 400;
  min-width: 75px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.woocommerce-ordering .current > div span {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
.woocommerce-ordering ul {
  top: calc(100% - 1px);
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  min-width: 200px;
  right: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.woocommerce-ordering ul li a {
  line-height: 32px;
  padding: 0 17px;
  text-align: left;
  display: block;
  font-size: 16px;
  opacity: 0.8;
  font-style: italic;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  color: #ffffff;
}
.woocommerce-ordering ul li a::before {
  content: '';
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.woocommerce-ordering ul li a.active {
  opacity: 1;
  transform: translateX(15px);
}
.woocommerce-ordering ul li a.active::before {
  width: 10px;
  opacity: 1;
}
.woocommerce-ordering ul li:hover a {
  opacity: 1;
  transform: translateX(15px);
}
.woocommerce-ordering ul li:hover a::before {
  width: 10px;
  opacity: 1;
}
.sidebar-mobile {
  display: none;
}
/*Pagination style*/
/*Pagination Load More style*/
.jws_product_pagination,
#jws-shop-infinite-loading {
  width: 100%;
}
.jws_product_pagination .page-numbers,
#jws-shop-infinite-loading .page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}
.jws_product_pagination .page-numbers li:last-child,
#jws-shop-infinite-loading .page-numbers li:last-child {
  display: inline-block;
}
.jws_product_pagination .page-numbers li:last-child .dots-loading,
#jws-shop-infinite-loading .page-numbers li:last-child .dots-loading {
  display: block;
}
.jws_product_pagination #jws-products-loading,
#jws-shop-infinite-loading #jws-products-loading {
  display: inline-block;
}
.jws_product_pagination .loaded-product,
#jws-shop-infinite-loading .loaded-product {
  display: none;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.jws_product_pagination.loaded .page-numbers,
#jws-shop-infinite-loading.loaded .page-numbers {
  display: none;
}
.jws_product_pagination.loaded .loaded-product,
#jws-shop-infinite-loading.loaded .loaded-product {
  display: block;
}
.jws_product_pagination .dots-loading,
#jws-shop-infinite-loading .dots-loading {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.jws_product_pagination .dots-loading span,
#jws-shop-infinite-loading .dots-loading span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.jws_product_pagination .dots-loading span:nth-of-type(2),
#jws-shop-infinite-loading .dots-loading span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.jws_product_pagination .dots-loading span:nth-of-type(3),
#jws-shop-infinite-loading .dots-loading span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.jws_product_pagination .dots-loading span:last-of-type,
#jws-shop-infinite-loading .dots-loading span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.jws_product_pagination.loading .dots-loading,
#jws-shop-infinite-loading.loading .dots-loading {
  display: block;
}
.jws_product_pagination.loading #jws-products-loading,
#jws-shop-infinite-loading.loading #jws-products-loading {
  display: none;
}
#jws-shop-infinite-loading .page-numbers li {
  display: none;
}
@keyframes snake {
  0%,
  100% {
    opacity: .3;
    transform: translateY(0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  50% {
    opacity: 1;
    transform: translateY(-14px);
    box-shadow: 0 22px 20px rgba(0, 0, 0, 0.1);
  }
}
.woocommerce-pagination-number {
  display: block;
  width: 100%;
  padding-top: 50px;
}
.woocommerce-pagination-number .page-numbers {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.woocommerce-pagination-number .page-numbers li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0 5px;
  text-align: center;
}
.woocommerce-pagination-number .page-numbers li .current,
.woocommerce-pagination-number .page-numbers li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background: 0 0;
  font-size: 12px;
  display: block;
}
.woocommerce-pagination-number .page-numbers li .current.next,
.woocommerce-pagination-number .page-numbers li a.next,
.woocommerce-pagination-number .page-numbers li .current.prev,
.woocommerce-pagination-number .page-numbers li a.prev {
  border: none;
}
.woocommerce-pagination-number .page-numbers li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.woocommerce-pagination-number .page-numbers li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-pagination-number .page-numbers li:hover.next,
.woocommerce-pagination-number .page-numbers li:hover.prev {
  color: currentcolor;
}
.grid-sizer {
  display: none;
}
.jws-animated-products.jws-animated-products-filter .product-item {
  opacity: 0;
  transition: 0.315s all ease-in-out;
  -moz-transition: 0.315s all ease-in-out;
  -webkit-transition: 0.315s all ease-in-out;
  -o-transform: translate3d(0, 0, 0) translatey(15px);
  -moz-transform: translate3d(0, 0, 0) translatey(15px);
  -webkit-transform: translate3d(0, 0, 0) translatey(15px);
  transform: translate3d(0, 0, 0) translatey(15px);
}
.jws-animated-products.jws-animated-products-loading .animated-global {
  opacity: 0;
  transition: 0.315s all ease-in-out;
  -moz-transition: 0.315s all ease-in-out;
  -webkit-transition: 0.315s all ease-in-out;
  -o-transform: translate3d(0, 0, 0) translatey(15px);
  -moz-transform: translate3d(0, 0, 0) translatey(15px);
  -webkit-transform: translate3d(0, 0, 0) translatey(15px);
  transform: translate3d(0, 0, 0) translatey(15px);
}
.jws-animated-products.jws-animated-products-filter .product-item.jws-animated,
.elementor-widget-jws_product_tab .jws-animated-products.jws-animated-products-filter .jws-animated,
.jws-animated-products.jws-animated-products-loading .jws-animated,
.jws-animated-products .jws-animated {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0) translatey(0);
  -moz-transform: translate3d(0, 0, 0) translatey(0);
  -webkit-transform: translate3d(0, 0, 0) translatey(0);
  transform: translate3d(0, 0, 0) translatey(0);
}
#filter-button {
  cursor: pointer;
  margin-right: 30px;
}
#filter-button svg {
  height: auto;
  width: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#filter-button .filter-text {
  padding-left: 5px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.close-popup {
  position: fixed;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  text-align: center;
  border-radius: 100%;
  font-size: 35px;
  color: #ffffff;
  z-index: 999999;
  cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  max-width: 1000px;
  margin: auto;
  max-height: 90vh;
}
.mfp-container {
  padding: 4rem;
}
div#jws-quickview {
  background: #ffffff;
}
div#jws-quickview .shop-single .main-product {
  padding-top: 0;
  padding-bottom: 0;
}
div#jws-quickview .shop-single .main-product .jws-product-image {
  padding-top: 0;
  padding-bottom: 0;
}
div#jws-quickview .shop-single .main-product .jws-product-image figure {
  margin: 0;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-dots {
  display: none;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 0 15px;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-nav .owl-next {
  float: right;
}
div#jws-quickview .shop-single .main-product .jws-product-image .owl-nav button {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
div#jws-quickview .shop-single .main-product .entry-summary {
  padding-top: 0;
  padding-bottom: 0;
}
div#jws-quickview .shop-single .main-product #jws-product-summary {
  padding: 45px 50px;
  overflow-y: auto;
  max-height: 485px;
}
div#jws-quickview .shop-single .main-product #jws-product-summary::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #c7c6c6;
}
div#jws-quickview .shop-single .main-product #jws-product-summary::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #c7c6c6;
}
div#jws-quickview .shop-single .main-product #jws-product-summary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ada9a9;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .breadcrumbs {
  margin-bottom: 0;
  margin-top: 0;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .stock {
  margin-top: 13px;
  margin-bottom: 30px;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .product-meta-custom {
  margin-top: 19px;
}
div#jws-quickview .shop-single .main-product #jws-product-summary .product_meta {
  margin-top: 20px;
}
.no-product-found {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
}
.no-product-found i {
  font-size: 70px;
}
.no-product-found .woocommerce-info {
  border-top: unset;
  background-color: transparent;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .jws_woo_main_products .shop-content .product-item.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 1200px) {
  .product_list_widget li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_list_widget li .product-image {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .product_list_widget li .product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #jws-shop-topbar {
    display: none;
  }
  .shop-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-page .shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    height: 100vh;
    overflow: auto;
    z-index: 99999;
    width: 320px;
    padding: 50px 15px !important;
    -webkit-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .shop-page .shop-sidebar.active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .jws-title-bar-wrap {
    background-attachment: unset !important;
  }
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped,
  .product-item .product-item-inner .product-image .product-button-inner .compare-button,
  .product-item .product-item-inner .product-image .product-button-inner .quickview-icon,
  .product-item .product-item-inner .product-image .product-button-inner .wishlist-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-15px) !important;
    -o-transform: translateX(-15px) !important;
    -ms-transform: translateX(-15px) !important;
    -moz-transform: translateX(-15px) !important;
    transform: translateX(-15px) !important;
  }
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .add_to_cart_button::before,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_external::before,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_simple::before,
  .jws_products_content-layout1 .product-item .product-image .product-button-inner .product_type_grouped::before,
  .product-item .product-item-inner .product-image .compare-button,
  .product-item .product-item-inner .product-image .wishlist-icon .wishlist-button,
  .product-item .product-item-inner .product-image .quickview-icon .quickview-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-item .product-item-inner .product-image .compare-button > span,
  .product-item .product-item-inner .product-image .wishlist-icon .wishlist-button > span,
  .product-item .product-item-inner .product-image .quickview-icon .quickview-button > span {
    line-height: 40px;
  }
  .product-item,
  .jws_pr_labels {
    right: auto;
    top: 0;
    text-align: left;
  }
  .woo-variation-gallery-slider-wrapper .jws_pr_labels {
    right: 20px;
    top: 40px;
    text-align: right;
  }
  .jws_products_content-layout4 .product-item .jws_pr_labels {
    right: auto;
    left: 15px;
    top: 0;
    text-align: left;
  }
  .jws_products_content-layout4 .product-item .product-image .product-button-inner {
    top: 50%;
  }
  .jws_pr_labels .jws_pr_label {
    line-height: 24px;
    font-size: 11px;
    padding: 0 5px;
    margin-left: 0;
    margin-right: 5px;
  }
  .jws_pr_labels .jws_pr_label.out-of-stock {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-ordering {
    margin-left: 0;
  }
  .shop-nav-top .align-right {
    text-align: left;
  }
  .woocommerce-ordering ul {
    right: auto;
  }
}
@media screen and (max-width: 360px) {
  .jws-grid .product-item {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
.jws_woo_loader {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.jws_woo_loader.show {
  display: block;
}
.jws_woo_loader span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.jws_woo_loader span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.jws_woo_loader span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.jws_woo_loader span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.shop-single .main-product {
  padding-top: 82px;
  padding-bottom: 90px;
}
.shop-single .main-product .col-xl-6 .entry-summary {
  padding-left: 100px;
}
.shop-single .main-product figure {
  margin: 0;
}
.shop-single .main-product .entry-summary {
  /*product meta*/
}
.shop-single .main-product .entry-summary p,
.shop-single .main-product .entry-summary label {
  font-size: 13px;
  line-height: 20px;
}
.shop-single .main-product .entry-summary .breadcrumbs {
  margin-bottom: 30px;
  margin-top: -9px;
}
.shop-single .main-product .entry-summary .breadcrumbs a,
.shop-single .main-product .entry-summary .breadcrumbs span {
  font-size: 12px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-single .main-product .entry-summary .breadcrumbs a:hover,
.shop-single .main-product .entry-summary .breadcrumbs span:hover {
  opacity: 1;
}
.shop-single .main-product .entry-summary .breadcrumbs .delimiter {
  padding: 0 5px;
}
.shop-single .main-product .entry-summary .product_title {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  margin-bottom: 5px;
}
.shop-single .main-product .entry-summary .woocommerce-review-link {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.shop-single .main-product .entry-summary .price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 11px;
  margin-bottom: 12px;
}
.shop-single .main-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 33px;
}
.shop-single .main-product .entry-summary .stock {
  margin-bottom: 23px;
}
.shop-single .main-product .entry-summary .stock i {
  padding-right: 8px;
}
.shop-single .main-product .entry-summary .variations {
  width: 100%;
  margin-top: 30px;
}
.shop-single .main-product .entry-summary .variations tr td {
  text-align: left;
  display: block;
  padding: 0;
}
.shop-single .main-product .entry-summary .variations tr > label {
  font-weight: 600;
  text-transform: uppercase;
}
.shop-single .main-product .entry-summary .variations td.value {
  padding-bottom: 20px !IMPORTANT;
}
.shop-single .main-product .entry-summary .variations .reset_variations {
  display: inline-block !important;
  border-bottom: 1px solid;
  line-height: 16px;
  padding-top: 15px;
}
.shop-single .main-product .entry-summary .variations .reset_variations::before {
  content: "\e870";
  font-family: 'Linearicons-Free';
  float: right;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch__tooltip {
  -webkit-transform: translate(-50%, -130%);
  -moz-transform: translate(-50%, -130%);
  transform: translate(-50%, -130%);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 2px;
  background: #17171a;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch.disabled {
  cursor: not-allowed;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch__tooltip:after {
  width: 8px;
  height: 8px;
  background: #17171a;
  bottom: -3px;
  margin-left: -4px;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch:hover .swatch__tooltip {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-color {
  border-color: transparent;
  width: 36px;
  height: 36px;
  border-width: 1px;
  border-radius: 0;
}
.shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-color.selected {
  border-color: #17171a;
}
.shop-single .main-product .entry-summary .variations .pa_weight,
.shop-single .main-product .entry-summary .variations .pa_shade {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
.shop-single .main-product .entry-summary .variations .pa_weight label,
.shop-single .main-product .entry-summary .variations .pa_shade label {
  line-height: 50px;
  text-transform: uppercase;
}
.shop-single .main-product .entry-summary .variations .pa_weight .value,
.shop-single .main-product .entry-summary .variations .pa_shade .value {
  width: 100%;
  margin-left: 20px;
}
.shop-single .main-product .entry-summary .variations .pa_weight select,
.shop-single .main-product .entry-summary .variations .pa_shade select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 0 15px;
  border-color: rgba(22, 22, 25, 0.1);
  outline: none;
  font-size: 12px;
  opacity: 0.8;
}
.shop-single .main-product .entry-summary .product-single-buy-now {
  margin-top: 10px;
  color: #ffffff;
  border: 1px solid #f3584a;
  background: #f3584a;
}
.shop-single .main-product .entry-summary .product-single-buy-now:hover {
  border: 1px solid #e04b3e;
  background: #e04b3e;
}
.shop-single .main-product .entry-summary .grouped_form .button {
  position: relative;
  transition: 0.05s;
}
.shop-single .main-product .entry-summary .grouped_form .added,
.shop-single .main-product .entry-summary .grouped_form .loading {
  font-size: 0;
}
.shop-single .main-product .entry-summary .grouped_form .added:after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 18px;
  display: block;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 2px 2px 0;
  position: absolute;
}
.shop-single .main-product .entry-summary .add-to-cart-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.shop-single .main-product .entry-summary .add-to-cart-form .button {
  position: relative;
  transition: 0.05s;
}
.shop-single .main-product .entry-summary .add-to-cart-form .added,
.shop-single .main-product .entry-summary .add-to-cart-form .loading {
  font-size: 0;
}
.shop-single .main-product .entry-summary .add-to-cart-form .added:after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 18px;
  display: block;
  border: solid rgba(255, 255, 255, 0.4);
  border-width: 0 2px 2px 0;
  position: absolute;
}
.shop-single .main-product .entry-summary .add-to-cart-form .single_add_to_cart_button {
  margin-top: 0;
}
.shop-single .main-product .entry-summary .add-to-cart-form .jws-quantity-wrap .quantity {
  margin-right: 20px;
  margin-bottom: 0;
}
.shop-single .main-product .entry-summary .add-to-cart-form .jws-quantity-wrap .quantity input {
  height: 58px;
  -moz-appearance: textfield;
}
.shop-single .main-product .entry-summary .add-to-cart-form .jws-quantity-wrap .quantity > span {
  top: 50%;
  transform: translatey(-50%);
}
.shop-single .main-product .entry-summary .yith-wcwl-add-button .add_to_wishlist span {
  padding-left: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.shop-single .main-product .entry-summary .yith-wcwl-add-button .add_to_wishlist::before {
  content: "\e813";
  font-family: 'Linearicons-Free';
}
.shop-single .main-product .entry-summary .product-meta-custom {
  margin-top: 19px;
}
.shop-single .main-product .entry-summary .product-meta-custom .product-meta-top .product-meta-top-right {
  text-align: right;
}
.shop-single .main-product .entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.shop-single .main-product .entry-summary .product-share {
  display: inline-block;
  position: relative;
}
.shop-single .main-product .entry-summary .product-share > button {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.shop-single .main-product .entry-summary .product-share > button span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.shop-single .main-product .entry-summary .product-share > button svg {
  margin-left: 12px;
  width: 15px;
  height: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.shop-single .main-product .entry-summary .product-share > button i {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  visibility: hidden;
  z-index: -1;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox.opened {
  opacity: 1;
  transform: translatex(0);
  -webkit-transform: translatex(0);
  visibility: visible;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
  background: #ffffff;
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox .post-share-inner a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #cdcfd0;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0;
  transform: translatex(10px);
  -webkit-transform: translatex(10px);
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
.shop-single .main-product .entry-summary .product-share .addthis_inline_share_toolbox {
  opacity: 1;
  z-index: 1;
  transform: translatex(-35px);
  -webkit-transform: translatex(-35px);
}
.shop-single .main-product .entry-summary .product-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  transform: translatex(-35px);
  -webkit-transform: translatex(-35px);
  visibility: visible;
}
.shop-single .main-product .entry-summary .product-share.opened button svg {
  opacity: 0;
}
.shop-single .main-product .entry-summary .product-share.opened button span {
  opacity: 0;
  visibility: hidden;
}
.shop-single .main-product .entry-summary .product-share.opened button i {
  opacity: 1;
}
.shop-single .main-product .entry-summary .product_meta {
  display: block;
  margin-top: 27px;
}
.shop-single .main-product .entry-summary .product_meta > span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
.shop-single .main-product .entry-summary .product_meta > span > span,
.shop-single .main-product .entry-summary .product_meta > span > a {
  opacity: 0.8;
}
.shop-single .main-product .entry-summary .product_meta > span > span:first-child,
.shop-single .main-product .entry-summary .product_meta > span > a:first-child {
  padding-left: 10px;
}
.shop-single .main-product .entry-summary .product_meta > span a:hover {
  opacity: 1;
}
.shop-single .main-product .woocommerce-product-gallery {
  position: relative;
}
.shop-single .main-product .woocommerce-product-gallery .jws_pr_labels {
  top: 31px;
  text-transform: uppercase;
  z-index: 2;
}
.shop-single .main-product .woocommerce-product-gallery .jws_pr_labels .jws_pr_label {
  text-align: center;
  min-width: 94px;
  line-height: 33px;
  letter-spacings: 2px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image {
  width: 100%;
  float: none;
  position: relative;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-dots,
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .owl-nav {
  display: none;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:last-child {
  padding: 0;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail .product-image-thumbnail-inner {
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail.active-thumb .product-image-thumbnail-inner,
.shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:hover .product-image-thumbnail-inner {
  border-color: #676767;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left {
  padding-left: 100px;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail .product-image-thumbnail-inner {
  height: 70px;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
  left: 0;
  width: 70px;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
  padding-right: 189px;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
  right: 23px;
  width: 130px;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow,
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow {
  position: absolute;
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  z-index: 999;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow.slick-next,
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow.slick-next {
  bottom: -50px;
  top: inherit;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow.slick-prev,
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow.slick-prev {
  top: -50px;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
  width: 70%;
  margin: auto;
  position: relative;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .slick-track {
  margin: auto;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .slick-arrow.slick-prev {
  left: -25px;
  right: auto;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .slick-arrow.slick-next {
  right: -25px;
}
.shop-single .main-product .product-tabs {
  padding-top: 57px;
}
.shop-single .main-product .woocommerce-tabs .jws-group-accordion-wap {
  transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
  overflow: hidden;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--guide_tab .row > div {
  padding: 15px 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--guide_tab li {
  margin-bottom: 15px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--guide_tab li:last-child {
  margin-bottom: 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--shipping_tab > p {
  margin-bottom: 15px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel--shipping_tab > p:last-child {
  margin-bottom: 0;
}
.shop-single .main-product .woocommerce-tabs .tab-heading {
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  margin: 0;
}
.shop-single .main-product .woocommerce-tabs .tab-heading .toggle-visible {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 1px;
  position: relative;
  float: right;
}
.shop-single .main-product .woocommerce-tabs .tab-heading .toggle-visible:before {
  font-family: 'Linearicons-Free';
  content: "\e874";
  display: block;
}
.shop-single .main-product .woocommerce-tabs .zoo-group-accordion.accordion-active .tab-heading .toggle-visible:before {
  transform: rotateX(180deg);
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .elementor-section:first-child {
  padding-top: 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
  padding: 20px 0;
  display: block;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes {
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr td,
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes tr th {
  border-bottom: 1px solid #2f2f2f;
  padding: 10px 0;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item {
  border-bottom: 0.8px solid #2f2f2f;
  padding: 0.5em 0;
  max-width: 100%;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item .half {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item:last-child {
  border: none;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
  font-weight: 600;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .row h2 {
  margin-bottom: 14px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel .row .col-left .h-last-child {
  margin-top: 34px;
}
.shop-single .main-product .woocommerce-tabs .woocommerce-Tabs-panel > * {
  animation: fadeIn 0.2s both;
}
.shop-single .main-product .woocommerce-tabs ul.tabs {
  padding: 0;
  list-style-type: none;
  display: block;
  padding-bottom: 6px;
  position: relative;
  margin: 0;
}
.shop-single .main-product .woocommerce-tabs ul.tabs #magic_line {
  position: absolute;
  height: 1px;
  bottom: -1px;
  transition: all 0.7s ease 0s;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li {
  padding-right: 5%;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  opacity: 0.5;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li:last-child {
  padding-right: 0;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li a {
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: block;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 2.7px;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li a::before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: transparent;
}
.shop-single .main-product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  opacity: 1;
}
.shop-single .main-product .woocommerce-tabs ul.tabs li.active a::before {
  background: currentColor;
}
.shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
  margin-top: 30px;
}
.shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .thumbnails {
  margin: 0 -15px;
}
.shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
  padding: 0 15px;
}
.shop-single .main-product.layout3 .woocommerce-product-gallery .jws_main_image {
  padding-right: 17px;
}
.shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
  margin-top: 29px !important;
}
.shop-single .main-product.layout3 .entry-summary .woocommerce-product-details__short-description p {
  font-size: 13px;
  line-height: 24px;
}
.shop-single .main-product.layout3 .entry-summary .price {
  margin-top: 24px;
  margin-bottom: 14px;
}
.shop-single .main-product.layout3 .single_add_to_cart_button {
  margin-top: 5px;
}
.shop-single .main-product.layout3 .product-meta-custom {
  margin-top: 15px;
}
.shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
  margin-top: 30px;
}
.shop-single .main-product.layout3 .comment-section {
  padding-top: 11px;
}
.shop-single .main-product.layout3,
.shop-single .main-product.layout5 {
  /*Product meta*/
}
.shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image,
.shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
  width: 50%;
  position: relative;
  margin: 0 -15px;
}
.shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .slick-track,
.shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .slick-track {
  margin: 0;
}
.shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail,
.shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
  padding: 0 15px;
}
.shop-single .main-product.layout3 .product_meta,
.shop-single .main-product.layout5 .product_meta {
  display: block;
  margin-top: 20px;
}
.shop-single .main-product.layout3 .product_meta > span,
.shop-single .main-product.layout5 .product_meta > span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
.shop-single .main-product.layout3 .product_meta > span > span,
.shop-single .main-product.layout5 .product_meta > span > span,
.shop-single .main-product.layout3 .product_meta > span > a,
.shop-single .main-product.layout5 .product_meta > span > a {
  font-weight: 400;
  padding-left: 10px;
}
.shop-single .main-product.layout3 .product-tabs,
.shop-single .main-product.layout5 .product-tabs {
  padding-top: 8px;
}
.shop-single .main-product.layout3 .product-tabs .accordions,
.shop-single .main-product.layout5 .product-tabs .accordions {
  list-style-type: none;
  padding: 0;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion {
  border-bottom: 1px solid rgba(22, 22, 25, 0.1);
  padding: 15px 0;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion:last-child,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion:last-child {
  border-bottom: none;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion .cont-header,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion .cont-header {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion .cont-header .tongle,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion .cont-header .tongle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion .cont-header .tongle:before,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion .cont-header .tongle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 8px;
  height: 1px;
  background: #161619;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion .cont-header .tongle:after,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion .cont-header .tongle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 1px;
  height: 8px;
  background: #161619;
  transition: all 0.3s ease-in-out;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion .cont-content,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion .cont-content {
  display: none;
  padding: 15px 0;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion .cont-content ul,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion .cont-content ul {
  list-style-type: disc;
  line-height: 30px;
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion.active .tongle:before,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion.active .tongle:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-single .main-product.layout3 .product-tabs .accordions .accordion.active .tongle:after,
.shop-single .main-product.layout5 .product-tabs .accordions .accordion.active .tongle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-single .main-product.layout4 .full-container .container {
  max-width: 1710px;
}
.shop-single .main-product.layout4 .shop-single .main-product .woocommerce-product-gallery .jws_pr_labels {
  top: 0;
  left: 0;
}
.shop-single .main-product.layout4 .woocommerce-product-gallery__wrapper {
  margin: -7.5px;
}
.shop-single .main-product.layout4 .thumbnail_position_left {
  padding-left: 0;
}
.shop-single .main-product.layout4 .product-image-wrap {
  width: 33.333%;
  padding: 7.5px;
  display: inline-block;
}
.shop-single .main-product.layout4 .product-image-wrap:first-child,
.shop-single .main-product.layout4 .product-image-wrap:nth-child(2) {
  width: 50%;
}
.shop-single .main-product.layout4 .product-image-wrap figure img {
  width: 100%;
}
.shop-single .main-product.layout4 .entry-summary {
  padding-left: 68px;
}
.shop-single .main-product.layout4 .entry-summary .variations {
  width: 100%;
  margin-top: 20px;
}
.shop-single .main-product.layout4 .entry-summary product-meta-custom {
  margin-top: 32px;
}
.shop-single .main-product.layout4 .entry-summary product_meta {
  margin-top: 15px;
}
.shop-single .main-product.layout4 .product-tabs {
  padding-top: 70px;
}
.shop-single .main-product.layout5 {
  padding-top: 0;
}
.shop-single .main-product.layout5 .product-image-wrap {
  padding: 15px 0;
}
.shop-single .main-product.layout5 .product-image-wrap:first-child {
  padding-top: 0;
}
.shop-single .main-product.layout5 .product-image-wrap:last-child {
  padding-bottom: 0;
}
.shop-single .main-product.layout5 .entry-summary {
  padding-top: 58px;
}
.shop-single .main-product.layout5 .entry-summary .woocommerce-product-details__short-description p {
  font-size: 13px;
  line-height: 24px;
}
.shop-single .main-product.layout5 .entry-summary .single_add_to_cart_buttons {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.shop-single .main-product.layout5 .entry-summary .product-meta-custom {
  margin-top: 12px;
}
.shop-single .main-product.layout5 .woocommerce-product-gallery {
  padding-left: 0;
}
.shop-single .main-product.layout5 .comment-section {
  padding-top: 70px;
}
.shop-single .main-product.layout2 {
  position: relative;
}
.shop-single .main-product.layout2 .single_variation_wrap .stock {
  margin-top: 0;
}
.shop-single .main-product.layout2 .full-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.shop-single .main-product.layout2 .product-tabs {
  margin: 0;
}
.shop-single .main-product.layout2 .product-tabs .container {
  width: 100%;
}
.shop-single .main-product.layout2 .woocommerce-product-gallery.thumbnail_position_left {
  padding-left: 0;
}
.shop-single .main-product.layout2 .jws_main_image {
  width: calc(50% - 192px);
  right: 50%;
  top: 0;
  height: 100%;
  position: absolute;
}
.shop-single .main-product.layout2 .container {
  position: unset;
}
.shop-single .main-product.layout2 .container .image-out-container {
  position: unset;
}
.shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left {
  position: unset;
}
.shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left .jws_thumbnail_image {
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  align-items: center;
  justify-content: center;
  height: auto;
}
.grouped_form {
  margin-top: 14px;
}
.grouped_form .jws-quantity-wrap .quantity {
  width: 138px;
}
.grouped_form .jws-quantity-wrap .quantity input {
  height: 58px;
}
.grouped_form .jws-quantity-wrap .quantity > span {
  top: 20px;
}
.grouped_form table {
  width: 100%;
}
.grouped_form table .woocommerce-grouped-product-list-item__quantity {
  display: inline-block;
}
.grouped_form table td.woocommerce-grouped-product-list-item__price {
  text-align: right;
}
.grouped_form table .woocommerce-grouped-product-list-item__label {
  padding: 0 15px;
}
.grouped_form table .woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}
.grouped_form table .woocommerce-grouped-product-list-item__label a {
  font-size: 14px;
  line-height: 24px;
}
.star-rating {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 89px;
  letter-spacing: 5px;
  display: inline-block;
  vertical-align: middle;
}
.star-rating:before {
  content: '\f005\f005\f005\f005\f005';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 12px;
  color: #f9cc03;
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  padding-top: 1.5em;
  left: 0;
}
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 12px;
  text-indent: 0;
  font-weight: 900;
  color: #f9cc03;
}
.comment-section .woocommerce-Reviews .woocommerce-Reviews-title {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 2.9px;
}
.comment-section .woocommerce-Reviews .review-total {
  font-size: 12px;
}
.comment-section .woocommerce-Reviews .comment-reply-title {
  display: none;
}
.comment-section .woocommerce-Reviews .woocommerce-noreviews {
  display: inline-block;
}
.comment-section .woocommerce-Reviews .leave-comment {
  float: right;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.8;
}
.comment-section .woocommerce-Reviews .leave-comment i {
  font-size: 12px;
  padding-right: 5px;
}
.comment-section .woocommerce-Reviews .star-rating {
  margin-right: 20px;
}
.comment-section .woocommerce-Reviews #review_form_wrapper {
  margin-top: -4px;
  width: 100%;
}
.comment-section .no-review .comment-form {
  margin-bottom: 5px;
}
.comment-section {
  padding-top: 25px;
}
.comment-section .comment-form > .row {
  margin: 0;
  width: 100%;
}
.comment-section .comment-form label {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-section .comment-form label span.required {
  color: #da1414;
}
.comment-section .comment-form .comment-form-cookies-consent label {
  margin-left: 20px;
}
.comment-section .comment-form input[type=text],
.comment-section .comment-form input[type=email],
.comment-section .comment-form input[type=number],
.comment-section .comment-form textarea {
  display: block;
  width: 100%;
  padding: 7px 15px;
  border-radius: 0;
  border: 1px solid #959595;
  font-size: 13px;
}
.comment-section .comment-form input[type=text],
.comment-section .comment-form input[type=email],
.comment-section .comment-form input[type=number] {
  height: 45px;
}
.comment-section .comment-form .comment-form-cookies-consent {
  position: relative;
}
.comment-section .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  float: left;
  position: absolute;
  top: 7px;
  left: 0;
}
.comment-section .comment-form textarea {
  height: 200px;
}
.comment-section .comment-form .comment-form-author {
  padding-left: 0;
}
.comment-section .comment-form .comment-form-email {
  padding-right: 0;
}
.comment-section .comment-form > p {
  margin-top: 20px;
}
.comment-section .comment-form p.form-submit {
  margin-top: 26px;
  display: block;
}
.comment-section .comment-form .comment-form-rating {
  margin-bottom: 42px;
}
.comment-section .comment-form .comment-form-rating label {
  margin-bottom: 0;
}
.comment-section .comment-form .comment-form-rating .stars {
  margin-bottom: 26px;
  margin-top: -5px;
  position: relative;
}
.comment-section .comment-form .comment-form-rating .stars [class*="star"] {
  text-indent: -999em;
  display: block;
  position: absolute;
  display: inline-block;
}
.comment-section .comment-form .comment-form-rating .stars [class*="star"]:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  left: 0;
  text-indent: 0;
  font-size: 14px;
  letter-spacing: 4px;
  color: #f9cc03;
}
.comment-section .comment-form .comment-form-rating .stars .star-1 {
  width: 15px;
  z-index: 50;
}
.comment-section .comment-form .comment-form-rating .stars .star-1.active:before,
.comment-section .comment-form .comment-form-rating .stars .star-1:hover:before {
  font-weight: 900;
  content: '\f005';
}
.comment-section .comment-form .comment-form-rating .stars .star-2 {
  width: 30px;
  z-index: 40;
}
.comment-section .comment-form .comment-form-rating .stars .star-2.active:before,
.comment-section .comment-form .comment-form-rating .stars .star-2:hover:before {
  font-weight: 900;
  content: '\f005\f005';
}
.comment-section .comment-form .comment-form-rating .stars .star-3 {
  width: 45px;
  z-index: 30;
}
.comment-section .comment-form .comment-form-rating .stars .star-3.active:before,
.comment-section .comment-form .comment-form-rating .stars .star-3:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005';
}
.comment-section .comment-form .comment-form-rating .stars .star-4 {
  width: 60px;
  z-index: 20;
}
.comment-section .comment-form .comment-form-rating .stars .star-4.active:before,
.comment-section .comment-form .comment-form-rating .stars .star-4:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005\f005';
}
.comment-section .comment-form .comment-form-rating .stars .star-5 {
  width: 75px;
  z-index: 10;
}
.comment-section .comment-form .comment-form-rating .stars .star-5.active:before,
.comment-section .comment-form .comment-form-rating .stars .star-5:hover:before {
  font-weight: 900;
  content: '\f005\f005\f005\f005\f005';
}
.comment-section .comment-form .comment-form-rating .stars .star-5:before {
  content: '\f005\f005\f005\f005\f005';
}
.comment-form {
  margin-bottom: 46px;
}
.commentlist {
  padding: 0;
  margin-top: 20px;
}
.commentlist li {
  list-style-type: none;
  padding: 32px 0;
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}
.commentlist li:first-child {
  border-top: 1px solid rgba(183, 183, 183, 0.2);
}
.commentlist li .comment-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.commentlist li p.meta {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 17px;
}
.commentlist li .description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}
.commentlist li .star-rating span:before,
.commentlist li .star-rating:before {
  font-size: 9px;
}
/*Pagination Load More style*/
.woocommerce-Reviews .woocommerce-pagination {
  width: 100%;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers {
  list-style-type: none;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 14px;
  margin-bottom: 0;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers li {
  display: none;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers li:last-child {
  display: inline-block;
}
.woocommerce-Reviews .woocommerce-pagination .page-numbers li:last-child .dots-loading {
  display: block;
}
.woocommerce-Reviews .woocommerce-pagination #jws-products-loading {
  display: block;
  margin-bottom: 46px;
}
.woocommerce-Reviews .woocommerce-pagination .loaded-product {
  display: none;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.woocommerce-Reviews .woocommerce-pagination.loaded .page-numbers {
  display: none;
}
.woocommerce-Reviews .woocommerce-pagination.loaded .loaded-product {
  display: block;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 25px auto;
  display: none;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #161619;
  opacity: .3;
  -webkit-animation: snake 1.5s infinite ease-in-out;
  -o-animation: snake 1.5s infinite ease-in-out;
  -ms-animation: snake 1.5s infinite ease-in-out;
  -moz-animation: snake 1.5s infinite ease-in-out;
  animation: snake 1.5s infinite ease-in-out;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span:nth-of-type(2) {
  left: 10px;
  animation-delay: .2s;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span:nth-of-type(3) {
  left: 20px;
  animation-delay: .4s;
}
.woocommerce-Reviews .woocommerce-pagination .dots-loading span:last-of-type {
  left: 30px;
  animation-delay: .6s;
}
.woocommerce-Reviews .woocommerce-pagination.loading .dots-loading {
  display: block;
}
.woocommerce-Reviews .woocommerce-pagination.loading #jws-products-loading {
  display: none;
}
/*Related Product*/
.related {
  padding-top: 50px;
}
.recently-product-view {
  padding-top: 57px;
}
.shop-content h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: unset;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.hero-slider {
  text-align: center;
  background: #f5f5f5;
}
.hero-slider .slider-listing-items .hero-title {
  font-size: inherit;
  font-weight: 500;
  font-family: unset;
  line-height: 24px;
  margin: 0;
}
.hero-slider .slider-listing-items .hero-description {
  font-size: 12px;
  line-height: 24px;
}
.hero-slider .slider-listing-items .slick-slide {
  padding: 15px 0;
}
.hero-slider .slider-listing-items .slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.hero-slider .slider-listing-items .slick-arrow .btn-icon-custom {
  margin-left: 0;
}
.hero-slider .slider-listing-items .slick-arrow.prev {
  left: 0;
  right: auto;
  -webkit-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.hero-slider .slider-listing-items .slick-arrow.prev .btn-icon-custom {
  position: absolute;
  left: 0;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.hero-slider .slider-listing-items .slick-arrow.prev .btn-icon-custom::before {
  left: 3px;
  right: auto;
  top: 0px;
}
.hero-slider .slider-listing-items .slick-arrow.prev .btn-icon-custom::after {
  right: auto;
  left: 2px;
  position: absolute;
  bottom: -1px;
  top: auto;
}
.hero-slider .slider-listing-items .slick-arrow.next {
  right: 0;
}
.jws-waitlist-register .jws-waitlist-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.jws-waitlist-register .jws-waitlist-form input {
  height: 60px;
  border-radius: 0;
  border-width: 1px;
}
.jws-waitlist-register .jws-waitlist-form input[type="email"] {
  width: 100%;
  padding: 0 30px;
}
.jws-waitlist-register .jws-waitlist-form .btn-button {
  padding: 0 40px;
  margin-left: 5px;
}
.jws-waitlist-register .successful-message {
  color: #2cb101;
}
.jws-waitlist-register .error-message {
  color: #ff3b00;
}
.add_to_cart_bottom {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  background-color: #222222;
  z-index: 99999;
  transform: translatey(100%);
  -webkit-transform: translatey(100%);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.add_to_cart_bottom.show {
  transform: translatey(0%);
  -webkit-transform: translatey(0%);
}
.add_to_cart_bottom.close {
  transform: translatey(100%) !important;
  -webkit-transform: translatey(100%) !important;
}
.add_to_cart_bottom .close_add {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  font-size: 12px;
  cursor: pointer;
}
.add_to_cart_bottom .add_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  height: 100px;
  margin: 0 auto;
  padding: 0 60px;
}
.add_to_cart_bottom .add_inner .add_to_cart_btn a {
  font-size: 13px;
  height: 40px;
  width: 165px;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  margin-left: 10px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ffffff;
}
.add_to_cart_bottom .add_inner .add_to_cart_btn a.added_to_cart {
  display: none;
}
.add_to_cart_bottom .add_inner .add_to_cart_btn a.ajax_add_to_cart.loading span {
  display: none;
}
.add_to_cart_bottom .add_inner .rating_info .woocommerce-product-rating {
  color: #ffffff;
}
.add_to_cart_bottom .add_inner .rating_info .woocommerce-product-rating .woocommerce-review-link {
  color: #ffffff;
}
.add_to_cart_bottom .add_inner .rating_info .woocommerce-product-rating .star-rating span:before {
  color: #ffffff !important;
}
.add_to_cart_bottom .add_inner .add_to_cart_info .info_left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.add_to_cart_bottom .add_inner .add_to_cart_info .info_left img {
  max-width: 55px;
  height: auto;
}
.add_to_cart_bottom .add_inner .add_to_cart_info .info-right {
  display: inline-block;
  vertical-align: middle;
}
.add_to_cart_bottom .add_inner .add_to_cart_info .info-right .product_title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 24px;
}
.add_to_cart_bottom .add_inner .add_to_cart_info .info-right .price {
  margin: 0;
}
.add_to_cart_bottom .add_inner .add_to_cart_info .info-right .price .amount {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 1440px) {
  .shop-single .main-product .col-xl-6 .entry-summary {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .shop-single .main-product.layout4 .image-out-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .shop-single .main-product.layout4 .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .shop-single .main-product.layout4 .entry-summary {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
    padding-right: 90px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
    width: 70px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image,
  .shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
    width: 100%;
  }
  .shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail,
  .shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
    padding: 0 5px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
    padding-right: 120px;
  }
  .shop-single .main-product.layout3 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image,
  .shop-single .main-product.layout5 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image {
    margin: 0 -5px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
    width: 110px;
    right: 0;
    margin: 0 -5px;
  }
  .shop-single .main-product.layout4 .entry-summary {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  .shop-single .main-product.layout4 .product-tabs {
    padding: 50px 0 0px 0;
  }
  .shop-single .main-product .entry-summary {
    padding-top: 50px;
  }
  /* product layout 1 bottom gallery */
  .shop-single .main-product .col-xl-6 .entry-summary {
    padding-left: 0;
  }
  /*product layout 2*/
  .shop-single .main-product.layout2 .jws_main_image {
    width: 100%;
    right: auto;
    top: auto;
    height: auto;
    position: relative;
    margin-right: 0;
  }
  .shop-single .main-product.layout2 .woocommerce-product-gallery.thumbnail_position_left {
    padding-left: 192px;
  }
  .shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left .jws_thumbnail_image {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: auto;
  }
  .shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left {
    position: relative;
  }
  .shop-single .main-product.layout4 .full-container .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .comment-section .comment-form > .row {
    margin: 0;
    width: 100%;
  }
  .comment-section .comment-form > .row > p {
    padding-left: 0;
    padding-right: 0;
  }
  .add_to_cart_bottom .add_inner {
    height: 70px;
    padding: 0 15px;
  }
  .add_to_cart_bottom .add_to_cart_info,
  .add_to_cart_bottom .rating_info {
    display: none;
  }
  .add_to_cart_bottom .close_add {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#jws-quickview .shop-single .main-product #jws-product-summary {
    padding: 15px;
  }
  .hero-slider .slider-listing-items .slick-arrow.prev,
  .hero-slider .slider-listing-items .slick-arrow.next {
    display: none;
  }
  .shop-single .main-product {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    position: relative;
    width: 100%;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left {
    padding-left: 0;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail {
    height: auto;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow.slick-next,
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow.slick-next {
    bottom: 50%;
    top: auto;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
    left: auto;
    right: -30px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail .product-image-thumbnail-inner {
    height: 100px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .slick-arrow.slick-prev,
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .slick-arrow.slick-prev {
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
    left: -30px;
    right: auto;
    top: auto;
  }
  .related,
  .recently-product-view {
    padding-top: 60px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right {
    padding-right: 0;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_right .jws_thumbnail_image {
    right: auto;
    width: 100%;
    position: relative;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail {
    padding: 15px 5px;
  }
  .shop-single .main-product .woocommerce-tabs ul.tabs li {
    margin-bottom: 13px;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:first-child {
    margin-left: 0;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:last-child {
    margin-right: 0;
  }
  .shop-single .main-product .entry-summary .product_meta {
    margin-top: 25px;
  }
  .shop-single .main-product .entry-summary .stock {
    margin-top: 25px;
  }
  .shop-single .main-product .entry-summary .yith-wcwl-add-to-wishlist {
    margin-top: 0;
  }
  .shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
    padding: 0 5px;
  }
  .shop-single .main-product.layout1 .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .thumbnails {
    margin: 0 -5px;
  }
  /* layout 2*/
  .shop-single .main-product.layout2 .woocommerce-product-gallery.thumbnail_position_left {
    padding-left: 0;
  }
  .shop-single .main-product.layout2 .container .image-out-container .thumbnail_position_left .jws_thumbnail_image {
    top: unset;
    transform: unset;
    left: 0;
    height: auto;
  }
  .shop-single .main-product .woocommerce-product-gallery .jws_thumbnail_image .product-image-thumbnail:last-child {
    padding: 15px 5px;
  }
  .shop-single .main-product .woocommerce-product-gallery.thumbnail_position_left .product-image-thumbnail .product-image-thumbnail-inner {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .shop-single .main-product.layout4 .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .comment-section .woocommerce-Reviews .leave-comment {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  .comment-section .woocommerce-Reviews .review-total {
    display: block;
  }
  .jws-waitlist-register .jws-waitlist-form {
    display: block;
  }
  .jws-waitlist-register .jws-waitlist-form .btn-button {
    margin-left: 0;
    margin-top: 5px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .shop-single .main-product .entry-summary .add-to-cart-form .jws-quantity-wrap .quantity input {
    height: 43px;
  }
  .jws-quantity-wrap .quantity {
    width: 100px;
  }
  .shop-single .main-product .entry-summary .variations .tawcvs-swatches .swatch-color {
    border-color: transparent;
    width: 25px;
    height: 25px;
  }
}
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
.woocommerce-cart .content-area {
  padding-top: 100px;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr.cart_item:nth-child(even) {
  background: #131313;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead {
  background: #ffc107;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead th {
  color: #191919;
  font-weight: bold;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button[disabled] {
  background: #191919;
  color: #ffffff !important;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button {
  background: #000000;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button:hover {
  color: #191919;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a:hover {
  color: #191919;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .product-quantity .quantity .input-text,
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .coupon .input-text {
  border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a {
  border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 2px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals .shop_table {
  background: #191919;
}
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  color: #191919;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  font-weight: bold !important;
  margin-bottom: 30px;
  background: transparent;
  border: 0;
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  content: "\eb5b";
  font-size: 180px;
  top: -17px;
  font-family: 'icomoon' !important;
}
.woocommerce-cart .woocommerce .cart-empty:after {
  content: "\e870";
  font-size: 70px;
  top: 95px;
  font-family: 'Linearicons-Free';
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  color: #ffffff;
  border: 0;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 52px !important;
  min-width: 143px;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align: center;
}
.woocommerce-cart .shop_table {
  border-collapse: unset;
}
.woocommerce-cart .shop_table thead th {
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
}
.woocommerce-cart .shop_table tr .product-name a {
  font-size: 16px;
}
.woocommerce-cart .shop_table tr .actions {
  padding: 50px 0 !important;
}
.woocommerce-cart .shop_table tr .actions:after {
  display: table;
  content: " ";
  clear: both;
}
.woocommerce-cart .shop_table tr .actions .col-right {
  float: right;
}
.woocommerce-cart .shop_table tr .actions .col-right .button {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  background: rgba(23, 23, 26, 0.5);
  cursor: no-drop;
  border: rgba(23, 23, 26, 0.5);
}
.woocommerce-cart .shop_table tr .actions .col-right a {
  font-weight: 600;
  border: 1px solid #919191;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 220px;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-left: 12px;
}
.woocommerce-cart .shop_table tr .actions .col-right a:hover {
  color: #ffffff;
}
.woocommerce-cart .shop_table tr .actions .coupon {
  float: left;
  position: relative;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
  padding: 0 50px;
  vertical-align: top;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  border: 1px solid #17171a;
  height: 60px;
  padding: 0 15px;
  font-size: 13px;
  min-width: 271px;
  background: transparent;
  vertical-align: top;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+*/
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+*/
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
}
.woocommerce-cart .shop_table tr .product-quantity .quantity {
  max-width: 138px;
  position: relative;
  display: inline-block;
  border-color: rgba(22, 22, 25, 0.3);
  vertical-align: middle;
  margin-bottom: 0;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.woocommerce-cart .shop_table tr .product-quantity .quantity .screen-reader-text {
  display: none;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .shop_table tr .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
  height: 45px;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span:before {
  left: 18px;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-minus {
  left: 0;
  border-right: 1px solid rgba(22, 22, 25, 0.3);
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus {
  right: 0;
  border-left: 1px solid rgba(22, 22, 25, 0.3);
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus:after {
  left: 17.5px;
  top: 24px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  margin-bottom: 26px;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #333333;
  height: 40px;
  padding-left: 24px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: 40px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator select,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .input-text {
  border: 1px solid #d1d1d1;
  height: 40px;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cross-sells > h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.woocommerce-cart .cart-collaterals .continue {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.woocommerce-cart .cart-collaterals .continue i {
  margin-left: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  max-width: 415px;
  background: #f5f5f5;
  padding: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 28px;
  font-family: unset;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.woocommerce-cart .cart-collaterals .cart_totals th {
  padding: 15px 0px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 10px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button,
.woocommerce-cart .cart-collaterals .cart_totals .continue-shop {
  display: block;
}
.woocommerce-cart .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.woocommerce-cart table tr.order-total th,
.woocommerce-cart table tr.order-total td {
  border-top: 2px solid #ebebeb;
  padding-top: 13px;
  padding-bottom: 19px;
  font-size: 18px;
}
.woocommerce-cart table tr.order-total td {
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-cart table tr.order-total td strong {
  font-weight: 500;
}
.woocommerce-cart table tr .woocs_special_price_code {
  font-weight: 400;
}
.woocommerce-cart table tr th {
  padding: 15px 0px;
  font-weight: 500;
  padding-right: 10px;
  letter-spacing: 0.5px;
}
.woocommerce-cart table tr td {
  text-align: right;
}
.woocommerce-cart table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
.woocommerce-cart table tr td strong {
  font-weight: 400;
}
.woocommerce-cart table tr td label {
  font-weight: 400;
}
.woocommerce-cart table tr td input[type="radio"] {
  position: relative;
  top: 2px;
  float: right;
  margin-right: 0;
  margin-left: 7px;
}
.shop_table tr.order-total .includes_tax {
  display: block;
  margin-top: 5px;
}
.shop_table {
  width: 100%;
}
.woocommerce-cart-form .shop_table tr td {
  padding: 20px 30px;
  border: none;
  text-align: left;
  border-top: 1px solid rgba(45, 53, 65, 0.5);
}
.shop_table th.product-thumbnail {
  width: 10px;
}
.shop_table th.product-remove {
  width: 40px;
}
.shop_table td.order-status {
  text-align: center !important;
}
.shop_table td.product-remove {
  padding: 0;
  text-align: center;
}
.shop_table td.product-remove a {
  position: relative;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 0;
}
.shop_table td.product-remove a:before {
  content: "\e870";
  font-family: 'Linearicons-Free';
  position: absolute;
  font-size: 18px;
  color: #959595;
  left: 0;
}
.shop_table td.product-name .variation {
  display: inline-block;
  margin-bottom: 0;
}
.shop_table td.product-name .variation dt {
  font-weight: 400;
}
.shop_table td.product-name .variation .variation-Vendor {
  display: inline-block;
  margin: 0;
}
.shop_table td.product-thumbnail img {
  max-width: 100px;
  height: auto;
}
/** Mini Cart **/
.nxl-cart-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  min-width: 300px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: auto;
}
.nxl-cart-content.active {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.nxl-cart-content .blockUI.blockOverlay:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.nxl-cart-content > h6 {
  display: block;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-size: 17px;
  margin: 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message {
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  margin-bottom: 30px;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before {
  font-size: 180px;
  top: -17px;
  font-family: Flaticon;
  content: "\f100";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  content: "\f00d";
  font-size: 60px;
  top: 100px;
  font-family: "FontAwesome";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before,
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.nxl-cart-content .woocommerce-mini-cart__total {
  position: absolute;
  bottom: 48px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  background-color: #ffffff;
}
.nxl-cart-content .woocommerce-mini-cart__buttons {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a {
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a:first-child {
  background: #000000;
}
.nxl-cart-content ul {
  padding: 0 30px;
  width: 100%;
  overflow: auto;
  position: absolute;
  scrollbar-width: none;
  /*For Firefox*/
  -ms-overflow-style: none;
  /*For IE and Edge*/
  height: calc(100% - 120px);
}
.nxl-cart-content ul::-webkit-scrollbar {
  width: 0px;
  /*For Chrome, Safari and Opera*/
}
.nxl-cart-content ul li {
  border-bottom: 1px dashed #d6d6d6;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-cart-content ul li:last-child {
  border: none;
}
.nxl-cart-content ul li:hover {
  border-color: #000000;
}
.nxl-cart-content ul li .remove {
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
}
.nxl-cart-content ul li:hover {
  background: #000000;
}
.nxl-cart-content ul a {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 500;
}
.nxl-cart-content ul a img {
  max-width: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.nxl-cart-content ul .quantity {
  display: block;
  text-align: center;
}
.dark-mode-on.woocommerce-cart .woocommerce .button.wc-backward {
  color: #191919;
}
@media (max-width: 911px) {
  .woocommerce-cart .shop_table tr .actions .coupon button {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .content-area {
    padding-top: 70px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    border: none;
  }
  .woocommerce-cart .shop_table tr .product-quantity .quantity > span {
    width: 30px;
    height: 30px;
  }
  .woocommerce-cart .shop_table tr .product-quantity .quantity > span:before {
    left: 12.5px;
  }
  .woocommerce-cart .shop_table tr .product-quantity .quantity input[type=number] {
    height: 30px;
  }
  .woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus:after {
    left: 12.5px;
    top: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 30px 15px;
  }
  .cart-collaterals .continue {
    margin-bottom: 15px;
    display: block;
  }
  .cart-actions .coupon_col,
  .cart-actions .update_col {
    float: none;
  }
  .update_col {
    margin-top: 10px;
  }
  .cart-actions .coupon .input-text {
    margin-bottom: 15px;
  }
  .woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr {
    border-color: #2d2d2d;
  }
  .woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr td {
    border-color: #2d2d2d;
  }
  .woocommerce-cart-form .shop_table {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table thead th {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
    margin: 30px 0px;
    border: 1px solid #efefef;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #efefef;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    border: 0;
  }
  .woocommerce-cart-form .shop_table tbody tr td.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 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    margin-bottom: 10px;
    min-width: auto;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    float: none;
    width: 100%;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .col-right {
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 600;
    float: left;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-cart .shop_table thead th,
  .woocommerce-cart-form .shop_table tr td {
    padding: 10px;
  }
  .shop_table td.product-thumbnail img {
    max-width: 75px;
  }
}
form.woocommerce-checkout {
  margin-top: 40px;
}
form.woocommerce-checkout .required {
  color: #df0000;
}
form.woocommerce-checkout .woocommerce-account-fields label {
  font-size: 16px;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 16px;
  font-weight: 400;
}
form.woocommerce-checkout .woocommerce-billing-fields h3,
form.woocommerce-checkout .nxl_woo_your_order h3 {
  font-family: unset;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #aaaaaa;
  width: 100%;
  height: 106px;
  padding-left: 10px;
  background: transparent;
}
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;
}
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;
  font-size: 16px;
  font-weight: 500;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row label span,
form.woocommerce-checkout .woocommerce-billing-fields .form-row label span,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label span {
  font-size: 17px;
}
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:focus,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:focus,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:focus {
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  background-color: #fff;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  background: transparent;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  border: 1px solid #aaaaaa;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s all;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  padding: 0 20px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 20px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #aaa !important;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner .form-row input.input-text,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner .form-row input.input-text {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .shop_table td,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .shop_table th,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .place-order button.button,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
  color: #191919;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .woocommerce-checkout-payment li .payment_box,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
  background: #000000;
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.woocommerce-checkout .jws_woo_your_order h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
  background: #f5f5f5;
}
.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 .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: 6px;
}
.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 h3 {
  margin-top: 60px;
}
.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: 20px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li label {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.7px;
  display: inline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li input {
  margin-right: 5px;
  margin-top: 8px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
  background: #ffffff;
  padding: 5%;
  margin: 15px 0;
  border: 1px solid #ececec;
  font-size: 14px;
}
.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;
  text-decoration: underline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
  background: #f5f5f5;
  padding: 17px 30px;
  border-collapse: unset;
  border-spacing: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
  font-weight: 500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td:last-of-type {
  text-align: right;
  font-weight: 500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
  font-weight: 500;
}
.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 .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 15px 30px;
  font-size: 18px;
  padding: 24px 40px;
  letter-spacing: 0.5px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
  color: #0774c8;
  background: transparent;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  padding: 30px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
  border: 1px solid #ececec;
  padding: 30px 30px;
}
.woocommerce-checkout .woocommerce-form-coupon > p,
.woocommerce-checkout .woocommerce-form-login > p {
  padding: 0 5px;
}
.woocommerce-checkout .woocommerce-form-coupon p:first-child,
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text,
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  border: 1px solid #ececec;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button,
.woocommerce-checkout .woocommerce-form-login .form-row button {
  position: relative;
  text-align: center;
  color: #ffffff;
  min-width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  font-weight: 700;
  background: #000000;
  font-size: 14px;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 0 30px;
}
.woocommerce-checkout .woocommerce-form-login .form-row button {
  margin: 10px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
  min-width: calc(100% - 210px);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
  min-width: 200px;
}
body.dark-mode-on .woocommerce-success,
body.dark-mode-on .woocommerce-info,
body.dark-mode-on .woocommerce-message,
body.dark-mode-on .woocommerce-error {
  background: #191919;
}
body.dark-mode-on .woocommerce .blockUI.blockOverlay,
body.dark-mode-on .blockUI.blockOverlay {
  background: rgba(19, 19, 19, 0.8) !important;
}
.woocommerce-success,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  font-size: 14px;
  display: table;
  width: 100%;
  padding: 20px;
  border-top: 2px solid;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.woocommerce-success .notice_body,
.woocommerce-info .notice_body,
.woocommerce-message .notice_body,
.woocommerce-error .notice_body {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.woocommerce-success .notice_icon,
.woocommerce-info .notice_icon,
.woocommerce-message .notice_icon,
.woocommerce-error .notice_icon {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}
.woocommerce-success .notice_icon:before,
.woocommerce-info .notice_icon:before,
.woocommerce-message .notice_icon:before,
.woocommerce-error .notice_icon:before {
  width: 70px;
  font-family: FontAwesome;
}
.woocommerce-success trong,
.woocommerce-info trong,
.woocommerce-message trong,
.woocommerce-error trong {
  font-weight: bold;
}
.woocommerce-success a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  display: inline-block;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.woocommerce-info a {
  background: #E0B252;
}
.woocommerce-info .notice_icon:before {
  content: "\f05a";
}
.woocommerce-error[role="alert"] {
  border-color: #ff4136;
  color: #ff4136;
}
.woocommerce-error[role="alert"] a {
  background: #ff4136;
}
.woocommerce-error[role="alert"] .notice_icon:before {
  content: "\f071";
}
.woocommerce-message[role="alert"] {
  border-color: #2ab039;
  color: #2ab039;
}
.woocommerce-message[role="alert"] a {
  background: #2ab039;
}
.woocommerce-message[role="alert"] .notice_icon:before {
  content: "\f00c";
}
ul[role="alert"] {
  list-style-type: none;
}
/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
.woocommerce-order-received .site-content .entry-content > .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-received .responsive-table {
  margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background: transparent;
  border: 2px dashed;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
}
.woocommerce-order-details {
  margin-bottom: 50px;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-details h2 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.woocommerce-order-details table tbody tr .product-name .product-quantity {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-order-details table tbody tr th,
.woocommerce-order-details table tbody tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-order-details table tbody tr th {
  text-align: left;
}
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
.woocommerce-order-details table tfoot tr td {
  text-align: right;
}
.woocommerce-order-details table thead {
  background: none;
}
.woocommerce-order-details table thead tr th {
  padding: 15px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #efefef;
  text-align: left;
}
.woocommerce-order-details table .product-name a {
  display: inline-block;
}
.woocommerce-order-details table .product-total {
  text-align: right;
}
.woocommerce-columns--addresses,
.woocommerce-Addresses {
  margin: 20px -15px 0;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1,
.woocommerce-columns--addresses .col-2,
.woocommerce-Addresses .col-2 {
  float: left;
  width: 48%;
  max-width: 100%;
}
.woocommerce-columns--addresses .col-1 address,
.woocommerce-Addresses .col-1 address,
.woocommerce-columns--addresses .col-2 address,
.woocommerce-Addresses .col-2 address {
  padding: 25px 30px 30px 30px;
  border: 2px dashed;
  line-height: 30px;
  font-style: italic;
}
.woocommerce-columns--addresses .col-1 h3,
.woocommerce-Addresses .col-1 h3,
.woocommerce-columns--addresses .col-2 h3,
.woocommerce-Addresses .col-2 h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1 {
  margin-right: 30px;
}
.woocommerce-thankyou-order-details {
  list-style-type: none;
  padding: 0;
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  -ms-display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.woocommerce-thankyou-order-details + p {
  font-size: 16px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-thankyou-order-details li {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.woocommerce-thankyou-order-details li:last-child {
  border-right: none;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
  line-height: 24px;
}
.woocommerce .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  border: 2px solid #fafafa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.dark-mode-on .woocommerce-order-details table thead tr th {
  border-color: #2d2d2d;
}
.dark-mode-on .woocommerce-order-details table tbody tr th,
.dark-mode-on .woocommerce-order-details table tfoot tr th,
.dark-mode-on .woocommerce-order-details table tbody tr td,
.dark-mode-on .woocommerce-order-details table tfoot tr td {
  border-color: #2d2d2d;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  border-bottom: 1px solid;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
}
.woocommerce-checkout .nxl_woo_your_order #order_review_heading {
  margin-top: 30px;
}
.woocommerce-checkout .nxl_woo_your_order ul {
  list-style-type: none;
}
.woocommerce-checkout .nxl_woo_your_order .shop_table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.woocommerce-checkout .nxl_woo_your_order .shop_table .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-checkout .nxl_woo_your_order thead {
  display: none;
}
.woocommerce-checkout .nxl_woo_your_order tbody {
  border-bottom: 1px solid #e3e7e8;
}
.woocommerce-checkout .nxl_woo_your_order th {
  padding-left: 0 !important;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout .nxl_woo_your_order th:first-child {
  width: 28%;
  border-top: none;
}
.woocommerce-checkout .nxl_woo_your_order .cart-item {
  border: none;
}
.woocommerce-checkout .nxl_woo_your_order .cart-item th {
  border: none;
  padding-top: 15px !important;
  font-size: 18px;
  font-weight: 600;
  vertical-align: text-top;
}
.woocommerce-checkout .nxl_woo_your_order .cart_item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  padding: 16px 0;
  justify-content: space-between;
}
.woocommerce-checkout .nxl_woo_your_order .cart_item span {
  flex: 1;
}
.woocommerce-checkout .nxl_woo_your_order .cart_item span.product-name {
  flex: 3;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout .nxl_woo_your_order .cart_item span.product-quantity {
  text-align: center;
  flex: 1;
  font-size: 14px;
  font-family: none;
}
.woocommerce-checkout .nxl_woo_your_order .cart_item span.product-total {
  flex: 1;
  text-align: right;
  font-size: 14px;
}
.woocommerce-checkout .nxl_woo_your_order .cart_item span.product-total span {
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-checkout .nxl_woo_your_order .cart-subtotal {
  display: none;
}
.woocommerce-checkout .nxl_woo_your_order .border-block {
  display: none;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals th:first-child {
  border-top: 0;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals #shipping_method {
  border-bottom: none;
  padding: 26px 0 16px 0;
  margin-bottom: 0;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals #shipping_method label {
  font-size: 17px;
}
.woocommerce-checkout .nxl_woo_your_order .woocommerce-shipping-totals td {
  padding: 0;
}
.woocommerce-checkout .nxl_woo_your_order .order-total {
  border-top: 1px solid #e3e7e8;
}
.woocommerce-checkout .nxl_woo_your_order .order-total th {
  padding-top: 28px;
  padding-bottom: 0;
}
.woocommerce-checkout .nxl_woo_your_order .order-total td {
  text-align: right;
  padding-top: 26px;
  padding-bottom: 0px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment {
  padding-top: 26px;
  border-top: 1px solid #e3e7e8;
  background: transparent;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment h4 {
  font-size: 18px;
  float: left;
  width: 28%;
  font-weight: 600;
}
@media (max-width: 768px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment h4 {
    width: 100%;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
  width: 72%;
  padding: 0;
  float: left;
}
@media (max-width: 768px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
    width: 100%;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .payment_method_paypal label {
  width: calc(100% - 56px);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li {
  border-bottom: 1px solid #e3e7e8;
  padding: 15px 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li:first-child {
  padding-top: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li:last-child {
  border-bottom: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods label {
  font-size: 14px;
  opacity: 0.8;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .payment_box {
  background: transparent;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .payment_box p {
  font-size: 13px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .payment_box::before {
  content: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods label {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods input {
  vertical-align: middle;
  background: #f5f5f5;
  margin-right: 20px;
  position: relative;
  width: 30px;
  height: 30px;
  appearance: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods img {
  max-width: 112px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order {
  padding-left: 28% !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order p {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order {
    padding-left: 0 !important;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order {
  width: 100%;
  float: right;
  margin-top: 20px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:hover {
  background-position: right center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order thead {
  display: table-row-group;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order thead th {
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order .product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order th:first-child {
  width: 70%;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order tfoot th:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order tfoot td {
  text-align: right;
}
.woocommerce-checkout .woocommerce-order-details .nxl_woo_your_order .order_item .product-name {
  font-weight: 500;
  padding-left: 0;
}
.woocommerce-checkout ul.order_details {
  border: 1px dashed #d3ced2;
  padding: 15px;
}
.woocommerce-checkout ul.order_details li {
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout ul.order_details li {
    float: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .woocommerce-checkout ul.order_details li strong {
    float: right;
  }
}
.woocommerce-checkout .woocommerce-column__title {
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-column--billing-address,
.woocommerce-checkout .woocommerce-column--shipping-address {
  flex: auto;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.woocommerce-checkout input[type="radio"] {
  outline: none;
}
.woocommerce-checkout input {
  outline: none;
}
.woocommerce-checkout input[type="radio"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 14px;
  right: 50%;
  transform: translate(50%, -50%);
}
.woocommerce-checkout input[type="radio"]:checked {
  border: 1px solid;
  background: none !important;
}
.woocommerce-checkout input[type="radio"]:checked + label {
  opacity: 1 !important;
}
@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;
  }
  .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order {
    padding: 6% 0px;
  }
  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;
    padding: 0 20px;
  }
  form.woocommerce-checkout .woocommerce-additional-fields textarea {
    font-size: 14px;
    padding: 20px;
    height: 150px;
    border-radius: 20px;
  }
  .woocommerce-checkout .jws_woo_your_order h3,
  form.woocommerce-checkout .woocommerce-billing-fields h3,
  form.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 18px;
    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-checkout .nxl_woo_your_order .shop_table {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order thead th.product-total {
    float: right;
  }
  .woocommerce-checkout .nxl_woo_your_order thead th.product-name {
    display: inline-block;
  }
  .woocommerce-checkout .nxl_woo_your_order thead {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order thead tr {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order tbody {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order .cart-item {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order .cart-item th {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order tbody th:first-child {
    display: none;
  }
  .woocommerce-checkout .nxl_woo_your_order tfoot {
    display: block;
  }
  .woocommerce-checkout .nxl_woo_your_order tfoot .woocommerce-shipping-totals {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e7e8;
  }
  .woocommerce-checkout .nxl_woo_your_order .order-total {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal input {
    vertical-align: top !important;
  }
  #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: block;
    border: 0;
  }
}
.wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  margin-right: 25px;
  border: 0;
  padding: 0px 52px !important;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
}
.wishlist_table .product-add-to-cart a .loading {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.wishlist_table .product-add-to-cart a span {
  transition: 0.3s all;
}
.wishlist_table .product-add-to-cart a.loading .loading {
  opacity: 1;
  transition-delay: 0.2s;
}
.wishlist_table .product-add-to-cart a.loading .text {
  opacity: 0;
}
ul.wishlist_table.mobile {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.wishlist_table.mobile li {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 30px;
}
ul.wishlist_table.mobile li .product-thumbnail {
  max-width: 200px;
  margin-bottom: 20px;
}
ul.wishlist_table.mobile li .item-details .product-name h3 {
  font-size: 16px;
  font-weight: bold;
}
ul.wishlist_table.mobile li .item-details .item-details-table .label {
  font-weight: 500;
}
ul.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
  margin: 0;
  margin-top: 15px;
}
ul.wishlist_table.mobile li .additional-info-wrapper .remove_from_wishlist {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 30px;
  line-height: 50px;
  text-align: center;
}
ul.wishlist_table.mobile li .additional-info-wrapper .additional-info .label {
  font-weight: 500;
}
table.wishlist_table {
  width: 100%;
  font-size: 16px;
}
table.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: currentColor;
}
table.wishlist_table tr td.product-thumbnail img {
  max-width: 90px;
  width: auto;
  height: auto;
}
table.wishlist_table tr {
  border-bottom: 1px solid rgba(45, 53, 65, 0.5);
}
table.wishlist_table tr th {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
table.wishlist_table tr td,
table.wishlist_table tr th {
  background: transparent;
  border: 0;
  padding: 15px;
  text-align: left;
}
table.wishlist_table tr td.product-name a {
  max-width: 290px;
  display: block;
}
table.wishlist_table tr td.product-add-to-cart span.dateadded {
  margin-bottom: 10px;
  margin-right: 15px;
}
table.wishlist_table tr td.product-price {
  font-size: 14px;
}
table.wishlist_table tr td.product-add-to-cart {
  text-align: right;
  padding-right: 0;
}
.yith_wcwl_wishlist_footer .share-button .fa {
  font-family: "Font Awesome 5 Brands";
}
.wishlist-title .fa-pencil {
  display: none;
}
.wishlist-title.wishlist-title-with-form h2 {
  font-size: 18px;
  font-weight: 500;
}
.wishlist-title.wishlist-title-with-form h2:hover {
  background: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: transparent;
}
#yith-wcwl-popup-message {
  color: #ffffff;
  letter-spacing: 0.5px;
  background: #2ecc71;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  font-weight: 400;
  line-height: 45px;
  width: 100%;
  max-width: 300px;
  margin-left: -150px !important;
  margin-top: -40px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  text-align: center;
  padding: 10px;
  animation: width100 0.8s both;
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}
.dark-mode-on table.wishlist_table tr {
  border-color: #2d2d2d;
}
.dark-mode-on .wishlist_table .product-add-to-cart a.button {
  color: #191919;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation {
  border-color: #232323;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #D6D6D6;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #eee;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  text-transform: uppercase;
  border: 1px solid #eee;
  border-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 69%;
  display: inline-block;
  padding: 0 30px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce .woocommerce-MyAccount-content .button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.woocommerce .woocommerce-MyAccount-content thead tr th {
  padding: 9px 12px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form label {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
  border: 1px solid #aaaaaa;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s all;
  background: transparent;
}
.woocommerce .woocommerce-MyAccount-content form button {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-columns--addresses .col-1,
  .woocommerce-Addresses .col-1,
  .woocommerce-columns--addresses .col-2,
  .woocommerce-Addresses .col-2 {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: 0;
    padding: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
  .woocommerce .woocommerce-MyAccount-content table.shop_table {
    border: none;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
    border-top: none;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:first-child td {
    border-top: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive thead,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive thead {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr {
    display: block;
    border: 1px solid #eee;
    margin: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.order-actions,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr .woocommerce-orders-table__cell-order-actions::before {
    content: '';
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.actions::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.product-remove::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.actions::before,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr:nth-child(2n) td,
  .woocommerce .woocommerce-MyAccount-content .shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
}
.woocommerce-ResetPassword {
  max-width: 600px;
  margin: auto;
}
.woocommerce-ResetPassword label {
  font-weight: 500;
  margin: 10px 0;
}
.woocommerce-ResetPassword .input-text {
  border: 1px solid;
  font-size: 13px;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  outline: none;
}
.woocommerce-ResetPassword .woocommerce-Button {
  font-family: var(--font-button);
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-button);
  line-height: var(--line-height-button);
  transition: color 0.3s, background 0.3s;
  padding: 0 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.3px;
  align-items: center;
  cursor: pointer;
  color: var(--button-color-text-hover);
  background: var(--button-background-hover);
  border: 1px solid var(--button-background-hover);
  width: 100%;
  margin-top: 15px;
}
.search-results .content-area,
.archive .content-area {
  margin: 100px 0;
}
.widget.widget_recent-posts-widget-with-thumbnails li.s_post {
  margin-top: 10px;
}
.widget.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .post-meta {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.65px;
}
.widget.widget_recent-posts-widget-with-thumbnails .tb-recent-detail .jws-entry-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}
.widget.widget_instagram .tb-col-instagram ul {
  margin: -5px;
}
.widget.widget_instagram .tb-col-instagram ul .jws_item {
  padding: 5px;
  margin: 0;
}
.widget.widget_tag_cloud .widget-title {
  margin-bottom: 8px;
}
.widget.widget_tag_cloud a.tag-cloud-link {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin: 3.3px;
  color: #ffffff;
  font-size: 13px !important;
  border: 1px solid;
}
.jws-post-gallery .jws-post-gallery-item {
  padding: 0;
}
.jws-post-gallery .slick-arrow {
  color: #ffffff;
  opacity: 1;
}
.jws-post-gallery .slick-arrow.slick-prev {
  left: 50px !important;
}
.jws-post-gallery .slick-arrow.slick-next {
  right: 50px;
}
.jws_post_image {
  position: relative;
}
.jws_post_image .wp-post-image {
  width: 100%;
}
.video_format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video_format a.url {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.video_format a.url .video_icon {
  font-size: 24px;
  height: 127px;
  line-height: 127px;
  width: 127px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
  font-size: 14px;
  background: transparent;
  color: #ffffff;
}
.video_format a.url:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid #ffffff;
  height: calc(127px + 10px);
  width: calc(127px + 10px);
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #161619;
  border-radius: 0;
  color: #ffffff;
}
.blog-audio-player {
  height: 68px !important;
  background: #161619;
}
.mejs__controls {
  height: 50px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.mejs__controls .mejs__time-total,
.mejs__controls .mejs__time-buffering,
.mejs__controls .mejs__time-loaded,
.mejs__controls .mejs__time-current,
.mejs__controls .mejs__time-float,
.mejs__controls .mejs__time-hovered,
.mejs__controls .mejs__time-float-current,
.mejs__controls .mejs__time-float-corner,
.mejs__controls .mejs__time-marker {
  height: 2px;
}
.mejs__controls .mejs__time-rail {
  padding-top: 14px;
}
.mejs__controls .mejs__time {
  font-size: 12px;
  font-weight: 400;
  height: 48px;
}
.mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  height: 2px;
  top: 19px;
}
.mejs__button > button {
  background: transparent;
}
.mejs__button.mejs__unmute > button {
  background: transparent url('https://softfeminineco.com/wp-content/themes/ofeianht/assets/images/mute.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.mejs__button.mejs__mute > button {
  background: transparent url('https://softfeminineco.com/wp-content/themes/ofeianht/assets/images/volume.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.mejs__button.mejs__pause > button {
  background: transparent url('https://softfeminineco.com/wp-content/themes/ofeianht/assets/images/pause.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.mejs__button.mejs__replay > button {
  background: transparent url('https://softfeminineco.com/wp-content/themes/ofeianht/assets/images/replay.svg');
  background-position: unset;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.mejs__button.mejs__play > button:before {
  content: "\f04b";
  font-family: 'Font Awesome 5 Free';
  z-index: 9999;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
}
.jws_post_image figure {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mejs__time-handle .mejs__time-handle-content {
  height: 8px;
  top: -7px;
  width: 8px;
}
.main-sidebar {
  margin-top: -8px;
}
.main-sidebar .widget .widget-title {
  margin-bottom: 15px;
}
.main-sidebar .widget.widget_recent-posts-widget-with-thumbnails .widget-title,
.main-sidebar .widget.widget_categories .widget-title {
  margin-bottom: 4px;
}
.main-sidebar .widget_categories > ul > li > a {
  opacity: 0.8;
}
.main-sidebar .widget_categories > ul > li > a:hover {
  opacity: 1;
}
.main-sidebar .widget.widget_recent-posts-widget-with-thumbnails li.s_post {
  margin-top: 14px;
}
.main-sidebar .widget.widget_recent-posts-widget-with-thumbnails li.s_post:first-child {
  margin-top: 0;
}
.row-blog .elementor-column {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .row-blog .elementor-column-gap-default {
    flex-wrap: wrap;
  }
  .row-blog .elementor-column-gap-default .col-lg-12 {
    width: 100% !important;
    padding: 0;
  }
  .row-blog .elementor-column-gap-default .col-lg-12:first-child {
    padding-bottom: 70px;
  }
  .column-reverse .elementor-column-gap-default {
    flex-direction: column-reverse;
  }
  .column-reverse .elementor-column-gap-default .col-lg-12 {
    width: 100% !important;
    padding: 0;
  }
  .column-reverse .elementor-column-gap-default .col-lg-12:first-child {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.single-post .site-content .elementor-section {
  padding-top: 18px;
}
.single-post .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 15px 0;
}
.single-blog {
  margin-top: 100px;
  margin-bottom: 100px;
  /*Author Info*/
}
.single-blog header .post_cat {
  font-size: 11px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}
.single-blog header .entry_title {
  font-size: 42px;
  line-height: 48px;
}
.single-blog header .post_author {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.single-blog header .jws_post_meta > span {
  display: block;
}
.single-blog header .post_author a {
  margin-left: 5px;
}
.single-blog header .jws_post_meta {
  position: relative;
  margin-bottom: 30px;
}
.single-blog header .jws_post_meta .entry-date {
  font-size: 12px;
}
.single-blog header .jws_post_meta .jws-share {
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-blog header p.the_excerpt {
  font-style: italic;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 20px;
}
.single-blog header .post-format-wrap {
  position: relative;
}
.single-blog .jws-share > button {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
}
.single-blog .post-format-wrap img {
  width: 100%;
}
.single-blog footer .tag-share {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.single-blog footer .post-tags {
  display: inline-block;
}
.single-blog footer .post-tags span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.single-blog footer .post-tags a {
  font-size: 13px;
  margin-right: 10px;
}
.single-blog footer .jws-share {
  width: 100%;
  text-align: right;
}
.single-blog footer .jws-share > button {
  font-size: 14px;
}
.single-blog .jws-post-gallery .slick-arrow.slick-prev {
  transform: translate(-100%, -50%);
}
.single-blog .jws-post-gallery .slick-arrow.slick-next {
  transform: translate(100%, -50%);
}
.single-blog .comment-section {
  padding-top: 38px;
}
.single-blog .comment-section .comment-form .comment-form-email {
  padding-right: 15px;
}
.single-blog .comment-section .comment-form .comment-form-website {
  padding-right: 0;
}
.single-blog .comment-form {
  display: grid;
  margin-bottom: 0;
}
.single-blog .comment-form > .row {
  order: 2;
}
.single-blog .comment-form p.comment-form-alert {
  margin: 0 0 10px 0;
}
.single-blog .comment-form p.comment-form-cookies-consent {
  order: 3;
  margin-top: 0;
}
.single-blog .comment-form p.comment-form-comment {
  order: 1;
}
.single-blog .comment-form p.form-submit {
  order: 4;
}
.single-blog .comment-form p.form-submit .submit {
  height: 50px;
  line-height: 50px;
}
.single-blog .comments-area .comment_top .comments-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-blog .comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-blog .comments-area .comment_top .comment-list > li:last-child .children li:last-child .comment-body {
  background-image: none;
}
.single-blog .comments-area .comment_top .comment-list .comment-reply-title {
  margin-top: 30px;
}
.single-blog .comments-area .comment_top .comment-list .comment-reply-title small {
  margin-left: 30px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-form {
  margin-bottom: 60px;
}
.single-blog .comments-area .comment_top .comment-list li ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-blog .comments-area .comment_top .comment-list li .children {
  padding-left: 110px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-list > li {
  background-image: linear-gradient(to right, #d6d6d6 51%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 18px 1px;
  background-repeat: repeat-x;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body {
  padding: 30px 0;
  background-image: linear-gradient(to right, #d6d6d6 51%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 18px 1px;
  background-repeat: repeat-x;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  max-width: 90px;
  display: inline-block;
  vertical-align: top;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  padding-left: 27px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info > p {
  font-size: 13px;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 9px;
  margin-bottom: 7px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info span.comment-date {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
  margin-bottom: 1px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author {
  font-size: 24px;
  line-height: 31px;
  display: inline-block;
  margin-top: -14px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  text-transform: uppercase;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply {
  float: right;
  height: 20px;
  background: #f3f3f3;
  line-height: 20px;
  padding: 0 12px;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply:hover a {
  color: #ffffff;
}
.single-blog .comments-area .comment-respond .comment-form .comment-form-author,
.single-blog .comments-area .comment-respond .comment-form .comment-form-email,
.single-blog .comments-area .comment-respond .comment-form .comment-form-website {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.single-blog .comments-area .comment-respond .comment-form input[type="text"],
.single-blog .comments-area .comment-respond .comment-form input[type=email],
.single-blog .comments-area .comment-respond .comment-form textarea {
  border: 1px solid #dedede;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 9px;
}
.single-blog .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single-blog .comments-area .comment-respond .comment-form input[type=email]::-webkit-input-placeholder,
.single-blog .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}
.single-blog .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single-blog .comments-area .comment-respond .comment-form input[type=email]::-moz-placeholder,
.single-blog .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
}
.single-blog .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single-blog .comments-area .comment-respond .comment-form input[type=email]:-ms-input-placeholder,
.single-blog .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
}
.single-blog .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single-blog .comments-area .comment-respond .comment-form input[type=email]:-moz-placeholder,
.single-blog .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
}
.single-blog .comments-area .comment-respond .comment-form textarea {
  padding-top: 9px;
  height: 150px;
}
.single-blog .comments-area .comment-respond .comment-form input[type=email],
.single-blog .comments-area .comment-respond .comment-form input[type="text"] {
  height: 50px;
}
.single-blog .comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 14px;
}
.single-blog .comments-area .comment-respond .comment-form .comment-notes {
  font-size: 14px;
  color: #959595;
  margin-bottom: 27px;
}
.single-blog .post-about-author .post-about-author-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.single-blog .post-about-author .post-about-author-inner .post-author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info {
  margin-left: 30px;
  margin-top: 13px;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .at-name {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .at-job {
  font-size: 12px;
  font-family: unset;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 0;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .description {
  margin-top: 11px;
  margin-bottom: 26px;
  opacity: 0.8;
  line-height: 24px;
}
.single-blog .post-about-author .post-about-author-inner .post-author-info .icon-author a {
  font-size: 14px;
  padding-right: 28px;
}
.single-blog .post-navigation {
  padding: 14px 0 17px;
  position: relative;
  border-top: 1px #eaeaec solid;
  border-bottom: 1px #eaeaec solid;
  margin-top: 64px;
  margin-bottom: 54px;
}
.single-blog .post-navigation .btn-icon-custom {
  transform: none;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity 0.3s width;
  -o-transition: 0.3s opacity 0.3s width;
  -ms-transition: 0.3s opacity 0.3s width;
  -moz-transition: 0.3s opacity 0.3s width;
  transition: 0.3s opacity 0.3s width;
}
.single-blog .post-navigation .nav-links {
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.single-blog .post-navigation .nav-links a {
  letter-spacing: 1.5px;
  vertical-align: middle;
  margin-left: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-blog .post-navigation .nav-links > span {
  width: 100%;
}
.single-blog .post-navigation .nav-links > span:hover .btn-icon-custom {
  width: 40px;
  opacity: 1;
}
.single-blog .post-navigation .nav-links > span:hover a {
  margin-left: 5px;
}
.single-blog .post-navigation .left .btn-icon-custom {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-blog .post-navigation .right {
  text-align: right;
  width: 100%;
}
.single-blog .post-related {
  margin-top: 50px;
}
.single-blog .post-related .title-related h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-blog footer {
  margin-top: 13px;
}
.single-blog .header .mejs__controls {
  padding: 0 30px;
}
.single-blog .header .mejs__button > button {
  margin: 10px 0;
}
.single-blog .header .mejs__horizontal-volume-slider {
  width: 120px;
}
.single-blog .header .mejs__horizontal-volume-total {
  top: 19px;
  height: 2px;
  width: 120px;
}
.single-blog article.format-link header,
.single-blog article.format-quote header {
  background: #fde0d6;
  padding: 33px 20%;
  height: 100%;
  text-align: center !important;
}
.single-blog article.format-link header .entry_title,
.single-blog article.format-quote header .entry_title {
  font-size: 30px;
  line-height: 42px;
  width: auto;
}
.single-blog article.format-link header .entry_title a,
.single-blog article.format-quote header .entry_title a {
  width: auto;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent calc(98.5%), currentColor 1.5px);
  background-image: linear-gradient(transparent calc(98.5%), currentColor 1.5px);
  background-image: -ms-linear-gradient(transparent 95%, currentColor 1.5px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 97%;
  display: inline;
}
.single-blog article.format-link header .entry_title:hover a,
.single-blog article.format-quote header .entry_title:hover a {
  background-size: 100% 97%;
}
.single-blog article.format-link header .entry-date,
.single-blog article.format-quote header .entry-date {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  line-height: 48px;
  display: block;
}
.single-blog article.format-link .jws-post-content,
.single-blog article.format-quote .jws-post-content {
  margin-top: 0;
}
.single-blog article.format-link .lnr-link,
.single-blog article.format-quote .lnr-link {
  font-size: 30px;
  margin-top: 20px;
  display: block;
}
.single-blog article.format-quote .jws-post-author {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
  letter-spacing: 1px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.single-blog article.format-quote .jws-post-author::before {
  content: '';
  width: 30px;
  height: 1px;
  background: #161619;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: -60px;
}
.single-blog article.format-quote .jws-post-author::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #161619;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  right: -60px;
}
.single-blog article .quote-icon {
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-blog article .quote-icon svg {
  height: 56px;
  width: 64px;
  opacity: 0.1;
}
.no_sidebar header {
  max-width: 870px;
  margin: auto;
  text-align: center;
}
.no_sidebar header .jws_post_meta {
  text-align: left;
}
.no_sidebar .post_thumbnail img {
  width: 100%;
}
.no_sidebar footer {
  max-width: 870px;
  margin: 13px auto 0;
}
/*--------------------------------------------------RESPONSIVE---------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .single-post .jws-title-bar-wrap {
    padding: 45px 0 !important;
  }
  .single-blog .main-sidebar {
    margin-top: 80px;
  }
  .single-post .jws-title-bar-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .comments-area .comment_top .comment-list li .children {
    padding-left: 16px;
  }
  .show-gallery {
    flex-direction: column-reverse;
  }
  .single-projects .single-projects-container .project_content.right .show-gallery .project_content_info {
    padding-top: 0 !important;
  }
  .single-projects .single-projects-container .projects_media {
    padding-top: 30px;
  }
  .single-blog .comment-section .comment-form .comment-form-email {
    padding-right: 0;
  }
  .single-blog .comments-area .comment_top .comment-list li .comment-body .comment-info {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .single-blog .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    max-width: 55px;
  }
  .single-blog .post-about-author .post-about-author-inner {
    flex-wrap: wrap;
  }
  .single-blog .post-about-author .post-about-author-inner .post-author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-blog .post-about-author .post-about-author-inner .post-author-info {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .single-blog header .jws_post_meta .jws-share {
    position: relative;
    margin-top: 10px;
  }
}
.jws-mapper .jws-mapper-image {
  margin-bottom: 0;
}
.jws-mapper .product-listing-mapper-content {
  padding-left: 8.5%;
  padding-top: 48px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item {
  padding: 0px 27px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .product-item-inner .product-content {
  text-align: center;
  margin-top: 10px;
  padding: 0;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .star-rating:before,
.jws-mapper .product-listing-mapper-content .product-list .product-item .star-rating span:before {
  left: 50%;
  transform: translateX(-50%);
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-product-thumbnail img {
  width: 100%;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .product-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button {
  text-align: center;
  margin-top: 20px;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button a {
  color: currentColor;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button a span {
  color: currentColor;
}
.jws-mapper .product-listing-mapper-content .product-list .product-item .jws-popup .jws-popup-info .btn-button .add_to_cart_button.added span {
  display: none;
}
.jws-mapper .slick-arrow.slick-prev {
  transform: translate(-50%, -50%) !important;
  left: -15px !important;
}
.jws-mapper slick-arrow.slick-prev {
  left: 0;
  right: auto;
  transform: translate(100%, -50%);
}
.jws-mapper .slick-arrow {
  top: 154px;
}
.jws-mapper .slick-arrow {
  position: absolute;
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.jws-mapper .slick-arrow.slick-next {
  right: -15px;
  transform: translate(50%, -50%);
}
.woocommerce .ywpc-countdown {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px 3px 15px;
  margin: 0px 0 23px 0;
  border-radius: 5px;
}
.woocommerce .ywpc-countdown .ywpc-header {
  color: #ffff;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
  font-family: unset;
  font-weight: 400;
  width: 50%;
  text-align: left;
}
.woocommerce .ywpc-countdown .ywpc-header > span {
  float: right;
  text-transform: none;
}
.woocommerce .ywpc-countdown .ywpc-timer {
  display: inline-flex;
}
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-days,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-hours,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-minutes,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-seconds {
  width: auto;
  padding: 0 5px;
}
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-days .ywpc-amount,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-hours .ywpc-amount,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-minutes .ywpc-amount,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-seconds .ywpc-amount {
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: unset;
  line-height: 20px;
  width: auto;
  min-width: 40px;
  height: auto;
  text-align: center;
}
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-days .ywpc-amount > span,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-hours .ywpc-amount > span,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-minutes .ywpc-amount > span,
.woocommerce .ywpc-countdown .ywpc-timer .ywpc-seconds .ywpc-amount > span {
  margin: 0;
  font-family: unset;
  font-weight: 400;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 1660px) {
  .ywpc-days .ywpc-amount span,
  .ywpc-hours .ywpc-amount span,
  .ywpc-minutes .ywpc-amount span,
  .ywpc-seconds .ywpc-amount span {
    font-size: 10px !important;
  }
  .woocommerce .ywpc-countdown .ywpc-header {
    font-size: 10px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .ywpc-countdown {
    justify-content: center;
  }
  .woocommerce .ywpc-countdown .ywpc-header {
    display: block;
    width: 100%;
  }
}
.single-projects .single-projects-container .project_header {
  padding-top: 57px;
  padding-bottom: 13px;
  position: relative;
}
.single-projects .single-projects-container .project_header .jws-breadcrumb {
  font-size: 12px;
}
.single-projects .single-projects-container .project_header .jws-breadcrumb a,
.single-projects .single-projects-container .project_header .jws-breadcrumb span {
  opacity: 0.8;
}
.single-projects .single-projects-container .project_header .jws-breadcrumb a:hover {
  opacity: 1;
}
.single-projects .single-projects-container .project_header .shadow-text {
  color: transparent;
  -webkit-text-stroke: 1px #161619;
  font-size: 179px;
  line-height: 177px;
  white-space: nowrap;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
.single-projects .single-projects-container .project_gallery .jws_gallery {
  margin: -15px;
}
.single-projects .single-projects-container .project_gallery .jws_gallery_item {
  padding: 15px;
  margin: 0;
}
.single-projects .single-projects-container .project_gallery .jws_gallery_image {
  overflow: hidden;
}
.single-projects .single-projects-container .project_gallery img {
  width: 100%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
}
.single-projects .single-projects-container .project_gallery img:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.single-projects .single-projects-container .projects_media,
.single-projects .single-projects-container .project_content_info {
  margin: 0;
  overflow: hidden;
}
.single-projects .single-projects-container .project_content {
  padding-top: 90px;
  padding-bottom: 105px;
}
.single-projects .single-projects-container .project_content .project_description {
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}
.single-projects .single-projects-container .project_content .project_meta ul {
  list-style-type: none;
  padding: 0;
}
.single-projects .single-projects-container .project_content .project_meta ul li {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.single-projects .single-projects-container .project_content .project_meta ul li label {
  margin-bottom: 0;
}
.single-projects .single-projects-container .project_content .project_meta ul li span {
  opacity: 0.8;
  margin-left: 5px;
}
.single-projects .single-projects-container .project_content .project_meta ul li.cat_item div {
  margin-left: 5px;
  display: inline-block;
}
.single-projects .single-projects-container .project_content .project_meta ul li.cat_item a {
  opacity: 0.8;
  transition: .3s;
}
.single-projects .single-projects-container .project_content .project_meta ul li.cat_item a:hover {
  opacity: 1;
}
.single-projects .single-projects-container .project_content.has-sticky-content {
  padding-top: 0 !important;
}
.single-projects .single-projects-container .project_content.has-sticky-content > .container {
  max-width: 100%;
}
.single-projects .single-projects-container .project_content.has-sticky-content .projects_media {
  padding-right: 0;
  padding-left: 8px;
}
.single-projects .single-projects-container .project_content.has-sticky-content .project_content_info {
  padding-left: 7%;
  padding-top: 178px;
}
.single-projects .single-projects-container .project_content.has-sticky-content .jws_gallery_item {
  padding-top: 0;
}
.single-projects .single-projects-container .project_content.has-sticky-content .project_description {
  max-width: 450px;
}
.single-projects .single-projects-container .project_content.has-sticky-content .project_bottom {
  padding: 0 15px;
}
.single-projects .single-projects-container .project_content.right .project_content_info {
  padding-left: 45px;
}
.single-projects .single-projects-container .project_content.right .jws-slider {
  margin-right: 40px;
}
.single-projects .single-projects-container .project_content.right .jws-slider .jws_gallery_item {
  padding: 0 15px;
}
.single-projects .single-projects-container .project_content.right .slider-layout .project_content_info {
  padding-left: 25px;
}
.single-projects .single-projects-container .project_content.left > .container > .row {
  flex-direction: row-reverse;
}
.single-projects .single-projects-container .project_content.bottom .project_header {
  padding-top: 32px;
  padding-bottom: 14px;
}
.single-projects .single-projects-container .project_content.bottom .project_description {
  margin-bottom: 0;
  padding-right: 0;
}
.single-projects .single-projects-container .project_content.bottom .project_meta {
  padding-left: 80px;
  margin: 0;
}
.single-projects .single-projects-container .project_content.bottom .share-listing {
  padding-top: 30px;
}
.single-projects .single-projects-container .project_content.bottom .project_bottom {
  margin-top: 52px;
}
.single-projects .single-projects-container .share-listing {
  padding-top: 20px;
}
.single-projects .single-projects-container .share-listing label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 13px;
}
.single-projects .single-projects-container .share-listing ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -15px;
}
.single-projects .single-projects-container .share-listing ul li {
  display: inline-block;
  padding: 0 15px;
}
.single-projects .single-projects-container .project_bottom {
  margin-top: 84px;
  padding: 0;
}
.single-projects .single-projects-container .project_bottom .nav_change_project {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .btn-icon-custom {
  transform: none;
  width: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s opacity 0.3s width;
  -o-transition: 0.3s opacity 0.3s width;
  -ms-transition: 0.3s opacity 0.3s width;
  -moz-transition: 0.3s opacity 0.3s width;
  transition: 0.3s opacity 0.3s width;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.left,
.single-projects .single-projects-container .project_bottom .nav_change_project a.right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .content_nav {
  display: inline-block;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .content_nav .text_nav {
  letter-spacing: 1.5px;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.left .content_nav {
  padding-left: 0;
  transition: 0.3s;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.left .content_nav:hover {
  padding-left: 10px;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.left .btn-icon-custom {
  left: 0;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.left .btn-icon-custom::before {
  left: 3px;
  right: auto;
  top: 0px;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.left .btn-icon-custom::after {
  right: auto;
  left: 2px;
  position: absolute;
  bottom: -1px;
  top: auto;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.right .content_nav {
  padding-right: 0;
  transition: 0.3s;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.right .content_nav:hover {
  padding-right: 10px;
}
.single-projects .single-projects-container .project_bottom .nav_change_project a.right:hover .btn-icon-custom,
.single-projects .single-projects-container .project_bottom .nav_change_project a.left:hover .btn-icon-custom {
  width: 40px;
  opacity: 1;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .project_back {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-projects .single-projects-container .project_bottom .nav_change_project .project_back span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid;
  position: absolute;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .project_back span:nth-child(2) {
  right: 0;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .project_back span:nth-child(3) {
  bottom: 0;
}
.single-projects .single-projects-container .project_bottom .nav_change_project .project_back span:last-child {
  bottom: 0;
  right: 0;
}
.clb-popup {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50vh);
  -ms-transform: translateY(-50vh);
  transform: translateY(-50vh);
}
.clb-popup.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.clb-popup .close-bar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.clb-popup .close-bar .clb-close {
  float: right;
  color: #ffffff;
  font-size: 25px;
  padding: 15px;
}
.clb-popup .close-bar .btn-round {
  color: #ffffff;
  font-size: 25px;
  padding: 15px;
  cursor: pointer;
}
.clb-popup .custom-navs {
  text-align: center;
  padding: 50px 0 30px 0;
  position: relative;
}
.clb-popup .custom-navs button {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  border: 0;
  padding: 0 10px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.clb-popup .custom-navs .nav_left {
  padding-right: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.clb-popup .clb-popup-holder {
  padding-top: 110px;
}
.clb-popup .clb-popup-holder .slider {
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.clb-popup .clb-popup-holder .slider img {
  margin: 0 auto;
  max-height: calc(100vh - 290px);
  width: auto;
}
.clb-popup .clb-popup-holder .slider .slick-track {
  display: flex;
}
.clb-popup .clb-popup-holder .slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.clb-popup .clb-popup-holder .slider.visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap {
  transition: 0.5s all;
  transform: scale(0.6);
  opacity: 0.6;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap.slick-current {
  transform: scale(1);
  opacity: 1;
}
.gallery-tmpimage {
  position: fixed;
  z-index: 9999999;
  width: auto;
  left: 50%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.project_gallery .slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.project_gallery .slick-arrow .btn-icon-custom {
  margin-left: 0;
}
.project_gallery .slick-arrow.prev {
  left: 0;
  right: auto;
  -webkit-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.project_gallery .slick-arrow.prev .btn-icon-custom {
  left: 0;
  -webkit-transform: unset;
  -o-transform: unset;
  -ms-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.project_gallery .slick-arrow.prev .btn-icon-custom::before {
  left: 3px;
  right: auto;
  top: 0px;
}
.project_gallery .slick-arrow.prev .btn-icon-custom::after {
  right: auto;
  left: 2px;
  position: absolute;
  bottom: -1px;
  top: auto;
}
.project_gallery .slick-arrow.next {
  right: 30px;
}
.project_gallery .slick-arrow.next .btn-icon-custom {
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
/*--------------------------------------------------RESPONSIVE---------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .single-projects .single-projects-container .project_content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .single-projects .single-projects-container .project_content.right .project_content_info {
    padding-left: 30px;
  }
  .single-projects .single-projects-container .project_header {
    padding: 0;
  }
  .single-projects .single-projects-container .share-listing {
    padding-top: 0px;
  }
  .single-projects .single-projects-container .project_content .project_description {
    margin-bottom: 25px;
  }
  .single-projects .single-projects-container .project_bottom {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .single-projects .single-projects-container .project_content.right .project_content_info {
    padding-left: 15px;
    padding-top: 50px;
  }
  .single-projects .single-projects-container .project_content.bottom .project_meta {
    padding-left: 15px;
  }
  .single-projects .single-projects-container .project_content.left > .container > .row {
    flex-direction: column-reverse;
  }
  .single-projects .single-projects-container .project_content.right .jws-slider {
    margin-right: 0;
  }
  .single-projects .single-projects-container .project_content.has-sticky-content > .container {
    max-width: 90%;
  }
  .single-projects .single-projects-container .project_content.has-sticky-content .project_content_info {
    padding: 150px 15px 0 15px;
  }
  .single-projects .single-projects-container .project_content.has-sticky-content .projects_media {
    padding: 50px 15px 0 15px;
  }
  .single-projects .single-projects-container .project_content.has-sticky-content .project_description {
    max-width: 100%;
  }
  .single-projects .single-projects-container .project_header .shadow-text {
    font-size: 158px;
    line-height: 132px;
  }
  .single-projects .single-projects-container .project_content.has-sticky-content .project_bottom.container {
    padding: 0;
    max-width: 100%;
  }
  .single-projects .single-projects-container .project_content.right .slider-layout .project_content_info {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .single-projects .single-projects-container .project_content.bottom .project_meta {
    padding-left: 15px;
    padding-top: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .jws-title-bar-wrap.type2 .jws-title-bar {
    flex-wrap: wrap;
  }
}
