.product-box {
	overflow: hidden;
	border: 1px solid rgba(124, 103, 253, .12);
	box-shadow: 0 12px 30px rgba(44, 50, 63, .06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-box:hover {
	transform: translateY(-3px);
	border-color: rgba(124, 103, 253, .32);
	box-shadow: 0 18px 38px rgba(44, 50, 63, .11);
}

.product-box .product-img {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	overflow: hidden;
}

.product-box .product-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 22, 35, 0) 45%, rgba(18, 22, 35, .3) 100%);
	pointer-events: none;
}

.product-box .product-details {
	padding: 16px;
}

.product-box .product-details h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 8px;
}

.product-box .product-details p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 3.9em;
	margin-bottom: 10px;
	color: rgba(44, 50, 63, .72);
}

.product-box .product-details .badge {
	border-radius: 4px;
	font-weight: 600;
}

.product-box .product-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 6px;
}

.product-page-main > .row {
	align-items: stretch;
}

.product-page-main > .row > [class*="col-"] > .card,
.product-page-main > .row > [class*="col-"] > .card > .card-body {
	/* height: 100%; */
}

.product-page-main .card {
	border: 1px solid rgba(124, 103, 253, .12);
	box-shadow: 0 12px 30px rgba(44, 50, 63, .06);
}

.product-page-main .product-slider {
	margin-bottom: 14px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(44, 50, 63, .04);
}

.product-page-main #sync1 .item {
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(44, 50, 63, .04);
	overflow: hidden;
	border-radius: 8px;
}

.product-page-main #sync1 .item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.product-page-main #sync2 {
	margin-top: 14px;
}

.product-page-main #sync2 .item {
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(44, 50, 63, .05);
	overflow: hidden;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.product-page-main #sync2 .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-page-main #sync2 .owl-item.current .item {
	border: 2px solid var(--theme-deafult);
	box-shadow: 0 0 0 3px rgba(124, 103, 253, .12);
}

.product-page-main #sync2 .owl-item:not(.current) .item {
	opacity: .72;
}

.product-page-details h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0;
}

body.dark-only .product-box {
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

body.dark-only .product-box .product-details p {
	color: rgba(255, 255, 255, .62);
}

body.dark-only .product-page-main .card {
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

body.dark-only .product-page-main #sync1 .item,
body.dark-only .product-page-main #sync2 .item,
body.dark-only .product-page-main .product-slider {
	background: rgba(255, 255, 255, .04);
}

@media only screen and (max-width: 575.98px) {
	.product-box .product-img {
		min-height: 180px;
	}

	.product-page-main #sync1 .item {
		min-height: 190px;
	}

	.product-page-main #sync2 .item {
		min-height: 62px;
	}
}

.user-profile .hovercard .cardheader {
	background-size: cover;
	background-position: 0;
	height: 240px;
}

.custom-card .card-header img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.custom-card .card-profile img {
	width: 115px;
}

.products ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.products ul li.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products ul li.buttons {
	text-align: center;
}

.products ul li.buttons .btn {
	padding: .5rem;
	width: auto;
}

.products .stats .value,
.products .stats .text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.products .stats .value {
	font-size: 24px;
}

.products .btn.output {
	border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.products .card.blacklist {
	background-color: #26262630 !important;
	border-radius: 4px;
	border: 1px solid #a92840 !important;
}

select.select-stars,
select.select-stars:focus,
select.select-stars option {
	color: #7366ff;
}

button[data-toggle='catalog-left'] {
	display: none;
}

@media only screen and (max-width: 575.98px) {
	.profile-nav {
		display: block !important
	}
	
	.profile-nav .media.profile-media img {
		width: 32px !important;
		height: 32px !important;
		border-radius: 50% !important
	}
	
	.welcome {
		display: none;
	}
	
	.catalog.left {
		display: none;
		animation: fadeInFromNone 1s ease-in-out;
	}
	
	.place {
		display: none;
	}
	
	button[data-toggle='catalog-left'] {
		display: block;
	}
}

.ecommerce-widgets .fa-sign-out,
.ecommerce-widgets .fa-clock-o,
.ecommerce-widgets .fa-hourglass-start,
.ecommerce-widgets .fa-ban,
.ecommerce-widgets .fa-power-off,
.ecommerce-widgets .fa-shopping-cart,
.ecommerce-widgets .fa-calendar {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9));
    background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}

#wall {
    padding: 0 0 15px 0;
	margin-bottom: 24px;
}

.output img.wallet {
	width: 100%
}

.output img.wallet.auto {
	width: auto !important;
}

.output .card-footer {
	padding: 0
}

.output .card-footer form .form-control {
	border: 0 !important;
	border-bottom-left-radius: 15px !important;
	border-top-left-radius: 0 !important;
	margin-left: 0 !important;
}

.output .card-footer form .p0 {
	border: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	margin-left: 0 !important;
}

.output .card-footer form .form-select {
	border: 0 !important;
	border-bottom-left-radius: 15px !important;
	border-top-left-radius: 0 !important;
	margin-left: 0 !important;
}

