.page-id-3540 .main-content {
	color:#F08D4F;
}
/* @font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-ExtraBold.otf');
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-Light.otf');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-BoldOblique.otf');
  font-weight: bold;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-ExtraBoldOblique.otf');
  font-weight: bolder;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-LightOblique.otf');
  font-weight: lighter;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-RegularOblique.otf');
  font-weight: normal;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-DemiBold.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-Heavy.otf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-Medium.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-Thin.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-DemiBoldOblique.otf');
  font-weight: 500;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-HeavyOblique.otf');
  font-weight: 900;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-MediumOblique.otf');
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: 'Vanguard CF';
  src: url('fonts/Vanguard.CF/VanguardCF-ThinOblique.otf');
  font-weight: 300;
  font-style: oblique;
} */

:root {
  --clr-primary: #ff9819;
  --clr-secondary: #0d0d2b;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 680px) {
  * {
    scroll-margin-top: 38px;
  }
}

.black-text {
  color: var(--clr-primary);
  text-align: center;
  margin-bottom: 80px;
}

.bg-img {
  width: 100%;
  max-width: 300px;
}

.wc-item-meta {
  list-style-type: none;
  padding-left: 0;
}
.wc-item-meta li {
  display: flex;
}
.wc-item-meta li p {
  margin-left: 1rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--clr-secondary) !important;
  font-size: 1.7em !important;
}

/* ////////// Start:  signin page fixing \\\\\\\\\\\\ */

#customer_login .col-1,
#customer_login .col-2 {
  width: 100%;
  max-width: 100%;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide > * {
  width: 50%;
}
@media screen and (max-width: 680px) {
  .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide > * {
    width: 100%;
  }
}

.product-total {
  font-size: 0;
}

/* ////////// End: signin page fixing \\\\\\\\\\\\ */

/* ////////// Start:  navbar fixing \\\\\\\\\\\\ */

body.fixed .topnav {
  padding-top: 0 !important;
  background-color: var(--clr-secondary);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

body.fixed #site-logo {
  height: 60px;
}
/* ////////// End: navbar fixing \\\\\\\\\\\\ */


/* ////////// Start: mobile nav colors overwrite \\\\\\\\\\\\ */
#mg-wprm-wrap li.current-menu-item > a,
div#wprmenu_bar,
#mg-wprm-wrap {
  background-color: var(--clr-secondary) !important;
  transition: transform 300ms ease-in-out;
}
#mg-wprm-wrap li.menu-item a {
  transition: transform 300ms ease-in-out;
}

#mg-wprm-wrap li.current-menu-item > a:hover,
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(var(--clr-secondary), var(--clr-secondary)) !important;
  transform: translateX(15px);
}

li.menu-item:last-child {
  font-weight: 900;
  letter-spacing: 3px;
}
/* ////////// End: mobile nav colors overwrite \\\\\\\\\\\\ */



.welcome-text {
  position: fixed;
  top: 1.5rem;
  right: 10vw;
  color: #fff;
}

#wprmenu_menu_ul {
  padding-top: 2rem !important;
}

@media  screen and (max-width: 680px) {
  .welcome-text {
    position: fixed;
    top: 3.5rem;
    color: #fff;
    left: 18px;
    z-index: 10000;
  }
}

.menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.menu .sub-menu {
  position: absolute;
  top: 2rem;
  transition: transform 250ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top;
  margin: 0;
  padding: 0;
}
.menu .sub-menu.show {
  transform: scaleY(1);
}

.main-content .container {
  height: 100%;
}

.menu > li:not(:last-child) a {
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
}

.menu > li:nth-last-child(2) {
  position: relative;
}

.menu > li:nth-last-child(2) .arrow {
  color: #fff;
  padding-left: 15px !important;
  transform: rotate(-90deg) translateX(-10px);
  transition: transform 150ms ease-in-out;
  cursor: pointer;
}
.menu > li:nth-last-child(2) .arrow.show {
  transform: none;
}

