.woocommerce #content .ast-woocommerce-container div.product .row div.images,
.woocommerce .ast-woocommerce-container div.product .row div.images,
.woocommerce-page #content .ast-woocommerce-container div.product .row div.images,
.woocommerce-page .ast-woocommerce-container div.product .row div.images,
.woocommerce #content .ast-woocommerce-container div.product .row div.summary,
.woocommerce .ast-woocommerce-container div.product .row div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product .row div.summary,
.woocommerce-page .ast-woocommerce-container div.product .row div.summary {
  width: 100%;
}

.student-resources-list {
    column-count: 2;
    column-gap: 30px;
}

@media (max-width: 768px) {
    .student-resources-list {
        column-count: 1;
    }
}

.single-product .site-content .ast-container {
  max-width: 1257px;
}
.single-product #wc-stripe-payment-request-button-separator + br {
  display: none;
}
/* Featured image styling in top-left */
.single-product .row_product .col-md-4 .woocommerce-product-gallery {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.single-product .row_product .col-md-4 .woocommerce-product-gallery img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
}
.single-product.woocommerce div.product .wdm_group_registration {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.single-product.woocommerce div.product .product-meta-popup {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
  z-index: 999;
  padding: 30px 24px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 100%;
  max-width: 650px;
}
.single-product.woocommerce div.product .product-meta-popup table,
.single-product.woocommerce div.product .product-meta-popup .wad-qty-pricing-table {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  float: none;
}
.single-product.woocommerce div.product .product-meta-popup table thead,
.single-product.woocommerce div.product .product-meta-popup table tbody,
.single-product.woocommerce div.product .product-meta-popup .wad-qty-pricing-table thead,
.single-product.woocommerce div.product .product-meta-popup .wad-qty-pricing-table tbody {
  display: table;
  width: 100%;
}
.single-product.woocommerce div.product .product-meta-popup table th,
.single-product.woocommerce div.product .product-meta-popup .wad-qty-pricing-table th {
  font-size: 21px;
  padding: 10px;
  width: 33.33%;
  margin: 0;
}
.single-product.woocommerce div.product .product-meta-popup table td,
.single-product.woocommerce div.product .product-meta-popup .wad-qty-pricing-table td {
  width: 33.33%;
  font-size: 18px;
  padding: 5px 10px;
}
.single-product.woocommerce div.product .product-meta-popup table td .woocommerce-Price-amount,
.single-product.woocommerce div.product .product-meta-popup .wad-qty-pricing-table td .woocommerce-Price-amount {
  font-weight: bold;
}
.single-product.woocommerce div.product .product-meta-popup h3 {
  display: none;
}
.single-product.woocommerce div.product .product_meta {
  border: none;
}
.single-product.woocommerce div.product .product_meta .sku_wrapper,
.single-product.woocommerce div.product .product_meta .posted_in {
  display: none;
}
.single-product.woocommerce div.product .product_meta .sku_wrapper + h3,
.single-product.woocommerce div.product .product_meta .posted_in + h3 {
  display: none;
}
.single-product.woocommerce div.product .button-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1219px) {
  .single-product.woocommerce div.product .button-wrapper {
    padding-left: 10px;
    width: auto;
    padding-top: 0;
  }
}
.single-product.woocommerce div.product .button-wrapper .link {
  color: #707070;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1219px) {
  .single-product.woocommerce div.product .button-wrapper .link {
    margin-left: auto;
    margin-right: 0;
  }
}
.single-product.woocommerce div.product .quantity-group {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product.woocommerce div.product .quantity-group .qty {
  max-width: 82px;
  text-align: center;
  margin-right: 10px;
  color: #707070;
  font-size: 21px;
  font-weight: bold;
}
.single-product.woocommerce div.product .quantity-group .group-title {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
}
.single-product.woocommerce div.product .before-button {
  width: 100%;
  height: 1px;
  background: none;
  border-top: 1px solid #ABABAB;
  margin-top: 0;
}
.single-product.woocommerce div.product .add_to_cart-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product.woocommerce div.product .add_to_cart-group a {
  font-weight: bold;
  margin-right: 10px;
  font-size: 21px;
  text-decoration: underline;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0645AD;
}
@media (min-width: 1180px) {
  .single-product.woocommerce div.product .add_to_cart-group a {
    margin-bottom: 0;
  }
}
.single-product.woocommerce div.product .add_to_cart-group button.button {
  border-radius: 6px;
}
.single-product.woocommerce div.product .ldgr_group_name {
  padding-bottom: 25px;
  margin-bottom: 0;
}
.single-product.woocommerce div.product .ldgr_group_name label {
  display: none;
}
.single-product.woocommerce div.product .ldgr_group_name input {
  width: 100%;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}
.single-product.woocommerce div.product .ldgr_group_name ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.single-product.woocommerce div.product .ldgr_group_name ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.single-product.woocommerce div.product .ldgr_group_name :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.single-product.woocommerce div.product .ldgr_group_name :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.single-product.woocommerce div.product form.cart .variations {
  width: auto;
}
@media (min-width: 1219px) {
  .single-product.woocommerce div.product form.cart .single_variation_wrap {
    width: auto;
  }
}
.single-product.woocommerce div.product form.cart .group-selector,
.single-product.woocommerce div.product form.cart .variations select {
  font-size: 21px;
  line-height: 1.2;
  padding: 0 16px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-product.woocommerce div.product .group-wrapper span {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: lowercase;
  padding-right: 5px;
  padding-left: 10px;
}
.single-product.woocommerce div.product span.price,
.single-product.woocommerce div.product p.price {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  padding-right: 15px;
}
.single-product.woocommerce div.product .product_title {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.single-product.woocommerce div.product .chosen-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
.single-product.woocommerce div.product .subscription-details,
.single-product.woocommerce div.product .reset_variations {
  /*display: none !important;*/
}
.single-product .row_product {
  margin-right: -24px;
  margin-left: -24px;
}
.single-product .row_product .col-md-6 {
  padding-right: 24px;
  padding-left: 24px;
}
.single-product .woocommerce-product-gallery__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.single-product .woocommerce-product-gallery__wrapper img {
  border-radius: 10px;
}
.single-product .product-main-info {
  display: none !important;
  padding-bottom: 48px;
}
.single-product .related-courses {
  padding-top: 48px;
}
.single-product .teacher-avatar {
  max-width: 108px;
  border-radius: 100%;
}
.single-product .link {
  text-decoration: underline;
  color: #0066FF;
}
.single-product .minor-link {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.single-product .buy-button {
  border-radius: 6px;
}
.single-product button.button {
  background-color: #219A68;
  border-color: #219A68;
  color: white;
}
.single-product button.button.disabled {
  color: #EEEEEE;
  background: #ABABAB;
}
.single-product button.button.disabled:hover {
  color: #EEEEEE;
  background: #ABABAB;
}
.single-product .learn-more-button {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.single-product .justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .plan-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.single-product .plan-card .media-content {
  overflow: hidden;
}
.single-product .plan-card .card-footer {
  border: none;
}
.single-product .plan-card .course {
  padding-top: 1.5rem;
}
.single-product .plan-card .card-footer .card-footer-item {
  padding: 0;
}
.single-product .plan-card:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-product .students-passed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.single-product .students-passed .students-passed-number {
  font-size: 35px;
  font-weight: bold;
}
.single-product .students-passed i {
  font-size: 30px;
}
.single-product .highlights h5 {
  margin-top: 57px;
  padding-top: 15px;
  width: 87%;
  border-top: 1px solid #707070;
}
.single-product .course-box {
  width: 80%;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #EEEEEE;
}
.single-product .box .content {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.single-product .img-box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}
.single-product .learning-list {
  padding: 13px 25px;
  background-color: #EEE;
  border-radius: 5px;
  margin-top: 9px;
}
.single-product .learning-list .list-content {
  border-top: 1px solid #707070;
  margin-top: 15px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .single-product .learning-list .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product .learning-list .list-content .column {
  margin-bottom: 0;
  padding: 0 9px 16px;
}
@media (min-width: 992px) {
  .single-product .learning-list .list-content .column {
    padding: 0 24px 16px;
  }
}
.single-product .learning-list .list-content .column p {
  margin-bottom: 0;
}
.single-product .learning-list .list-title {
  cursor: pointer;
}
.single-product .learning-title {
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 32px;
}
.single-product .course-plan,
.single-product .student-photo {
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.single-product .course-plan:hover,
.single-product .student-photo:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 801px) {
  .group-wrapper {
    margin: 0 0 24px 0;
    width: 79%;
  }
  .single_add_to_cart_button {
    margin-bottom: 48px;
  }
  #purchaseContact .body-L {
    margin-top: 16px;
  }
}
@media (max-width: 599px) {
  .single-product .learning-title {
    width: 100%;
  }
  .single-product .students-passed {
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
  .single-product .is-half-touch {
    width: 100% !important;
  }
}
.single-product .student-photo img {
  border-radius: 10px;
}
.single-product .entry-content {
  font-size: 20px;
  line-height: 1.5;
}
.single-product .entry-content p,
.single-product .entry-content li {
  font-size: 20px;
  line-height: 1.5;
}
.single-product .entry-content ul {
  margin-bottom: 1.35em;
  padding-left: 20px;
}
.single-product .entry-content p + ul {
  margin-top: -1.35em;
}

.upsells-products .product-title {
  color: #000;
  font-size: 20px;
}
.upsells-products .product-title:hover {
  color: #000;
  text-decoration: underline;
}
.upsells-products .price-wrapper {
  padding-left: 10px;
}
.upsells-products .from {
  display: none;
}
.upsells-products .image-box-wrapper {
  max-width: 159px;
}
.upsells-products .course-plan {
  margin-bottom: 24px;
}
.upsells-products .course-plan .course-box .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.upsells-products .course-plan:last-child {
  margin-bottom: 0;
}

.open-l-popup.single-product div.product .product-meta-popup {
  display: block;
}

.see-pricing-table {
  display: none;
}

.product-type-variable-subscription .see-pricing-table {
  display: block;
}

.woocommerce div.product.product-type-subscription p.price {
  margin-bottom: 18px;
}
.woocommerce div.product.product-type-subscription .quantity-group {
  margin-bottom: 25px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  border-radius: 6px;
  background-color: #219168;
}
/*.variable-product-class .button.single_add_to_cart_button {
 margin-top: -190px;*/
/* margin-top: -210px;
}*/

/*@media (max-width: 801px) {
  .variable-product-class .button.single_add_to_cart_button {
    margin-top: 0;
   }
}*/

.other-product-class {
  .course-stats {
    display: none;
  }
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background: #37B983;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:focus {
  background: #0E744A;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:disabled, .woocommerce div.product form.cart .button.single_add_to_cart_button.disabled, .woocommerce div.product form.cart .button.single_add_to_cart_button.disabled[disabled] {
  color: #EEEEEE;
  background: #ABABAB;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:disabled:hover, .woocommerce div.product form.cart .button.single_add_to_cart_button.disabled:hover, .woocommerce div.product form.cart .button.single_add_to_cart_button.disabled[disabled]:hover {
  color: #EEEEEE;
  background: #ABABAB;
}

.wdsGroupMembers {
  display: none !important;
}

.access-info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 500px;
  overflow-y: auto;
}

.sp-course-info {
  padding: 5% 3% 1% 3%;
}
.sp-course-info .sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -2%;
}
.sp-course-info .sp-flex ul {
  list-style: disc !important;
}
.sp-course-info .sp-flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 83%;
  margin-top: -5%;
}
.sp-course-info .sp-flex-reverse h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 3%;
}
.sp-course-info .sp-course-title {
  font-size: 20px;
  font-weight: bold;
  width: 75%;
  margin-top: 4%;
  margin-left: 2%;
}
.sp-course-info .instructor-avatar {
  border-radius: 100%;
  width: 64px !important;
  height: 64px !important;
}

.sp-course-info p {
  font-size: 16px;
}

.gallery {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  div {
    flex-basis: 48%;
  }
}

.product-gallery-wrapper {
  margin-top: 20px;
}

.product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
}

.product-gallery-wrapper .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-gallery-wrapper .woocommerce-product-gallery__image {
  flex-basis: calc(33.33% - 10px);
  max-width: 250px;
  margin: 0 !important;
  width: 250px;
  height: 180px;
}

.product-gallery-wrapper .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-gallery-wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .product-gallery-wrapper .woocommerce-product-gallery__image {
    flex-basis: calc(50% - 10px);
    max-width: 100%;
  }
}

.course-stats {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  div {
    flex-basis: 38%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
  }
  i {
    margin-right: 8px;
    color: #c3c3c3;
  }
}

.summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--Gray-700, #555);
  }
}

.single-product-category {
  display: none !important;
}

.woocommerce-js .woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}

.price {
  margin-top: -15px !important;
  span{
    color: var(--Green-700, #146A44);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
}

.woocommerce-js div.product div.summary {
  margin-bottom:  0 !important;
}

.group-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*margin-left: 24px;*/
  span {
    flex-basis: 100%;
  }
  label {
    margin-bottom: 8px;
  }
}

label {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.payment-title {
  margin-bottom: 16px;
  font-weight: 700;
}
.single_variation_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.languages {
  gap: 8px;
}
ol {
  margin-left: 16px;
}

.course-info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.download-datasheet {
  margin: 16px 0;
  padding: 8px;
  border: 1px solid #E0E0E0;
  text-align: center;
  display: block;
}

.student-resources {
  margin: 10px 0;
}

.student-resources ul {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}

.student-resources li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}