.output .card-footer form .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 15px !important;
}

.output .card-body {
	height: 182.02px;
}

.output .card-footer form {
	margin-bottom: 0;
}

.page-wrapper.horizontal-wrapper .page-header .header-wrapper .form-control-plaintext {
	width: 100% !important;
}

.search-full {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

li.onhover-dropdown ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logoText {
    font-family: "Arial";
    vertical-align: sub;
    font-size: 18px;
    color: #7b66ff;
    font-weight: 500;
}

.page-wrapper.only-body .page-header .header-wrapper .nav-right {
	top: 46px !important;
}

.alert-primary a,
.alert-primary a:hover, 
.alert-primary a:focus {
	color: #7eff66 !important;
}

.product-box .product-img .icon_category {
	display: flex;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	border-radius: 4px;
	background-color: #007be3;
	color: #fff;
}

.product-box .product-img .icon_category img {
	border-radius: 4px;
}

.product-box .product-img .icon_category img:hover+ .category,
.product-box .product-img .icon_category .category:hover,
.product-box .product-img .icon_category:hover {
	display: flex;
}

.product-box .product-img .icon_category .category {
	display: none;
	justify-content: center;
	align-items: center;
	margin-left: 4px;
	margin-right: 4px;
}

.card.settings.profile .avatar img {
	width: 120px;
	height: 120px;
	border-radius: 15px
}

.customizer-links {
	z-index: 9 !important;
}

.customizer-contain.open {
	z-index: 9 !important;
	border-radius: 15px 0 0 15px !important;
}

.customizer-links > .nav {
	border-radius: 8px 0 0 8px !important;
}

.mini-chat .sender {
	position: fixed;
	width: 290px;
	bottom: 12px;
}

.mini-chat #chat-history .message {
	display: flex;
	margin-bottom: 12px;
}

.mini-chat #chat-history .data {
	display: grid;
	margin-left: 8px;
}

.mini-chat #chat-history .message .avatar img {
	border-radius: 8px;
	width: 50px;
	height: 50px;
}

.fa.fa-check {
	font-size: 12px;
	color: #7da0f1;
    vertical-align: middle;
}

body {
	overflow: overlay;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(68, 102, 242, .50);
}

.product-page-main .history {
	background-color: rgba(0,0,0,.02);
	border-radius: 4px;
	padding:20px;
	max-height: 350px;
}

.product-page-main .history ul {
	display: grid;
	max-height: 270px;
	overflow-y: auto;
}

.product-page-main .history ul li {
	text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-page-main .history ul li:hover {
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-wrapper .page-header .header-wrapper .nav-right .flip-card,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front {
	height: auto !important;
}

body {
    top: 0 !important;
    position: static !important;
}

.skiptranslate {
    display: none !important;
}

label.logoText font {
	vertical-align: unset !important;
}

.purse {
	white-space: pre-line;
	text-align: center;
	font-size: 14px;
}

.purse img {
	max-width: 120px;
	max-height: 120px;
}

.purse span {
	font-size: 24px;
	font-weight: 600;
}

.btn.btn-seller-history {
	border-radius: 4px;
}

body.dark-only .jconfirm-box {
	color: white;
	background: rgb(44 47 54);
}

.jconfirm-box {
	color: black;
}

.group .category {
	cursor: pointer;
	border: none;
	margin-bottom: 30px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	min-height: 200px;
	background-size: cover;
	background-position: 0;
}

.group .category:hover {
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -webkit-transform: scale(.99);
    -o-transform: scale(.99);
	transform: scale(.99);
	transition-duration: .5s;
}

.group .category:hover:after {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	content: attr(data-width);
	color: white;
	font-size: 1.7rem;
}

.group .category::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	border-radius: 4px;
}

@media only screen and (max-width: 575.98px) {
	.group .category {
		transform: scale(.99);
		transition-duration: 0.18182s;
	}
	
	.group .category:after {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		position: absolute;
		content: attr(data-width);
		color: white;
		font-size: 1.2rem;
	}
	
	.group .category:hover:after {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		position: absolute;
		content: attr(data-width);
		color: white;
		font-size: 1.2rem;
	}
}


.freelance ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.freelance ul li.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.freelance ul li.buttons {
	text-align: center;
}

.freelance ul li.buttons .btn {
	padding: .5rem;
	width: auto;
}

.freelance .stats .value,
.freelance .stats .text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.freelance .stats .value {
	font-size: 24px;
}

.freelance .btn.output {
	border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.your-msg .answer {
	position: absolute;
	top: 30px;
	right: 30px;
}

.your-msg .answer .fa.fa-paper-plane {
	color: #1b6cff;
}

.your-msg .answer .fa.fa-exclamation-triangle {
	color: #f00;
}

.alert-i {
    background-color: transparent;
    border-color: transparent;
    color: #5e5e5e;
    border-left-width: 4px;
    border-color: #bbb #bbb #bbb rgba(169,39,249,0.9);
	border-radius: 4px;
}

.alert-i span {
	font-size: 16px;
	font-weight: 500;
}

.product-price span.info {
    right: 15px;
    font-size: 14px;
    position: absolute;
    font-weight: 400;
	color: rgb(0 0 0 / 50%);
}

.dark-only .alert-i a {
	color: #05ffba;
}

.cursor-help {
    cursor: help;
}

.placeholder {
    vertical-align: middle !important;
    opacity: .5 !important;
    pointer-events: none !important;
}

.ecommerce-widgets .fa-solid.fa-user-group {
	font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9));
    background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}