.menu > li:last-child a {
  background: var(--e-global-color-1b45b32 );
  border-radius: 99999px;
  padding: 10px 25px;
  font-weight: 700;
  color: white;
  margin-left: 12px;
}

.menu > li:last-child::before {
  content: '';
  margin-left: 10px;
  height: 1.5em;
  width: 1px;
  background-color: #fff;
  border-radius: 99999px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: bold;
  font-size: 55px;
}
.desc p {
  color: #fff;
  font-size: 20px;
  margin-top: 80px;
}
.link {
  margin-top: 40px;
}
.link a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: var(--clr-primary);
  height: 50px;
  padding: 12px 28px;
  border-radius: 50px;
}

/* TEMPORARY FIXES */

#mg-wprm-wrap li.current-menu-item > a {
  background-color: transparent;
}

/* //////////////// Mobile / Tablet Navbar /////////////// */

@media screen and (max-width: 900px) {
  .menu > li,
  .menu > li:last-child {
    padding: 0 !important;
  }

  .menu > li:last-child::before {
    margin-left: 0;
  }

  .menu > li:last-child a {
    padding: 5px 10px !important;
    margin-left: 7px !important;
  }

  #site-logo {
    height: 80px;
  }
}

@media screen and (max-width: 798px) {
  .menu * {
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu > li {
    margin-left: 10px !important;
  }

  .menu >  li:last-child {
    font-size: 12 !important;
  }

  .menu >  li:last-child a {
    margin-left: 7px !important;
  }

  #site-logo {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .topnav {
    display: none !important;
  }

  .menu_title {
    text-align: center !important;
  }

  #mg-wprm-wrap ul li {
    margin: 10px 0 0 5px !important;
  }

  #wprmenu_bar .bar_logo {
    position: fixed;
    top: 0;
    right: 0;
    height: 45px !important;
  }
}

.basic-banner-section .topnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  padding-inline: 5%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;

  background-color: var(--clr-secondary);
  transition: padding 300ms ease-in-out, background-color 150ms ease-in-out;
}

.basic-page-content {
  padding-top: 120px;
}
@media screen and (max-width: 680px) {
  .basic-page-content {
    padding-top: 10px;
  }
}

.basic-banner-section .menu {
  list-style-type: none;
}

.basic-banner-section .topnav .menu-item {
  display: flex;
  align-items: center;
}

.basic-banner-section .topnav .menu-item .menu-item-type-custom {
  /* width: 100px;
    height: 50px; */
  align-items: center;
  padding: 10px 6px;
}

.location-page-content h1 {
  color: var(--clr-primary);
  text-align: center;
  margin-bottom: 80px;
}

.location-page-content {
  /* padding-top: 110px; */
  padding-bottom: 60px;
}

@media screen and (max-width: 680px) {
  .location-page-content {
    /* padding-top: 10px; */
  }
}

.location-item-wrapper {
  display: flex;
  justify-content: space-between;
}

.location-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--clr-primary);
}
.location-item a {
  color: var(--clr-primary) !important;
}

@media screen and (max-width: 680px) {
  .location-item-wrapper {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
}

#billing__name_field,
#billing_last_name_field {
  width: 100%;
}

.woocommerce-notices-wrapper,
/* .woocommerce-form-login-toggle, */
.woocommerce-form-coupon-toggle,
.checkout.woocommerce-checkout .col-2,
#mailpoet_woocommerce_checkout_optin_field,
#billing_company_field,
dt.variation-Duration,
.variation-Duration p,
.variation dt:last-of-type,
.variation dd:last-of-type {
  display: none !important;
}

/* Start: Login popup biling page */
.woocommerce-form-login-toggle .showlogin {
  color: var(--clr-primary);
  font-weight: 700;
}

.woocommerce-form-login-toggle .woocommerce-info {
  border-color: var(--clr-primary);
}

.woocommerce-form-login-toggle .woocommerce-info::before {
  color: var(--clr-primary);
}

.woocommerce-form-login > .clear + .form-row {
  flex-direction: column;
}
.woocommerce-form-login > .clear + .form-row label,
.woocommerce-form-login > .clear + .form-row button {
  max-width: 150px;
}

