.mksh-order-tier {
    box-shadow: 0 0 12px #e0e0e0;
    padding: 20px;
}
.mksh-order-product-title {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.mksh-order-tier-title {
    text-align: center;
	color: #0073aa;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 14px;
}
.mksh-order-tier-properties-table th {
	padding: 4px;
	font-weight: 100;
	font-size: 17px;
}
.mksh-order-tier-properties-table td {
	padding: 4px;
	text-align: right;
}
.mksh-order-tier-properties-table .fa-check {
    color: #8bc34a;
}
.mksh-order-tier-properties-table .fa-times {
    color: #ff5555;
}
.mksh-order-form {
	position: relative;
}
.mksh-order-variations {
	position: relative;
	border-top: 1px dotted #ccc;
}
.mksh-order-variation {
	padding: 8px 12px;
    border-bottom: 1px dotted #ccc;
}
.mksh-order-variation:hover {
	cursor: pointer;
	background: #f9f9f9;
}
.mksh-order-variation-active {
	background: #f9f9f9;
}
.mksh-order-variation-first-row, .mksh-order-variation-second-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-weight: 600;
}
.mksh-order-variation-first-row {
	align-items: center;
}
.mksh-order-variation-second-row {
	align-items: flex-start;
}
.mksh-order-variation-id {
	vertical-align: middle;
	margin-bottom: 1px;
}
.mksh-order-domains {
	vertical-align: middle;
    padding: 0 4px;
}
.mksh-order-save {
	color: #fff;
	background: #8BC34A;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 4px 12px;
}
.mksh-order-price {
    font-size: 20px;
    color: #0073aa;
}
.mksh-order-price-suffix {
    font-weight: 400;
    font-size: 14px;
    color: #0073aa;
}
.mksh-order-price-info {
    font-weight: 100;
    font-size: 14px;
}
.mksh-order-regular-price {
	text-decoration: line-through;
	color: #aaaaaa;
	font-size: 20px;
}
.mksh-order-form input[type="submit"] {
	color: #fff;
	background: #0073aa;
	display: block;
	margin: 2em auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.mksh-order-form input[type="submit"]:hover {
	color: #fff;
	background: #0088ca;
}
.mksh-order-loading-wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
}
.mksh-order-loading {
	display: none;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 15px);
	font-size: 32px;
	z-index: 1;
}
/*Account Subscriptions*/
.mksh-account-subscription-upgrade-wrap {
	display: none;
}
.mksh-account-subscription-upgrade-wrap table td {
    border-bottom: 1px solid #e5e5e5;
}
.mksh-account-upgrade-variation {
    color: #0073aa;
}
.mksh-account-upgrade-order-button {
    font-size: 14px;
}
/*Account Order*/
#mksh-account-order-invoices a {
    padding: 0 1em;
	display: inline-block;
	color: #0073aa;
}
#mksh-account-order-invoices a:hover {
	color: #0088ca;
}
#mksh-account-order-invoices a::before {
    content: "\f019";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 0.4em;
}
/*Account Product*/
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--products a::before {
	content: "\f07a";
}
.mksh-account-product {
    box-shadow: 0 0 12px #e0e0e0;
    padding: 30px 100px;
    margin-bottom: 40px;
    text-align: center;
	border-radius: 20px;
}
.mksh-account-product-title {
    font-size: 18px;
    font-weight: 400;
}
.mksh-account-product-tier-title {
    color: #0073aa;
    font-size: 32px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 16px;
}
.mksh-account-product .button {
    margin: 0 4px;
}
.mksh-account-product-domains-wrap {
	display: none;
	min-height: 40vh !important;
	max-height: 80vh !important;
	position: relative;
}
.mksh-account-product-domains-wrap table th,
.mksh-account-product-domains-wrap table td {
    text-align: center;
}
.mksh-account-domains-api-key {
	position: relative;
}
.mksh-account-domains-api-key input,
.mksh-account-domains-api-key .fas {
	cursor: pointer;
}
i.fas.fa-eye {
    padding: 0 1px;
}
.mksh-account-domains-api-key span {
	position: absolute;
    left: 80px;
    top: 16px;
    color: #ffffff;
    background: #555555;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 14px;
}
.mksh-account-domains-actions button {
    font-size: 14px;
}
.mksh-account-domains-stats-wrap {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
	padding: 1em;
}
.mksh-account-domains-stats-close {
	display: inline-block;
	padding: 1em;
	cursor: pointer;
}
.mksh-account-domains-stats-wrap h3 {
    text-align: center;
    font-size: 20px;
}
.mksh-account-domains-stats-wrap table th {
    padding: 0.5em;
	border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.mksh-account-domains-stats-wrap table td {
    padding: 0.5em;
    border-bottom: 1px solid #f5f5f5;
	color: #0073aa;
}
/*Account Support*/
#mksh-account-support-form label {
	display: block;
}
#mksh-account-support-form input[type="text"] {
	width: 100%;
	background: #f9f9f9;
}
#mksh-account-support-form textarea {
	resize: vertical;
	background: #f9f9f9;
	height: 120px;
}
#mksh-account-support-add-images {
	cursor: pointer;
}
#mksh-account-support-images {
	display: none;
}
#mksh-account-support-loading {
	display: none;
	vertical-align: middle;
	margin-left: 1em;
	color: #0073aa;
}