/******************************************/
@media (max-width: 1199px) {
  .meditation_div {
      width: calc(25% - 13.5px);
      /* height: 260px; */
      margin-right: 18px;
      margin-bottom: 18px;
  }
  .meditation_inner_div {
      height: 260px;
  }
  .sticky_bar_sec {
      width: 100%;
      top: 0;
      right: 0;
      transform: translate(0, -100%);
      padding: 0;
      border-radius: 0;
      overflow: hidden;
  }
  .sticky_bar_select {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      opacity: 0;
  }
  .sticky_bar_sec.sticky_bar_active {
      transform: translate(0, 0);
  }
  .sticky_bar_sec:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 8px solid #fbd350;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      pointer-events: none;
      z-index: 1;
  }
  .sticky_bar_div {
      width: 100%;
      height: auto;
      background-color: transparent;
      border-radius: 0;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      opacity: 0;
      transition: all .0s ease-in-out;
  }
  .sticky_bar_div.sticky_bar_active {
      background-color: transparent;
      opacity: 1;
      position: relative;
  }
  .sbd_label {
      max-width: 100%;
      position: relative;
      font-size: 15px;
      opacity: 1;
      border-radius: 0;
      padding: 20px 45px 20px 30px;
      background-color: transparent;
      line-height: 1.2;
  }
  .sticky_bar_wrapper:after {
      content: "";
      background-color: white;
      width: 45px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
  }

}
/******************************************/
/******************************************/
@media (max-width: 1024px) {
  .custom_related_product .meditation_inner_div {
      height: 200px;
  }
}
/******************************************/
/******************************************/
@media (max-width: 991px) {
  body div .yellow_button, .woocommerce div.product .cart button.single_add_to_cart_button[type="submit"], body .woocommerce a.button, body #page .woocommerce a.button, body.woocommerce-page table.cart td.actions .button, body .tgsm_button .elementor-widget-container a, body a.tgsm_code_btn {
      padding: 8px 18px;
      font-size: 16px;
      height: 40px;
  }
  .smb_overview_img {
      max-width: 350px;
      height: 350px;
  }
  .single.single-product .sm_banner_sec + .ast-container div[data-elementor-type="product"] {
      margin-top: 20px;
  }
  .our_team_div, .custom_pro_cat_sec .our_team_div {
      min-height: 200px;
  }
  .our_team_content_sec {
      padding: 20px 15px;
  }
  body .our_team_content_sec .otc_label {
      font-size: 13px;
  }
  .meditation_sec:not(.custom_related_product) .meditation_div {
      width: calc(33.33% - 6.66px);
      margin-right: 10px;
      margin-bottom: 10px;
  }
  /* .meditation_sec .meditation_div:nth-child(3n + 3) */
  .meditation_sec:not(.custom_related_product) .meditation_div:nth-child(3n + 3) {
      margin-right: 0;
  }
  .meditation_sec:not(.custom_related_product) {
      justify-content: center;
  }



}
/******************************************/
/******************************************/
@media (max-width: 921px) {
  .woocommerce-orders .shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #ebebeb;
      border-left: 1px solid #ebebeb;
      margin-bottom: 15px;
      box-shadow: 0 0 6px #00000026;
  }
  .woocommerce-orders .shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row td {
      width: 100%;
  }
  .woocommerce-orders .shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-number, .woocommerce-orders .shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-date {
      width: 50%;
  }
  .woocommerce-orders .shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row:first-child td.woocommerce-orders-table__cell-order-number {
      border-top: 1px solid #ebebeb;
  }
  .woocommerce-orders .shop_table.shop_table_responsive {
      border: 0;
  }




  .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-content {
      width: 100%;
  }
  .woocommerce-orders-table__cell-order-youtube.order_youtube_mobile_hide {
      display: none!important;
  }
  .custom_related_product .meditation_div {
      width: calc(33.33% - 6.66px);
      margin-right: 10px;
      margin-bottom: 10px;
  }
  .custom_related_product .meditation_inner_div {
      height: 240px;
  }
  .custom_related_product .meditation_div:nth-child(4) {
      display: none;
  }
  .custom_related_product .meditation_div:nth-child(3n + 3) {
      margin-right: 0;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation ul {
      display: flex;
      align-items: center;
      overflow-x: auto;
      padding-bottom: 10px;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > *:first-child {
      margin-left: auto;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > *:last-child {
      margin-right: auto;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > *:not(:last-child) {
      margin-right: 16px;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation ul a {
      white-space: nowrap;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation {
      margin-right: 0;
      border-right: 0;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation ul > * {
      margin-bottom: 0;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation {
      position: relative;
  }
  .woocommerce-account #content nav.woocommerce-MyAccount-navigation:before {
      content: "";
      background-color: #0000001a;
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 10px;
      left: 0;
  }
}
/******************************************/
/******************************************/
@media (max-width: 767px) {
  body .wc-booking-summary {
      margin-right: 0;
  }
  .woocommerce-account #content .woocommerce-MyAccount-content legend {
      font-size: 24px;
  }
  body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
      padding-right: 15px;
  }
  .woocommerce .cart-empty + .return-to-shop {
      margin-bottom: 30px;
  }
  .woocommerce-account #content #main article {
      padding: 40px 0 30px;
  }
  .custom_related_product .meditation_inner_div {
      height: 200px;
  }
  .our_team_sec .our_team_div {
      width: calc(33.33% - 8px);
      margin-right: 12px;
      margin-bottom: 12px;
  }
  .our_team_sec .our_team_div:nth-child(3n + 3) {
      margin-right: 0;
  }
  .woocommerce .elementor-element .related.products > h2, .woocommerce-products-header .page-title {
      font-size: 25px;
  }
  .woocommerce-account #customer_login h2 {
      font-size: 18px;
  }

  body.woocommerce .related.products .ast-woo-product-category {
      font-size: 15px!important;
  }
  body.woocommerce .related.products h2.woocommerce-loop-product__title {
      font-size: 16px!important;
  }
  body.woocommerce .related.products h2 {
      font-size: 24px;
  }
  .team_other_head_sec {
      position: relative;
  }
  .team_other_head_sec:before {
      content: "";
      background-color: #d4d4d4;
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 15px;
      left: 0;
  }
  .team_other_select:before {
      display: none;
  }
  .team_other_head_sec {
      margin-bottom: 30px;
  }
  .team_other_select_div {
      overflow-x: auto;
      padding-bottom: 15px;
  }
  .sbd_label {
      font-size: 14px;
  }
  .sticky_bar_sec:before {
      right: 10px;
  }
  .sticky_bar_wrapper:after {
      width: 30px;
  }
  .sbd_label, .sticky_bar_select {
      padding: 15px 30px 15px 20px;
  }
  .ot_simple_div {
      min-width: 180px;
      max-width: 180px;
  }
  .ots_img_sec {
      height: 160px;
      width: 160px;
      margin-bottom: 10px;
  }
  body .swiper-button-next {
      right: 5px;
  }
  body .swiper-button-prev {
      left: 5px;
  }
  .ot_simple_wrapper {
      padding-left: 10px;
      padding-right: 10px;
  }
  .sm_banner_wrapper {
      height: 250px;
  }
  .smb_overview_img, .single_our_team_container_sec .smb_overview_img {
      max-width: 250px;
      height: 250px;
  }
  .sm_banner_sec {
      height: 300px;
  }
  .smb_mobile {
      opacity: 1;
  }
  .smb_desktop {
      opacity: 0;
  }
  .sm_title_div {
      padding: 15px 0;
  }
  .team_position_div {
      padding: 0px 0 15px;
  }
  .our_team_dw {
      justify-content: center;
  }
  .team_other_select_option {
      margin-right: 15px;
  }
  .sm_reservation_listing .meditation_div {
      min-width: 210px;
      /* height: 100%;
      min-height: 260px; */
  }

  .sm_reservation_listing {
      overflow-x: auto;
      flex-wrap: nowrap;
      padding: 6px;
  }
  .meditation_div > a, .meditation_inner_div {
      min-height: inherit;
  }
  .meditation_inner_div {
      height: 100%;
      min-height: 260px;
  }
  .sm_practitioner_container {
      margin-bottom: 18px;
  }
  .custom_related_product .rp_title h3 {
      font-size: 18px;
  }
  .woocommerce-cart h1.entry-title {
      margin-top: 26px;
  }
}
/******************************************/
/******************************************/
@media (max-width: 576px) {
  body.woocommerce #content table.cart td.actions .coupon, body.woocommerce-page #content table.cart td.actions .coupon {
      display: flex;
      flex-wrap: wrap;
  }
  body.woocommerce #content table.cart td.actions .coupon input#coupon_code, body.woocommerce-page #content table.cart td.actions .coupon input#coupon_code {
      width: 42%;
  }
  body.woocommerce #content table.cart td.actions .coupon button, body.woocommerce-page #content table.cart td.actions .coupon button {
      width: 58%;
  }

  .custom_related_product .meditation_div {
      margin-bottom: 20px;
  }
  .custom_related_product .meditation_div:nth-child(4) {
      display: block;
  }
  .our_team_sec .our_team_wrapper .our_team_div {
      width: calc(50% - 5px);
      margin-right: 10px;
      margin-bottom: 10px;
  }
  .our_team_sec .our_team_wrapper .our_team_div:nth-child(2n + 2) {
      margin-right: 0;
  }
  body .our_team_content_sec .otc_title {
      margin-bottom: 2px;
  }
  body div.meditation_sec .meditation_div, .meditation_sec:not(.custom_related_product) .meditation_div {
      width: calc(50% - 5px);
      margin-right: 10px!important;
  }
  body div.meditation_sec .meditation_div:nth-child(2n + 2) {
      margin-right: 0!important;
  }
  .meditation_title * {
      font-size: 13px!important;
  }
  .meditation_title {
      padding: 12px 10px;
      min-height: 110px;
  }
}
/******************************************/
/******************************************/
@media (max-width: 544px) {
  .woocommerce-shop .woocommerce-result-count {
      display: none;
  }
  .woocommerce-shop .woocommerce-ordering select.orderby {
      margin-left: auto;
      display: block;
  }
}
/******************************************/
/******************************************/
@media (max-width: 450px) {
  .meditation_sec .meditation_div {
      /* height: 210px; */
  }
  .meditation_inner_div {
      height: 210px;
      min-height: 1px;
  }
  .custom_related_product .meditation_inner_div {
      height: 160px;
  }
}
/******************************************/
/******************************************/
/******************************************/
