/*-------------------------
bundle_courses
--------------------------*/
.wp-block.bundle_courses {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundle_courses {
    padding-top: 64px;
  }
}
.wp-block.bundle_courses .sharethis_block {
  margin-top: 8px;
}
.wp-block.bundle_courses .top-section .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .top-section .inner {
    flex-direction: row;
  }
}
.wp-block.bundle_courses .top-section .inner .leftside {
  margin-right: 30px;
  width: 100%;
  max-width: 523px;
}
.wp-block.bundle_courses .top-section .inner .leftside img {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .top-section .inner .leftside img {
    margin-bottom: 0;
  }
}
.wp-block.bundle_courses .top-section .inner .rightside {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.wp-block.bundle_courses .top-section .inner .rightside .tablet-wrap {
  margin-bottom: 8px;
}
.wp-block.bundle_courses .top-section .inner .rightside .tablet-wrap .tablet {
  font-size: 10px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-bottom: 8px;
  padding: 4px 16px;
  background: #f5edf2;
  text-transform: uppercase;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .leftside {
  padding: 16px 16px 12px 16px;
  border-radius: 4px;
  flex-direction: column;
  gap: 4px;
  background: #e1edee;
  display: flex;
  margin-right: 0;
  position: relative;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .leftside .bundletext {
  font-weight: 600;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  color: #3e717b;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .leftside .pricewrap {
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .leftside .pricewrap .vat {
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside .original {
  white-space: nowrap;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside .orig-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #71a4ae;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside .orig-price .linethrough {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #71a4ae;
  white-space: nowrap;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside .orig-price .vat {
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside .orig-price .lds-ring {
  width: 13px;
  height: 13px;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .rightside .orig-price .lds-ring div {
  width: 13px;
  height: 13px;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .loading {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8196078431);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
  display: none;
}
.wp-block.bundle_courses .top-section .inner .rightside #top-price .loading.active {
  display: flex;
}
.wp-block.bundle_courses .bottom-container .green-banner {
  margin-top: 30px;
  display: none;
  background: #4e8d9a;
  padding: 14px;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 600;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bottom-container .green-banner {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundle_courses .bottom-container .green-banner {
    margin-top: 40px;
    gap: 30px;
  }
}
.wp-block.bundle_courses .bottom-container .green-banner .leftside {
  width: 58%;
}
.wp-block.bundle_courses .bottom-container .green-banner .rightside {
  width: 42%;
  padding-left: 30px;
}
.wp-block.bundle_courses .bundle-courses-wrapper {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9ecef;
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundle_courses .bundle-courses-wrapper {
    margin-top: 40px;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9ecef;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bundle-courses-wrapper .single-bundle {
    flex-direction: row;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside {
    width: 58%;
    flex-direction: row;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside picture {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside picture {
    width: 114px;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside picture img {
    width: auto;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside .cat-tablet-wrap {
  margin-bottom: 16px;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside .cat-tablet-wrap .green {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  background: #95bbc2;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside .textside {
    padding-left: 24px;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside .textside a:hover h2 {
  color: #c5af67;
  transition: color 300ms ease;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside .textside h2 {
  transition: color 300ms ease;
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 16px;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .leftside .textside .desc p {
  margin-bottom: 0;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside {
    padding-left: 30px;
    width: 42%;
    border-left: 1px solid #e9ecef;
  }
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations {
  margin: 0;
  padding: 0;
  max-width: 524px;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li {
  list-style-type: none;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li:last-child div {
  margin-bottom: 0;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li div {
  background: #edf4f5;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 16px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  cursor: pointer;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li div .dot {
  border: 2px solid #cadde1;
  border-radius: 100%;
  height: 24px;
  flex-shrink: 0;
  width: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 300ms ease;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li div .dot:before {
  content: "";
  width: 14px;
  transform: scale(0);
  height: 14px;
  background: #4e8d9a;
  display: block;
  border-radius: 100%;
  transition: transform 300ms ease;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li div.active .dot {
  transition: border-color 300ms ease;
  border-color: #95bbc2;
}
.wp-block.bundle_courses .bundle-courses-wrapper .single-bundle .rightside .custom-variations li div.active .dot:before {
  transform: scale(1);
  transition: transform 300ms ease;
}
.wp-block.bundle_courses .total-section {
  display: flex;
  justify-content: center;
}
.wp-block.bundle_courses .total-section .total-inner {
  width: 100%;
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block.bundle_courses .total-section .total-inner .title {
  color: #2f555c;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom {
  border: solid 1px #95bbc2;
  background: #edf4f5;
  border-radius: 4px;
  padding: 32px;
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .total-section .total-inner .blue-bottom {
    flex-direction: row;
    gap: 40px;
  }
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside {
  min-width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside {
    min-width: 45%;
  }
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .loading {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8196078431);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
  display: none;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .loading.active {
  display: flex;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 14px 20px;
  border-radius: 4px;
  background: #cadde1;
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside {
    padding: 24px 40px 24px 40px;
  }
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside #newTotal .pound {
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside #newTotal .number {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside #newTotal .vat {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside #totalbefore {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: #71a4ae;
  line-height: 27px;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .leftside .priceside #totalbefore .price {
  text-decoration: line-through;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .rightside {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wp-block.bundle_courses .total-section .total-inner .blue-bottom .rightside #discount {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wp-block.bundle_courses .total-section .total-inner .blue-bottom .rightside #discount {
    text-align: left;
  }
}
.wp-block.bundle_courses .addside .wc-forward {
  display: none;
}
.wp-block.bundle_courses #addToCartButton {
  border: none;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.wp-block.bundle_courses #addToCartButton.active {
  background: #9a4e7a;
}
.wp-block.bundle_courses #addToCartButton.active:after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  color: #fff;
  -webkit-animation: none;
  animation: none;
}
.wp-block.bundle_courses #addToCartButton.active + .wc-forward {
  display: block;
  margin-top: 8px;
  width: 100%;
  padding-top: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #776a3e;
  padding: 8px 100px;
  background: #eee7d1;
  transition: background 400ms ease, color 400ms ease;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.bundle_courses #addToCartButton.active + .wc-forward {
    max-width: 328px;
  }
}
.wp-block.bundle_courses #addToCartButton.active + .wc-forward:hover {
  transition: background 400ms ease, color 400ms ease;
  background: #9e8d53;
  color: #fff;
}
.wp-block.bundle_courses .additional_text {
  margin-top: 24px;
  width: 100%;
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.wp-block.bundle_courses .short-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212529;
}
.wp-block.bundle_courses .short-desc .read-more-text {
  color: #c5af67;
  transition: font-size 300ms ease-in-out;
  cursor: pointer;
}
.wp-block.bundle_courses .short-desc .read-less {
  color: #c5af67;
  font-size: 0;
  cursor: pointer;
}
.wp-block.bundle_courses .short-desc .more-text {
  padding-left: 4px;
  font-size: 0;
  transition: font-size 300ms ease-in-out;
}
.wp-block.bundle_courses .short-desc.active .read-more-text {
  font-size: 0;
  transition: font-size 300ms ease-in-out;
}
.wp-block.bundle_courses .short-desc.active .read-less {
  font-size: 16px;
  line-height: 140%;
  transition: font-size 300ms ease-in-out;
}
.wp-block.bundle_courses .short-desc.active .more-text {
  font-size: 16px;
  line-height: 140%;
  transition: font-size 300ms ease-in-out;
}
.wp-block.bundle_courses .lds-ring,
.wp-block.bundle_courses .lds-ring div {
  box-sizing: border-box;
}
.wp-block.bundle_courses .lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.wp-block.bundle_courses .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.wp-block.bundle_courses .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.wp-block.bundle_courses .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.wp-block.bundle_courses .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}