
:root{
	--white-color:#fff;
	--black-color: #000;
	
	--dark-color-1: rgb(17, 24, 39);
	--dark-color-2: rgb(55, 65, 81);
	--dark-color-3: #6b7280;
	
	--gray-color-300: rgb(209, 213, 219);
	--gray-color-100: rgb(243, 244, 246);
	--gray-color-200: rgb(229, 231, 235);
	--gray-color-400: #6b72800d;
	--gray-color-500: rgb(107, 114, 128);
	--gray-color-600: rgb(75, 85, 99);
	
	--light-color-1: rgb(22, 163, 74);
	--light-color-2: rgb(22, 163, 74);
	
	--red-color: #ff0000;
	
	--tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

/* Login Page */

.admin-login-page{
	position:relative;
	min-height:100vh;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0;
	padding:10px;
	box-sizing:border-box;
}
.admin-login-page .login-form{
	max-width:432px;
	box-sizing:border-box;
}
.admin-login-page .login-form:before{
	content:'';
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    top:0;
    transform:translateY(-0.5px);
    width: 66.666667%;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-to: rgba(229, 231, 235, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(74 222 128 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to);
    --tw-gradient-to: #e5e7eb;
}
.admin-login-page .login-form #site-name{
	padding:0;
	overflow:hidden;
}
.admin-login-page .login-form #site-name #logo img{
	width:100%;
	max-width:100px;	
}
.admin-login-page .login-form .form-login-wrap{
	position:initial;
	margin-top:24px;
}
.admin-login-page .login-form .form-login-wrap .field{
	margin:8px 0 0px;
}
.admin-login-page .submit-btn{
	height:36px;
}

/* Pages */

#main .sidebar{
	max-width:320px;
	max-height:100vh;
	position:sticky;
	top:0px;
	transition:all 400ms ease-in-out;
}
#main .sidebar.small{
	max-width:85px;
}
#main .sidebar.small .logo{
	display:none;
}
#main .sidebar .logo img{
	height:50px;
}
#main .sidebar.small  nav #menu > li > a img{
	display:block;
}
#main .sidebar.small nav #menu > li > a{
	justify-content:center;
}
#main .sidebar.small nav #menu > li > a span{
	display:none;	
}
#main .sidebar.small nav #menu > li ul li a{
	justify-content:center;
}
#main .sidebar.small nav #menu > li ul li a span{
	display:none;	
}
#main .sidebar.small .header-wrap{
	justify-content:center;
}
#main .sidebar .header-wrap .toggle-sidebar svg.small{
	display:none;	
}
#main .sidebar.small .header-wrap .toggle-sidebar svg.small{
	display:block;
}
#main .sidebar.small .header-wrap .toggle-sidebar svg.expand{
	display:none;
}
#main .sidebar nav #menu{
	height:unset;
	display:flex;
	flex-direction:column;
	padding:0 10px;
	position:relative;
	gap:10px;
	box-sizing:border-box;
	width:100%;
	margin:0;
}
#main .sidebar .header-wrap{
	padding:5px 1rem;
	height:67px;
}
#main .sidebar nav #menu > li{
	float:unset;
	width:100%;
	height:unset;
	margin:0;
	border-bottom:1px solid var(--gray-color-200);
}
#main .sidebar nav #menu > li:hover > a{
	background:var(--light-color-1);
	color:var(--white-color);
}
#main .sidebar nav #menu > li > a{
	font-weight:700;
	padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size:14px;
    background:transparent;
    height:unset;
    border:0;
    color:var(--gray-color-600);
    text-shadow:unset;
    transition-duration: 75ms;
    text-transform:uppercase;
	letter-spacing: .05em;
	font-family: 'Roboto', sans-serif !important;
	line-height:20px;
	white-space:nowrap;
}
#main .sidebar nav #menu > li > a{
	margin-bottom:5px;
}
#main .sidebar nav #menu > li > a img{
	display:none;
	position:initial;
}
#main .sidebar nav #menu > li ul{
	position:initial;
	opacity:1;
	visibility:initial;
	display:block;
	background:transparent;
	margin-bottom:15px;
	width:100% !important;
}
#main .sidebar nav #menu > li ul li{
	height:unset;
}
#main .sidebar nav #menu > li ul li a{
	background:transparent;
	color:var(--dark-color-1) !important;
	border:0;
	display:flex;
	gap: 0.75rem;
	font-weight:600;
    justify-content: flex-start;
    align-items: center;
    display: flex !important;
    font-size:14px;
    line-height:16px;
	color:var(--gray-color-600);
	padding:5px 12px;
    transition-duration: 75ms;
	border-radius: 0.5rem;
	text-shadow:unset;
	font-family: 'Roboto', sans-serif !important;
	white-space:nowrap;
}
#main .sidebar nav #menu > li ul li a:hover{
	background:var(--gray-color-300);
}
#main .sidebar nav #menu > li ul li a img{
	position:initial;
}
#main .sidebar:not(.small) nav #menu > li ul li a img{
	display:none;
}
#main .sidebar nav #menu > li > a img{
	display:none;
}
#main .main-content{
	flex:1;
}
#main .main-content #header{
	margin:0;
	height:67px;
	position:sticky;
	top:0;
}
#main .main-content #header #flags{
	position:initial;
}
#main .main-content #header #auth{
	all: unset !important;
	position:relative !important;
}
#main .main-content #header #auth .dropdown{
	right:0;
	left:unset;
	opacity:0;
	visibility:hidden;
	transition:all 400ms ease-in-out;
	padding-top:10px;
	top:130%;
}
#main .main-content #header #auth:hover .dropdown{
	opacity:1;
	top:100%;
	visibility:initial;
}
#main .main-content #header #auth .dropdown ul  li a:hover span{
	color:var(--white-color);
}
#main .main-content #header #auth .dropdown ul  li a:hover svg{
	fill:var(--white-color);
}
#main .main-content #header #languageDiv #flags{
	gap:6px;
}
#main .main-content #header #languageDiv #flags a{
	padding:5px 7px;
	border-radius:5px;
}
#main .main-content #header #languageDiv #flags a.imgLimbaAct{
	background:var(--light-color-1);
	color:var(--white-color);
}
#main .main-content #content{
	margin:0;
	background:transparent;
	box-shadow:unset;
	border:0;
	padding:0 32px;
}
#main #footer{
	margin:0;
	text-align:center;
	padding:20px 15px;
	color:#919bae;
	font-family: 'Roboto', sans-serif !important;
	flex:1;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	box-shadow:0 -2px 3px rgba(0,0,0,.04);
	background:var(--white-color);
}

