@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

html {
  overflow-x: hidden;
}

.elementor-widget-wrap>.woocommerce-store-notice.demo_store+.woocommerce-store-notice.demo_store {}

.elementor-widget:not(:last-child) {
  margin-bottom: 10px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: -30px;
}
.elementor-button-icon-qty {
	display: none !important;
}

.preloader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white !important;
}

.preloader-wrapper .preloader-image {
  font-family: "Josefin Sans", Sans-serif;
  color: #581d55;
  text-align: center;
  animation: float 1s ease-in-out infinite;
}

.main-header .top-header .elementor-widget-heading {
  line-height: 1.5;
}

.main-header .top-header .elementor-widget-icon {
  align-self: center !important;
}

.main-header .top-header .elementor-widget-icon .elementor-icon-wrapper {
  line-height: 0;
}

.main-header .elementor-widget-uael-offcanvas {
  /* display: flex; */
  align-items: center;
}

.main-header .elementor-widget-uael-offcanvas .header-shop-now-button {
  display: block;
}

.main-header .elementor-widget-uael-offcanvas .elementor-widget-container {
  line-height: 1;
}

.home-banner .elementor-slides .slick-slide {
  height: 36.45833vw;
}

.home-banner .elementor-slides .swiper-slide {
  height: 36.45833vw;
}

.home-banner .elementor-slide-description {
  font-size: 1.3vw !important;
}

.elementor-widget-heading .elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.home-banner .elementor-slide-description span {
  font-size: 2.3vw !important;
}

.home-banner .slick-arrow::before {
  background-color: black;
  border-radius: 100px;
  opacity: 0.5;
}

.home-banner .slick-dots button::before {
  color: #e6bb51 !important;
  opacity: 1 !important;
}

.home-banner .slick-dots .slick-active button::before {
  color: #581d55 !important;
}

.home-services .elementor-flip-box__layer.elementor-flip-box__back .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg, rgba(33, 8, 68, 0.42) 0%, #581d55 100%);
}

.home-awards .home-certificates-wrapper img {
  width: 100%;
}

.home-zodiac h1.elementor-heading-title.elementor-size-default {
  background: -webkit-linear-gradient(#7a0101, #bb141a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated {
  background-color: white !important;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated .elementor-widget-image:first-child {
  display: none;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated img {
  margin-right: auto;
  display: block;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated .elementor-widget-shortcode {
  width: 100%;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated .master-name-wrapper span {
  text-align: left;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated p {
  text-align: left;
}

.home-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated a {
  display: block;
  text-align: left;
}

.home-testimonials .swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
}

.home-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e6bb51 !important;
}

.home-products .swiper-pagination-bullet {
  background: #e6bb51 !important;
  opacity: 1 !important;
}

.home-products .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #581d55 !important;
}

.enquiry-form {
  background-color: white;
  padding: 15px;
  margin: 15px;
}

.enquiry-form .row {
  display: flex;
}

.enquiry-form .row .column {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.enquiry-form .row .column .your-message {
  display: flex;
  flex-direction: column;
}

.enquiry-form #submit {
  margin-right: 20px;
  background-color: #e6bb51;
}

.enquiry-form #submit:hover {
  background-color: #581d55;
}

.enquiry-form .uael-cf7-loader-active {
  margin: 0 20px;
}

.home-testimonial-loop .master-name-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-weight: bold;
}

.home-testimonial-loop .master-name-wrapper span.and-symbol:last-child {
  display: none;
}

.home-testimonial-loop .master-name-wrapper .master-name:not(:last-child)::after {
  content: "&";
}

.testimonial-post-loop {
  box-shadow: -8px 5px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-post-loop .master-name-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-weight: bold;
  height: 60px;
}

.testimonial-post-loop .master-name-wrapper span {
  text-align: center;
}

.testimonial-post-loop .master-name-wrapper span.and-symbol:last-child {
  display: none;
}

.testimonial-post-loop .master-name-wrapper .master-name:not(:last-child)::after {
  content: "&";
}

.testimonial-post-loop .testimonial-post-content-wrapper p.testimonial-excerpt {
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.testimonial-post-loop .testimonial-post-content-wrapper a {
  color: #0c37cf;
  font-weight: bold;
  padding: 10px 0;
}

.testimonial-popup {
  width: 90%;
}

.testimonial-popup .avatar img {
  width: 100px;
}

.testimonial-popup .quotes img {
  display: block;
  margin: 0 auto;
  width: 30px;
}

.testimonial-popup .master-name-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-weight: bold;
}

.testimonial-popup .master-name-wrapper span.master-name {
  margin: 20px auto;
}

.testimonial-popup .master-name-wrapper span {
  text-align: center;
}

.testimonial-popup .master-name-wrapper span.and-symbol:last-child {
  display: none;
}

.testimonial-popup .master-name-wrapper .master-name:not(:last-child)::after {
  content: "&";
}

.testimonial-popup .content {
  line-height: 1.5em;
}

.testimonial-popup .client {
  text-align: right;
  color: #282828;
  font-size: 18px;
  font-weight: bold;
}

.masters-post-card .elementor-flip-box__layer.elementor-flip-box__back .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg, rgba(33, 8, 68, 0.42) 0%, #581d55 100%);
}

