/* line 4, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 9, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
#page #primary {
  flex-grow: 1;
}

/* line 16, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
#jet-header a,
#jet-footer a {
  transition: color ease .5s;
}

/* line 19, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
#jet-header a:hover,
#jet-footer a:hover {
  color: #fff;
}

/* line 25, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
a {
  transition: color ease .5s;
}

/* line 28, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
a:hover {
  color: #323168;
}

/* line 33, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
h1 {
  font-size: 2.3rem;
}

/* line 37, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
h2 {
  font-size: 1.5rem;
}

/* line 43, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.doctors-filters select,
.doctors-filters button,
.doctors-filters a {
  height: 34px !important;
}

/* line 50, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.doctors-filters button,
.doctors-filters a {
  padding: 0 1rem;
}

/* line 55, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.doctors-filters select {
  background: #fff;
}

/* line 60, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
hr {
  margin: 9px 0;
  background: #6f7a91;
}

/* line 65, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.detail-box {
  display: flex;
  gap: 6px;
}

/* line 70, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.detail-box.aside .j-details {
  font-size: .9rem;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

/* line 76, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.detail-box.aside .j-details:last-child {
  border-bottom-width: 0;
}

/* line 80, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.detail-box.aside .j-details span {
  width: 140px;
}

/* line 86, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.detail-box.aside .j-details span {
  display: inline-block;
  font-weight: 600;
}

/* line 96, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_layout.scss */
.doc-card .doctor-card__thumb {
  aspect-ratio: 1 / 1.35;
}

/* line 1, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.jet-menu {
  margin: 0 !important;
  display: flex;
  gap: 12px;
}

/* line 6, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.jet-menu li {
  position: relative;
}

/* line 9, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.jet-menu li:hover .sub-menu {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  display: block;
}

/* line 16, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.jet-menu .sub-menu {
  position: absolute;
  background: #fff;
  color: #444;
  padding: 12px;
  min-width: 160px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

/* line 27, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.jet-menu .sub-menu li {
  border-bottom: 1px dashed #444;
  padding: 4px;
}

/* line 31, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.jet-menu .sub-menu li:last-child {
  border-width: 0;
}

/* line 39, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.header-menu .sub-menu {
  top: 100%;
  left: 0;
}

/* line 46, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
.menu-toggle {
  display: none;
}

/* Medium devices (portrait phones) */
@media screen and (min-width: 481px) and (max-width: 767px) {
  /* line 52, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_menus.scss */
  .menu-toggle {
    display: block;
  }
}

/* Medium devices (landscape phones, portrait tablets, 768px and up) */
/* line 5, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.d-row {
  display: flex;
  padding: 6px 0;
  align-items: center;
  border-bottom: dashed 1px #777;
}

/* line 11, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.d-row:last-child {
  border-bottom-width: 0;
}

/* line 14, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.d-row .d-title {
  width: 100px;
}

/* line 18, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.jet-rating-wrap {
  display: flex;
  gap: 8px;
}

/* line 21, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.jet-rating-wrap form {
  margin-bottom: 0;
}

/* line 25, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.rate-it {
  position: relative;
}

/* line 27, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.rate-it span {
  font-weight: bold;
  cursor: pointer;
  transition: all .3s ease;
}

/* line 31, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.rate-it span:hover {
  color: #00f;
}

/* line 35, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.rate-it .rate-box {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 1rem;
  display: none;
}

/* line 43, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_utils.scss */
.rate-it:hover .rate-box {
  display: block;
}

/* line 1, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box {
  max-width: 500px;
  position: relative;
}

/* line 6, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box a {
  z-index: 10;
}

/* line 10, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box .box-item {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
}

/* line 17, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box .box-item:first-child {
  top: -40px;
  left: -40px;
}

/* line 22, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box .box-item:nth-child(2) {
  top: -30px;
  right: -30px;
}

/* line 27, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box .box-item:nth-child(3) {
  bottom: -50px;
  right: -50px;
}

/* line 32, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box .box-item:nth-child(4) {
  bottom: -30px;
  left: -30px;
}

/* line 37, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_home-box.scss */
.j-shapes-box .box-item:nth-child(5) {
  top: -60px;
  left: -10px;
  width: 80px;
  height: 80px;
}

/* line 2, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
section {
  margin-bottom: 3rem;
}

/* line 6, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
#some h4 {
  font-size: .9rem;
  font-weight: 400;
}

/* line 11, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
h3 {
  color: #a2abc3 !important;
}

/* line 15, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
.j-card {
  background: #3C455D !important;
  color: #f0f1f5 !important;
  border-radius: 5px;
}

/* line 21, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
.j-card img {
  border-radius: 5px 5px 0 0;
}

/* line 25, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
.j-card h4 {
  color: #a2abc3 !important;
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* line 31, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
.j-card a {
  color: #8bc1f3 !important;
  display: flex;
  justify-content: end;
  text-transform: uppercase;
}

/* line 38, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
.j-card p {
  font-size: 14px;
}

/* line 42, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_folio.scss */
.j-card .d-footer {
  border-top: solid 1px #7682a3 !important;
}

