@media only screen and ( max-width: 768px ) {
	.subscription_details .button {
		margin-bottom: 2px;
		width: 100%;
		max-width: 200px;
		text-align: center;
	}
}

.subscription-auto-renew-toggle {
	margin-left: 5px;
	margin-bottom: 2px;
	position: relative;
	top: 4px;
}

.subscription-auto-renew-toggle__i {
	height: 20px;
	width: 32px;
	border: 2px solid #00ba8a !important;
	background-color: #00ba8a !important;
	display: inline-block;
	text-indent: -9999px;
	border-radius: 10em;
	position: relative;
	margin-top: -1px;
	vertical-align: text-top;
}

.subscription-auto-renew-toggle__i::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 100%;
}

.subscription-auto-renew-toggle--off .subscription-auto-renew-toggle__i {
	border-color: #999 !important;
	background-color: #999 !important;
}

.subscription-auto-renew-toggle--off
.subscription-auto-renew-toggle__i::before {
	right: auto;
	left: 0;
}

.subscription-auto-renew-toggle--loading .subscription-auto-renew-toggle__i {
	opacity: 0.5;
}

.subscription-auto-renew-toggle--hidden {
	display: none;
}
.subscription-auto-renew-toggle-disabled-note {
	margin-left: 1em;
}

/**
 * Early renewal Modal
**/
.wcs_early_renew_modal_totals_table {
	overflow: scroll;
	height: 80%;
	margin-bottom: 1em;
}

.wcs_early_renew_modal_note {
	position: sticky;
	bottom: 0;
	min-width: 100%;
	width: 0;
}

#early_renewal_modal_submit {
	width: 100%;
	font-size: 1.4em;
	text-align: center;
}

/* Styles for the domain list */
.woocommerce-MyAccount-content .shop_table.agency .wc-item-meta li {
	background: #f5f5f5 !important;
	border: 1px solid #eee !important;
	border-radius: 25px !important;
	padding: 5px 10px !important;
	display: flex !important;
	align-items: center !important;
	margin: 5px 0 !important;
	list-style: none !important;
	font-size:14px !important;
}

/* Styles for the table column width */
.aspc-userOrder-details.shop_table .product-name {
	width: 70% !important;
}

/* Styles for the meta label */
.aspc-userOrder-details.shop_table .wc-item-meta-label {
	margin-right: 5px !important;
}

.aspc-userOrder-details.shop_table tr.order_item td.remove_item {
	vertical-align:top !important;
}

.aspc-userOrder-details.shop_table tr.order_item td.remove_item a {
	text-decoration:none !important;
	color: #ff4444;
}

/* Styles for removal button */
#kt_content.kt-content .woocommerce-MyAccount-content .shop_table .aspc-userOrder-action-remove-bound-id {
	font-size: 12px !important;
	background: #ff6666 !important;
	border-radius: 25px !important;
	display: inline-flex !important;
	align-items: center !important;
	margin-right: 20px !important;
	color: #fff !important;
	border: none !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
	line-height: 1.5 !important;
	cursor: pointer !important;
}

/* Styles for removal button hover */
#kt_content.kt-content .woocommerce-MyAccount-content .shop_table .aspc-userOrder-action-remove-bound-id:hover {
	background: #ff4444 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#kt_content.kt-content .woocommerce-MyAccount-content .shop_table .aspc-userOrder-action-remove-bound-id .dashicons {
	margin-right: 5px !important;
	font-size: 16px !important;
	width: auto !important;
	height: auto !important;
	line-height: 1.5 !important;
}