.awards-tabs .elementor-tabs-content-wrapper {
  background-color: white !important;
}

.awards-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
  background-color: #e6bb51 !important;
}

.awards-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-clearfix.elementor-active {
  border: 2px solid #e6bb51;
}

.awards-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-clearfix.elementor-active p {
  margin-bottom: 0 !important;
}

.customize-purple-gradient-card .card-wrapper {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding-top: 122.6158%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "bahnschrift", Sans-serif;
  color: white;
  cursor: pointer;
}

.customize-purple-gradient-card .card-wrapper:hover .purple-gradient {
  opacity: 1;
}

.customize-purple-gradient-card .card-wrapper:hover .read-more {
  display: block !important;
}

.customize-purple-gradient-card .card-wrapper:hover .title {
  font-size: 24px !important;
}

.customize-purple-gradient-card .card-wrapper .purple-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(57, 0, 120, 0) -16.44%, rgba(57, 0, 120, 0.9) 63.11%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.customize-purple-gradient-card .card-wrapper .footer {
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.customize-purple-gradient-card .card-wrapper .footer .purple-bg {
  background: linear-gradient(180deg, rgba(57, 0, 120, 0) 0%, #581d55 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.customize-purple-gradient-card .card-wrapper .footer .title {
  font-size: 18px;
  line-height: 1em;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.customize-purple-gradient-card .card-wrapper .footer .read-more {
  display: none;
  z-index: 1;
  position: relative;
  color: white;
}

.zodiac-post-skin .skin-wrapper {
  cursor: pointer;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper {
  position: relative;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper .hover-frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper .hover-frame img {
  width: 100%;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper .image-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
  transition: transform 0.7s ease-in-out;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper .image-wrapper img {
  width: 100%;
  padding: 10%;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper .image-wrapper .gold-image {
  position: absolute;
  top: 0;
  left: 0;
}

.zodiac-post-skin .skin-wrapper .zodiac-wrapper .image-wrapper .normal-image {
  display: block;
  opacity: 0;
}

.zodiac-post-skin .skin-wrapper .cta-button {
  margin-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zodiac-post-skin .skin-wrapper .cta-button a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e6bb51;
  font-size: 16px;
  font-weight: bold;
  font-family: "Josefin Sans", Sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1.5em;
}

.zodiac-2020-single-wrapper .navigation a {
  background-color: #581d55;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px;
}

.zodiac-2020-single-wrapper .navigation a span {
  color: white;
  font-size: 16px;
  line-height: 1.5em;
}

.zodiac-2020-single-wrapper .navigation .elementor-post-navigation__prev a {
  float: left;
}

.zodiac-2020-single-wrapper .navigation .elementor-post-navigation__next a {
  float: right;
}

.purple-navigation a {
  background-color: #581d55;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px;
}

.purple-navigation a span {
  color: white;
  font-size: 16px;
  line-height: 1.5em;
}

.purple-navigation .elementor-post-navigation__prev a {
  float: left;
}

.purple-navigation .elementor-post-navigation__next a {
  float: right;
}

.zodiac-2020-explanation img {
  width: 100%;
}

.zodiac-2020-explanation .header-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.zodiac-2020-explanation .header-wrapper .icon {
  width: 25px;
  height: 25px;
  display: flex;
}

.zodiac-2020-explanation .header-wrapper .title {
  display: flex;
  font-size: 24px;
  font-family: "Josefin Sans", Sans-serif;
  color: #94257a;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin: 0 10px;
  margin-top: 5px;
}

.zodiac-2020-explanation .header-wrapper .rating {
  display: flex;
}

.zodiac-2020-explanation .header-wrapper .rating .rating-icon-wrapper {
  display: flex;
}

.zodiac-2020-explanation .header-wrapper .rating .rating-icon-wrapper .icon {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 5px;
}

.zodiac-2020-explanation .header-wrapper .rating .rating-icon-wrapper.decimal .icon:last-child {
  height: 30px;
  width: 15px;
}

.zodiac-2020-explanation .content-wrapper {
  padding: 30px;
}

.zodiac-2020-explanation .content-wrapper p {
  margin-bottom: 0;
  color: black;
  line-height: 1.5em;
}

.outlets-map-wrapper .wpsl-gmap-canvas {
  width: 100% !important;
}

.outlets-map-wrapper .wpsl-search.wpsl-clearfix.wpsl-no-filters {
  display: none;
}

.outlets-map-wrapper .wpsl-direction-wrap {
  display: none;
}

.outlets-map-wrapper #wpsl-result-list {
  width: 0%;
  display: none;
}

.outlets-map-wrapper #wpsl-result-list a {
  color: black;
}

.outlets-map-wrapper #wpsl-result-list #wpsl-stores li {
  border-bottom: 2px solid rgba(230, 187, 81, 0.5) !important;
}

.outlets-map-wrapper #wpsl-result-list #wpsl-stores li:first-child {
  border-top: 2px solid #e6bb51;
}

.master-expertises-wrapper {
  display: flex;
}

.master-expertises-wrapper .tooltip_templates {
  display: none;
  background-color: red;
}

.master-expertises-wrapper .title {
  font-size: 24px;
  font-family: "Josefin Sans", Sans-serif;
  color: black;
}

.master-expertises-wrapper .icon-container {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.master-expertises-wrapper .icon-container .icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px;
}

.tooltipster-base .tooltipster-box {
  background-color: #e6bb51;
  border-color: #e6bb51;
  font-weight: bold;
  font-family: "Josefin Sans", Sans-serif;
}

.tooltipster-base .tooltipster-arrow .tooltipster-arrow-border {
  border-top-color: #e6bb51;
}

.tooltipster-base .tooltipster-arrow .tooltipster-arrow-background {
  border-top-color: #e6bb51;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated {
  background-color: white !important;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated .elementor-widget-image:first-child {
  display: none;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated img {
  margin-right: auto;
  display: block;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated .elementor-widget-shortcode {
  width: 100%;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated .master-name-wrapper span {
  text-align: left;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated p {
  text-align: left;
}

.master-testimonials .testimonial-post-loop .elementor-column-wrap.elementor-element-populated a {
  display: block;
  text-align: left;
}

.master-testimonials .swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
}

.master-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e6bb51 !important;
}

.header-shop-now-button {
  display: none !important;
}

.talk-synopsis .point {
  font-size: 16px;
  line-height: 25px;
  color: #282828;
  font-family: "Open Sans", Sans-serif;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.talk-synopsis .point::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(https://project4.iconceptdigital.com/feng-shui/wp-content/uploads/2020/02/Vector-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
}

.about-speaker .slider-container {
  border: 3px solid #e5bb53;
}

.about-speaker .slider-container .slides,
.about-speaker .slider-container .column {
  list-style-type: none;
  margin: 0;
}

.about-speaker .slider-container .tns-nav {
  display: none;
}

.about-speaker .slider-container .tns-controls button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  height: 30px;
  width: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  margin: 5px;
  z-index: 1;
}

.about-speaker .slider-container .tns-controls button:first-child {
  left: 0;
}

.about-speaker .slider-container .tns-controls button:first-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f104";
  color: #581d55;
}

.about-speaker .slider-container .tns-controls button:last-child {
  right: 0;
}

.about-speaker .slider-container .tns-controls button:last-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  color: #581d55;
}

.about-speaker .name {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #581d55;
  margin: 0 20px;
}

.about-speaker .speaker-image {
  display: block;
  margin: 20px auto;
  width: 50%;
}

.about-speaker .speaker-image img {
  width: 100%;
}

.about-speaker .find-out-more {
  height: 45px;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: #581d55;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.about-speaker .label {
  background: #e5bb53;
  width: fit-content;
  padding: 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  bottom: -23px;
  font-size: 20px;
  font-family: "Josefin Sans", Sans-serif;
}

.about-speaker .row {
  display: flex;
  padding: 30px 40px;
}

.about-speaker .row .col-1 {
  flex: 1;
}

.about-speaker .row .col-2 {
  flex: 2;
}

.about-speaker .row .name {
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
}

.about-speaker .row .find-out-more {
  margin: 10px 0;
}

.about-speaker .row .speaker-image {
  width: 80%;
  margin: 0;
  border: 1px solid #dddddd;
}

.service-listing-faq .title {
  font-family: "Josefin Sans", Sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  background: #e6bb51;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
}

.service-listing-faq .content {
  padding-top: 20px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", Sans-serif;
}

.service-listing-faq .content .faq {
  border: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 20px;
}

.service-listing-faq .content .faq .question {
  font-weight: bold;
  font-size: 18px;
  color: #282828;
  cursor: pointer;
  position: relative;
}

.service-listing-faq .content .faq .question:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: white;
  background-color: black;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-listing-faq .content .faq .question.active {
  color: #e6bb51;
}

.service-listing-faq .content .faq .question.active:after {
  content: "\f106";
  background-color: #e6bb51;
}

.service-listing-faq .content .faq .answer {
  font-size: 16px;
  color: #282828;
  display: none;
  padding: 20px;
}

.service-listing-faq .content .faq .answer.active {
  display: block;
}

.testmonial-master .avatar img {
  width: 100px;
  margin-left: auto;
  margin-right: 0;
}

.testmonial-master .testimonial-outer {
  background-color: #581d55;
  padding: 70px 40px;
  margin-top: 20px;
}

.testmonial-master .testimonial-outer .label {
  font-family: "Josefin Sans", Sans-serif;
  color: white;
  background: #e6bb51;
  width: fit-content;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.testmonial-master .testimonial-outer .testimonial-container .testimonial-content {
  background-color: white;
  padding: 30px;
}

.testmonial-master .testimonial-outer .testimonial-container .testimonial-content .master-name {
  text-align: center;
  font-weight: bold;
}

.testmonial-master .testimonial-outer .testimonial-container .testimonial-content .testimonial-excerpt {
  margin: 10px 0;
}

.testmonial-master .testimonial-outer .testimonial-container .testimonial-content .read-more {
  color: #0c37cf;
  font-weight: bold;
  padding: 10px 0;
}

.testmonial-master .testimonial-outer .testimonial-container .testimonial-content .client-name {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}

.testmonial-master .testimonial-outer .tns-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}

.testmonial-master .testimonial-outer .tns-nav button {
  margin: 0 10px;
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background-color: white;
  border: none;
}

.testmonial-master .testimonial-outer .tns-nav button.tns-nav-active {
  background-color: #e6bb51;
}

.testmonial-master .testimonial-outer .tns-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
}

.testmonial-master .testimonial-outer .tns-controls button {
  cursor: pointer;
  height: 30px;
  width: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  margin: 5px;
}

.testmonial-master .testimonial-outer .tns-controls button:first-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f104";
  color: #581d55;
}

.testmonial-master .testimonial-outer .tns-controls button:last-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  color: #581d55;
}

.shop-products .star-rating {
  display: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border-color: #e6bb51;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: #e6bb51;
}

.single-product.woocommerce-page .woocommerce-tabs ul.tabs li.active:before {
  background: #e6bb51 !important;
}

.single-product.woocommerce-page section.related.products {
  display: none;
}

.cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* newly code */
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown{
  z-index: 999 !important;
}

/* solve the password issue */
.woocommerce form .password-input, .woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  cursor: pointer;
  top: 50%;
  translate: 0 -50%;
  padding: initial;
  background: initial;
  color: initial;
  box-shadow: none;
  margin-left: 0.618em;
  border: none;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e010";
  text-decoration: none;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
  opacity: 0.6;
}