.font{
	font-family: 'Roboto', sans-serif !important;
}
body{
	font-family: 'Roboto', sans-serif !important;
}

/* Common */

[type=text], [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color:var(--white-color);
    border-color: var(--dark-color-3);
    border-width: 1px;
    border-radius: 0;
    border-style:solid;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 29px;
    --tw-shadow: 0 0 var(--black-color);
}
[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
    border-color: #2563eb;
}

/* Positions */

.initial{
	position:initial;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}

/* Text colors */

.text-primary-500 {
    color:var(--light-color-2);
}
.text-gray-700 {
    color: var(--dark-color-2);
}
.text-gray-900 {
    color: var(--dark-color-1);
}
.text-gray-600 {
    color: var(--gray-color-600);
}
.text-gray-500 {
    color: var(--gray-color-500);
}
.text-white {
    color:var(--white-color);
}
.text-red{
	color:var(--red-color);
}
.hover-text-white:hover {
    color: var(--white-color);
}
.hover-text-primary-500:hover {
    color: var(--light-color-2);
}
.focus-underline:focus{
	text-decoration:underline;
}

/* Line Height */

.leading-4 {
    line-height: 16px;
}

/* Font weight */

.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

/* Font size */
.text-xs {
    font-size: 12px;
    line-height: 16px;
}

