
  
	.banner-slider .slider-content a span {
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -55px;
		background: #2e3442;
		color: #fefefe;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 700;
		width: 110px;
		padding: 5px 12px;
		text-align: center;
		opacity: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		z-index: 10
	}

	.banner-slider .slider-content a span.odin {
		width: 214px;
		margin-left: -107px
	}

	.banner-slider .slider-content a:hover span {
		opacity: 1
	}

	.home-page .slider-content a span:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-top-color: #2e3442;
		bottom: -5px;
		left: 50%;
		margin-left: -5px;
		border-width: 5px 5px 0;
		border-top-color: #2d3544
	}
}


.title-slider .slider-logo .item-icon {
	position: relative;
	left: auto;
	top: auto;
	display: inline-block;
	width: 224px;
	height: 224px;
	margin: 0 auto
}

.title-slider .slider-logo .item-icon img {
	width: 144px
}

.title-slider .slider-logo .item-icon:after,.title-slider .slider-logo .item-icon:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%
}

.title-slider .slider-logo .item-icon:after,.title-slider .slider-logo .item-icon:before,.title-slider .slider-logo .item-icon span {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%
}

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


.banner-title .content-item {
	position: absolute;
	left: 0;
	top: 0
}

.title-content .content-item .title-slogan {
	display: none
}

@media (min-width:1200px) {
	.title-content {
		width: 58%
	}

	.title-slider {
		width: 42%
	}

	.title-slider .slider-logo .item-slogan {
		padding: 0 120px
	}
}

