@media (min-width: 992px) {
	.page-content {
		display: flex;
		flex-wrap: wrap;
	}
	.item-content {
		flex: 1;
		width: 100%;
	}
	.item-sidebar {
		width: 360px;
		padding-left: 2rem;
		border-left: 1px solid #e6e8ee;
		margin-left: 2rem;
	}
}
#order-standard_cart {
	letter-spacing: 0;
}
#orderSummary {
	position: sticky;
	top: 80px;
}
#order-standard_cart .order-summary {
	border: 0 none;
	padding: 1rem;
	overflow: hidden;
	background-color: #f6f7fa;
}
#order-standard_cart .order-summary h2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	text-align: left;
	position: relative;
	padding: 0 0 0 15px;
}
#order-standard_cart .order-summary h2:before {
	position: absolute;
	content: "";
	left: 0;
	width: 5px;
	height: 22px;
	background: #1079ff;
	top: 50%;
	transform: translateY(-50%);
}
#order-standard_cart .summary-container {
	background-color: transparent;
	padding: 0;
}
#order-standard_cart .btn-success {
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#order-standard_cart .order-summary .product-name,
#order-standard_cart .order-summary .product-group,
#order-standard_cart .order-summary .product-desc {
	padding: 10px 10px 0;
	margin: 0;
}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .recurring-totals,
#order-standard_cart .order-summary .total-due-today-padded {
	padding: 10px;
	margin: 0;
}
#frmConfigureProduct {
	background-color: #FFF;
	padding: 2rem;
	margin: 1.5rem;
	border-radius: .5rem;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
}
.configureproduct .item-content {
	max-width: 960px;
}
.cart-content {
	position: relative;
	padding-bottom: 2rem;
	padding-left: 5rem;
}
.item-content .cart-content h3 {
	margin-bottom: 2rem;
	font-size: 18px !important;
	line-height: 1;
	font-weight: 500;
}
.cart-content:before {
	background-color: #1d71ff;
	color: #FFF;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: 5px;
	top: -5px;
	border-radius: 50%;
	text-align: center;
}
.cart-content:nth-child(1):before {
	content: '1';
}
.cart-content:nth-child(2):before {
	content: '2';
}
.cart-content:nth-child(3):before {
	content: '3';
}
.cart-content:nth-child(4):before {
	content: '4';
}
.cart-content:nth-child(5):before {
	content: '5';
}
.cart-content:nth-child(6):before {
	content: '6';
}
.cart-content:nth-child(7):before {
	content: '7';
}
.cart-content:nth-child(8):before {
	content: '8';
}
.cart-content:nth-child(9):before {
	content: '9';
}
.cart-content:nth-child(10):before {
	content: '10';
}
.cart-content:nth-child(11):before {
	content: '11';
}
.cart-content:after {
	content: "";
	position: absolute;
	width: 2px;
	background: #d4dae6;
	left: 20px;
	top: 27px;
	bottom: 0px;
}
.cart-content:last-child:after {
	display: none;
}
.cart-content .form-group label {
	color: #1a1c21 !important;
	font-weight: 600;
}
#order-standard_cart .cart-content .form-group .form-control {
	font-family: -apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
	border-radius: .5rem !important;
	border: 0 none !important;
	box-shadow: 0 0 transparent, inset 0 0 0 1px rgb(17 43 134 / 10%) !important;
	transition: box-shadow .15s ease-in,background-image .15s ease-in,background-size .15s ease-in,background-color .15s ease-in;
}
#order-standard_cart .cart-content .form-group .form-control[readonly] {
	background-color: #e9edf4 !important;
}
#frmConfigureProduct .cart-content h3 {
	font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
	font-size: 16px;
	margin-top: 0;
	line-height: 22px;
	color: #333;
}
.layout-header {
	padding-top: 40px;
	background-color: #FFF;
}
.layout-header-title {
	font-size: 32px;
	padding: 0;
	color: #000;
	font-weight: 400;
	line-height: 48px;
}
.panel {
	border-radius: 4px;
	border: 1px solid #e4e4e4;
}
.panel-form {
	padding: 25px;
	background-color: #f6f7fa;
	border: 1px solid #f6f7fa;
	margin: 10px 0 20px;
}
.panel-check {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border: 0 none;
	border-radius: 0.5rem;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
	transition: all .15s cubic-bezier(.694,.0482,.335,1);
	margin-bottom: 2rem;
}
.panel-check.checked:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	top: 1px;
	right: 4px;
	font-weight: 400;
	color: #FFF;
	z-index: 1;
}
.panel-check.checked:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 40px;
	bottom: auto;
	left: auto;
	border-color: #1971ff #1971ff #fff #fff;
	border-style: solid;
	border-width: 20px;
	background-color: #1971ff;
}
.panel-check label {
	cursor: pointer;
	display: flex;
	margin: 0 !important;
}
.panel-check label .iradio_square-blue {
	display: none;
}
.panel-check label .check-content {
	
}

