/**
 * TAS WC Enhancements styles.
 *
 * @package tas-wc
 */
.woocommerce form .form-row .input-checkbox {
  display: inline-block !important;
}

body .snapplify-login-wrapper {
  text-align: center;
  margin-top: 50px;
}
body .snapplify-login-wrapper .snapplify-login-button {
  background: #fff !important;
  color: #343434 !important;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  width: 100%;
  max-width: 460px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #FFFFFF !important;
}
body .snapplify-login-wrapper .snapplify-login-button:hover {
  color: #FFFFFF !important;
  background: #343434 !important;
}
body .snapplify-login-wrapper .snapplify-login-button img {
  margin-right: 10px;
  width: 32px;
}
body.single-product .snapplify-message-wrapper {
  margin-bottom: 2em;
}
body.single-product .snapplify-message-wrapper .snapplify-login-wrapper {
  margin-top: 0px;
  text-align: left;
}

.subscribe-landing span {
  font-family: "Montserrat", sans-serif;
}
.subscribe-landing .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 601px) {
  .subscribe-landing .pricing-column .is-horozontal-table {
    flex-direction: column;
    padding-left: 10%;
  }
  .subscribe-landing .pricing-column .is-horozontal-table .wp-block-column {
    display: flex;
  }
  .subscribe-landing .pricing-column .is-horozontal-table .wp-block-column p,
.subscribe-landing .pricing-column .is-horozontal-table .wp-block-column div.wp-block-buttons {
    flex-basis: 33%;
    justify-content: center;
  }
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  height: 16px;
  float: none;
  width: 16px;
}
.gform_wrapper.gravity-theme legend {
  border-bottom: 0;
}/*# sourceMappingURL=tas-wc.css.map */


/* BACK TO TOP */

.container-top {
    top: auto !important;
    /*right: 110px !important;*/
	right: calc(50% - 60px) !important;
    bottom: 20px !important;
    left: auto !important;
    position: fixed !important;
    border: 0 !important;
	display: flex;
	align-items: flex-end;
	width: 60px;
	justify-self: end;
	justify-content: flex-end;
	z-index: 5000;
}

.container-top .scroll-to-top.top {
	position: sticky;
	bottom: 20px;
	/* visual styling */
	width:100%;
	aspect-ratio:1;
	background:#a8030a;
	border-radius: 30px;
	display: none;
}

.container-top .scroll-to-top.top:before {
	content:"";
	position:absolute;
	inset:30%;
	transform:translateY(20%) rotate(-45deg);
	border-top:5px solid #fff;
	border-right:5px solid #fff;
}

body .gform_wrapper.gravity-theme .gfield-choice-input:disabled+label,
body #tas_teacher_subjects input:disabled+span {
    color: #ccc;
}

body .gform_wrapper.gravity-theme .gform_show_password {
	max-width: 32px;
    margin-left: auto;
	right: 25px;
}

body .gform_wrapper.gravity-theme .gform_show_password span.dashicons {
	height: 100%;
    width: 32px;
    padding-top: 13px;
}

body .gform_wrapper.gravity-theme .gfield-choice-input+label {
	top: 0px;
}
body .gform_wrapper.gravity-theme .gfield-choice-input {
	margin-top: -1px;
}