@media (min-width:992px) {
	.slider-item,.slider-logo {
		height: 456px
	}

	.title-content {
		padding-left: 40px
	}

	.title-content .product-license {
		left: 40px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.title-content {
		width: 60%
	}

	.title-slider {
		width: 40%
	}

	.title-slider .slider-logo .item-slogan {
		padding: 0 24px
	}
}

@media (min-width:992px) {
	.title-container {
		display: flex;
		align-content: stretch
	}

	.title-content,.title-slider {
		float: left
	}

	.banner-title .content-item {
		display: none
	}
}

@media (min-width:768px) {
	.title-content {
		min-height: 456px;
		/* padding-bottom: 329px */
	}

	.title-content .product-license {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (max-width:991px) {
	.title-slider {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.marketplace-page .title-content {
		padding-left: 150px;
		min-height: 470px
	}

	.banner-title .content-item {
		width: 126px;
		height: 126px;
		overflow: hidden;
		border-radius: 8px
	}

	.product-license {
		left: 0
	}
}

@media (max-width:767px) {
	.marketplace-page .title-content h1 {
		margin-bottom: 12px;
		font-size: 17px;
		font-weight: 700;
		line-height: 24px;
		padding-left: 16px;
		margin-top: -6px
	}

	.banner-title .content-item {
		position: relative;
		top: 3px;
		float: left;
		width: 72px;
		height: 72px;
		overflow: hidden;
		border-radius: 8px
	}

	.banner-title .item-logo .title-icon {
		width: 72px;
		height: 72px;
		left: 50%;
		top: 50%;
		margin: -36px 0 0 -36px
	}

	.banner-title .item-logo .title-icon img {
		height: 48px
	}

	.banner-title .breadcrumb {
		display: none
	}

	.product-license {
		padding-top: 18px
	}
}




.tab-content {
	background: #fff;
	box-shadow: 0 6px 20px rgba(0,0,0,.07)
}

.tab-content.tab-lg {
	margin-bottom: 20px!important
}

.tab-content>.tab-pane {
	padding: 26px 30px;
	display: none
}


.tab-content.tab-lg>.tab-pane {
	padding: 55px 64px
}

.title-content .tab-content.tab-sm .tab-sm {
	height: auto
}

.tab-content.tab-sm .tab-content .tab-pane {
	padding: 0
}

.tab-content.tab-sm>.tab-pane {
	position: relative;
	height: 100%;
	padding: 16px 24px 24px;
}

#tab-additional-services {
	padding-top: 20px
}

.tab-content.tab-sm>.tab-pane .tabs {
	margin-top: -16px;
	margin-bottom: 8px
}

.tab-content.tab-sm>.tab-pane .tab-pane .scroll-list {
	position: relative;
	margin: 8px 0;
	padding-right: 20px
}

.tab-content .tab-pane h3 {
	font-size: 24px;
	margin: 0 0 30px
}

.tab-content .tab-pane h3 .btn {
	float: right;
	margin-top: -3px
}

.tab-content .tab-pane p {
	margin-bottom: 17px;
	text-align: justify
}

.tab-content.tab-sm .tab-pane p {
	margin-bottom: 0;
	font-size: 13px;
	margin: 3px 0 5px;
	line-height: 30px;
}

.tab-content.tab-lg .tab-pane .list-check {
	overflow: hidden
}

.tab-content.tab-lg .tab-pane .list-check li {
	float: left;
	width: 50%;
	padding-right: 16px
}

.tab-content .tab-section+.tab-section {
	padding-top: 5px
}

.tab-content.tab-lg .tab-section+.tab-section {
	padding-top: 33px
}

.tab-section h5 {
	margin: 0 0 15px
}

.tab-section .list-styled+h5 {
	margin-top: 20px
}

.tab-section h6 {
	font-size: 11px;
	color: #a1a5b2;
	font-weight: 400;
	margin: 0 0 4px;
	text-transform: uppercase
}

.tab-section h5.tab-title {
	font-size: 15px
}

.tab-section-price .price {
	color: #2e3442
}

.tab-section-price .price.price-discounted {
	padding-top: 0;
	color: #ff8e2b
}

.tab-section-price .price small {
	display: block;
	font-size: 12px;
	color: #a1a5b2;
}

.tab-section-price .price>span {
	display: block;
	margin-top: -6px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #2e3442
}

.tab-section-price .price>span span {
	position: relative
}

.tab-section-price .price>span span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: #ff8e2b
}

.tab-section-price .price>span i {
	margin-left: 5px
}

.tab-actions {
	position: absolute
}

.tab-content .tab-content {
	box-shadow: none;
	background: none
}

.tab-content.tab-lg .tab-content .tab-pane {
	padding: 34px 0 18px
}

.tab-payment-method {
	box-shadow: none
}

.tab-payment-method .tab-pane {
	padding: 24px 0 0
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.tab-body-title {
	color: #2e3442;
	font-weight: 700
}


@media (min-width:1200px) {
	.tab-section-price {
		width: 236px
	}

	.tab-section-info {
		padding-left: 260px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.tab-section-price {
		width: 198px
	}

	.tab-section-info {
		padding-left: 220px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.tab-section-price {
		width: 246px
	}

	.tab-section-info {
		padding-left: 270px
	}
}

@media (min-width:768px) {
	.tab-content #tab-login {
		padding: 60px 0
	}

	.tab-lg .read-more,.tab-payment-method .tab-title {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.tab-content.tab-lg>.tab-pane {
		padding: 35px 36px
	}

	.tab-content.tab-lg .tab-section+.tab-section {
		padding-top: 13px
	}

	.tab-content.tab-lg>.tab-pane h2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 13px
	}

	.tab-section h5 {
		font-size: 16px;
		line-height: 24px
	}
}

@media (min-width:580px) {
	.title-content .tab-content.tab-sm {
		overflow: hidden;
		height: 264px
	}

	.tab-section-price {
		position: absolute;
		left: 24px;
		top: 16px;
		bottom: 24px;
		padding-right: 24px;
		padding-bottom: 112px;
		border-right: 1px solid #f2f4f5
	}

	.tab-section-price .price {
		font-size: 40px;
		font-weight: 300;
	}

	.tab-content.tab-sm>.tab-pane .tab-pane .scroll-list {
		height: 177px
	}

	.touchable .tab-content.tab-sm>.tab-pane .tab-pane .scroll-list {
		overflow-y: auto
	}

	.tab-actions {
		width: 100%;
		padding-right: 24px;
		bottom: 0
	}

	.tab-actions .btn {
		display: block;
		width: 100%
	}

	.tab-actions .btn+.btn {
		margin-top: 8px
	}

	.product-license .tab-sm .read-more {
		display: none
	}
}

@media (min-width:580px) and (max-width:767px) {
	.tab-section-price {
		width: 198px
	}

	.tab-section-info {
		padding-left: 220px
	}
}

@media (max-width:767px) {
	.tab-content #tab-login {
		padding: 24px 0
	}

	.nav-tabs>li>a {
		line-height: 40px
	}

	.tab-content.tab-lg>.tab-pane {
		padding: 21px 20px
	}

	.tab-content.tab-sm>.tab-pane {
		padding: 16px
	}

	.tab-content.tab-lg>.tab-pane h2 {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 13px
	}

	.tab-content.tab-lg .tab-section+.tab-section {
		padding-top: 3px
	}

	.tab-section h5 {
		font-size: 14px;
		line-height: 20px
	}

	.tab-content .tab-pane .list-styled li,.tab-content .tab-pane p {
		font-size: 13px;
		line-height: 20px
	}

	.tab-payment-method .tab-pane {
		display: block;
		padding: 0
	}

	.tab-payment-method .tab-title {
		margin: 0 -24px;
		border-top: 1px solid #e8ecf1;
		padding: 10px 24px
	}

	.tab-payment-method .tab-body {
		display: none;
		padding: 16px 0 0
	}

	.tab-payment-method .active .tab-body {
		display: block
	}

	.tab-content .read-more {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		color: #a1a6b2;
		line-height: 48px;
		text-align: center;
		font-weight: 700;
		background: #fff
	}

	.tab-content .read-more:hover {
		color: #335eea
	}

	.page-product-view .page-content .tab-content,.page-product-view .product-license>.tab-content {
		margin: 0 -10px
	}

	.page-product-view .tab-content .tab-pane {
		position: relative;
		padding-bottom: 48px
	}

	.page-product-view .tab-content .tab-pane.expanded {
		padding-bottom: 21px;
		height: auto!important
	}

	.page-product-view .tab-content .tab-pane.expanded .read-more,.page-product-view .tab-content>.tab-pane.expanded:after {
		display: none
	}

	.page-product-view .product-license>.tab-content>.tab-pane {
		overflow: hidden;
	}

	.page-product-view #main-content-container>.tabs .nav-tabs>li.tab-right {
		display: none!important
	}

	.page-product-view #main-content-container .tab-content .tab-pane {
		height: 280px;
		overflow: hidden
	}

	.page-product-view #main-content-container .tab-content .tab-pane:after {
		position: absolute;
		content: " ";
		left: 0;
		bottom: 48px;
		height: 24px;
		width: 100%;
		background: #fff;
		background: -webkit-linear-gradient(270deg,#fff,hsla(0,0%,100%,.5));
		background: linear-gradient(0deg,#fff,hsla(0,0%,100%,.5))
	}
}

@media (max-width:579px) {
	.tabs {
		margin-left: -4px;
		margin-right: -4px
	}

	.nav-sm.nav-tabs>li>a {
		padding: 0 4px
	}

	.tab-section-price .price {
		font-size: 22px;
		font-weight: 600;
		padding-top: 16px;
		margin-bottom: 17px
	}

	.tab-section-price .price small {
		margin-top: 1px;
		font-weight: 300
	}

	.tab-section-price h6 {
		display: none
	}

	.tab-actions {
		right: 16px;
		top: 24px
	}

	.tab-actions .btn {
		font-size: 13px;
		font-weight: 600;
		padding-top: 7px;
		padding-bottom: 7px
	}

	.tab-actions .btn.btn-outline {
		padding: 8px 4px
	}

	.tab-actions .btn+.btn {
		margin-left: 8px
	}

	
}



.nav-tabs {
	white-space: nowrap;
	min-width: 100%;
	border: none;
}

.nav-sm.nav-tabs {
	margin-top: 4px
}

.nav-tabs>li {
	display: inline-block
}

.nav-tabs>li.tab-right {
	position: absolute;
	right: 0;
	margin-right: 0
}

.nav-tabs>li>a {
	position: relative;
	display: block;
	padding: 0 8px;
	margin-right: 16px;
	color: #5c5f66;
	font-weight: 700;
	line-height: 50px
}

.nav-tabs>li>a>i {
	font-size: 19px;
	vertical-align: sub;
	margin-right: 15px
}

.tab-lg .nav-tabs>li>a>i {
	font-size: 26px;
	vertical-align: top;
	margin-top: 11px;
	display: inline-block
}

.nav-sm.nav-tabs>li>a {
	margin-right: 8px;
	line-height: 40px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #a1a5b2
}

.nav-sm.nav-tabs>li.active>a {
	font-weight: 700
}

.nav-transparent {
	margin-bottom: 11px
}

.nav-transparent>li>a {
	color: rgba(221,238,255,.8)
}

.nav-tabs .badge {
	vertical-align: top;
	margin: 16px 0 0 8px
}

.nav-transparent .badge-outline {
	border-color: rgba(140,176,213,.5);
	color: rgba(221,238,255,.8)
}

.nav-tabs:not(.nav-transparent)>li>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: transparent;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.nav-tabs.nav-sm:not(.nav-transparent)>li>a:after {
	height: 2px
}

.nav-transparent>li.active>a,.nav-transparent>li.active>a:focus,.nav-transparent>li.active>a:hover {
	color: #fff
}

.nav-sm>li>a.active,.nav-sm>li>a.active:focus,.nav-sm>li>a.active:hover,.nav-sm>li>a:hover,.nav-tabs>li>a:hover {
	color: #335eea
}

.nav-transparent>li>a:hover {
	color: #fff
}

.nav-tabs:not(.nav-transparent)>li>a.active:after {
	background: #335eea
}

@media (max-width:767px) {
	.nav.nav-tabs {
		white-space: nowrap
	}

	.nav.nav-tabs li {
		float: none;
		display: inline-block
	}

	.nav-tabs>li>a {
		margin-right: 4px
	}

	.overview-header .nav-tabs li .badge,.page-product-view .nav-tabs li .badge {
		display: none
	}

	.page-product-view .page-content .nav-transparent>li>a {
		color: #a1a6b2
	}

	.page-product-view .page-content .nav-transparent>li.active a,.page-product-view .page-content .nav-transparent>li>a:hover {
		color: #2e3442
	}
}




.marketplace-page.page-product-view h1 {
    color: #fff;
    margin-bottom: 5px;
}

.marketplace-page.page-product-view .lead {
    color: rgba(221,238,255,.8);
    font-size: 16px;
}

ul.list-product-info {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #fff;
}


.list-product-info {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-product-info li {
	display: inline-block
}

.list-product-info li,.list-product-info li a,.list-product-info li span {
	color: rgba(221,238,255,.8);
	font-size: 13px
}

.list-product-info li a:hover {
	color: #335eea
}

.list-product-info li i:not(.zmdi-star) {
	margin-right: 5px;
	margin-top: -1px;
	vertical-align: top;
	font-size: 16px
}

.list-product-info li .stars i {
	letter-spacing: -1.5px;
	font-size: 14px
}

.list-product-info li .stars .zmdi-star {
	color: rgba(0,0,0,.6)
}

.list-product-info li .stars .zmdi-star.active {
	color: #fff
}

@media (min-width:1200px) {
	.list-product-info li:not(:last-of-type) {
		padding-right: 24px
	}

	.product-overview .list-product-info li:not(:last-of-type) {
		padding-right: 16px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.list-product-info li:not(:last-of-type) {
		padding-right: 16px
	}
}

@media (max-width:767px) {
	.list-product-info {
		margin-bottom: 0;
		padding-left: 90px
	}

	.list-product-info li>i {
		margin-right: 2px
	}
}

@media (min-width:580px) and (max-width:767px) {
	.list-product-info li:not(:last-of-type) {
		padding-right: 16px
	}

	.list-product-info li:last-of-type {
		display: none
	}
}

@media (max-width:579px) {
	.list-product-info li:nth-of-type(1n+2) {
		display: none
	}

	.list-product-info li .stars i {
		font-size: 12px
	}
}

.changelog-section {
	padding-top: 5px;
	padding-bottom: 11px
}

.changelog-section .changelog-version {
	position: relative;
	margin: 4px 0 26px;
	padding-left: 105px
}

.changelog-section .changelog-version span:first-of-type {
	position: absolute;
	left: 13px;
	top: 0;
	color: #2e3442;
	font-size: 24px;
	font-weight: 800
}

.changelog-section .changelog-version span:last-of-type {
	display: inline-block;
	color: #a1a5b2;
	font-weight: 400;
	font-size: 14px;
	vertical-align: top
}

.changelog-list {
	position: relative;
	padding-left: 90px;
	padding-bottom: 13px
}

.label-container .label {
	box-shadow: none
}

.changelog-list .list-styled {
	padding-left: 8px
}

.changelog-list .list-styled li {
	padding: 2px 0 2px 32px
}

.changelog-list .list-styled li:before {
	top: 2px
}

.changelog-new-feature .list-styled li:before {
	color: #335eea
}

.changelog-new-feature .label {
	background: #335eea
}

.changelog-improved .list-styled li:before,.changelog-improvement .list-styled li:before {
	color: #2caed4
}

.changelog-improved .label,.changelog-improvement .label {
	background: #2caed4
}

.changelog-bug-fix .list-styled li:before,.changelog-fix .list-styled li:before {
	color: #f25050
}

.changelog-bug-fix .label,.changelog-fix .label {
	background: #f25050
}

.changelog-changed .label {
	background: #1f75cc
}

.changelog-changed .list-styled li:before {
	color: #1f75cc
}

.changelog-removed .label {
	background: #f90
}

.changelog-removed .list-styled li:before {
	color: #f90
}

.changelog-others .label {
	color: #959da6;
	background: #e1e4e6
}

.changelog-others .list-styled li:before {
	color: #e1e4e6
}

.changelog-launch .label {
	background: #a481eb
}

.changelog-launch .list-styled li:before {
	color: #a481eb
}

@media (min-width:768px) and (max-width:991px) {
	.changelog-section .changelog-version {
		margin-bottom: 16px
	}

	.changelog-section .changelog-version span:first-of-type {
		font-size: 18px;
		left: 27px
	}
}

@media (min-width:768px) {
	.changelog-list .label-container {
		position: absolute;
		left: 0;
		top: 3px;
		width: 80px
	}

	.label-container .label {
		float: right;
		display: block
	}
}

@media (max-width:767px) {
	.changelog-section {
		padding-top: 8px
	}

	.changelog-section .changelog-version span:first-of-type {
		left: 0;
		font-size: 17px;
		display: block;
		text-align: right;
		width: 68px;
		padding-right: 12px
	}

	.changelog-section .changelog-version {
		padding-left: 68px;
		margin-bottom: 13px
	}

	.changelog-list {
		padding-left: 0
	}

	.changelog-section>.changelog-list:last-of-type {
		padding-bottom: 0
	}

	.changelog-section .list-styled {
		padding: 0
	}

	.label-container {
		padding-bottom: 13px
	}

	.label-container .label {
		padding: 0;
		background: none
	}

	.changelog-new-feature .label {
		color: #335eea
	}

	.changelog-improved .label,.changelog-improvement .label {
		color: #2caed4
	}

	.changelog-bug-fix .label,.changelog-fix .label {
		color: #f25050
	}

	.changelog-changed .label {
		color: #1f75cc
	}

	.changelog-removed .label {
		color: #f25050
	}

	.changelog-others .label {
		color: #e1e4e6
	}

	.changelog-launch .label {
		color: #a481eb
	}
}

.review-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.review-list li {
	padding: 20px 0 17px;
	border-bottom: 1px solid #f2f4f5
}

.review-list li:last-of-type {
	border: 0
}

.review-header {
	margin-bottom: 13px;
	color: #2e3442;
	font-size: 15px;
	font-weight: 700
}

.review-header .date {
	float: right;
	font-weight: 400;
	font-size: 13px;
	color: #a1a5b2
}

.review-body {
	margin-bottom: 17px;
	font-style: italic;
	line-height: 25px
}

.review-footer {
	overflow: hidden
}

.review-footer .rating i {
	font-size: 17px;
	color: #dfe3e8;
	letter-spacing: -3px;
	vertical-align: top;
	margin: 3px 0 0
}

.review-footer .rating i.active {
	color: #ffc300
}

.review-footer .helpfull {
	float: right;
	font-size: 13px;
	color: #a1a5b2
}

.review-footer .helpfull a {
	padding: 2px 12px 0 10px;
	color: #737980;
	display: inline-block;
	font-size: 19px
}

.add-review {
	overflow: hidden;
	padding-top: 44px;
	border-top: 1px solid #f2f4f5
}

.add-review .review-actions {
	padding-top: 4px;
	overflow: hidden
}

.add-review .review-actions .btn {
	float: right;
	min-width: 176px
}

.add-review .rating {
	float: left;
	padding: 13px 0;
	color: #a1a5b2
}

.add-review .rating span {
	float: left;
	margin-top: 1px;
	margin-right: 12px
}

.add-review .rating i {
	color: #dfe3e8;
	font-size: 24px;
	margin-top: -3px;
	vertical-align: top;
	float: left;
	cursor: pointer
}

.add-review .rating i.active {
	color: #ffc300
}

.add-review .alert {
	margin-bottom: 0
}

.add-review>.btn {
	float: right;
	min-width: 175px
}

@media (max-width:767px) {
	.add-review {
		padding-top: 20px
	}

	.tab-content .tab-pane .add-review h3 {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 13px
	}

	.add-review .review-actions .btn {
		float: none;
		display: block;
		min-height: 48px;
		width: 100%
	}

	.add-review .form-group>.col-sm-6:first-of-type .form-control {
		margin-bottom: 12px
	}

	.add-review .rating {
		padding: 4px 0 16px
	}
}

.title-container, .title-content {
    position: relative;
}
.list-check li:before {
    font-family: 'Feather' !important;
    content: "\e92b";
    font-size: 15px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
    text-align: center;
    background-color: rgba(51,94,234,.1);
    color: #335eea;
    border-radius: 50%;
    line-height: 20px;
}

ul.list-check {
    list-style: none;
    margin: 0;
    padding: 0;
}



ul.list-check li {
    font-size: 13px;
    line-height: 30px;
    padding-left: 32px;
    position: relative;
}

.list-product-info li .stars .fe-thumbs-up.active {
    color: #fff;
}
.list-product-info li .stars .fe-thumbs-up {
    color: rgba(0,0,0,.6);
}


.pages-nav {
	height: 58px;
	border-bottom: 1px solid #d8d8d8;
}
.pages-navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.pages-navbar > li {
	flex: 1;
	text-align: center;
}
.pages-navbar > li.actived > a {
	box-shadow: inset 0px -2px 0px 0px #2b55f0;
}
.pages-navbar > li > a {
	font-size: 16px;
    display: block;
    color: #212121;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 58px;
    text-decoration: none;
}


  
	.banner-slider .slider-content a span {
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -55px;
		background: #2e3442;
		color: #fefefe;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 700;
		width: 110px;
		padding: 5px 12px;
		text-align: center;
		opacity: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		z-index: 10
	}

	.banner-slider .slider-content a span.odin {
		width: 214px;
		margin-left: -107px
	}

	.banner-slider .slider-content a:hover span {
		opacity: 1
	}

	.home-page .slider-content a span:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-top-color: #2e3442;
		bottom: -5px;
		left: 50%;
		margin-left: -5px;
		border-width: 5px 5px 0;
		border-top-color: #2d3544
	}
}



.title-slider .slider-logo .item-icon:before {
	width: calc(100% + 64px);
	height: calc(100% + 64px);
	margin-top: calc(-50% - 32px);
	margin-left: calc(-50% - 32px);
	background: hsla(0,0%,100%,.04)
}

.title-slider .slider-logo .item-icon:after {
	width: calc(100% + 128px);
	height: calc(100% + 128px);
	margin-top: calc(-50% - 64px);
	margin-left: calc(-50% - 64px);
	background: hsla(0,0%,100%,.02)
}

.title-slider .slider-logo .item-slogan {
	font-size: 24px;
	line-height: 26px;
	color: rgba(0,0,0,.5);
	text-transform: uppercase
}

.title-slider .slider-logo .item-slogan b {
	font-weight: 900
}

@media (min-width:1200px) {
	.title-content {
		width: 58%
	}

	.title-slider {
		width: 42%
	}

	.title-slider .slider-logo .item-slogan {
		padding: 0 120px
	}
}

@media (min-width:992px) {
	.slider-item,.slider-logo {
		height: 456px
	}

	.title-content {
		padding-left: 40px
	}

	.title-content .product-license {
		left: 40px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.title-content {
		width: 60%
	}

	.title-slider {
		width: 40%
	}

	.title-slider .slider-logo.item-slogan {
		padding: 0 24px
	}
}

@media (min-width:992px) {
	.title-container {
		display: flex;
		align-content: stretch
	}

	.title-content,.title-slider {
		float: left
	}

	.banner-title .content-item {
		display: none
	}
}

@media (min-width:768px) {
	.title-content {
		min-height: 456px;
		/* padding-bottom: 329px */
	}

	.title-content .product-license {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (max-width:991px) {
	.title-slider {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.marketplace-page .title-content {
		padding-left: 150px;
		min-height: 470px
	}

	.banner-title .content-item {
		width: 126px;
		height: 126px;
		overflow: hidden;
		border-radius: 8px
	}

	.product-license {
		left: 0
	}
}

@media (max-width:767px) {
	.marketplace-page .title-content h1 {
		margin-bottom: 12px;
		font-size: 17px;
		font-weight: 700;
		line-height: 24px;
		padding-left: 16px;
		margin-top: -6px
	}

	.banner-title .content-item {
		position: relative;
		top: 3px;
		float: left;
		width: 72px;
		height: 72px;
		overflow: hidden;
		border-radius: 8px
	}

	.banner-title .item-logo .title-icon {
		width: 72px;
		height: 72px;
		left: 50%;
		top: 50%;
		margin: -36px 0 0 -36px
	}

	.banner-title .item-logo .title-icon img {
		height: 48px
	}

	.banner-title .breadcrumb {
		display: none
	}

	.product-license {
		padding-top: 18px
	}
}




.tab-content {
	background: #fff;
	box-shadow: 0 6px 20px rgba(0,0,0,.07)
}

.tab-content.tab-lg {
	margin-bottom: 20px!important
}

.tab-content>.tab-pane {
	padding: 26px 30px;
	display: none
}

.tab-content>.active {
	display: block
}

.tab-content.tab-lg>.tab-pane {
	padding: 55px 64px
}

.title-content .tab-content.tab-sm .tab-sm {
	height: auto
}

.tab-content.tab-sm .tab-content .tab-pane {
	padding: 0
}

.tab-content.tab-sm>.tab-pane {
	position: relative;
	height: 100%;
	padding: 16px 24px 24px;
}

#tab-additional-services {
	padding-top: 20px
}

.tab-content.tab-sm>.tab-pane .tabs {
	margin-top: -16px;
	margin-bottom: 8px
}

.tab-content.tab-sm>.tab-pane .tab-pane .scroll-list {
	position: relative;
	margin: 8px 0;
	padding-right: 20px
}

.tab-content .tab-pane h3 {
	font-size: 24px;
	margin: 0 0 30px
}

.tab-content .tab-pane h3 .btn {
	float: right;
	margin-top: -3px
}

.tab-content .tab-pane p {
	margin-bottom: 17px;
	text-align: justify
}

.tab-content.tab-sm .tab-pane p {
	margin-bottom: 0;
	font-size: 13px;
	margin: 3px 0 5px;
	line-height: 30px;
}

.tab-content.tab-lg .tab-pane .list-check {
	overflow: hidden
}

.tab-content.tab-lg .tab-pane .list-check li {
	float: left;
	width: 50%;
	padding-right: 16px
}

.tab-content .tab-section+.tab-section {
	padding-top: 5px
}

.tab-content.tab-lg .tab-section+.tab-section {
	padding-top: 33px
}

.tab-section h5 {
	margin: 0 0 15px
}

.tab-section .list-styled+h5 {
	margin-top: 20px
}

.tab-section h6 {
	font-size: 11px;
	color: #a1a5b2;
	font-weight: 400;
	margin: 0 0 4px;
	text-transform: uppercase
}

.tab-section h5.tab-title {
	font-size: 15px
}

.tab-section-price .price {
	color: #2e3442
}

.tab-section-price .price.price-discounted {
	padding-top: 0;
	color: #ff8e2b
}

.tab-section-price .price small {
	display: block;
	font-size: 12px;
	color: #a1a5b2;
}

.tab-section-price .price>span {
	display: block;
	margin-top: -6px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #2e3442
}

.tab-section-price .price>span span {
	position: relative
}

.tab-section-price .price>span span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: #ff8e2b
}

.tab-section-price .price>span i {
	margin-left: 5px
}

.tab-actions {
	position: absolute
}

.tab-content .tab-content {
	box-shadow: none;
	background: none
}

.tab-content.tab-lg .tab-content .tab-pane {
	padding: 34px 0 18px
}

.tab-payment-method {
	box-shadow: none
}

.tab-payment-method .tab-pane {
	padding: 24px 0 0
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.tab-body-title {
	color: #2e3442;
	font-weight: 700
}


@media (min-width:1200px) {
	.tab-section-price {
		width: 236px
	}

	.tab-section-info {
		padding-left: 260px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.tab-section-price {
		width: 198px
	}

	.tab-section-info {
		padding-left: 220px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.tab-section-price {
		width: 246px
	}

	.tab-section-info {
		padding-left: 270px
	}
}

@media (min-width:768px) {
	.tab-content #tab-login {
		padding: 60px 0
	}

	.tab-lg .read-more,.tab-payment-method .tab-title {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.tab-content.tab-lg>.tab-pane {
		padding: 35px 36px
	}

	.tab-content.tab-lg .tab-section+.tab-section {
		padding-top: 13px
	}

	.tab-content.tab-lg>.tab-pane h2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 13px
	}

	.tab-section h5 {
		font-size: 16px;
		line-height: 24px
	}
}

@media (min-width:580px) {
	.title-content .tab-content.tab-sm {
		overflow: hidden;
		height: 264px
	}

	.tab-section-price {
		position: absolute;
		left: 24px;
		top: 16px;
		bottom: 24px;
		padding-right: 24px;
		padding-bottom: 112px;
		border-right: 1px solid #f2f4f5
	}

	.tab-section-price .price {
		font-size: 40px;
		font-weight: 300;
	}

	.tab-content.tab-sm>.tab-pane .tab-pane .scroll-list {
		height: 177px
	}

	.touchable .tab-content.tab-sm>.tab-pane .tab-pane .scroll-list {
		overflow-y: auto
	}

	.tab-actions {
		width: 100%;
		padding-right: 24px;
		bottom: 0
	}

	.tab-actions .btn {
		display: block;
		width: 100%
	}

	.tab-actions .btn+.btn {
		margin-top: 8px
	}

	.product-license .tab-sm .read-more {
		display: none
	}
}

@media (min-width:580px) and (max-width:767px) {
	.tab-section-price {
		width: 198px
	}

	.tab-section-info {
		padding-left: 220px
	}
}

@media (max-width:767px) {
	.tab-content #tab-login {
		padding: 24px 0
	}

	.nav-tabs>li>a {
		line-height: 40px
	}

	.tab-content.tab-lg>.tab-pane {
		padding: 21px 20px
	}

	.tab-content.tab-sm>.tab-pane {
		padding: 16px
	}

	.tab-content.tab-lg>.tab-pane h2 {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 13px
	}

	.tab-content.tab-lg .tab-section+.tab-section {
		padding-top: 3px
	}

	.tab-section h5 {
		font-size: 14px;
		line-height: 20px
	}

	.tab-content .tab-pane .list-styled li,.tab-content .tab-pane p {
		font-size: 13px;
		line-height: 20px
	}

	.tab-payment-method .tab-pane {
		display: block;
		padding: 0
	}

	.tab-payment-method .tab-title {
		margin: 0 -24px;
		border-top: 1px solid #e8ecf1;
		padding: 10px 24px
	}

	.tab-payment-method .tab-body {
		display: none;
		padding: 16px 0 0
	}

	.tab-payment-method .active .tab-body {
		display: block
	}

	.tab-content .read-more {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		color: #a1a6b2;
		line-height: 48px;
		text-align: center;
		font-weight: 700;
		background: #fff
	}

	.tab-content .read-more:hover {
		color: #335eea
	}

	.page-product-view .page-content .tab-content,.page-product-view .product-license>.tab-content {
		margin: 0 -10px
	}

	.page-product-view .tab-content .tab-pane {
		position: relative;
		padding-bottom: 48px
	}

	.page-product-view .tab-content .tab-pane.expanded {
		padding-bottom: 21px;
		height: auto!important
	}

	.page-product-view .tab-content .tab-pane.expanded .read-more,.page-product-view .tab-content>.tab-pane.expanded:after {
		display: none
	}

	.page-product-view .product-license>.tab-content>.tab-pane {
		overflow: hidden;
	}

	.page-product-view #main-content-container>.tabs .nav-tabs>li.tab-right {
		display: none!important
	}

	.page-product-view #main-content-container .tab-content .tab-pane {
		height: 280px;
		overflow: hidden
	}

	.page-product-view #main-content-container .tab-content .tab-pane:after {
		position: absolute;
		content: " ";
		left: 0;
		bottom: 48px;
		height: 24px;
		width: 100%;
		background: #fff;
		background: -webkit-linear-gradient(270deg,#fff,hsla(0,0%,100%,.5));
		background: linear-gradient(0deg,#fff,hsla(0,0%,100%,.5))
	}
}

@media (max-width:579px) {
	.tabs {
		margin-left: -4px;
		margin-right: -4px
	}

	.nav-sm.nav-tabs>li>a {
		padding: 0 4px
	}

	.tab-section-price .price {
		font-size: 22px;
		font-weight: 600;
		padding-top: 16px;
		margin-bottom: 17px
	}

	.tab-section-price .price small {
		margin-top: 1px;
		font-weight: 300
	}

	.tab-section-price h6 {
		display: none
	}

	.tab-actions {
		right: 16px;
		top: 24px
	}

	.tab-actions .btn {
		font-size: 13px;
		font-weight: 600;
		padding-top: 7px;
		padding-bottom: 7px
	}

	.tab-actions .btn.btn-outline {
		padding: 8px 4px
	}

	.tab-actions .btn+.btn {
		margin-left: 8px
	}

	
}



.nav-tabs {
	white-space: nowrap;
	min-width: 100%;
	border: none;
}

.nav-sm.nav-tabs {
	margin-top: 4px
}

.nav-tabs>li {
	display: inline-block
}

.nav-tabs>li.tab-right {
	position: absolute;
	right: 0;
	margin-right: 0
}

.nav-tabs>li>a {
	position: relative;
	display: block;
	padding: 0 8px;
	margin-right: 16px;
	color: #5c5f66;
	font-weight: 700;
	line-height: 50px
}

.nav-tabs>li>a>i {
	font-size: 19px;
	vertical-align: sub;
	margin-right: 15px
}

.tab-lg .nav-tabs>li>a>i {
	font-size: 26px;
	vertical-align: top;
	margin-top: 11px;
	display: inline-block
}

.nav-sm.nav-tabs>li>a {
	margin-right: 8px;
	line-height: 40px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #a1a5b2
}

.nav-sm.nav-tabs>li.active>a {
	font-weight: 700
}

.nav-transparent {
	margin-bottom: 11px
}

.nav-transparent>li>a {
	color: rgba(221,238,255,.8)
}

.nav-transparent>li>a.active:after {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: -8px;
	vertical-align: middle;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}

.nav-tabs .badge {
	vertical-align: top;
	margin: 16px 0 0 8px
}

.nav-transparent .badge-outline {
	border-color: rgba(140,176,213,.5);
	color: rgba(221,238,255,.8)
}

.nav-tabs:not(.nav-transparent)>li>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: transparent;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.nav-tabs.nav-sm:not(.nav-transparent)>li>a:after {
	height: 2px
}

.nav-sm>li>a.active,.nav-sm>li>a.active:focus,.nav-sm>li>a.active:hover,.nav-sm>li>a:hover,.nav-tabs>li>a:hover {
	color: #335eea
}

.nav-transparent>li>a:hover {
	color: #fff
}

.nav-tabs:not(.nav-transparent)>li>a.active:after {
	background: #335eea
}

@media (max-width:767px) {
	.nav.nav-tabs {
		white-space: nowrap
	}

	.nav.nav-tabs li {
		float: none;
		display: inline-block
	}

	.nav-tabs>li>a {
		margin-right: 4px
	}

	.overview-header .nav-tabs li .badge,.page-product-view .nav-tabs li .badge {
		display: none
	}

	.page-product-view .page-content .nav-transparent>li>a {
		color: #a1a6b2
	}

	.page-product-view .page-content .nav-transparent>li.active a,.page-product-view .page-content .nav-transparent>li>a:hover {
		color: #2e3442
	}
}




.marketplace-page.page-product-view h1 {
    color: #fff;
    margin-bottom: 5px;
}

.marketplace-page.page-product-view .lead {
    color: rgba(221,238,255,.8);
    font-size: 16px;
}

ul.list-product-info {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #fff;
}


.list-product-info {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-product-info li {
	display: inline-block
}

.list-product-info li,.list-product-info li a,.list-product-info li span {
	color: rgba(221,238,255,.8);
	font-size: 13px
}

.list-product-info li a:hover {
	color: #335eea
}

.list-product-info li i:not(.zmdi-star) {
	margin-right: 5px;
	margin-top: -1px;
	vertical-align: top;
	font-size: 16px
}

.list-product-info li .stars i {
	letter-spacing: -1.5px;
	font-size: 14px
}

.list-product-info li .stars .zmdi-star {
	color: rgba(0,0,0,.6)
}

.list-product-info li .stars .zmdi-star.active {
	color: #fff
}

@media (min-width:1200px) {
	.list-product-info li:not(:last-of-type) {
		padding-right: 24px
	}

	.product-overview .list-product-info li:not(:last-of-type) {
		padding-right: 16px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.list-product-info li:not(:last-of-type) {
		padding-right: 16px
	}
}

@media (max-width:767px) {
	.list-product-info {
		margin-bottom: 0;
		padding-left: 90px
	}

	.list-product-info li>i {
		margin-right: 2px
	}
}

@media (min-width:580px) and (max-width:767px) {
	.list-product-info li:not(:last-of-type) {
		padding-right: 16px
	}

	.list-product-info li:last-of-type {
		display: none
	}
}

@media (max-width:579px) {
	.list-product-info li:nth-of-type(1n+2) {
		display: none
	}

	.list-product-info li .stars i {
		font-size: 12px
	}
}

.changelog-section {
	padding-top: 5px;
	padding-bottom: 11px
}

.changelog-section .changelog-version {
	position: relative;
	margin: 4px 0 26px;
	padding-left: 105px
}

.changelog-section .changelog-version span:first-of-type {
	position: absolute;
	left: 13px;
	top: 0;
	color: #2e3442;
	font-size: 24px;
	font-weight: 800
}

.changelog-section .changelog-version span:last-of-type {
	display: inline-block;
	color: #a1a5b2;
	font-weight: 400;
	font-size: 14px;
	vertical-align: top
}

.changelog-list {
	position: relative;
	padding-left: 90px;
	padding-bottom: 13px
}

.label-container .label {
	box-shadow: none
}

.changelog-list .list-styled {
	padding-left: 8px
}

.changelog-list .list-styled li {
	padding: 2px 0 2px 32px
}

.changelog-list .list-styled li:before {
	top: 2px
}

.changelog-new-feature .list-styled li:before {
	color: #335eea
}

.changelog-new-feature .label {
	background: #335eea
}

.changelog-improved .list-styled li:before,.changelog-improvement .list-styled li:before {
	color: #2caed4
}

.changelog-improved .label,.changelog-improvement .label {
	background: #2caed4
}

.changelog-bug-fix .list-styled li:before,.changelog-fix .list-styled li:before {
	color: #f25050
}

.changelog-bug-fix .label,.changelog-fix .label {
	background: #f25050
}

.changelog-changed .label {
	background: #1f75cc
}

.changelog-changed .list-styled li:before {
	color: #1f75cc
}

.changelog-removed .label {
	background: #f90
}

.changelog-removed .list-styled li:before {
	color: #f90
}

.changelog-others .label {
	color: #959da6;
	background: #e1e4e6
}

.changelog-others .list-styled li:before {
	color: #e1e4e6
}

.changelog-launch .label {
	background: #a481eb
}

.changelog-launch .list-styled li:before {
	color: #a481eb
}

@media (min-width:768px) and (max-width:991px) {
	.changelog-section .changelog-version {
		margin-bottom: 16px
	}

	.changelog-section .changelog-version span:first-of-type {
		font-size: 18px;
		left: 27px
	}
}

@media (min-width:768px) {
	.changelog-list .label-container {
		position: absolute;
		left: 0;
		top: 3px;
		width: 80px
	}

	.label-container .label {
		float: right;
		display: block
	}
}

@media (max-width:767px) {
	.changelog-section {
		padding-top: 8px
	}

	.changelog-section .changelog-version span:first-of-type {
		left: 0;
		font-size: 17px;
		display: block;
		text-align: right;
		width: 68px;
		padding-right: 12px
	}

	.changelog-section .changelog-version {
		padding-left: 68px;
		margin-bottom: 13px
	}

	.changelog-list {
		padding-left: 0
	}

	.changelog-section>.changelog-list:last-of-type {
		padding-bottom: 0
	}

	.changelog-section .list-styled {
		padding: 0
	}

	.label-container {
		padding-bottom: 13px
	}

	.label-container .label {
		padding: 0;
		background: none
	}

	.changelog-new-feature .label {
		color: #335eea
	}

	.changelog-improved .label,.changelog-improvement .label {
		color: #2caed4
	}

	.changelog-bug-fix .label,.changelog-fix .label {
		color: #f25050
	}

	.changelog-changed .label {
		color: #1f75cc
	}

	.changelog-removed .label {
		color: #f25050
	}

	.changelog-others .label {
		color: #e1e4e6
	}

	.changelog-launch .label {
		color: #a481eb
	}
}

.review-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.review-list li {
	padding: 20px 0 17px;
	border-bottom: 1px solid #f2f4f5
}

.review-list li:last-of-type {
	border: 0
}

.review-header {
	margin-bottom: 13px;
	color: #2e3442;
	font-size: 15px;
	font-weight: 700
}

.review-header .date {
	float: right;
	font-weight: 400;
	font-size: 13px;
	color: #a1a5b2
}

.review-body {
	margin-bottom: 17px;
	font-style: italic;
	line-height: 25px
}

.review-footer {
	overflow: hidden
}

.review-footer .rating i {
	font-size: 17px;
	color: #dfe3e8;
	letter-spacing: -3px;
	vertical-align: top;
	margin: 3px 0 0
}

.review-footer .rating i.active {
	color: #ffc300
}

.review-footer .helpfull {
	float: right;
	font-size: 13px;
	color: #a1a5b2
}

.review-footer .helpfull a {
	padding: 2px 12px 0 10px;
	color: #737980;
	display: inline-block;
	font-size: 19px
}

.add-review {
	overflow: hidden;
	padding-top: 44px;
	border-top: 1px solid #f2f4f5
}

.add-review .review-actions {
	padding-top: 4px;
	overflow: hidden
}

.add-review .review-actions .btn {
	float: right;
	min-width: 176px
}

.add-review .rating {
	float: left;
	padding: 13px 0;
	color: #a1a5b2
}

.add-review .rating span {
	float: left;
	margin-top: 1px;
	margin-right: 12px
}

.add-review .rating i {
	color: #dfe3e8;
	font-size: 24px;
	margin-top: -3px;
	vertical-align: top;
	float: left;
	cursor: pointer
}

.add-review .rating i.active {
	color: #ffc300
}

.add-review .alert {
	margin-bottom: 0
}

.add-review>.btn {
	float: right;
	min-width: 175px
}

@media (max-width:767px) {
	.add-review {
		padding-top: 20px
	}

	.tab-content .tab-pane .add-review h3 {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 13px
	}

	.add-review .review-actions .btn {
		float: none;
		display: block;
		min-height: 48px;
		width: 100%
	}

	.add-review .form-group>.col-sm-6:first-of-type .form-control {
		margin-bottom: 12px
	}

	.add-review .rating {
		padding: 4px 0 16px
	}
}

.title-container, .title-content {
    position: relative;
}
.list-check li:before {
    font-family: 'Feather' !important;
    content: "\e92b";
    font-size: 15px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
    text-align: center;
    background-color: rgba(51,94,234,.1);
    color: #335eea;
    border-radius: 50%;
    line-height: 20px;
}

ul.list-check {
    list-style: none;
    margin: 0;
    padding: 0;
}



ul.list-check li {
    font-size: 13px;
    line-height: 30px;
    padding-left: 32px;
    position: relative;
}

.list-product-info li .stars .fe-thumbs-up.active {
    color: #fff;
}
.list-product-info li .stars .fe-thumbs-up {
    color: rgba(0,0,0,.6);
}


.pages-nav {
	height: 58px;
	border-bottom: 1px solid #d8d8d8;
}
.pages-navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.pages-navbar > li {
	flex: 1;
	text-align: center;
}
.pages-navbar > li.actived > a {
	box-shadow: inset 0px -2px 0px 0px #335eea;
	color: #335eea;
}
.pages-navbar > li > a {
	font-size: 16px;
    display: block;
    color: #212121;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 58px;
    text-decoration: none;
}



.title-slider {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,.07);
	-moz-box-shadow: 0 6px 20px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,.07)
}

.title-slider .lSSlideOuter {
	position: absolute;
	width: 100%
}

.slider-item,.slider-logo {
	height: 100%;
	background: #fff;
	padding-bottom: 84px
}

.slider-item>a,.slider-logo>a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 84px;
	left: 0;
	right: 0;
	overflow: hidden
}

.title-slider .slider-item a img,.title-slider .slider-logo a img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.banner-title .item-logo {
	display: table;
	height: 100%;
	width: 100%
}

.banner-title .item-logo .title-icon {
	width: 112px;
	height: 112px;
	left: 50%;
	top: 50%;
	margin: -56px 0 0 -56px
}

.banner-title .item-logo .title-icon span:before {
	width: calc(100% + 32px);
	height: calc(100% + 32px);
	margin-top: calc(-50% - 16px);
	margin-left: calc(-50% - 16px)
}

.banner-title .item-logo .title-icon span:after {
	width: calc(100% + 64px);
	height: calc(100% + 64px);
	margin-top: calc(-50% - 32px);
	margin-left: calc(-50% - 32px)
}

.banner-title .item-logo .title-icon img {
	width: 72px
}

.banner-title .item-logo a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1024;
	text-align: center;
}

.title-slider .slider-item .item-icon {
	position: relative;
	left: auto;
	top: auto;
	display: inline-block;
	width: 224px;
	height: 224px;
	margin: 0 auto
}

.title-slider .slider-item .item-icon img {
	width: 144px
}

.title-slider .slider-item .item-icon:after,.title-slider .slider-item .item-icon:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%
}

.title-slider .slider-item .item-icon:after,.title-slider .slider-item .item-icon:before,.title-slider .slider-item .item-icon span {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%
}

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

.title-slider .slider-item .item-icon:before {
	width: calc(100% + 64px);
	height: calc(100% + 64px);
	margin-top: calc(-50% - 32px);
	margin-left: calc(-50% - 32px);
	background: hsla(0,0%,100%,.04)
}

.title-slider .slider-item .item-icon:after {
	width: calc(100% + 128px);
	height: calc(100% + 128px);
	margin-top: calc(-50% - 64px);
	margin-left: calc(-50% - 64px);
	background: hsla(0,0%,100%,.02)
}

.title-slider .slider-item .item-slogan {
	font-size: 24px;
	line-height: 26px;
	color: rgba(0,0,0,.5);
	text-transform: uppercase
}

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

.banner-title .content-item {
	position: absolute;
	left: 0;
	top: 0
}

.title-content .content-item .title-slogan {
	display: none
}

@media (min-width:1200px) {
	.title-content {
		width: 58%
	}

	.title-slider {
		width: 42%
	}

	.title-slider .slider-item .item-slogan {
		padding: 0 120px
	}
}

@media (min-width:992px) {
	.slider-item {
		height: 456px
	}

	.title-content {
		padding-left: 40px
	}

	.title-content .product-license {
		left: 40px
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.title-content {
		width: 60%
	}

	.title-slider {
		width: 40%
	}

	.title-slider .slider-item .item-slogan {
		padding: 0 24px
	}
}

@media (min-width:992px) {
	.title-container {
		display: flex;
		align-content: stretch
	}

	.title-content,.title-slider {
		float: left
	}

	.banner-title .content-item {
		display: none
	}
}

@media (min-width:768px) {
	.title-content {
		min-height: 456px;
		padding-bottom: 329px
	}

	.title-content .product-license {
		position: absolute;
		bottom: 0;
		right: 0
	}
}

@media (max-width:991px) {
	.title-slider {
		display: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.marketplace-page .title-content {
		padding-left: 150px;
		min-height: 470px
	}

	.banner-title .content-item {
		width: 126px;
		height: 126px;
		overflow: hidden;
		border-radius: 8px
	}

	.product-license {
		left: 0
	}
}

@media (max-width:767px) {
	.marketplace-page .title-content h1 {
		margin-bottom: 12px;
		font-size: 17px;
		font-weight: 700;
		line-height: 24px;
		padding-left: 16px;
		margin-top: -6px
	}

	.banner-title .content-item {
		position: relative;
		top: 3px;
		float: left;
		width: 72px;
		height: 72px;
		overflow: hidden;
		border-radius: 8px
	}

	.banner-title .item-logo .title-icon {
		width: 72px;
		height: 72px;
		left: 50%;
		top: 50%;
		margin: -36px 0 0 -36px
	}

	.banner-title .item-logo .title-icon img {
		height: 48px
	}

	.banner-title .breadcrumb {
		display: none
	}

	.product-license {
		padding-top: 18px
	}
}


.slider-item.first.widget-plesk-extended-for-whmcs {
    background: linear-gradient(
160deg
, #4369ec 0%,#4067ec 100%);
}
.title-slider .slider-logo .item-icon {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    width: 224px;
    height: 224px;
    margin: 0 auto;
    color: transparent;
}
.header-label .label-short {
    top: 0;
}
.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;
}

.label {
    display: inline;
    padding: 6px 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    text-transform: uppercase;
}

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

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

.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;
}
.label-22 {
    background-color: #67ad27;
    color: #ffffff;
}


.lSSlideOuter {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%
}

.lightSlider:after,.lightSlider:before {
	content: " ";
	display: table
}

body:not(.support-page) .lightSlider:not(.nav-tabs) {
	margin: 0;
	height: 100%!important
}

.lightSlider>[class*=col-] {
	padding: 0
}

.lSSlideWrapper.usingCss .lSFade>.slide-active {
    opacity: 1;
}

.lSSlideWrapper {
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.lSSlideWrapper>.lightSlider:after {
	clear: both
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
	position: relative
}

.lSSlideWrapper .lSFade>* {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.title-slider .first {
	position: relative;
	z-index: 10
}

.lSSlideWrapper .lSFade>.slide-active {
	z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.slide-active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #428bca
}

.lSSlideOuter .media {
	opacity: .8
}

.lSSlideOuter .media.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 83px;
	padding: 8px 0 8px 8px;
	min-width: 100%;
	background: rgba(0,0,0,.1);
	list-style: none outside none;
	margin: 0!important;
	overflow: hidden;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.lSSlideOuter .lSPager.lSGallery li {
	max-height: 67px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	opacity: .5;
	height: 100%
}

.lSSlideOuter .lSPager.lSGallery li:last-of-type {
	margin-right: 0!important
}

.lSSlideOuter .lSPager.lSGallery li.active {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: 100%;
	width: 100%
}

.lSSlideOuter .lSPager.lSGallery li.slide-active,.lSSlideOuter .lSPager.lSGallery li:hover {
	opacity: 1
}

.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both
}

@media (min-width:992px) {
	.title-slider {
		max-height: 456px
	}

	.title-slider .lSSlideOuter {
		background: #e9edf2
	}
}

.lSAction>a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	-webkit-transition: opacity .35s linear 0s;
	transition: opacity .35s linear 0s
}

.lSAction>a:hover {
	opacity: 1
}

.lSAction>.lSPrev {
	background-position: 0 0;
	left: 10px
}

.lSAction>.lSNext {
	background-position: -32px 0;
	right: 10px
}

.lSAction>a.disabled {
	pointer-events: none
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden
}

.lSSlideOuter.vertical {
	position: relative
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute!important;
	right: 0;
	top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100%!important;
	max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px
}

.lSSlideOuter.lSrtl {
	direction: rtl
}

.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager {
	padding-left: 0;
	padding-bottom: 0!important;
	list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager {
	padding-right: 0
}

.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li {
	float: left
}

.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li {
	float: right!important
}

@-webkit-keyframes rightEnd {
	0% {
		left: 0
	}

	50% {
		left: -15px
	}

	to {
		left: 0
	}
}

@keyframes rightEnd {
	0% {
		left: 0
	}

	50% {
		left: -15px
	}

	to {
		left: 0
	}
}

@-webkit-keyframes topEnd {
	0% {
		top: 0
	}

	50% {
		top: -15px
	}

	to {
		top: 0
	}
}

@keyframes topEnd {
	0% {
		top: 0
	}

	50% {
		top: -15px
	}

	to {
		top: 0
	}
}

@-webkit-keyframes leftEnd {
	0% {
		left: 0
	}

	50% {
		left: 15px
	}

	to {
		left: 0
	}
}

@keyframes leftEnd {
	0% {
		left: 0
	}

	50% {
		left: 15px
	}

	to {
		left: 0
	}
}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0
	}

	50% {
		bottom: -15px
	}

	to {
		bottom: 0
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0
	}

	50% {
		bottom: -15px
	}

	to {
		bottom: 0
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd .3s;
	animation: topEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd .3s;
	animation: bottomEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.slider-item.lslide.active {
    opacity: 1;
}

.label.label-2.label-short {
    background: #EE6452;
    color: #fff;
}

.product-license .tab-pane.product-infomartion {
    display: block!important;
}

.nav-transparent>li>a.active, .nav-transparent>li>a.active:focus, .nav-transparent>li>a.active:hover {color:#fff;}



.details-title {
    color: #7d7b78;
    font-family: averta-extra-bold,sans-serif;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 39px;
    margin-top: 30px;
    margin-bottom: 0;
}
.details-desc {
	color: #949291;
	font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}

.tab-section .table {
	border-left: 1px solid #dee2e6;
}
.tab-section .table>tbody>tr>td {
    padding: 12px 15px !important;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.tab-section .table>tbody>tr:last-child>td {
	border-bottom: 1px solid #dee2e6;
}

.banner-title .item-logo {
    display: table;
    height: 100%;
    width: 100%;
}


@media (max-width: 767px){
.banner-title .item-logo .title-icon img {
    height: 48px;
}
.marketplace-page .title-content h1 {
    margin-left: 72px;
}
.marketplace-page.page-product-view .lead{margin-left: 72px;padding-left: 16px;}
ul.list-product-info{display:none;}
}
.banner-title .item-logo .title-icon img {
    width: 72px;
}
.title-icon>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 72px;
    margin: auto;
    color: transparent;
    border: none;
    outline: none;
}
img {
    vertical-align: middle;
}


div#main-content-container .tab-right {
    display: none;
}

ul.lSPager.lSGallery li:first-child {
    display: none;
}

.slider-logo.lslide.active {
    opacity: 1;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient( 
160deg
 , #4369ec 0%,#4067ec 100%);
    display: block;
}

.slider-logo.lslide {
    opacity: 0;
    display:none;
}


