@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;
	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;
}
.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;
}

.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;
	min-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;
	} 
}

.product-wrap {}
.product-wrap-box {
	border-radius: 4px;
	box-shadow: 0px 3px 10px 0px rgb(38 59 94 / 10%);
	transition: ease all 0.35s;
	margin-bottom: 2rem;
	padding: 2.5rem;
	background-color: #FFF;
}
.product-wrap-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	    flex-wrap: wrap;
}
.product-wrap-title {
	font-size: 22px;
	color: #111;
	font-weight: 600;
	    width: 100%;
}
.product-wrap-price {
}
.product-wrap-price .big {
	font-size: 26px;
}
.product-wrap-price .won {
	color: #666;
}
.product-wrap-desc {
	font-size: 16px;
	margin: 0 0 2rem;
	padding: 1.5rem 0 0;
	list-style: none;
	border-top: 1px solid #EEE;
}
.product-wrap-desc li {
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 1rem;
}
.product-wrap-desc li span {
	color: #666;
	padding-right: 20px;
	min-width: 65px;
}
.product-wrap-box .btn {
	display: block;
	padding: 0;
	line-height: 38px;
}
.product-wrap-box .btn-outofstock {
	background-color: #f0f1f3;
}
.page-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.page-recommend {
	background-color: #f7f8fa;
}
.page-recommend .c-media {
	min-height: 260px;
	margin-bottom: 2rem;
}
.page-recommend .c-media .c-media-body {
	margin-top: 20px;
}
.page-recommend .c-media .c-media-heading {
	color: #000;
	font-size: 20px;
}
.page-recommend .c-media .c-media-info {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 16px;
}

.subtop .banner-btn {
  margin-top: 25px;
}
.subtop .banner-btn a.primary {
  width: 150px;
  line-height: 40px;
  border: var(--primary) solid 1px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
  background-color: var(--primary);
  border-radius: 4px;
  box-shadow: 0 6px 8px rgba(46,70,146,.1);
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 50px;
  text-align: center;
  width: 158px;
}

.subtop .banner-btn a.manage {
  margin-top: 10px;
}
.subtop .banner-btn a.button {
  width: 150px;
  line-height: 40px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(46,70,146,.15);
  color: #101010;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 50px;
  text-align: center;
  width: 158px;
}

.subtop .banner-btn a.download {
  width: 150px;
  height: 42px;
  line-height: 40px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
}
.subtop .banner-btn a.download:hover {
  color: #fff;
  background: #2d81ff;
}
.subtop .banner-btn a.default {
  line-height: 40px;
  color: #2d81ff;
  font-size: 14px;
}
.subtop .banner-btn a.default:hover {
  color: #428eff;
}