.text-sm {
    font-size: 14px;
    line-height: 16px;
}
.text-md {
    font-size: 16px;
    line-height: 20px;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* Align */

.text-center {
    text-align: center;
}

/* Spacing */

.p-0{
	padding:0;
}
.p-8 {
    padding: 2rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.m-0{
	margin:0;
}
.ml-4 {
    margin-left: 1rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mb-4{
	margin-bottom:15px;	
}
.mt-4{
	margin-bottom:15px;	
}
.mt-6{
	margin-top:30px;	
}
.pb-2{
	padding-bottom:10px;
}

/* Min Height */
.min-h-screen {
    min-height: 100vh;
}

/* Background */

.bg-primary-600 {
    background:var(--light-color-1);
}
.bg-dark-100 {
    background:var(--dark-color-1);
}
.bg-gray-200 {
    background-color: var(--gray-color-200);
}
.bg-blue-100 {
    background-color:#4780ae;
}
.bg-gray-100 {
   background:#f5f8f9;
}
.bg-white {
    background-color: var(--white-color);
}
.bg-transparent{
	background:transparent;
}
.hover-bg-primary-500:hover {
    background:var(--light-color-2);
}

.tracking-tight {
    letter-spacing: -.025em;
}


/* Transitions */

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.transition-colors {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.duration-75 {
    transition-duration: 75ms;
}

/* Border */

.border-b {
    border-width:0 0 1px;
}
.border-t {
    border-width:1px 0 0;
}
.border {
    border-width: 1px;
}
.border-0{
	border-width:0;
}
.border-solid{
	border-style:solid;
}
.border-transparent {
    border-color: transparent;
}
.border-gray-300 {
    border-color:var(--gray-color-300);
}
.border-gray-200 {
    border-color: var(--gray-color-200);
}
.border-gray-100 {
    border-color: var(--gray-color-200);
}

/* Radius */

.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}

/* Width height  */

.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.h-full-screen{
	height:100vh;
}
.h-16 {
    height: 4rem;
}
.w-10 {
    width: 2.5rem;
}
.h-10 {
    height: 2.5rem;
}
.max-w-14 {
    max-width: 14rem;
}
.w-14{
	width: 14rem;
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}
.h-12 {
    height: 3rem;
}

/* Display */

.block {
    display: block;
}

/* Shadow */

.shadow-sm{
	box-shadow:0 1px 2px 0 rgba(0, 0, 0,.05);
}
.shadow-2xl{
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus-ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: var(--light-color-2);
}
.focus-border-primary-500:focus {
    border-color: var(--light-color-2);
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    animation-duration: 50000s;
    animation-name: livewireautofill;
}
.flex{
	display:flex;
	flex-wrap:wrap;
}
.flex-col{
	flex-direction:column;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-start{
	justify-content:flex-start;
}
.justify-end{
	justify-content:flex-end;
}
.justify-between{
	justify-content:space-between;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}
.flex-row{
	flex-direction:row;
	flex-wrap:unset;
}
.flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
}
.flex-1 {
    flex: 1 1 0%;
}
.hidden{
	display:none;	
}
.gap-6 {
    gap: 1.5rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-4{
	gap:1rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.mt-4{
	margin-top:16px;
}
.cursor-pointer{
	cursor:pointer;
}
.z-10 {
    z-index: 10;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.sticky {
    position: sticky;
}
.top-0 {
    top: 0px;
}

.overflow-x-clip {
    overflow-x: clip;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.border-box{
	box-sizing:border-box;	
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}
.ring-black-5 {
    --tw-ring-color: rgb(0 0 0 / .05);
}

/* Grid */
.grid {
    display: grid;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (min-width: 1024px){
	.lg-border-r {
	    border-right-width: 1px;
	    border-right-style:solid;
	}
	.lg-px-4 {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.lg-px-8 {
	    padding-left: 2rem;
	    padding-right: 2rem;
	}
	.lg-flex {
	    display: flex;
	}
	.lg-ml-3 {
	    margin-left: 0.75rem;
	}
	.lg-gap-8 {
	    gap: 2rem;
	}
	.lg-grid-cols-2 {
	    grid-template-columns: repeat(2,minmax(0,1fr));
	}
}
@media (min-width: 768px){
	.md-px-6 {
	    padding-left: 1.5rem;
	    padding-right: 1.5rem;
	}
}
@media (min-width: 640px){
	.sm-px-4 {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.sm-py-4 {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	}
	.sm-text-xl {
	    font-size: 1.25rem;
	    line-height: 1.75rem;
	}
}
@keyframes livewireautofill{
	0% {}
} 

/* Scrollbar */

::-webkit-scrollbar {
  width: 5px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: var(--light-color-1);
}

/* Modules */

#list_customers_container, 
#list_discount_codes_container, 
#modul-main-container, 
#list_products_new_container, 
#list_customers2_container,
#list_customers3_container,
#list_pricealert_container,
#list_orders_container,
#list_orders4_container,
#list_ordersen_container,
#list_ordersemag_container,
#list_precomenzi_container,
#list_precomenzi2_container,
#list_orders2_container,
#list_discount_container,
#list_ordersc_container,
#list_ordersc2_container,
#list_coduri_container,
#list_coduri2_container,
#list_products2_container,
#list_filters_container,
#list_variations_container,
#list_brands_container,
#list_comenturi_container, 
#list_recenzii_container,
#list_video_container, 
#list_slide2_container,
#list_foto_container, 
#list_slide_container,
#list_pages_container,
#list_news_container,
#list_background_container,
#list_tags_container,
#list_newsletter_emails_container,
#list_brand3_container,
#list_brands2_container,
#list_dpd2_container,
#list_config_container,
#list_payment_methods_container,
#list_defines_container,
#list_shipping_methods_container,
#list_dpd_container,
#list_econt_container,
#list_standard_container,
#list_tari_container,
#list_currencies_container,
#list_admins_container,
#list_sms_container,
#list_admins_logs_container,
#list_emails_container{
	margin: 0;
    background: transparent;
    box-shadow: unset;
    border: 0;
    padding: 0 5px;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:10px;
}
 #list_customers_container > h2,
 #list_admins_logs_container > h2,
 #list_sms_container > h2,
 #list_emails_container > h2,
 #list_admins_container > h2,
 #list_currencies_container > h2,
 #list_tari_container > h2,
 #list_standard_container > h2,
 #list_econt_container > h2,
 #list_dpd_container > h2,
 #list_shipping_methods_container > h2,
 #list_defines_container > h2,
 #list_payment_methods_container > h2,
 #list_config_container > h2,
 #list_pages_container > h2, 
 #list_brand3_container > h2,
 #list_brands2_container > h2,
 #list_dpd2_container > h2,
 #list_newsletter_emails_container > h2,
 #list_tags_container > h2,
 #list_background_container > h2,
 #list_news_container > h2,
 #list_discount_codes_container > h2, 
 #modul-main-container > h2, 
 #list_products_new_container > h2, 
 #list_customers2_container > h2, 
 #list_customers3_container > h2,
 #list_pricealert_container > h2,
 #list_orders_container > h2,
 #list_orders4_container > h2,
 #list_ordersen_container > h2,
 #list_ordersemag_container > h2,
 #list_precomenzi_container > h2,
 #list_precomenzi2_container > h2,
 #list_orders2_container > h2,
 #list_discount_container > h2,
 #list_ordersc_container > h2,
 #list_ordersc2_container > h2,
 #list_coduri_container > h2,
 #list_coduri2_container > h2,
 #list_products2_container > h2,
 #list_filters_container > h2,
 #list_variations_container > h2,
 #list_brands_container > h2,
 #list_comenturi_container > h2,
 #list_recenzii_container > h2,
 #list_video_container > h2,
 #list_slide2_container > h2,
 #list_foto_container > h2,
 #list_slide_container > h2{
    letter-spacing: -.025em;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
	 padding-bottom:0;
}
.settings-form{
	width:100%;
}
#list_products_new_container .module_menu{
	flex:unset;
	width:100%;
	justify-content:flex-start;
}
.nss_grid {
	border:0;
	overflow-y:unset;
	width:100%;
}
.nss_grid > table{
	overflow:hidden;
}
.nss_grid table{
    box-shadow: 0 2px 3px rgba(0,0,0,.04);
    background:#F2F5F7;
    border:0;
    border-radius:0.25rem;
    padding-top:40px;
}
.nss_grid table thead th{
	border:0;	
	background:unset;
	padding:0.5rem 2px;
	font-size:12px;
	font-weight:500;
	color:var(--gray-color-600);
	border-bottom:1px solid var(--gray-color-200);
	white-space:unset;
	vertical-align:unset;
	box-sizing:border-box;
}
.nss_grid table thead th .checkbox-general-wrap{
	padding:0 !important;
}
.nss_grid table thead th a{
	color:var(--gray-color-600);
	font-size:12px;
	font-weight:500;
	height:unset;
}
.nss_grid table thead th input[type="checkbox"]{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    color:var(--light-color-1);
    border-color:var(--gray-color-300);
    border-radius: 0.25rem;
    height: 1rem;
    width: 1rem;
    background:var(--white-color);
}
.nss_grid table thead th input{
	vertical-align:middle;
}
.nss_grid table thead tr:first-child th{
	border-top:1px solid var(--gray-color-200);
}
.nss_grid table thead tr.filters th{
	padding:5px 2px;
}
.nss_grid table thead tr.filters th input, .nss_grid table thead tr.filters th select{
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    transition-duration: 75ms;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border:1px solid var(--gray-color-300);
    border-radius: 0.5rem;
    padding:0 10px;
    box-sizing:border-box;
    height:32px;
}
.nss_grid table thead tr.filters th input:focus, .nss_grid table thead tr.filters th select:focus{
    --tw-ring-color: var(--light-color-2);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}
.nss_grid table tbody{
	border-top:1px solid var(--gray-color-200);
} 
.nss_grid table tbody td table{
	box-shadow:unset;
	padding-top:0;
	border-radius:0;	
	border:0;
}
.nss_grid table tbody td table tr th{
	background:var(--white-color);
	border:0;
	border-bottom:1px solid var(--gray-color-200);
}
.nss_grid table tbody td table tr th.th-foot-left{
	display:none;
}
.nss_grid table tbody td{
	/*border:0;*/
	padding:0.5rem 2px;
}
.nss_grid table tbody tr td{
	border-bottom:1px solid var(--gray-color-200);
}
.nss_grid table tbody tr td.tc{
	font-weight:bold;
	border-bottom: 1px solid #DDDDDD !important;
	border-right: 1px solid #DDDDDD !important;
}
#content div:first-child{
	padding-bottom:unset;
}
#list_products_new_container > h2{
	margin-bottom:0 !important;
}
.nss_grid table tbody tr .pagination-th-wrap table tbody tr th .pag{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	font-weight:600;
	color:var(--dark-color-2);
	padding:0;
}
.nss_grid table tbody tr .pagination-th-wrap table tbody tr th .pag input{
	width:auto;
}
.nss_grid table th{
	text-align:center !important;
}
.nss_grid table tr.selected td{
	background:var(--gray-color-200);
	border-color:var(--white-color);
}
.modul-main-layout{
	display:flex;
	flex-direction:column;
	width:100%;
}
.modul-main-layout #nss_list_record{
	width:100%;
	background:var(--white-color);
	box-sizing:border-box;
	border-top:30px solid var(--gray-color-200);
	border-radius:7px;
}
.th-wrap-pagination{
	padding:0;
}
.table-pagination{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:10px;
	padding:5px 10px;
}
.table-pagination .counts{
	width:calc(50% - 5px);
	text-align:left;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight:500;
    color:var(--dark-color-1);
}
.table-pagination .pagination{
	flex:1;
	display:flex;
	align-items:Center;
	justify-content:flex-end;
	gap:10px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="input"], select{
	border:1px solid rgb(209 213 219) !important;
	border-radius: 0.5rem !important;
	padding:4px 12px !important;
    font-size: 13px !important;
    height:unset !important;
    width:100%;
    line-height:24px !important;
    box-sizing:border-box;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="input"]:focus, select:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}
textarea{
	border:1px solid rgb(209 213 219) !important;
	border-radius: 0.5rem !important;
	padding:4px 12px !important;
    font-size: 13px !important;
    height:unset !important;
    width:100%;
    line-height:24px !important;
    box-sizing:border-box;
}
textarea:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}
input[type="checkbox"]{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important;
    border-color:rgb(209, 213, 219) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    color:rgb(22, 163, 74) !important;
	width:unset !important;
	height:unset !important;
	opacity:0.5;
}
input[type="checkbox"]:checked{
	opacity:1;
}

.module_menu{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
	gap:10px;
	flex:1;
}
.module_menu li{
	float:none;
	background-image: unset !important;
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    color:var(--white-color);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background:var(--light-color-1);
    margin:0;
    width:unset;
    border-radius: 0.5rem;
    font-family: 'Roboto', sans-serif !important;
	height:28px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.module_menu li:hover{
    background:var(--light-color-2);
}
.module_menu li.delete{
	background:var(--red-color);
}
.module_menu li.delete:hover{
    background:var(--light-color-2);
}
.module_menu li.edit{
	background:var(--gray-color-500);
}
.module_menu li.edit:hover{
    background:var(--light-color-2);
}
.module_menu li.config{
	background:var(--gray-color-600);
}
.module_menu li.config:hover{
    background:var(--light-color-2);
}
.th_action a.edit, td a.edit{
	color:var(--light-color-1);
}
.th_action a.edit:hover, td a.edit:hover{
	color:var(--light-color-2);
}
.th_action a.delete, td a.delete{
	color:var(--red-color);
}
.th_action a.delete:hover, td a.delete:hover{
	color:var(--light-color-2);
}
td a.action, .th_action a.action, th a.delete{
	padding-left:10px;
}
td a.action:hover, .th_action a.action:hover{
	text-decoration:underline;	
}
.th_action a.edit, td a.edit,.th_action a.delete, td a.delete{
	background:unset;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	text-decoration:none;
	font-weight:700;
	font-size:13px;
}
.th_action a.edit svg, td a.edit svg, .th_action a.delete svg, td a.delete svg{
	width:16px;
	height:16px;
	fill:currentColor;
}
.nss_grid table tbody tr td{
	text-align:left;
}
.delete-filters{
	background:unset !important;
	display:flex !important;
	align-items:center;
	justify-content:center;
	gap:5px;	
	text-decoration:unset !important;
	color:var(--red-color) !important;
}
.delete-filters svg{
	width:16px;
	height:16px;
	fill:currentColor;
}
.ui-widget-overlay{
	background:rgba(0,0,0, 1);
}
.ui-dialog{
	border: 0;
	padding:0;
}
.ui-dialog .ui-dialog-titlebar{
	border-radius:0;
	background:var(--light-color-2);
	border:0;
	padding:10px 12px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title{
	color:#fff;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
	padding:0;
	margin:0;
	transform:translateY(-50%);
	width:22px;
	height:22px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover{
	background:var(--dark-color-2);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span{
	background:unset;
	position:relative;
	margin:0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span:before{
	content:'';
	width:16px;
	height:2px;
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span:after{
	content:'';
	width:2px;
	height:15px;
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) rotate(45deg);
}
.ui-dialog .tabs fieldset dd input[type="text"],#tab-frame-1 input[type="input"],.ui-dialog .tabs fieldset dd input[type="email"], .ui-dialog .tabs fieldset dd input[type="number"], .ui-dialog .tabs fieldset dd textarea{
	width:calc(100% - 25px) !important;
}
.language_ro>input{
	width: 220px;
	margin-right: 20px;
	background: aliceblue;
}
.ui-dialog .tabs fieldset dt label{
	color:var(--dark-color-2);
    font-size: 12px;
    font-weight: 500;
   	line-height: 22px;	
}
.ui-dialog .tabs{
	padding:0;
}
.ui-dialog .tabs fieldset dl{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.ui-dialog .tabs fieldset dl dt{
	padding:0;
}
.ui-dialog .tabs fieldset dl dd{
	flex:1;
	margin:0;
}
.ui-dialog .ui-dialog-content{
	background:var(--gray-color-100);
}
.ui-dialog .tabs fieldset{
	background:#fff;
	border-color:#fff;
	box-sizing:border-box;
}
.ui-dialog .tabs fieldset > legend{
	position:relative;
	top:-18px;
	background:#fff;
	border:0;
	font-size:12px;
	line-height:22px;
	border-radius:0.5rem 0.5rem 0 0;
	padding:.5em 1em;
	margin:0;
	color:var(--light-color-1);
}
.ui-dialog .tabs .ui-tabs-nav .ui-state-default:not(.ui-tabs-selected.ui-state-active){
	background:transparent;
	border-color:transparent;
}
.ui-dialog .tabs .ui-tabs-nav .ui-state-default:not(.ui-tabs-selected.ui-state-active) a{
	color:var(--gray-color-500);
}
.ui-dialog .tabs .ui-tabs-nav .ui-state-default:not(.ui-tabs-selected.ui-state-active) a:hover{
	color:var(--light-color-1);
}
.ui-dialog .tabs .ui-tabs-nav .ui-state-default{
	font-size:12px;
	line-height:22px;
	border-radius:0.5rem 0.5rem 0 0;
}
.ui-dialog .tabs .ui-tabs-nav .ui-state-default.ui-tabs-selected.ui-state-active{
	background:#fff;
	border-color:#fff;
}
.ui-dialog .tabs .ui-tabs-nav .ui-state-default.ui-tabs-selected.ui-state-active a{
	color:var(--light-color-1);
}
.ui-dialog .ui-tabs-nav li:first-child{
	margin-left:0;
}
.ui-dialog .ui-tabs-nav{
	padding:0;
}
.ui-dialog .buttons{
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
	align-items:center;
	justify-content:flex-start;
}
fieldset dl:hover{
	background:var(--gray-color-100);
}
.general-radio-wrap{
	position:relative;
	display:inline-flex;
	flex-wrap:wrap;
}
.general-radio-wrap input{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.general-radio-wrap input:checked + label:after{
	left:22px;
}
.general-radio-wrap input:checked + label:before{
	background:var(--light-color-1);
}
.general-radio-wrap label{
	padding-left:54px;
	color:var(--dark-color-2);
	position:relative;
	line-height:24px;
	font-weight:600;
}
.general-radio-wrap label:before{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:44px;
	height:24px;
	border-radius:20px;
	background:var(--gray-color-200);
}
.general-radio-wrap label:after{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:2px;
	width:20px;
	height:20px;
	border-radius:40px;
	background:var(--white-color);
	transition:all 400ms ease-in-out;
}
.checkbox-general-wrap{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:16px;
	height:16px;
	margin:0;
	padding:0 !important;
}
.checkbox-general-wrap.center{
	margin:0 auto;
	bottom:-3px;
}
.checkbox-general-wrap.bottom-0{
	bottom:unset;
}
.checkbox-general-wrap input{
	position:absolute;
	top:0;
	left:0;
	opacity:0 !important;
}
.checkbox-general-wrap input:checked + label{
	background:var(--light-color-1);
	border-color:var(--light-color-1);
}
.checkbox-general-wrap label{
	width:100%;
	height:100%;
	display:block;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    border:1px solid var(--gray-color-300);
    border-radius: 0.25rem;
    background-color: #fff;
    margin:0;
    box-sizing:border-box;
    position:relative;
}
.checkbox-general-wrap label:before{
	content:'';
	position:absolute;
	top:3px;
	left:2px;
	width:8px;
	height:3px;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	transform:rotate(-45deg);
}
.checkbox-general-wrap label:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	height:36px;
	padding:0 16px;
	color:rgb(31, 41, 55);
	font-weight: 500;
	font-size:14px;
    line-height: 24px;
    border:1px solid var(--gray-color-300);
    border-radius:0.5rem;
    background:var(--white-color);
}
.ui-datepicker-calendar .ui-state-default{
	height:unset;
	padding:0;
	text-align:center;
}
.ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default{
	background:	var(--gray-color-300);
}
.ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker-calendar .ui-state-default.ui-state-active{
	background:var(--light-color-2);
	color:var(--white-color);
}
.ui-state-default[name="save"], .ui-widget-content .ui-state-default[name="save"], .ui-widget-header .ui-state-default[name="save"]{
	background:var(--light-color-1);
	border-color:var(--light-color-1);
	color:#fff;
}
.ui-state-default[name="save"]:hover, .ui-widget-content .ui-state-default[name="save"]:hover, .ui-widget-header .ui-state-default[name="save"]:hover{
	background:var(--light-color-2);
	border-color:var(--light-color-2);
}
.group-td{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:10px;
}
.ui-dialog .tabs .nss_editor{
	width:100%;
}
.ui-dialog fieldset .product_have_variations > div{
	width:100% !important;
}
.ui-dialog fieldset .product_have_variations table td, .ui-dialog fieldset .product_have_variations table th{
	padding:2px;	
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap{
	overflow-y:auto;
	max-width:1000px;
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap table thead{
	background:var(--gray-color-400);
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap table thead th{
	border:0;	
	background:unset;
	padding:1em 2px;
	font-size:10px;
	font-weight:500;
	color:var(--gray-color-600);
	border-bottom:1px solid var(--gray-color-200);
	white-space:unset;
	vertical-align:unset;
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap table td input{
	width:100% !important;
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap table td{
	border-bottom:1px solid rgb(209, 213, 219);
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap table td:has(.pointer) input{
	max-width:calc(100% - 40px) !important;
}
.ui-dialog fieldset .product_have_variations .table-variations-wrap table td:not(:first-child){
	min-width:230px;
}
.ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active, .ui-widget-header .ui-state-default.ui-state-active{
    background: var(--light-color-2);
    border-color: var(--light-color-2);
    color: #fff;
}

.main-body #main #content{
	padding:10px 1%;
	border:0;
	margin:0;
	background:transparent;
	box-shadow:unset;
	box-sizing:border-box;
	width:100%;
}
.main-body #menu{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	height:unset;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0 1% 0 1%;
	box-shadow:0 2px 3px rgba(0,0,0,.04);
	background:var(--white-color);
	position: relative;
	z-index: 4;
}
.main-body #header{
	height:72px;
}
.main-body #menu > li{
	float:none;	
	height:unset;
	border:0;
	margin:0;
}
.main-body #menu > li:first-child > a{
	padding-left:0;
}
.main-body #menu > li > a{
	background:transparent;
	border:0;
	color:#7b8190;
	border-radius:5px;
	height:35px;
	line-height:54px;
    font-size: 15px;
	padding:1rem 1.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5px;
	position:relative;
}
.main-body #menu > li:hover > a{
	color:#0c768a;
}
.main-body #menu > li > a img{
	position:relative;
	top:-1px;
	left:unset;
}
.main-body #menu > li:has(ul) > a:after{
	 border-color: initial;
     border-style: solid;
     border-width: 0 0 1px 1px;
     content: "";
     height: .4em;
     display: inline-block;
     right: 5px;
     top:0;
     margin-left: 10px;
     transform: rotate(-45deg);
     transform-origin: top;
     transition: all .3s ease-out;
     width: .4em;
     position:relative;
}
.main-body #menu > li > ul{
	top:100%;
	background:var(--white-color);
	border:0;
	border-radius:0 0 .25rem .25rem;
	padding:0.5rem;
	box-shadow:0 4px 8px rgba(0,0,0,.1);
}
.main-body #menu > li > ul li{
	height:unset;
}
.main-body #menu > li > ul li a{
	padding:.2rem 1.5rem;
	display:flex !important;
	align-items:center;
	justify-content:flex-start;
	gap:15px;
	background:var(--white-color);
	color:#7b8190;
	bordeR:0;
}
.main-body #menu > li > ul li a:hover{
	color:var(--light-color-2);
	background:#f8f9fa;
}
.main-body #menu > li > ul li a img{
	position:relative;
	left:unset;
	top:unset;
}
.main-body #list_orders_container{
	padding:0;
}
.main-body #content > div > h2{
	width:100%;
	position:relative;
	margin-bottom:-46px;
	pointer-events:none;
	color:var(--white-color);
}
#list_products_container .nss_grid{
	width:100%;
}
#list_products_container h2{
	padding:15px 0;
}
.module_menu{
	margin-bottom:20px;
}
.main-body #main{
	min-height:100vh;
	display:flex;
	flex-direction:column;
}
.main-body .nss_grid table tbody tr .pagination-th-wrap table tbody tr th{
	border:0;
}
.main-body .nss_grid table tbody tr .pagination-th-wrap table tbody tr th.th-foot-right {
	text-align:right !important;	
}
.main-body .nss_grid table tbody tr .pagination-th-wrap table tbody tr th.th-foot-center {
	display:flex;
	align-items:center;
	justify-content:center;
}
.main-body .nss_grid table tbody tr .pagination-th-wrap table tbody tr{
	background:transparent;
}
.nss_grid table th a.delete{
	padding-left:20px;
}
.nss_grid table th:first-child{
	border-left:0;
}
.categories-th-grid table tr th:first-child{
	text-align:left !important;
	padding:10px;
}
.categories-th-grid table{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom:0;
}
.categories-th-grid table tr{
	background:var(--white-color);
}
#nss_list_record{
	background:var(--white-color);
}
#menu #count{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin: 1px 0 -1px 2px;
	padding: 0 5px;
	min-width: 18px;
	height: 18px;
	border-radius: 9px;
	background-color: #d63638;
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}
#table_variations td:has(.pointer) input{
	width:calc(100% - 40px);
}
#table_variations td[align='center']{
	text-align:center;
	padding-top:12px;
}
#table_variations tr td:nth-child(3){
	min-width:50px;
}
#table_variations td select, #table_variations td input{
	font-size:11px !important;
}
#table_variations tr td:nth-child(4){
	min-width:155px;
}
#table_variations tr td:nth-child(5), #table_variations tr td:nth-child(6), #table_variations tr td:nth-child(7), #table_variations tr td:nth-child(8), #table_variations tr td:nth-child(9),
#table_variations tr td:nth-child(10){
	min-width:60px;
}
#table_variations tr td:nth-child(11), #table_variations tr td:nth-child(12){
	min-width:70px;
}
.nss_grid table tbody tr td table .th-foot-center .pag input{
	box-sizing:border-box;
	width:auto;
}
.nss_grid table tbody tr td table .th-foot-center{
	display: flex;
    align-items: center;
    justify-content: center;
}
.nss_grid table tbody tr td table .th-foot-right{
	text-align:right !important;
}
.nss_grid table tbody tr td table tr{
	background:transparent !important;
}
.dashboard-page .wrap{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin-top:25px;
}
.dashboard-page .wrap .chart-wrap{
	width:100%;
	max-width:calc(100% / 3 - (40px / 3));
	box-shadow:0 2px 3px rgba(0,0,0,.04);
	background:var(--white-color);
	padding:15px;
	border-radius:0.25rem;
	box-sizing:border-box;
	border:1px solid #eff5f6;
}
.dashboard-page .wrap .chart-wrap .title{
	font-weight:700;
	font-size:18px;
	line-height:26px;
	padding:0 !important;
	margin-bottom:25px;
}