.yith-wcwl-add-to-wishlist-button svg {
  display: none !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button):before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2020/01/heart-regular.svg);
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url(/wp-content/uploads/2020/01/heart-solid.svg);
}

@media only screen and (min-width: 769px) {
  .home-happenings .swiper-container {
    padding-top: 50px;
    overflow: hidden;
  }

  .home-happenings .swiper-container .swiper-slide-active .elementor-widget-heading {
    display: none;
  }

  .home-happenings .swiper-container .swiper-slide-active .elementor-widget-button {
    display: none;
  }

  .home-happenings .swiper-container .swiper-slide-active .elementor-image::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .home-happenings .swiper-container .swiper-slide-next {
    z-index: 1;
    overflow: visible;
  }

  .home-happenings .swiper-container .swiper-slide-next .elementor-widget-image {
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
  }

  .home-happenings .swiper-container .swiper-slide-next .elementor-widget-heading {
    margin-top: 10%;
  }

  .home-happenings .swiper-container .swiper-slide-duplicate-prev .elementor-widget-heading {
    display: none;
  }

  .home-happenings .swiper-container .swiper-slide-duplicate-prev .elementor-widget-button {
    display: none;
  }

  .home-happenings .swiper-container .swiper-slide-duplicate-prev .elementor-image::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .enquiry-form .row {
    flex-direction: column;
  }

  .enquiry-form .row .column:first-child .input-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .main-footer .elementor-nav-menu a {
    display: block;
    text-align: center;
  }

  .main-footer .elementor-post.happenings .elementor-post__text {
    display: block;
    margin: 0 auto;
  }

  .main-footer .elementor-post__text {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .awards-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-clearfix.elementor-active {
    transform: translateY(-10%);
  }
}

.speaker-slider-container {
  padding: 20px;
}

.wc_payment_method.payment_method_enets label img {
  display: inline-block;
  width: 50px;
}

#ast-scroll-top {
  bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .cart-button {
    justify-content: flex-start !important;
  }

  .cart-button form {
    display: block !important;
  }
}

p.demo_store {
  top: 0 !important;
}

.qlwapp__button {
    padding: 15px !important;
    height: auto !important;
}

.qlwapp__button .qlwapp-whatsapp-icon {
    font-size: 30px !important;
}

@media only screen and (max-width: 768px) {
  .qlwapp__button {
    padding: 12px !important;
    margin-right: 22px !important;
  }

  .qlwapp__button .qlwapp-whatsapp-icon {
      font-size: 28px !important;
  }
}