.product-box .product-img {
	width: 100%;
	height: 150px;
	background-repeat: round;
	background-size: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.product-box .product-details h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
}

.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: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.products .card.blacklist {
	background-color: #26262630 !important;
	border-radius: 15px;
	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: 25px !important;
		height: 25px !important;
		border-radius: 50% !important
	}
	
	.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;
}

.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: 15px;
	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: 15px;
}

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: 15px;
	-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: 15px;
}

@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: 15px;
    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: 15px;
}

.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: 15px 15px 0 0;
}

.catalog.left ul li:last-child {
	border-radius: 0 0 15px 15px;
}

.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: 15px;
}

.place img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}