.Pro_Anchor {
  height: 48px;
  background: #eeeff3;
  width: 100%;
  z-index: 22;
  overflow: hidden;
  box-shadow: inset 0px -1px 0px #f0f1f3;
  border-top: 1px solid #dde0ea;
}
.Pro_Anchor ul li {
  line-height: 48px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.Pro_Anchor ul li:last-child {
  margin-right: 0;
}
.Pro_Anchor ul li a {
  color: #333840;
  font-size: 14px;
}
.Pro_Anchor ul li.active {
    background: #E5E6EA;
}
.Pro_Anchor ul li.active a {
  color: #41424e;
}
.Pro_Anchor .buy-now {
  float: right;
  padding: 12px 0;
  display: none;
}
.Pro_Anchor .buy-now a {
  width: 104px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  background: #2d81ff;
  border-radius: 4px;
}
.Pro_Anchor .buy-now a:hover {
  background: #428eff;
}
.Pro_Anchor.isStuck .buy-now {
  display: block;
}
.product-nav {
  float: left;
}



.Pro_Anchor.stuckMenu.isStuck {
    top: 60px!important;
}

.Pro_Anchor ul {
    list-style: none;
    padding-left: 0px;
    display: block;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}


.series {
  background: url(../img/series-bg.jpg) no-repeat center top;
  height: 401px;
}
.series .pd7 {
  padding: 0 7px;
}
.series .item {
  background: #fff;
  text-align: center;
  border: #e4e4e4 solid 1px;
  margin-top: 0.22rem;
  padding: 0.2rem 0.2rem 0.25rem;
}
.series .item h2 {
  font-size: 16px;
  color: #1e212c;
  font-weight: bold;
  margin-top: 0.22rem;
}
.series .item p {
  font-size: 12px;
  margin: 12px 0;
  color: #89919b;
}
.series .item .button {
  text-align: center;
}
.series .item .button a {
  width: 105px;
  line-height: 34px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.series .item .button a:hover,
.series .item .button a.active {
  color: #fff;
  background: #2d81ff;
}
.series .item .button a.active:hover {
  background: #428eff;
}
.series .item dl {
  display: flex;
  text-align: left;
  padding: 0.2rem;
}
.series .item dl dt {
  margin-right: 0.2rem;
  width: 64px;
  height: 64px;
}
.series .item dl dd {
  flex: 1;
  font-size: 14px;
  color: #89919b;
}
.series .item dl dd span {
  color: #1e212c;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.series .item dl dd a {
  color: #2d81ff;
  text-underline: #2e2f39;
}



@media only screen and (max-width: 768px) {
.subtop .subtop-title {
    font-size: 30px;
}

.subtop .banner-btn a.primary,.subtop .banner-btn a.button {
    width: 120px!important;
}

.subtop {
    padding: 100px 0;
}
}












.widget {
    height: calc(100% - 20px);
    position: relative;
    background: #fff;
    padding-bottom: 64px;
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    margin-bottom: 16px;
    overflow: hidden
}

#cart-first-step-content .lSSlideOuter .widget {
    box-shadow: 0 5px 15px rgba(0,0,0,.05)
}


.widget-crm-for-whmcs {
    background: #65db69;
    background: -moz-linear-gradient(160deg, #65db69 0%, #5bc758 100%);
    background: -o-linear-gradient(160deg, #65db69 0%, #5bc758 100%);
    background: -webkit-linear-gradient(290deg, #65db69 0%, #5bc758 100%);
    background: -ms-linear-gradient(160deg, #65db69 0%,#5bc758 100%);
    background: linear-gradient(160deg, #49d891 0%,#26d07c 100%);
}


.widget-header {
    position: relative;
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
    height: 160px;
    width: 101%
}


.widget-header:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    background-color: hsla(0,0%,100%,0);
    transition: all .25s ease-in-out
}

.widget-header.hovered:after,.widget-header:hover:after {
    background-color: hsla(0,0%,100%,.1)
}

.w-short .widget-header {
    height: 106px;
    padding: 0
}

.col-lg-6 .w-md .header-title,.w-addon .header-title a,.w-wide .header-title a {
    display: table-cell;
    vertical-align: middle
}

.title-icon {
    display: table-cell;
    position: absolute;
    top: 14px;
    left: calc((100% - 116px) / 2);
    width: 116px;
    height: 116px;
    text-align: center
}

.title-icon>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 72px;
    margin: auto;
    color: transparent;
    border: none;
    outline: none
}

.w-addon .title-icon,.w-wide .title-icon {
    position: relative;
    top: auto;
    left: auto;
    display: block
}

@media (min-width: 768px) {
    .w-md .title-icon {
        position:relative;
        top: auto;
        left: auto;
        display: block
    }
}

.w-wide .title-icon {
    margin: 7px auto 0
}

.w-addon .title-icon {
    width: 136px;
    height: 136px;
    margin: -6px auto -21px
}

.title-icon>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: hsla(0,0%,100%,.1);
    border-radius: 100%;
    transition: all .45s ease-in-out
}

.widget-header.hovered .title-icon>span,.widget-header:hover .title-icon>span {
    margin: -4px
}

.title-icon>span:after,.title-icon>span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%
}

.title-icon>span:before {
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    margin-top: calc(-50% - 16px);
    margin-left: calc(-50% - 16px);
    background: hsla(0,0%,100%,.04);
    transition: all .35s ease-in-out
}

.title-icon>span:after {
    width: calc(100% + 64px);
    height: calc(100% + 64px);
    margin-top: calc(-50% - 32px);
    margin-left: calc(-50% - 32px);
    background: hsla(0,0%,100%,.02);
    transition: all .25s ease-in-out
}

.widget-header.hovered .title-icon>span:before,.widget-header:hover .title-icon>span:before {
    width: calc(100% + 48px);
    height: calc(100% + 48px);
    margin-top: calc(-50% - 24px);
    margin-left: calc(-50% - 24px)
}

.widget-header.hovered .title-icon>span:after,.widget-header:hover .title-icon>span:after {
    width: calc(100% + 96px);
    height: calc(100% + 86px);
    margin-top: calc(-50% - 48px);
    margin-left: calc(-50% - 48px)
}

.title-slogan {
    position: relative;
    display: inline-masonry;
    padding: 10px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: auto;
}

.widget-payment-gateway-allocator-for-whmcs .title-slogan,.widget-payment-gateway-charges-for-whmcs .title-slogan {
    padding-right: 2px
}

.title-slogan b {
    font-weight: 900
}

.w-lg .title-slogan {
    font-weight: 400
}

.w-md .title-slogan {
    font-size: 16px;
    line-height: 19px
}

.w-short .title-slogan,.w-wide .title-slogan {
    display: none
}

.w-addon .title-slogan {
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.w-short .title-icon {
    position: relative;
    margin: auto;
    display: block
}

.title-slogan b.no-break {
    white-space: nowrap
}

.header-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 16px;
    background: rgba(0,0,0,.04);
    line-height: 30px
}

.header-bar .price {
    float: left;
    color: #fff;
    font-size: 13px;
}

.header-bar .price b,.w-lg .header-bar .price {
    font-size: 14px
}

.w-lg .header-bar .price b {
    font-size: 16px
}

.header-bar span {
    position: relative;
    margin-right: 5px;
    color: #ffffff;
    font-weight: 600;
}



.header-bar .stars {
    float: right;
    padding-right: 2px;
    letter-spacing: -2px
}

.header-bar .stars i {
    font-size: 14px;
    color: rgba(0,0,0,.5)
}

.w-lg .header-bar .stars i {
    font-size: 16px
}

.header-bar .stars i.active {
    color: #fff
}

.header-label {
    position: absolute;
    top: 4px;
    left: -44px;
    width: 145px;
    height: 48px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.header-label .label {
    position: absolute;
    margin-left: -73px;
    left: 50%;
    display: block;
    width: 100%;
    font-size: 10px;
    border-radius: 0;
    padding: 0;
    line-height: 20px;
    margin-bottom: 4px
}

.header-label .label-short {
    top: 0
}

.header-label .label-long {
    bottom: 0
}

.w-short .header-label,.w-wide .header-label {
    top: 10px;
    left: -37px
}

.w-short .header-label .label,.w-wide .header-label .label {
    color: #2e3442;
    top: 0;
    bottom: auto
}

.w-short .header-label .label.recommended-without-discount,.w-wide .header-label .label.recommended-without-discount {
    top: 10px
}

.w-short .header-label .label b,.w-wide .header-label .label b {
    display: block;
    font-size: 14px;
    color: #ff8e2b;
    margin-left: -6px;
    margin-bottom: -8px
}

.widget-body {
    padding: 13px 16px 0
}

.w-wide .widget-body {
    padding: 0 0 30px
}

.w-addon .widget-body {
    padding: 12px 24px 0;
    width: 100%
}

.w-lg.w-banner .widget-body {
    padding: 32px 24px 38px
}

.widget-body .h3,.widget-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.w-lg.w-banner .widget-body .h1,.w-lg.w-banner .widget-body .h1 a {
    line-height: 1;
    font-size: 32px;
    font-weight: 900;
    color: #ff8a2b
}

.w-lg.w-banner .widget-body .btn {
    margin-top: 24px;
    min-width: 135px
}

.widget-body h3 a {
    color: #2e3442
}

.widget-body p {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: normal;
    color: #656774;
    margin-bottom: 10px;
}

.w-lg.w-banner .widget-body p {
    font-size: 17px;
    line-height: 25px
}

.widget-body p:empty {
    display: none
}

.widget-body ul:not(.carousel-inner) {
    margin-top: 12px
}

.widget-body p+.h3 {
    margin-top: 21px
}

.widget-body .stars {
    display: inline-block;
    padding: 1px 10px 0 0;
    letter-spacing: -2px;
    color: #d7dadb
}

.widget-body .stars .active {
    color: #ffc300
}

.widget-body>span:not(.label) {
    color: #a1a6b2;
    font-size: 12px
}

.w-wide .widget-body>span:not(.label) {
    padding-top: 2px;
    display: inline-block
}

.w-addon .widget-body p {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 16px
}

.w-addon .widget-body .short-desc {
    height: 48px
}

.w-addon .scroll-list {
    max-height: 220px;
    min-height: 85px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff
}

.w-addon .widget-actions {
    background: #fff
}

.w-short .price,.widget-body .price {
    position: absolute;
    bottom: 16px;
    line-height: 32px;
    color: #2e3442;
    font-weight: 700
}

.w-wide .widget-body .price {
    left: 178px
}

.w-short .price.discount,.widget-body .price.discount {
    color: #ff8e2b
}

.w-short .price span,.widget-body .price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #2e3442;
    margin-right: 3px
}

.w-short .price span:before,.widget-body .price span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 97%;
    height: 1px;
    margin-top: -1px;
    background: #ff8e2b
}

.widget-body .info {
    height: 100px;
    perspective: 1000;
    -webkit-perspective: 1000;
    visibility: hidden
}

.widget-body .info>.info-content {
    position: relative;
    transition: .45s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: flat;
    background: #fff
}

.w-review-expanded .widget-body .info>.info-content {
    transform-style: preserve-3d
}

.widget-body .info>.info-content>* {
    position: absolute;
    top: -3px;
    left: 0;
    backface-visibility: hidden;
    width: 100%
}

.w-review-expanded .widget-body .info .info-content {
    transform: rotateY(180deg)
}

.widget-body .info p {
    z-index: 2;
    transform: rotateY(0deg)
}

.widget-body .info .carousel {
    transform: rotateY(180deg)
}

.widget .carousel {
    padding: 8px 0
}

.widget .carousel-actions {
    position: absolute;
    right: -6px;
    top: 8px;
    z-index: 1;
    background: #fff
}

.widget .carousel-actions a {
    float: none;
    font-size: 19px;
    display: inline-block;
    padding: 0 8px;
    color: #a1a6b3
}

.widget .carousel-actions a>i {
    line-height: 24px
}

.widget .item .item-header {
    padding-right: 70px;
    margin-bottom: 3px;
    line-height: 24px;
    overflow: hidden
}

.widget .one-slide .item .item-header {
    padding-right: 30px
}

.widget .item .item-header>span:not(.stars) {
    color: #004a95;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    float: left
}

.w-short .item .item-header>span:not(.stars) {
    max-width: 70px;
    text-overflow: ellipsis
}

.w-short .one-slide .item .item-header>span:not(.stars) {
    max-width: 108px
}

.widget .item .item-body {
    font-size: 12px;
    line-height: 18px;
    font-style: italic
}

.widget .item .stars {
    float: none;
    letter-spacing: -1px;
    margin-left: 6px;
    margin-right: 6px
}

.w-wide .item .stars {
    margin-top: -2px
}

.widget .item .stars i {
    font-size: 13px
}

.w-short .widget-body h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.w-short.w-info-expanded .widget-body h3 {
    white-space: normal
}

.w-short .widget-body {
    background: #fff;
    transition: transform .45s
}

.w-short .widget-body .stars {
    padding: 0;
    float: right
}

.show-product-tile-reviews {
    cursor: pointer
}

.w-short .price {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 11px 16px 16px;
    background-color: #fff;
    line-height: 32px;
    font-weight: 400
}

.w-short .price.price-discounted {
    color: #ff8e2b
}

.w-short.open-source .price {
    padding-top: 0;
    line-height: 40px;
    bottom: 0
}

.w-short .widget-license {
    position: absolute;
    bottom: 14px;
    font-size: 10px;
    font-weight: 400;
    left: 16px;
    color: #a1a6b2
}

.w-wide .carousel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    bottom: 50px;
    background: #fff;
    right: 15px;
    left: 178px;
    transition: .2s ease-in-out;
    z-index: 2
}