.check-content .check-title {
	font-size: 18px;
	color: #121212;
}
.panel-check > .check {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 15px;
}
.check {
	position: relative;
}
#order-standard_cart .apply-credit-container .radio {
	padding-left: 0;
	font-weight: 400;
	display: block;
}
.apply-credit-container .iradio_square-blue {
	position: relative;
}
.iradio_square-blue {
	position: relative;
	transform: scale(.8);
}
.icheckbox_square-blue {
	position: relative;
	transform: scale(.7);
	top: -1px;
	left: 2px;
}
#order-standard_cart .panel-form label {
	font-weight: 500;
	color: #666;
}
#order-standard_cart .panel-infos {
	background-color: #fafbff;
	border: 1px solid #d2d6dd;
	margin-bottom: 20px;
}
#order-standard_cart .panel-infos .panel-body {
	padding: 0;
}
.domain-information-title h2 {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	text-align: left;
	border-bottom: 1px #e4e4e4 solid;
	padding: 10px 15px;
}
#order-standard_cart .product-info {
	background-color: transparent;
	border: 0 none;
	margin: 0;
	padding: 15px;
}
.package-features {
	list-style: none;
	margin: 0;
	padding: 0;
}
.package-features li {
	display: flex;
	line-height: 1.4;
	padding: 6px 0;
}
.package-features li b {
	flex-basis: 110px;
	padding-right: 14px;
	color: #666;
	font-weight: 500;
}
.summary-conter {
	margin-top: 15px;
}
.summary-footer {}

