/*
Theme Name: ADAPT
Template:  hello-elementor
*/


.woocommerce-page main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.woocommerce-page h1.entry-title {
	font-weight: 700;
	margin-bottom: 30px;
}
.checkout-button,
#place_order,
.woocommerce .button {
  background: #8aff64 !important;
  color: #000 !important;
}


.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  padding-bottom: 16px;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.woocommerce-MyAccount-content p {
	line-height: 1.5em;
}


#coupon_code {
  width: 140px !important;
}
.woocommerce-cart-form__contents button {
  padding: 12px 25px !important;
}
div.woocommerce .quantity .qty {
	padding-left: 0;
	padding-right: 0;
}


.woocommerce form .input-text {
  background: #F8FAFC;
  border: none !important;
  color: #B8BCCA;
}
.woocommerce form .select2-selection.select2-selection--single {
  border: none;
  background: #F8FAFC;
  color: #B8BCCA;
  height: 40px;
  display: flex;
  align-items: center;
}
.woocommerce form .select2-selection__arrow {
  height: 40px !important;
  right: 10px !important;
}
.added_to_cart {
	margin-left: 22px;
}

@media (max-width: 767px) {
  .exercise-tab-item .elementor-icon-list-item {
    width: 45%;
    text-align: center;
  }
  .exercise-tab-item .elementor-icon-list-item span {
    width: 100%;
    margin-bottom: 13px;
  }
  section.exercise-tab-content .elementor-container > .elementor-column {
    width: 100%;
  }
}