.w-wide.w-review-expanded .carousel {
    visibility: visible;
    opacity: 1
}

.w-addon .checkbox label {
    display: block;
    font-size: 13px;
    color: #2e3442;
    font-weight: 600
}

.w-addon .checkbox a {
    margin-left: 34px;
    font-size: 12px;
    color: #737780;
    border-bottom: 1px dotted #c8c9cc
}

.w-addon .disabled a {
    color: #a1a6b2
}

.w-addon .checkbox .label {
    box-shadow: none;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.w-addon .addon-info {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 20px 18px;
    color: #fff
}

.w-addon .addon-info .close {
    position: relative;
    z-index: 1;
    color: #fff
}

.w-included-expanded .addon-info.included,.w-info-expanded .addon-info:not(.included) {
    display: block
}

.info-header {
    position: relative;
    margin-bottom: 15px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px
}

.info-header+ul {
    margin-bottom: 20px
}

.info-header span {
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

.addon-info .info-body+.info-header {
    padding-top: 25px
}

.addon-info .info-header .close {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #fff
}

.w-addon .addon-info ul li {
    line-height: 17px;
    margin-bottom: 5px;
    padding-left: 30px;
    color: hsla(0,0%,100%,.7)
}

.w-addon .addon-info ul li:before {
    color: #fff
}

.addon-info .info-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 67px;
    padding: 16px 24px 24px;
    background: rgba(0,0,0,.1)
}

.addon-info .info-footer .price {
    float: left;
    font-size: 15px;
    line-height: 32px
}

.addon-info .info-footer .btn {
    float: right
}

.widget-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 8px 16px 16px;
    width: auto;
    right: 0;
    background: #fff
}