/* End: Login popup biling page */

.checkout.woocommerce-checkout .col-1 {
  width: 100% !important;
  max-width: 100%;
}

.cart-subtotal {
  display: none;
}

.form-row label,
.woocommerce-input-wrapper {
  width: 50%;
}
#billing_address_2_field {
  width: 100%;
  flex-direction: row-reverse;
}

/* ////////// navigation and banner section \\\\\\\\\\\\ */

.home-banner-section .banner-wrapper {
  height: 100vh;
  min-height: 530px;
  padding-top: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position-y: -42px; */
}

.home-banner-section .banner-wrapper .container .topnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  padding-inline: 5%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;

  transition: padding 300ms ease-in-out, background-color 150ms ease-in-out;
}
.home-banner-section .banner-wrapper .container .topnav .menu-item {
  display: flex;
  align-items: center;
}
.home-banner-section
  .banner-wrapper
  .container
  .topnav
  .menu-item
  .menu-item-type-custom {
  list-style-type: none;
  align-items: center;
  padding: 10px 6px;
}
.home-banner-section .banner-wrapper .container .offer-desc {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.2);
  width: 360px;
  height: 44px;
  padding: 5px;
  border-radius: 99px;
}

.home-banner-section .banner-wrapper .container .offer-desc h2 {
  color: #000;
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  height: 34px;
}
.home-banner-section .banner-wrapper .container .offer-desc p {
  color: #fff;
  margin-left: 12px;
  margin-top: 6px;
}

.home-banner-section .banner-wrapper .container .desc p {
  color: #fff;
  margin-top: 50px;
  max-width: 400px;
}
.home-banner-section .banner-wrapper .container {
  padding-bottom: 80px;
}

/* ////////// home padel section \\\\\\\\\\\\ */