#main > #header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background: linear-gradient(to bottom, rgba(141,0,130,1) 0%, rgba(204,25,189,1) 50%, rgba(145,4,134,1) 100%);
	box-shadow:0 2px 3px rgba(0,0,0,.04);
	position:relative;
}
#main > #header .logo{
	float:none;
	padding:0;
}
#main > #header .logo img{
	filter:brightness(0%) invert(1);
}
#main #header .right_menu{
	float:none;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:30px;
}
#main #header .right_menu .user-control{
	color:var(--white-color);
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
}
#main #header .right_menu .info-admin{
	color:var(--white-color);
	display:flex;
	justify-content:center;
	gap:20px;
}
#main #header .right_menu .info-admin p{
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	position:relative;
}
#main #header .right_menu .info-admin p:not(:last-child):after{
	content:"";
	position:absolute;
	top:50%;
	right:-10px;
	width:2px;
	height:100%;
	background:var(--white-color);
	transform:translate(50%, -50%);
}
#main #header .right_menu .user-control .icon{
	border-radius:50%;
	width:100%;
	max-width:41px;
	margin:0;
	background:#ffda1c;
	padding:3px;
}
#main #header .right_menu .user-control .arrow{
	filter:brightness(0%) invert(1);
	margin:0;
}
#main #header .right_menu .user-info-dropdown{
	box-shadow:0 4px 8px rgba(0,0,0,.1);
	height:unset;
}
#main #header .right_menu .user-info-dropdown ul{
	height:unset;
}
#main #header .right_menu .user-info-dropdown ul li{
	height:35px;
}
#main #header .right_menu .user-info-dropdown ul li a {
	padding:0 10px;
	height:35px;
	line-height:35px;
}
#main #header .right_menu .user-info-dropdown ul li a img{
	display:none;
}
#main #header .right_menu .user-info-dropdown .user-info .user{
	font-weight:bold;
}
#main #header .right_menu .user-info-dropdown .user-info a{
	font-weight:300;
	color:var(--black-color);
	line-height:22px;
}
#main #header .right_menu .user-info-dropdown .user-info{
	padding:10px 15px;
	display:flex;
	flex-direction:column;
}
.nss_grid .pagination-th-wrap .th-wrap-pagination{
	width:100%;
	background: linear-gradient(to bottom, rgba(227,223,227,1) 0%, rgba(246,239,246,1) 50%, rgba(251,231,249,1) 100%);
}
.nss_grid .pagination-th-wrap .th-wrap-pagination .table-pagination{
	width:100%;
	padding:5px 10px !important;
}
.nss_grid .pagination-th-wrap .th-wrap-pagination .table-pagination .counts{
	padding:0 !important;
}
.ui-helper-hidden-accessible{
	top:0;
}
.tc .action{
	background-image: unset !important;
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
	color:var(--white-color);
	font-weight: 500;
	font-size: .675rem;
	line-height: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:var(--light-color-1);
	margin:0;
	width:unset;
	border-radius: 0.5rem;
	font-family: 'Roboto', sans-serif !important;
	/*height:24px;*/
	margin:5px 0;
	display:flex;
	align-items:center;
	justify-content:center;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	text-decoration: inherit !important;
}
.tc .action:hover{
	color:#000;
	background-color: darkgrey;
}
.cke .cke_contents{
	height:400px !important;
}
.orders-show-info-wrap-boxes{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.orders-show-info-wrap-boxes .left-area{
	width:100%;
	max-width:50%;
	box-sizing:border-box;
}
.orders-show-info-wrap-boxes .left-area table thead .product{
	width:220px;	
}
.orders-show-info-wrap-boxes .left-area table tbody td{
	font-size:12px;
	text-align:left !important;
}
.orders-show-info-wrap-boxes .left-area table thead th{
	text-align:center;
}
@media(max-width:1400px){
	.orders-show-info-wrap-boxes .left-area table thead .product{
		width:170px;	
	}
	.orders-show-info-wrap-boxes .left-area table tbody td{
		font-size:11px;
	}
}
#list_orders_container #list_orders table tbody td{
	text-align:center;
}
.orders-show-info-wrap-boxes div{
	text-align:left;
}
.orders-show-info-wrap-boxes .right-area{
	width:100%;
	max-width:50%;
	box-sizing:border-box;
}
.orders-show-info-wrap-boxes .order-summary-wrap{
	width:100%;
	box-sizing:border-box;
}
.orders-show-info-wrap-boxes .order-summary-wrap table{
	width:100%;
}
.orders-show-info-wrap-boxes .order_info_col{
	border-left:0 !important;
	box-sizing:border-box;
}
.orders-show-info-wrap-boxes .order_info_col b{
	font-weight:bold;
	line-height:24px;
}
.orders-show-info-wrap-boxes .right-area{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.orders-show-info-wrap-boxes .right-area .col-wrap{
	width:100%;
	max-width:50%;
	border-left:3px solid #696C8B;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	gap:20px;
}
.orders-show-info-wrap-boxes .right-area .col-wrap .order_info_col{
	width:100%;
}
.nss_grid{
	background:#F2F5F7;
}
#list_orders .action.delete{
	display:none;	
}
#window_products_new_edit #tab-frame-2 fieldset dd.group-td select{
	width:100% !important;
}
#window_products_new_edit #tab-frame-2 fieldset dd.group-td div{
	width:100%;
	max-width:calc(50% - 5px);
}
.product-choose-category-wrap{
	display:flex;
	flex-direction:column;
}
.product-choose-category-wrap dt, .product-choose-category-wrap dd{
	width:100%;
}
.product-choose-category-wrap .search-product-category{
	width:100%;
}
.product-choose-category-wrap .expanding li.n{
	display:none;
}
.product-gallery-wrap #file-uploader2 .image{
	height:unset !important;
	margin:0;
	width:100%;
	max-width: calc(100% / 9 - ((12px * 8) / 9));
	background:#fff;
	border-radius: 5px;
	float: none;
	border:0;
	box-sizing: border-box;
}
.product-gallery-wrap #file-uploader2 .image:not(:has(img)){
	display:none;
}
.product-gallery-wrap #file-uploader2{
	padding:0;
}
.product-gallery-wrap #file-uploader2 .image img{
	max-width: 100%;
	height:unset;
}
.product-gallery-wrap #file-uploader2 .qq-upload-list1{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:12px;
}
#list_orders_container ul.module_menu li.delete{
	display:none;
}
@media(max-width:1600px){
	.product-gallery-wrap #file-uploader2 .image{
		max-width: calc(100% / 7 - ((12px * 6) / 7));
	}
}
@media(max-width:1400px){
	.product-gallery-wrap #file-uploader2 .image{
		max-width: calc(100% / 6 - ((12px * 5) / 6));
	}
}
@media(max-width:1199px){
	.product-gallery-wrap #file-uploader2 .image{
		max-width: calc(100% / 5 - ((12px * 4) / 5));
	}
}
@media(max-width:991px){
	.product-gallery-wrap #file-uploader2 .image{
		max-width: calc(100% / 4 - ((12px * 3) / 4));
	}
}
@media(max-width:767px){
	.product-gallery-wrap #file-uploader2 .image{
		max-width: calc(100% / 3 - ((12px * 2) / 3));
	}
}
@media(max-width:575px){
	.product-gallery-wrap #file-uploader2 .image{
		max-width: calc(100% / 2 - (12px / 2));
	}
}

#list_orders_container > h2, #list_orders2_container > h2{
	z-index: 3;
	margin-bottom:0 !important;
}
#list_orders_container .module_menu, #list_orders2_container .module_menu,#list_products_new_container .module_menu,#list_ordersen_container .module_menu,#list_customers_container .module_menu{
	position: sticky;
	top:0;
	padding:10px 0;
	background:#4780ae;
	z-index: 2;
	justify-content: flex-start;
}