.w-short .widget-actions,.w-wide .widget-actions {
    left: auto;
    right: 0
}

.w-short .widget-actions .btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.widget-actions .btn+.btn {
    margin-left: 4px
}

.widget .btn-icon.btn-sm:not(.show-xs-icon) {
    padding-left: 5px;
    padding-right: 5px
}

.image-promotion>h2,.image-promotion>h2>a,.image-promotion>h2>a:hover {
    color: #2e3442
}

#main-content-container>.image-promotion:first-child>h2,#main-content-container>.image-promotion:first-child>h2>a,#main-content-container>.image-promotion:first-child>h2>a:hover,#main-content-container>.image-promotion:first-child h2,#main-content-container>.image-promotion:first-child h2>a {
    color: #fff
}

#main-content-container>.image-promotion:first-child {
    min-height: 208px
}

.w-image .widget-header {
    padding-bottom: 0!important
}

.w-type-image {
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible
}

.w-type-image>a {
    display: block;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.07)
}

.w-type-image img {
    width: 100%
}

.w-layout-horizontal .widget-header img {
    width: 100%;
    height: auto
}

.w-layout-33_66 .widget-header img,.w-layout-50_50 .widget-header img {
    width: 100%;
    height: 100%
}



.widget .header-title,.widget .header-title a {
    display: table;
    height: 100%;
    width: 100%;
    color: rgba(0,0,0,.5);
    font-weight: 500;
    text-transform: uppercase
}


.btn.btn-primary.product-order-now {
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    background-image: linear-gradient(160deg, #434343, #222);
    border: none;
    width: 100%;
    padding: 5px 16px;
    line-height: 24px;
}