#income.modal .modal-body .tab {
	margin-top: 14px;
	height: 400px;
	overflow-y: scroll;
}

.catalog.left ul li {
	display: flex !important;
	padding: 12px;
	
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog.left ul li:first-child {
	border-radius: 4px 4px 0 0;
}

.catalog.left ul li:last-child {
	border-radius: 0 0 4px 4px;
}

.catalog.left ul li .icon {
	border-radius: 8px;
    width: 24px;
    height: 24px;
}

.catalog.left ul li .name {
	display: flex;
	align-items: center;
	width: 100%;
	margin-left: 8px;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog.left ul li:hover {
	background: rgb(124 103 253 / 40%);
	cursor: pointer;
}

.catalog.left ul li.active {
	background: rgb(124 103 253 / 40%);
}

button[data-toggle='catalog-left'] {
	margin-bottom: 12px;
}

.place {
	border-radius: 4px;
}

.place img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
	width: max-content;
}

body.dark-only .login-card .login-main .theme-form .checkbox label::before {
	border-color: #6c757d !important
}

body.dark-only .login-card .logo {
	display: flex;
	justify-content: center;
}

.user-products {
	display: -webkit-box;
	width: 100%;
	overflow-x: hidden;
}

.user-products:hover {
	overflow-x: scroll;
}

.user-products::-webkit-scrollbar {
	height: 8px;
}

.user-products .product {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	height: 80px;
	background-position: center;
    background-size: cover;
	width: 33.333333%;
	border-radius: 4px;
	margin-right: 8px;
	cursor: pointer;
	padding: 22px;
}

.user-products .product:hover {
	filter: brightness(0.5);
}

.user-products .product:last-child {
	margin-right: 0;
}

.user.wall input[name='attachment'] {
	display: none;
}

.user.wall .media {
	margin-bottom: 12px;
}

.user.wall .media hr {
	margin: 8px 0 !important;
}

.user.wall .media .attachment {
	font-size: 12px;
}

.user.wall .media:last-child {
	margin-bottom: 0;
}

.user.wall .media img.avatar {
	width: 48px;
	height: 48px;
	border-radius: 8px;
}

.user.wall .media .info .name {
	display: block;
	font-size: 16px;
}

.welcome .card,
.welcome .card .card-body {
	height: 140px;
}

.welcome .card .card-body {
	padding: 15px;
	text-align: center;
}

.welcome .card img {
	width: auto !important;
	height: calc(100% - 24px);
}

.welcome .card .card-body span {
	display: block;
	font-size: 16px;
	margin-top: 4px;
}

.welcome .card {
	cursor: pointer;
}

.welcome .card:hover {
	background: var(--theme-deafult);
	color: white;
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

.footer-find {
	display: flex !important;
	justify-content: center !important;
}

.footer-copyright {
	max-width: 1560px !important;
}

.CodeMirror-scroll {
    overflow: scroll !important;
    width: calc(100% - 1%) !important;
    overflow-y: scroll !important;
    height: 300px !important;
}

@media only screen and (max-width: 575.98px) {
	.declaration {
		display: none;
	}
}

.declaration .card .card-title {
	text-align: center;
	padding: 15px 15px 0 15px;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.declaration .card .card-body {
	padding: 15px;
}

.declaration .card .card-body table.table {
	font-size: 12px;
}

.declaration .card .card-body table.table tbody tr td.profile,
.declaration .card .card-body table.table tbody tr td.profile img {
	width: 48px;
	height: 48px;
	border-radius: 8px;
}

.declaration .card .card-body.reviews,
.declaration .card .card-body.sales {
    max-height: 271px;
    overflow-y: scroll;
}

.declaration .card .card-body.stats table.table tbody tr td.icon {
	width: 32px;
	height: auto;
	color: #8468fc !important;
	font-size: 18px;
}

.declaration .card .card-body.stats table.table tbody tr td.rowCount {
	font-size: 14px;
}

.declaration .card .card-body table.table tbody tr td .product {
    font-style: italic;
    font-size: 8px;
	margin-bottom: 4px;
}

.page-wrapper .page-body-wrapper .page-title .row h3 {
	font-size: 18px !important;
    text-transform: uppercase !important;
}

.icon_category img {
	width: 30px;
	height: 30px;
}

.page-wrapper.material-type .page-header {
	border-radius: 4px 4px 0 0;
}

.page-wrapper.material-type .page-body-wrapper .page-body {
	border-radius: 0 0 4px 4px;
}

.declaration .card .card-title {
	border-radius: 4px 4px 0 0;
}

.card {
	border-radius: 4px;
}

.product-box {
	border-radius: 4px;
}