.home-padel-section .bg-wrapper {
  height: 100vh;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-padel-section .bg-wrapper .container {
  /* padding-top:20vh; */
  padding-block: 10%;
  height: 100%;
}
.home-padel-section .bg-wrapper .container .link {
  /* padding-top:40vh; */
  margin-top: 60px;
}

.home-padel-section .bg-wrapper .container h2 {
  color: #fff;
  /* text-align:center; */
  /* padding-top:60px; */
  margin-bottom: 75px;
}

.home-padel-section .bg-wrapper .container p {
  max-width: 570px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .home-padel-section .bg-wrapper .container h2 {
    margin-bottom: 45px;
  }
}

/* ////////// home facilities section \\\\\\\\\\\\ */

.home-facilities-section .bg-wrapper {
  height: 100vh;
  min-height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-facilities-section .bg-wrapper .container h2 {
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.home-facilities-section .bg-wrapper .container {
  color: #fff;
}

/* ////////// home-try-padel section \\\\\\\\\\\\ */

.home-try-padel-section .bg-wrapper {
  background: rgba(1, 1, 1, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-try-padel-section .bg-wrapper .container h2 {
  color: #fff;
  text-align: center;
  padding: 60px 0px;
}

.home-try-padel-section .bg-wrapper .container {
  color: #fff;
}

/* ////////// home-its-play section \\\\\\\\\\\\ */

.home-its-play-section .bg-wrapper {
  height: 100vh;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-position-x: 100%;
}

.home-its-play-section .bg-wrapper .container {
  /* padding-top:20vh; */
  display: flex;
  padding-block: 7%;
  height: 100%;
}

.home-its-play-section .bg-wrapper .container .how-its-played-content {
  display: flex;
  flex-direction: column;
  max-width: 550px;
  margin-left: auto;
}

.home-its-play-section .bg-wrapper .container .link {
  /* padding-top:40vh; */
  margin-top: 60px;
}

.home-its-play-section .bg-wrapper .container h2 {
  color: #fff;
  /* text-align:center; */
  /* padding-top:60px; */
  margin-bottom: 50px;
}

.home-its-play-section .bg-wrapper .container p {
  max-width: 570px;
}

@media screen and (max-width: 560px) {
  .home-its-play-section .container {
    background: #2a3f76 !important;
  }
}

/* ////////// home-court section \\\\\\\\\\\\ */

.home-court-section .bg-wrapper {
  height: 100vh;
  min-height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-court-section .bg-wrapper .container {
  padding-top: 10vh;
  width: 400px;
  margin-left: auto;
  margin-right: 0px;
}
.home-court-section .bg-wrapper .container h3 {
  color: #fff;
  height: 0px;
}
.home-court-section .bg-wrapper .container p {
  font-size: 16px;
  color: #fff;
}

/* ////////// home-play-padel section \\\\\\\\\\\\ */

.home-play-padel-section .bg-wrapper {
  isolation: isolate;
  height: 100vh;
  min-height: 700px;
  background-color: var(--clr-secondary);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: center 120%;
}
.home-play-padel-section .bg-wrapper .container {
  align-self: center;
  /* width: 600px; */
}
.home-play-padel-section .bg-wrapper .container h3 {
  text-align: center;
  color: #fff;
  padding-top: 20%;
}
.home-play-padel-section .bg-wrapper .container .desc {
  padding: 20px 60px;
}
.home-play-padel-section .bg-wrapper .container .desc p {
  text-align: center;
  color: #fff;
}
.home-play-padel-section .bg-wrapper .container .link {
  margin-right: auto;
  margin-left: auto;

  text-align: center;
}

.home-play-padel-section {
  position: relative;
}

.home-play-padel-section .bg-img {
  position: absolute;
  z-index: -1;
  width: 60vw;
  max-width: 450px;
  min-width: 400px;
  bottom: min(10%, 00px);
  left: 50%;
  transform: translatex(-50%);
}

/* map section */
.map-section {
  background-color: var(--clr-secondary);
}
.map-section iframe {
  width: 100%;
}

/* ////////// Product booking section \\\\\\\\\\\\ */
.product {
  display: flex;
  justify-content: center;
}

.product > *:first-child {
  display: none;
}

.product > * {
  margin-top: 25px;
}

.button {
  background-color: var(--clr-primary) !important;
  color: #fff !important;
}

.slot_column.afternoon .slot_heading {
  display: none !important;
}

a.ui-state-default.ui-state-active,
li.slot.selected a {
  background-color: var(--clr-primary) !important;
}

/* ////////// footer section \\\\\\\\\\\\ */

.footer {
  /* height: 62vh; */
  min-height: 300px;
  background: var(--clr-secondary);
  color: #fff;
}
.footer .container .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15vh;
}
.footer .container .footer-top .payement-title {
  color: #fff;
  font-size: 24px;
}
.footer .container .footer-top .menu-section p {
  color: #fff;
  font-size: 24px;
  margin-left: 40px;
}
.footer
  .container
  .footer-top
  .menu-section
  .footer-one-menu
  .menu-footer-menu-container
  .menu
  li {
  list-style-type: none;
  height: 36px;
}
.footer
  .container
  .footer-top
  .menu-section
  .footer-one-menu
  .menu-footer-menu-container
  .menu
  li
  a {
  list-style-type: none;
  height: 32px;
  font-size: 14px;
}

.footer
  .container
  .footer-top
  .menu-section
  .footer-two-menu
  .menu-footer-menu-two-container
  .menu
  li {
  list-style-type: none;
  height: 36px;
}
.footer
  .container
  .footer-top
  .menu-section
  .footer-two-menu
  .menu-footer-menu-two-container
  .menu
  li
  a {
  list-style-type: none;
  height: 32px;
  font-size: 14px;
}

.footer .container .footer-top .logo {
  width: 125px;
}

.footer .container .footer-top .logo img {
  width: 100%;
}

.footer .container .footer-top .payement-title {
  color: #fff;
  font-size: 26px;
  /* width:300px; */
  line-height: 36px;
  text-align: center;
}

.footer .container .footer-top .p-images {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.footer .container .footer-top .p-images .p-image-item {
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 10px;
}

.p-images .p-image-item img {
  height: 100%;
  object-fit: cover;
}

.footer .container .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
}
.footer .container .footer-bottom .copyright p {
  color: #fff;
  text-align: center;
}
.footer .container .footer-bottom .social-link a {
  color: #fff;
  margin-right: 32px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .footer-top {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around !important;
    row-gap: 30px;
  }

  .footer-top .logo,
  .footer-top .top-copyright {
    width: 50%;
  }
}

@media screen and (max-width: 680px) {
  .footer {
    min-height: 260px;
  }

  .footer .container .footer-top {
    row-gap: 12px;
    padding-top: 20px;
  }
  .footer .container .footer-top .logo {
    width: 70px;
  }

  .footer-top .logo,
  .footer-top .top-copyright {
    width: 50%;
  }

  .footer .container .footer-top .p-images {
    margin-top: 20px;
  }

  .footer .container .footer-top .p-images .p-image-item {
    height: 25px;
  }

  .footer .container .footer-bottom {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
}
  
}

@media screen and (max-width: 550px) {
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center !important;
    row-gap: 10px;
  }
}

@media screen and (max-width: 450px) {
  .footer .top-copyright h4 {
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width: 414px) {
  .footer .payement-title {
    font-size: 20px !important;
  }
}

/* ////////// cart page  section \\\\\\\\\\\\ */

.woocommerce-cart-form {
  margin-top: 25px;
}

.woocommerce-cart-form #coupon_code {
  min-width: 20ch;
  padding-inline: 1ch;
}

.woocommerce-cart-form .product-thumbnail {
  display: none;
}

.woocommerce-cart-form .product-remove a {
  margin: 0 auto;
}

/* ////////// Start: thank you page \\\\\\\\\\\\ */
.thankyou-page-content-wrapper {
  background-color: var(--clr-secondary);
  color: #fff;
}

.thank-you-page-content {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;

  background-size: cover;
  background-repeat: no-repeat;
  min-height: 460px;
}
.thank-you-page-content::before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.5);
  inset: 0;
  z-index: -1;
}
.thank-you-page-content > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.thank-you-page-content .logo-image {
  margin-bottom: 20px;
}
.thank-you-page-content .booking-text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.thank-you-page-content .booking-text .user-name {
  text-transform: capitalize;
}
.thank-you-page-content .user-booking  {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.thank-you-page-bottom > .container {
  display: flex;
  justify-content: space-between;
  margin-block: 40px;
  padding: 0;
}
.thank-you-page-bottom .left {
  display: flex;
  flex-direction: column;
}
.thank-you-page-bottom .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Booking details container */
element.style {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* width: 400px; */
  row-gap: 10px;
}
.thank-you-page-bottom h1,
.thank-you-page-bottom h2,
.thank-you-page-bottom h3,
.thank-you-page-bottom h4,
.thank-you-page-bottom h5 {
  color: var(--clr-primary);
  text-align: center;
}

.thank-you-page-bottom .price {
  display: flex;
  justify-content: space-between;
}
.thank-you-page-bottom .location i::before,
.thank-you-page-bottom .timeing i::before,
.thank-you-page-bottom .session-time i::before {
  margin-right: 10px;
}

.thank-you-page-bottom img {
  width: 100%;
  max-width: 225px;
  border-radius: 10%;
  margin-block: 10%;
}
.thank-you-page-bottom .add-extra-time,
.thank-you-page-bottom .wc-appointment-summary-list {
  display: none;
}

.thank-you-page-bottom + .map-section {
  aspect-ratio: 3 / 1;
}
.map-section iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.wc-appointment-summary-name {
  display: none;
}
.wc-appointment-summary {
  background-color: transparent !important;
  padding: 0 !important;
}
.book-id {
  color: var(--clr-primary);
}
.user-detail .user-name {
  text-transform: capitalize;
}
.wc-appointment-summary .wc-item-meta:last-child {
  display: none;
}
/* ////////// Start: thank you page \\\\\\\\\\\\ */

/* ////////// woocommerce link styles \\\\\\\\\\\\ */
/* 
.woocommerce a {
  color: var(--clr-primary);
} */

#book-now-page h2 {
  color: white !important;
  font-size: 40px;
  font-weight: bold;
}

#book-now-page .content-wrap {
  text-align: center;
}

.page-id-94 .banner-wrapper {
  min-height: 0px !important;
  height: auto !important;
}

.coming-play-padel-section {
  background-color: var(--clr-secondary);
  margin-bottom: -9px;
  min-height: 30vh;
}

#back_top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 1;
  background-color: var(--clr-secondary);
  color: #ffffff;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border: 1px solid #ffffff;
}