/* line 3, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_quick-changes.scss */
body {
  margin-bottom: 0 !important;
}

/* line 7, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_quick-changes.scss */
body.home {
  padding-top: 0;
  background-color: #14171f;
}

/* line 11, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_quick-changes.scss */
body.home #jet-header {
  background: rgba(0, 0, 0, 0.7) !important;
}

/* overwrite bg */
/* line 16, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_quick-changes.scss */
.page-id-434 {
  background-color: #14171f;
  color: #F0F1F5 !important;
}

/* line 21, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_quick-changes.scss */
body.home main#primary {
  padding-bottom: 0 !important;
}

/* line 1, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/src/_homepage.scss */
.box-icon {
  border-radius: 5px;
  background: #5C6BC0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  width: 40px;
  height: 40px;
}

/* line 1, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_filter.scss */
.woof_redraw_zone {
  display: flex;
  background: #7eabc5;
  padding: 1rem;
  border-radius: 5px;
  gap: 11px;
  margin-bottom: 1rem;
}

/* line 8, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_filter.scss */
.woof_redraw_zone .woof_container {
  padding: 0;
  margin-bottom: 0;
}

/* line 12, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_filter.scss */
.woof_redraw_zone .woof_container_inner {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 16, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_filter.scss */
.woof_redraw_zone .woof_container_inner h4 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 21, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_filter.scss */
.woof_redraw_zone .woof_container_inner .chosen-container {
  line-height: 1.2rem;
  width: auto !important;
  margin-bottom: 0;
}

/* line 25, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_filter.scss */
.woof_redraw_zone .woof_container_inner .chosen-container .chosen-single, .woof_redraw_zone .woof_container_inner .chosen-container .chosen-choices {
  line-height: 1.2rem;
  padding: 0 5px !important;
}

/* line 2, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_archive.scss */
.products {
  margin-left: 0;
}

/* line 6, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_archive.scss */
.cat-arch-top {
  display: flex;
  gap: 1rem;
  justify-content: end;
  margin-bottom: 1rem;
}

/* line 11, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_archive.scss */
.cat-arch-top p, .cat-arch-top form {
  margin-bottom: 0;
}

/* line 16, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card {
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 25, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card .onsale {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 21;
  background: #3dbbec;
  color: #fff;
  font-size: 14px;
}

/* line 41, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card .jt-thumb {
  position: relative;
  display: flex;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

/* line 47, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card .jt-thumb img {
  z-index: 1;
  width: 100%;
}

/* line 51, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card .jt-thumb .ribbon-pro {
  position: absolute;
  top: 10px;
  right: -30px;
  width: 100px;
  text-align: center;
  transform: rotate(45deg);
  z-index: 21;
  padding: 5px 9px;
  border-radius: 0 0 0 5px;
  background: #f00;
  color: #fff;
  font-size: 12px;
}

/* line 85, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card .jt-thumb .item-cat {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 10px;
  z-index: 5;
}

/* line 95, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card .jt-thumb .short-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: #e9eefc;
  z-index: 20;
  transition: all .6s ease;
  opacity: 0;
  transform: translateY(30px);
}

/* line 114, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card h2 {
  margin-bottom: 0;
}

/* line 118, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.product-card:hover .short-info {
  opacity: 1;
  transform: translateY(0);
}

/* line 125, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
[class^='tx-'] {
  border-radius: 5px;
  padding: 5px 9px;
  color: #fff;
  display: flex;
  justify-content: center;
}

/* line 134, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.item-cat {
  display: flex;
  gap: 6px;
}

/* line 139, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.tx-pl {
  background: #4242f0;
}

/* line 144, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.tx-el {
  background: #06f160;
}

/* line 149, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.tx-bl {
  background: #454564;
}

/* line 154, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.tx-tp {
  background: #8919d3;
}

/* line 158, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.tx-th {
  background: #5f5604;
}

/* line 161, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.tx-ot {
  background: #f00;
}

/* line 165, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_cards.scss */
.card-footer {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  padding: 5px 0;
  margin: 0 5px;
  border-top: 1px solid #7a8aad;
}

/**
 * Products
 */
/**
 * Single product
 */
/* line 5, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.product .product-top {
  background: #f1f5f5;
  padding: 1rem;
  border-radius: 5px;
}

/* line 12, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.product .woocommerce-product-gallery {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* line 17, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.product .woocommerce-product-gallery img {
  width: 100%;
  z-index: 1;
}

/* line 22, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

/* line 31, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.product .summary {
  margin-top: 0;
  padding-left: 1rem;
}

/* line 39, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.meta-row {
  display: flex;
  padding: 6px 0;
  align-items: center;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}

/* line 46, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.meta-row:last-child {
  border-bottom-width: 0;
}

/* line 50, ../../../../opt/lampp/htdocs/wp.my/wp-content/themes/jet_engine/sass/woo/_single-product.scss */
.meta-row span {
  font-weight: bold;
  color: #444b6e;
  display: inline-block;
  width: 120px;
  margin-right: 5px;
}

/**
 * Checkout
 */
/**
 * General WooCommerce components
 */
/**
 * WooCommerce widgets
 */

/*# sourceMappingURL=style.css.map */