ul.wcsatt-options li,
ul.wcsatt-options-cart li,
ul.wcsatt-options-product li {
	list-style: none;
}

ul.wcsatt-options {
	margin: 10px 0 0;
	min-width: 120px;
}

ul.wcsatt-options.overrides_exist {
	margin: 0 0 0;
}

li span.subscription-option-details,
li span.one-time-option-details {
	padding-left: 0.2em;
}

li span.price span.subscription-details {
	padding-left: 0.1em;
}

li .no-price span.subscription-details:first-letter,
li span.one-time-option-details:first-letter {
	text-transform: uppercase;
}

a.wcs-switch-link {
	display: table;
	margin-top: 1em;
}

/* Single-Product */

ul.wcsatt-options-product {
	margin: 0 0 2em 5px;
}

.wcsatt-options-product li span.subscription-details,
.wcsatt-options-product li span.one-time-option-details {
	display: inline-block;
}

.single-product div.product .single_variation ul.wcsatt-options-product .price {
	display: inline;
}

/* Cart */

ul.wcsatt-options-cart {
	margin: 0 0 1.5em 0;
}

/* Add Product/Whatever to Subscription */

@font-face {
font-display:swap;
	font-family: 'FontAwesomeSATT';
	src: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../fonts/fa.eot?v=2.1.0');
	src: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../fonts/fa.eot?#iefix&v=2.1.0') format("embedded-opentype"), url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../fonts/fa.woff2?v=2.1.0') format("woff2"), url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../fonts/fa.woff?v=2.1.0') format("woff"), url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../fonts/fa.ttf?v=2.1.0') format("truetype"), url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../fonts/fa.svg?v=2.1.0#fontawesomesatt') format("svg");
	font-weight: normal;
	font-style: normal;
}

.wcsatt-add-to-subscription-wrapper:before {
	display: table;
	clear: both;
	content: '';
	margin-top: 2em;
}

.wcsatt-add-to-subscription-wrapper label span {
	margin-left: 0.3em;
}

.wcsatt-add-to-subscription-options:before {
	display: table;
	clear: both;
	content: '';
	margin-top: 1.5em;
}

.wcsatt-add-to-subscription-options .subscription-status {
	display: none;
}

.wcsatt-add-to-subscription-options table.my_account_orders {
	margin-bottom: 0;
}

.wcsatt-add-to-subscription-options .button.add:after {
	font-family: FontAwesomeSATT;
	content: "\f067";
	margin-left: 0.5em;
	line-height: 0.9em;
	font-size: 0.9em;
}

.wcsatt-add-to-subscription-options .subscription-actions {
	min-width: 180px;
}

/* Add Cart to Subscription */

.wcsatt-add-cart-to-subscription-wrapper {
	margin-bottom: 2em;
}

.wcsatt-add-cart-to-subscription-intro {
	font-style: italic;
	letter-spacing: 1px;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 1.5em;
	text-align: center;
	font-weight: 400;
}

.wcsatt-add-cart-to-subscription-action-wrapper {
	font-size: 1.3em;
	position: relative;
}

.wcsatt-add-cart-to-subscription-action-wrapper label {
	font-weight: 300;
	cursor: pointer;
	display: block;
}

.wcsatt-add-cart-to-subscription-action-input {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
}

.wcsatt-add-cart-to-subscription-wrapper:after,
.wcsatt-add-cart-to-subscription-options:before {
	display: table;
	clear: both;
	content: '';
}

.wcsatt-add-cart-to-subscription-options table.my_account_orders {
	margin-bottom: 0;
}

.wcsatt-add-cart-to-subscription-options .button.add:after {
	font-family: FontAwesomeSATT;
	content: "\f067";
	margin-left: 0.5em;
	line-height: 0.9em;
	font-size: 0.9em;
}

.wcsatt-add-cart-to-subscription-options .subscription-status {
	display: none;
}

.wcsatt-add-cart-to-subscription-options .subscription-actions {
	min-width: 180px;
}

form.wcsatt-add-cart-to-subscription-form {
	margin: 0 !important;
}


/* Cart Page Subscription Styles Start */
.wcsatt-options {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
}

.wcsatt-options label {
	display: flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
}

.wcsatt-options label input {
	position: absolute;
	left: -9999px;
}

.wcsatt-options label input:checked+span {
	background-color: #129a5050;

}

.wcsatt-options label input:checked+span:before {
	box-shadow: inset 0 0 0 0.4375em #129a50;
}

.wcsatt-options label span.one-time-option-details,
.wcsatt-options label span.subscription-option-details {
	display: flex;
	align-items: center;
	padding: 0.375em 0.75em 0.375em 0.375em;
	border-radius: 99em;
	transition: 0.25s ease;
}

.wcsatt-options label span.one-time-option-details:hover,
.wcsatt-options label span.subscription-option-details:hover {
	background-color: #129a5050;

}

.wcsatt-options label span.one-time-option-details:before,
.wcsatt-options label span.subscription-option-details:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	box-shadow: inset 0 0 0 0.125em #129a50;
}

/* Cart Page Subscription Styles End */

/* Single Product Page Subscription Styles Start */
.wcsatt-options-wrapper .wcsatt-options-product {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.wcsatt-options-wrapper .wcsatt-options-product li {
	text-transform: capitalize;
}

.wcsatt-options-wrapper .wcsatt-options-product label {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 13px;
	padding: 0;
	cursor: pointer;
	margin: 0;
	background: #eeeff3;
	border: none;
}

.wcsatt-options-wrapper .wcsatt-options-product input[type="radio"] {
	display: none;
}

.wcsatt-options-wrapper .wcsatt-options-product span.subscription-option-details:before,
.wcsatt-options-wrapper .wcsatt-options-product span.one-time-option-details:before {
	content: "";
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
}

.wcsatt-options-wrapper .wcsatt-options-product span.one-time-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/one-time.png');
}

.wcsatt-options-wrapper .wcsatt-options-product .subscription-option._1_week span.subscription-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/1_week.png');
}

.wcsatt-options-wrapper .wcsatt-options-product .subscription-option._2_week span.subscription-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/2_week.png');
}

.wcsatt-options-wrapper .wcsatt-options-product .subscription-option._1_month span.subscription-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/1_month.png');
}

input[type="radio"]:checked+span.one-time-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/one-time-active.png');
}

.subscription-option._1_week input[type="radio"]:checked+span.subscription-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/1_week-active.png');
}

.subscription-option._2_week input[type="radio"]:checked+span.subscription-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/2_week-active.png');
}

.subscription-option._1_month input[type="radio"]:checked+span.subscription-option-details:before {
	background-image: url('/wp-content/plugins/woocommerce-subscribe-all-the-things-master/assets/css/../images/1_month-active.png');
}

.wcsatt-options-wrapper .wcsatt-options-product span.subscription-option-details,
.wcsatt-options-wrapper .wcsatt-options-product span.one-time-option-details {
	min-width: 145px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;
	border-radius: 13px;
}

.wcsatt-options-wrapper .wcsatt-options-product input[type="radio"]:checked+span {
	background-color: #129a50;
	color: #fff;
}

/* Single Product Page Subscription Styles End */