#back_top svg {
  padding-bottom: 8px;
  height: 40px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 50% !important;
  transform: translateY(-50%);
}



/* ///////////////  Start: User info Page //////////////// */
.user-home-page-content-wrapper {
  display: flow-root;
  background-color: var(--clr-secondary);
}

.user-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  margin-bottom: 50px;
  color: #fff;
}
.user-image img {
  width: 150px;
}

.info-container {
	border-radius: 10px;
	padding-left: clamp(1rem, 5%, 2.5rem);
	margin-bottom: 20px;
	border: 1px solid var(--clr-primary);
  color: #fff;
}

.info-container > *:not(:last-child) {
  border-bottom: 1px solid var(--clr-primary);
}

.info-container-title {
  margin-bottom: 0;
}

.info-item {
  display: flex;
  align-items: center;
  line-height: 2.5;
}

.info-container-title {
  font-size: 1.3rem;
  color: var(--clr-primary);
  line-height: 2.25;
}

.info-item-title {
  width: 35%;
}

.info-data {
  flex: 1;
}

.info-arrow {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 10%;
}
.info-arrow img {
  position: absolute;
  height: 100%;
}

.edit-button {
  display: flex;
  justify-content: center;
}
.edit-button a {
  background: var(--clr-primary);
  padding: 6px 45px;
  color: white;
  border-radius: 9999999px;
}
/* ///////////////  End: User info Page ///////////////// */