.checklist-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 6px 0;
	line-height: 1.4;
	color: #333;
	font-size: 1rem;
}
.checklist-title {
	color: #666;
	font-weight: 600;
}
.checklist-item-title {
	padding: 0 14px 0 0;
	text-align: left;
	color: #666;
	flex-shrink: 0;
	width: 40%;
}
.checklist-item-desc {
	padding-right: 10px;
}
.irs-bar-edge {
	width: 10px !important;
	border-radius: 4px 0 0 4px;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
	height: 8px !important;
}
.irs-slider {
	cursor: col-resize !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	border-radius: 50px;
	top: 21px !important;
	width: 16px !important;
	height: 16px !important;
	background-color: #2b98e7 !important;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
	border-top-color: #2b98e7 !important;
}
.irs-bar,
.irs-bar-edge,
.irs-from,
.irs-to,
.irs-single {
	background-color: #2b98e7 !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
	background-image: none !important;
}
.irs-slider {
	background-color: #FFF !important;
}
.irs-line {
	border-radius: 4px;
	background-color: #EEE;
}
#order-standard_cart .order-summary .loader {
	position: relative;
	top: 0;
	height: 0;
	padding-right: 10px;
	text-align: right;
	color: #AAA;
}
#order-standard_cart .view-cart-items-header {
	background-color: transparent;
	color: #333;
	font-size: 15px;
	border-bottom: 1px dashed #DDD;
	padding: 0 0 15px
}
.view-content {
	padding-bottom: 2rem;
	border-bottom: 1px dashed #DDD;
}
.pay-cost {
	color: #ff7800;
}
.pay-cost-num {
	font-size: 24px !important;
	line-height: 36px;
	height: 36px;
	display: inline-block;
}
#order-standard_cart .view-cart-items {
	border-bottom: 0 none;
}
#order-standard_cart .order-summary .summary-totals {
	padding: 5px 0 0;
	border-top-color: #d2d6dd;
	border-bottom: 0 none;
}
#order-standard_cart .order-summary .total-due-today {
	background-color: transparent;
	margin-top: 1rem;
	padding: 1rem 0;
	position: relative;
	border-top: 1px solid #e2e6ed;
}
#order-standard_cart .order-summary .total-due-today span {
	display: block;
	text-align: right;
}
#order-standard_cart .order-summary .total-due-today .amt {
	color: #ed711f;
	font-size: 2.3em;
}
#order-standard_cart .view-cart-tabs .promo .form-group {
	margin-bottom: 20px;
}
#order-standard_cart .view-cart-tabs .promo .btn-success {
	text-align: center;
}
#order-standard_cart .prepend-icon .field-icon {
	height: 40px;
	line-height: 42px;
	margin-bottom: 0;
}
#order-standard_cart .sub-heading {
	border: 0;
	text-align: left;
	margin-bottom: 1rem;
	height: auto;
}
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
	position: inherit;
	padding: 0;
	color: #333;
}
#order-standard_cart .field,
#order-standard_cart .form-control[type=text] {
	height: 40px;
	font-size: 1em;
}
#order-standard_cart .field[disabled],
#order-standard_cart .field[readonly],
#order-standard_cart .form-control[disabled],
#order-standard_cart .form-control[readonly] {
	background-color: #fafbff;
}
#scrollingPanelContainer {
	position: relative;
}
.list-payment-method {}
.list-payment-method .iradio_square-blue {
	display: none;
}
.list-payment-method a {
	display: block;
	border-radius: 3px;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.list-payment-method a.active,
.list-payment-method a:hover {
	border-color: #2598e7;
}
.list-payment-method .payment-method-selector-content .icon {
	height: 90px;
	background-position: center center;
	background-size: auto 30px;
	background-repeat: no-repeat;
}
#order-standard_cart label {
	font-weight: 500;
	min-width: 80px;
	color: #999;
}
/* ClientArea Home */
.show-panel {
	background: #fff;
	/* box-shadow: 0 0 6px 0 rgba(31,50,82,.1); */
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, .125);
}
.show-panel h2 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin: 0 0 20px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.show-panel .article-list {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 120px;
	overflow-y: scroll;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.show-panel .article-list li {
	line-height: 28px;
	display: flex;
	justify-content: space-between;
}
.show-panel .article-list .link {
	max-width: 285px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}
.show-panel .article-list span {
	color: #999;
}
.show-panel .article-list .link:hover {
	color: #2d77ee;
}
.account-list-item {
	height: 108px;
	background: rgba(31, 50, 82, .04);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.account-list-item > a {
	text-decoration: none;
}
.account-list-item .account-detail {
	font-family: DINCondensed-Bold;
	font-size: 20px;
	color: #333;
	text-align: center;
	letter-spacing: 0;
}
.account-list-item .item-type {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.warning-list-item {
	flex: 1 1 48%;
	height: 48px;
	background: #f6f7f8;
	border-radius: 4px;
}
.warning-list-item:first-child {
	margin-bottom: 12px;
}
.warning-list-item .link {
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	text-decoration: none;
}
.warning-list-item .item-title {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.warning-list-item .item-count {
	font-family: DINCondensed-Bold;
	font-size: 20px;
	color: #333;
	padding-top: 5px;
}
.alarm-list-item {
	flex: 1 1 33%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 108px;
	background: rgba(31, 50, 82, .04);
	border-radius: 4px;
}
.alarm-list-item > a {
	text-decoration: none;
}
.alarm-list-item .alarm-detail {
	font-family: DINCondensed-Bold;
	font-size: 20px;
	text-align: center;
}
.alarm-list-item .item-type {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.remain-items .wrap {
	padding: 0;
	margin: 0;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.remain-items .wrap .item:first-child {
	margin-top: 0;
}
.remain-items .wrap .item {
	cursor: pointer;
	margin-top: 12px;
	height: 72px;
	border: 2px solid #f8f8f8;
	background: #f8f8f8;
	border-radius: 4px;
	justify-content: space-between;
	padding: 0 18px;
}
.remain-items .wrap .item:hover {
	background: #f3f7fe;
	border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
	display: flex;
	align-items: center;
}
.remain-items .wrap .item .count {
	margin-top: 8px;
	font-family: DINCondensed-Bold;
	color: #333;
	font-size: 20px;
}
.my-resource .source-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.my-resource .source-empty .empty-img {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url('../img/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
	font-size: 14px;
	margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
	font-size: 14px;
	margin-top: 8px;
}
.my-resource .wrap {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -12px;
}
.my-resource .item {
	position: relative;
	margin-bottom: 15px;
}
.my-resource .item .create {
	font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.my-resource .item .create .item-data {
	color: #d2d6dc;
}
.my-resource .item .count-oper {
	border: 2px solid #f8f8f8;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 16px;
	line-height: 1.3;
}
.my-resource .item .name-quota-part {
	display: flex;
	justify-content: space-between;
}
.my-resource .item .count-oper {}
.introduce {
	line-height: 17px;
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
}
.envo {
	margin-top: 15px;
}
.envo-item {
	height: 90px;
	background: #fff;
	border: 1px solid rgba(45, 119, 238, .1);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	padding: 20px;
	align-items: center;
	background-position: left 10px center;
	background-repeat: no-repeat;
}
.envo-item .content {
	padding-left: 60px;
}
.envo-item .content h2 {
	white-space: nowrap;
	opacity: .85;
	color: #2d77ee;
	line-height: 24px;
	margin: 0;
}
.envo-item .description {
	white-space: nowrap;
	margin-top: 7px;
	opacity: .5;
	font-size: 12px;
	color: #2d77ee;
}
.envo-item.item-1 {
	background-size: auto 50px;
	background-image: url('//dicloud.didistatic.com/static/dicloudpub/webapp/img/30off.42bb49e.png');
}
.envo-item.item-2 {
	background-size: auto 50px;
	background-image: url('//dicloud.didistatic.com/static/dicloudpub/webapp/img/30days.721c9a3.png');
}
.envo-item.item-3 {
	background-size: auto 50px;
	background-position: left center;
	background-image: url('//dicloud.didistatic.com/static/dicloudpub/webapp/img/redEnvelopes.7ec32cb.png');
}
.submit-item a {
	display: flex;
	align-items: center;
	height: 90px;
	background-color: #f2f2f2;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
}
.submit-item a:hover {
	background-color: #e5e5e5;
}
.submit-item .common-tool-icon {
	padding: 10px 20px 10px 0;
	border-right: 1px solid #ddd;
	margin-right: 20px;
}
.submit-item .common-tool-icon > img {
	max-width: 32px;
}
.submit-item .common-tool-msg-cont {
	display: inline-block;
	padding: 5px 0;
}
.submit-item .submit-item-title {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-top: 0;
	vertical-align: middle;
	width: 72%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.submit-item .submit-item-text {
	display: inline-block;
	color: #888;
	line-height: 24px;
	width: 100%;
	min-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.bootstrap-switch.bootstrap-switch-small {
	min-width: auto;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
	bottom: .5rem;
}
.invoice-header ul li {
	text-align: right;
	line-height: 26px;
}
.invoice-header ul li .list-label {
	display: inline-block;
	padding: 0 15px 0 0;
	color: #a1a6b2;
}
.invoice-status {
	margin: 25px 0;
}
.invoice-status.status-lg {
	height: 80px;
	font-size: 32px;
	font-weight: 100;
	line-height: 80px;
}
.invoice-status .status-id {
	font-weight: 600;
	padding-left: 44px !important;
}
.invoice-status .status-label {
	padding: 0 20px;
	float: right;
	font-weight: 500;
	background-color: rgba(255, 255, 255, .1);
}
.invoice-main .card-title {
	font-size: 16px;
}
.invoice-main .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar .card-footer {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.sidebar .card-footer .col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar .card-footer .btn-default {
	border: 1px solid #DDD;
}
.products-list {
	background-color: #fff;
	transition: all .5s ease;
	border: 1px solid #e6eaee;
	border-radius: 0.25rem;
	padding: 0 1.5rem;
}
.product-row {
	transition: all .5s ease;
	padding: 1.5rem 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6eaee;
}
.product-head {
	font-weight: 600;
	cursor: default;
	padding: 1rem 0;
	color: #a1a5b2;
}
.product-row .product-cell {
	width: 12.5%;
	font-weight: 600;
}
.product-row .product-cell .price {
	margin: 0;
}
.product-row .product-cell .price .big {
	font-size: 16px;
	font-weight: 600;
}
.product-row .product-cell .price .won {
	color: #666;
	font-size: 12px;
	display: block;
}
.product-row .product-cell:first-child {
	width: 20%;
	color: #000;
	font-size: 1.35rem;
}
.product-row .product-cell:last-child {
	width: 15%;
}
.product-row .product-cell .btn small {
	display: block;
}
	
.product-row:last-child {
	border-bottom: 0 none;
}
.product-row .product-cell {
	color: #999;
}
.product-row .product-cell:first-child {}
.product-cell .w-hidden {
	display: block;
	color: #000;
	margin-bottom: .5rem;
}
.product-cell .big {
	font-size: 1.125rem;
}
.color-picker-container.orange {
	background-color: #eb8423;
}
#order-standard_cart .apply-credit-container {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
#order-standard_cart .apply-credit-container .iradio_square-blue {
	display: none;
}
.apply-credit {
	border-radius: 4px;
	border: 1px solid #d2d6dc;
	margin-bottom: 1.5rem;
	position: relative;
}
.apply-credit:before {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: transparent;
}
.apply-credit.active {
	border-color: #2598e7;
}
.apply-credit-body {
	cursor: pointer;
	display: flex;
	margin-bottom: 0;
}
.apply-credit-icon {
	width: 120px;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}
.apply-credit-icon i {
	width: 48px;
	height: 48px;
	display: inline-block;
}
.apply-credit-icon i.cash {
	background-image: url('../img/icon-cash9bc.svg');
}
.apply-credit-icon i.pay {
	background-image: url('../img/icon-pay69a.svg');
}
.apply-credit-content {
	flex-grow: 1;
	padding: 30px 20px 30px 0;
}
.apply-credit-content input[type=radio] {
	overflow: hidden;
	height: 0;
	margin: 0;
}
.apply-credit-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.apply-credit-title h3 {
	color: #333;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}
.apply-credit-title span strong {
	font-size: 16px;
}
.apply-credit-title span {
	display: none;
}
.apply-credit.active .apply-credit-title span {
	display: block;
}
.apply-credit-subtitle {
	color: #999;
	font-weight: 400;
}
.check-os {
	position: relative;
	border: 0 none;
	margin-bottom: 2rem;
}
.area-item,
.check-system {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border: 0 none;
	border-radius: .5rem;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
	transition: all .15s cubic-bezier(.694,.0482,.335,1);
}
.area-item:hover,
.check-system:hover {
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%), 0 3.6px 13px rgb(0 0 0 / 7%), 0 8.4px 23px rgb(0 0 0 / 6%), 0 23px 35px rgb(0 0 0 / 5%);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	cursor: pointer;
}
.area-item.selected:before,
.check-os.select .check-system:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	top: 1px;
	right: 4px;
	font-weight: 400;
	color: #FFF;
	z-index: 1;
}
.area-item.selected:after,
.check-os.select .check-system:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 40px;
	bottom: auto;
	left: auto;
	border-color: #1971ff #1971ff #fff #fff;
	border-style: solid;
	border-width: 20px;
	background-color: #1971ff;
}
.check-system .check-content {
	margin-left: 0;
}
.check-system label {
	padding: 0;
	width: 100%;
	cursor: pointer;
	margin: 0 !important;
}
.os-main {
	display: flex;
	align-items: center;
	padding: 1.5rem;
}
.os-main .os-icon {
	width: 48px;
	height: 48px;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.os-main .os-svg {
	max-width: 48px;
}
.os-main .os-title {
	font-size: 26px;
	line-height: 26px;
	color: #212529;
	font-weight: 400;
	margin-bottom: 0;
}
.os-subtitle {
	color: #212529;
	border-top: 1px solid rgba(17,43,134,.1);
	line-height: 40px;
	padding: 0 1rem;
	background-color: #fbfcfd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.os-subtitle .os-version {
	font-weight: 500;
}
.os-subtitle svg {
	fill: currentColor;
}
.os-select.show {
	display: block;
}
.os-select {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #FFF;
	top: 105%;
	border-radius: .5rem;
	z-index: 20;
	box-shadow: 0 0.9px 4px -1px rgb(0 0 0 / 8%), 0 2.6px 8px -1px rgb(0 0 0 / 6%), 0 5.7px 12px -1px rgb(0 0 0 / 5%), 0 15px 15px -1px rgb(0 0 0 / 4%);
}
.os-select ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 280px;
	overflow-y: scroll;
}
.os-select ul li {
	font-weight: 600;
	line-height: 50px;
	text-align: left;
	padding: 0 1rem;
}
.os-select ul li:hover {
	cursor: pointer;
	background-color: #e8f1fa;
}
.area-item {
	padding: 1.5rem;
	text-align: center;
}
.area-item-top {
	margin-bottom: 1rem;
}
.area-item-top img {
	width: 56px;
	border-radius: .5rem;
}
.area-item-text {
	font-size: 18px;
	font-weight: 500;
	color: #1a1c21;
}

.apply-credit {
	border-radius: 4px;
	border: 1px solid #d2d6dc;
	margin-bottom: 1.5rem;
	position: relative;
	background-color: #FFF;
}
#order-standard_cart .account-select-container {
	border: 0;
}
#order-standard_cart .account-select-container div.account.active {
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #d2d6dc;	
}
.apply-credit:before {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: transparent;
}
.apply-credit.active {
	border-color: #2598e7;
}
.apply-credit-body {
	cursor: pointer;
	display: flex;
	margin-bottom: 0;
}
.apply-credit-icon {
	width: 120px;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}
.apply-credit-icon i {
	width: 48px;
	height: 48px;
	display: inline-block;
}
.apply-credit-icon i.cash {
	background-image: url('../img/icon-cash9bc.svg');
}
.apply-credit-icon i.pay {
	background-image: url('../img/icon-pay69a.svg');
}
.apply-credit-content {
	flex-grow: 1;
	padding: 30px 20px 30px 0;
}
.apply-credit-content input[type=radio] {
	overflow: hidden;
	height: 0;
	margin: 0;
}
.apply-credit-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.apply-credit-title h3 {
	color: #333;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}
.apply-credit-title span strong {
	font-size: 16px;
}
.apply-credit-title span {
	display: none;
}
.apply-credit.active .apply-credit-title span {
	display: block;
}
.apply-credit-subtitle {
	color: #999;
	font-weight: 400;
}	
.cart-content .btn-default {
	line-height: 2rem;
	color: #999;
	font-size: 16px;
	min-width: 120px;
	font-weight: 500;
	border: 1px solid #dfdfdf;
}
.cart-content .btn-default.active,
.cart-content .btn-default:hover {
	color: #1d71ff;
	border-color: #1d71ff;
	background-color: #f3f7fe;
	/*     box-shadow: inset 1px 0 0 #6c9ff3, inset 0 1px 0 #6c9ff3, inset -1px 0 0 #6c9ff3, inset 0 -1px 0 #6c9ff3; */
}
.summary-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.summary-body .summary-conter {
	display: none;
}
.summary-body .summary-container {
	min-height: auto !important;
}
.summary-body .total-due-today {
	font-size: 14px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.summary-body .total-due-today .amt {
	font-size: 26px;
	color: #de2a0f;
}

.confproduct-foot {
	display: flex;
	align-items: center;
}
.confproduct-foot .summary-body {
	margin-left: 3rem !important;
} 

@media (max-width: 768px) {
	#order-standard_cart {
		padding-bottom: 0;
	}
	#frmConfigureProduct {
		margin: 0 -15px;
		border-radius: 0;
	}
	.cart-content {
		padding-left: 0;
	}
	.cart-content:after,
	.cart-content:before {
		display: none;
	}
	.confproduct-foot {
		align-items: start;
		flex-direction: column;
	}
	.confproduct-foot .summary-body {
		width: 100%;
		margin-top: 2rem;
		margin-left: 0 !important;
	} 
}