/* ///////////////  Start: Edit User Page ///////////////// */
.edit-user {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: fit-content;
  margin: 0 auto 5rem;
}

.edit-user h1 {
  color: #000;
}

.edit-user form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.edit-user .update-val {
  border: none;
  background-color: var(--clr-primary);
  color: #fff;
  padding: 4px 18px;
  border-radius: 9999999px;
}
/* ///////////////  End: Edit User Page ///////////////// */



/* ///////////////  Start: My Account Page ///////////////// */
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  background-color: var(--clr-secondary);
  border-radius: 10px;
  padding: 10px 15px;
}
/* .woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20% !important;
} */

.woocommerce-MyAccount-navigation li {
  color: #fff;
  transition: transform 200ms ease-in-out;
}

.woocommerce-MyAccount-navigation li:hover {
  color: var(--clr-primary);
  transform: translateX(10px);
}

.woocommerce-MyAccount-navigation a {
  display: inline-block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}


th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
  text-align: center;
}
th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  text-align: right;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
  text-align: center;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

/* Address container */
.woocommerce-Addresses.addresses {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.woocommerce-Addresses.addresses .woocommerce-Address {
  width: 100%;
  max-width: 100%;
  flex: 1 1 50%;
  margin-right: 1.5rem;
}
.woocommerce-Addresses.addresses .woocommerce-Address:last-child {
  display: none;
}

.woocommerce-Address-title {
  display: flex;
  align-items: center;
}
.woocommerce-Address-title h3 {
  margin-right: auto;
}
.woocommerce-Address-title .edit {
  display: inline-block;
  color: #fff;
  background: var(--clr-primary);
  padding: 3px 15px;
  border-radius: 101px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50% !important;
}

/* Links in account page, booking table */
.woocommerce-MyAccount-content a,
.account-orders-table a,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content a {
  color: var(--clr-primary);
}
/* ///////////////  End: My Account Page ///////////////// */
