@charset "UTF-8";
/*@import url("variables.css");*/
/*@import url("fonts.css");*/
/*
s — supercategory
c — category
sc — subcategory
col — color
f — font
o — option
cnt — container

*/
/************************************
Variables
************************************/
:root {
	--col-superdark: #111111;
	--col-dark: #323232;
	--col-semidark: #424242;
	--col-middle: #D2D2CF;
	--col-light: #E2E2E0;
	--col-superlight: #F0F0F0;
	--col-accent: #CB2D2D;
	--col-active: #20905D;
	--col-greenlight: #5B8A5D;
		
	--col-supercat:		 	#164526;
	--col-supercat-f:		#edfab2;
	--col-supercat-lead:	#000000;
	--col-supercat-lead-f: 	#edfab2;
	--col-super-divider: 	#c0d756;
	
	--col-cat:				#006400;
	--col-cat-lead:			#aabfaa;
	--col-cat-lead-f: 		#FFFFFF;
	
	--col-subcat: 			#84B384;
	--col-subcat-lead: 		#d2e7d5;
	--col-subcat-lead-f: 	#FFFFFF;
	
	--col-hover: 			#5ab35a;
	
	--col-alllead: 			#12331D;
	--col-button: 			#454545;
	
	--col-opt: 				#95b0b0;
	--col-opt-divider: 		#627b7c;
	--col-opt-f: 			#000000;
	
	--col-prod-divider: 	#5b8a5d;
	--col-price-f: 			#164526;
	--col-grey: 			#EEEEEE;
	--col-grey-dark: 		#C1C1C1;
	
	--col-note: 			#d2e7d5;
	
	--col-cat-in: 			#00AD1A;

	--width-side: 150px;
	
	/********* Roboto *********/
	--f-fam:  'Roboto', sans-serif;
	--f-fam-s: 'Roboto Slab', serif;
	--f-line-height: normal;
	--f-fam-accent: 'Roboto Slab', serif;
	--f-s-title: 18px;
	--f-w-title: 300;
	--f-fam-legend: 'Roboto Slab', serif;
	--f-s-legend: 14px;
	--f-w-legend: 400;
	--f-fam-label: 'Roboto', sans-serif;
	--f-s-label: 14px;
	--f-w-label: 400;
	--f-fam-value: 'Roboto', sans-serif;
	--f-s-value: 14px;
	--f-w-value: 400;
	--f-fam-category: 'Roboto Slab', serif;
	--f-s-category: 20px;
	--f-w-category: 300;
	--f-fam-lead: 'Roboto', sans-serif;
	--f-s-lead: 14px;
	--f-w-lead: 400;
	--f-fam-name: 'Roboto Slab', serif;
	--f-s-name: 14px;
	--f-w-name: 500;
	--f-fam-desc: 'Roboto', sans-serif;
	--f-s-desc: 12px;
	--f-w-desc: 400;
	--f-fam-head: 'Roboto', sans-serif;
	--f-s-head: 10px;
	--f-w-head: 400;
	--f-fam-price: 'Roboto Slab', serif;
	--f-s-price: 16px;
	--f-w-price: 600;
	--f-fam-btn: 'Roboto', sans-serif;
	--f-s-btn: 14px;
	--f-w-btn: 400;
	--f-fam-opt: 'Roboto', sans-serif;
	--f-s-opt: 12px;
	--f-w-opt: 600;
}

/***********FONTS***************/
.f_title {
	font-family:	var(--f-fam-accent);
	font-size:		var(--f-s-title);
	font-weight:	var(--f-w-title);
}
.f_legend {
	font-family:	var(--f-fam-accent);
	font-size:		var(--f-s-legend);
	font-weight:	var(--f-w-legend);
}
.f_label {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-label);
	font-weight:	var(--f-w-label);
}
.f_value {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-value);
	font-weight:	var(--f-w-value);
}
.f_category {
	font-family:	var(--f-fam-accent);
	font-size:		var(--f-s-category);
	font-weight:	var(--f-w-category);
}
.f_lead {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-lead);
	font-weight:	var(--f-w-lead);
	font-style:		italic;
}
.f_name {
	font-family:	var(--f-fam-accent);
	font-size:		var(--f-s-name);
	font-weight:	var(--f-w-name);
}
.f_desc {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-desc);
	font-weight:	var(--f-w-desc);
}
.f_head {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-head);
	font-weight:	var(--f-w-head);
}
.f_price {
	font-family:	var(--f-fam-accent);
	font-size:		var(--f-s-price);
	font-weight:	var(--f-w-price);
}
.f_btn {
	font-family:	var(--f-fam-btn);
	font-size:		var(--f-s-btn);
	font-weight:	var(--f-w-btn);
}
.f_opt {
	font-family:	var(--f-fam-opt);
	font-size:		var(--f-s-opt);
	font-weight:	var(--f-w-opt);
}
.f_title,
.f_legend,
.f_label,
.f_value,
.f_category,
.f_lead,
.f_name,
.f_desc,
.f_head,
.f_price {
	line-height:	 var(--f-line-height);
}

/*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body, html {
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	/*text-rendering: optimizeLegibility;*/
	text-rendering: geometricPrecision;
}
/* При обсчете размера бокса учитывать его полный размер, включая border и padding */
* {
	box-sizing: border-box;
}
a {
    color: var(--col-accent);
    font-weight: 500;
    text-decoration: none;
}
/*select {
	border: unset;
	border-top: 2px solid var(--col-dark);
	border-bottom: 2px solid var(--col-dark);
	outline: none;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
button {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-btn);
	font-weight:	var(--f-w-btn);
}
/*************Fonts***********************/
body,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
form,
textarea {
	font-family: var(--f-fam);
  	font-weight: var(--f-w-value);
  	font-size: var(--f-s-value);
}

input[type="text"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
	border-radius: 0px;
	outline: none;
	/*background-color: yellow;*/
	border: 1px solid var(--col-middle);
}

/****************Title********************/
.div_title_cnt {
	width: 100%;
	background: var(--col-dark);
}
.div_title {
	width: 100%;
	background: var(--col-dark);
	padding: 13px 10px 15px 10px;
	background-image: url(../img/1px_111111.bmp);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	overflow-y: auto;
}
.title_text { /* f_title */
	color: white;
	background-color: var(--col-dark);
	display: inline-block;
	text-align: center;
}
.title_text img {
	display: inline-block;
}

/*************Super Action***********************/
.form_box_fullwidth {
	margin: 20px;
	background: #E2E2E0;
	border: 4px solid black;
	padding: 10px 20px 20px 20px;
	overflow: auto;
}
fieldset {
	border: 1px dotted var(--col-dark);
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	font-family:	var(--f-fam-accent);
	font-size:		var(--f-s-legend);
	font-weight:	var(--f-w-legend);
	color:			var(--col-accent);
}
label {
	font-family:	var(--f-fam);
	font-size:		var(--f-s-label);
	font-weight:	var(--f-w-label);
}
.control_wrap {
	margin-top: 5px;
	padding-left: 10px;
}
.btn_standard {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 4px;
	border: 1px solid #7F7F7F;
	background: #D2D2CF;
	cursor: pointer;
	outline: none;
	float: right;
	padding: 5px;
	margin-top: 10px;
	margin-left: 20px;
	width: 80px;
}
.btn_standard:hover {
	background: var(--col-dark);
	color: white;
	border: 1px solid black;
}
.wrap_1 {
	margin: 20px;
}
.form_subtitle {
	width: 100%;
	clear: left;
	font-family: var(--f-fam-accent);
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 2px;
	border-bottom: 1px dotted var(--col-dark);
	margin-top: 10px;
}
.fs_left {
	width: 50%;
	float: left;
	font-family: var(--f-fam-accent);
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 2px;
	border-bottom: 1px dotted var(--col-dark);
	margin-top: 10px;
}
.fs_right {
	float: right;
	text-align: right;
}
.log {
	width: 100%;
	font-family: var(--f-fam);
	font-weight: var(--f-s-value);
	font-size: var(--f-s-value);
	padding-top: 10px;
	clear: left;
}
/*************Login***********************/
.div_center_hv {
	position: absolute;
	width: 400px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-left: 20px;
	padding-right: 20px;
}
#login, #password {
	margin: 10px 0;
    padding: 10px;
    border: unset;
    border-bottom: 1px dotted var(--col-dark);
    outline: none;
	width: 100%;
}
.title_log {
	font-family:  var(--f-fam-accent);
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 5px;
}
.err_msg {
	display: none;
	margin: 10px 0;
    padding: 10px;
	background: var(--col-accent);
	color: white;
	text-align: center;
}
.form_p {
	margin-top: 20px;
	font-family: var(--f-fam-accent);
	text-align: right;
}
.btn_noborder {
    padding: 10px;
    background: var(--col-light);
    border: unset;
    cursor: pointer;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 4px;
}
.btn_noborder:hover {
	border: 0px;
	color: white;
	background-color: var(--col-dark);
}
/*****************p_admin NEW*******************/
.wrap_search_full {
	display: none;
	/*display: block;*/
	z-index: 1;
	overflow-y: auto;
}
.wrap_search_list {
	display: block;
	background-color: var(--col-superlight);
	min-width: 230px;
	overflow: auto;
	border: 1px solid #ddd;
	/*z-index: 1;*/
	/*height: 164px;*/ /* 200px for desktop */
	height: 200px;
	overflow-y: scroll;
}
.wrap_search_list a {
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	font-family: var(--f-fam);
	font-weight: 400;
	font-size: 14px;
}
.wrap_search_list a.selected {
	background-color: var(--col-accent);
	color: white;
}

/*****************p_admin*******************/
.side_left {
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
	width: var(--width-side);
	position: fixed;
	z-index: 1;
	/*top: 0px;*/
	left: 0;
	background-color: var(--col-superdark);
	overflow-x: hidden;
}
.side_right {
	/*margin-left: var(--width-side);*/
	padding: 20px;
}
.div_tools_h {
	padding-bottom: 4px;
	overflow-y: auto;
	border-bottom: 2px solid var(--col-dark);
}
.inactive {
	color: var(--col-accent);
}
#search {
	font-family: var(--f-fam);
  	font-weight: var(--f-w-value);
  	font-size: var(--f-s-value);
	background-image: url("../img/searchicon.png");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	/*
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
	border-radius: 0px;
	*/
	padding: 7px 6px 7px 45px ;
	border: 1px solid var(--col-light);
	width: 100%;
	float: left;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
}
.form_box_1 {
	margin-top: 10px;
	background: #E2E2E0;
	border: 2px solid black;
	padding: 10px 20px 20px 20px;
	overflow: auto;
}
/* TOOLS BUTTON */
.tb_btn {
	-webkit-appearance: none;
    -moz-appearance: none;
	/*background-color: var(--col-button);*/
	background-color: none;
	width: 34px;
	height: 32px;
	border: 0px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}
.tb_btn_active {
	background-color: var(--col-accent);
}
.tb_mode_on {
	background-color: var(--col-accent);
	cursor: none;
}
.tb_add_user {
	background-image: url(../img/add_user.png);
	float: right;
	background-color: var(--col-button);
}
.tb_del_user {
	background-image: url(../img/trash.png);
	float: right;
	background-color: var(--col-button);
}
.tb_search_user {
	background-image: url(../img/search_user.png);
	background-color: var(--col-button);
}
.tb_admin_data_edit {
	background-image: url(../img/admin_data_edit.png);
	background-color: var(--col-button);
}
.tb_admin_user_edit {
	background-image: url(../img/admin_user_edit.png);
	background-color: var(--col-button);
}
/* data editor */
.tb_lock {
	background-image: url(../img/lock.png);
	/*width: 32px;*/
	margin-right: 30px;
}
.tb_edit {
	background-image: url(../img/edit.png);
	/*width: 32px;*/
	margin-right: 30px;
}
.tb_price {
	background-image: url(../img/price_euro.png);
	/*width: 32px;*/
	margin-right: 30px;
}
/* edit */
.tb_data {
	background-image: url(../img/doc.png);
}
.tb_move {
	background-image: url(../img/move.png);
}
.tb_add {
	background-image: url(../img/add.png);
}
.tb_del {
	background-image: url(../img/trash.png);
}
/* price */
.tb_plus {
	background-image: url(../img/plus.png);
}
.tb_minus {
	background-image: url(../img/minus.png);
}
.tb_100c {
	background-image: url(../img/price_100c.png);
}
.tb_10c {
	background-image: url(../img/price_10c.png);
}
.tb_1c {
	background-image: url(../img/price_1c.png);
}
#tb_data,
#tb_move,
#tb_add,
#tb_del,
#tb_sign,
#tb_delta {
	display: none;
	margin-right: 6px;
}
#tb_delta {
	width: 48px;
}




.tb_btn.tb_burger {
	margin-right: 30px;
	border: 0px;
	width: 44px;
	height: 40px;
	background-color: var(--col-accent);
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	border-right: 1px solid var(--col-middle);
}
.tb_burger_open {
	background-image: url(../img/burger.png);
}
.tb_burger_close {
	background-image: url(../img/burger_close.png);
	background-color: var(--col-accent);
}
@media (hover: hover) {
.tb_btn:hover {
		background-color: var(--col-accent);
	}
	.wrap_search_list a:hover {
		background-color: var(--col-light);
	}
}
#search:focus {
	/*outline: 3px solid var(--col-accent);*/
	outline: 0;
}
.cnt_form_elem {
	margin-bottom: 5px;
	/*display: block;*/
	width: 100%;
	overflow: auto;
}
input[type=text] {
	padding: 5px;
	width: 100%;
}
.label_for_input {
	padding-top: 10px;
	display: inline-block;
}
.col_50_left {
	width: 50%;
	float: left;
	background: none;
	padding-left: 0px;
	padding-right: 30px;
	margin-top: 10px;
	/*border-right: 1px dotted var(--col-dark);*/
}
.col_50_right {
	padding-left: 30px;
	padding-right: 0px;
	border-right: 0;
}
.col_in_25 {
	width: 30%;
	float: left;
	margin-bottom: 10px;
	/*background: yellow;*/
}
.col_in_75 {
	width: 75%;
	float: left;
	margin-bottom: 10px;
	/*background: yellow;*/
}
.col_50_left .col_in_25:last-child {
	margin-bottom: 0;
}
.col_50_left .col_in_75:last-child {
	margin-bottom: 0;
}
.label_check {
	width: 100%;
	margin-top: 20px;
}
.form_elem {
	margin-bottom: 8px;
	width: 100%;
	overflow: auto;
}
.form_elem_nomargin {
	margin-bottom: 0;
	width: 100%;
	overflow: auto;
}
.elem_text {
	width: 25%;
	float: left;
	margin-bottom: 0px;
	padding-top: 7px;
}
.form_check {
	margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .col_50_left, .col_50_right {
    width: 100%;
	padding: 0;
    /*margin-top: 0;*/
  }
}

@media screen and (max-height: 700px) {
  .wrap_search_list {
    height: 164px;
  }
}

.overlay_form {
	display: none;
	/*position: absolute;*/
	position: fixed;
	/*top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(0, 0, 0, 0.65);
	z-index: 11000;
	overflow: auto;
	/*padding-bottom: 80px;*/
	padding: 10px;
}
.red_field {
	background: #FFFFD0;
}
.value_wrap {
	margin-bottom: 5px;
	width: 100%;
	overflow: auto;
}
.log_1 {
	float: left;
	width: 120px;
	font-weight: 600;
	/*margin-bottom: 0;*/
	/*display: inline-block;*/
}
.log_2 {
	float: left;
	/*margin-bottom: 0;*/
	/*display: inline-block;*/
}
.upload-area {
    position: relative;
	width: 100%;
    height: 100px;
    border: 2px solid var(--col-superdark);
    margin-top: 20px;
	margin-bottom: 2px;
    text-align: center;
    overflow: auto;
	color: var(--col-superdark);
}
.upload-area:hover {
    cursor: pointer;
	color: white;
	background-color: var(--col-accent);
}
.upload-area p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
    text-align: center;
    font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 12px;
}
.file_selected {
	background-color: DarkGreen;
	color: white;
}
#file,
#cancel_upload,
#do_upload,
#filename {
    display: none;
}
/**********p_admin_editor**********/
.tb_cont {
	background: var(--col-superdark);
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 12px;
	z-index: 10000;
}
.dropdown-content {
	display: none;
	position: fixed;
	top: 40px;
	left: 0px;
	min-width: 160px;
	overflow: auto;
	background-color: var(--col-light);
	z-index: 100001;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid white;
	font-family:	var(--f-fam);
	font-size:		var(--f-s-value);
	font-weight:	var(--f-w-value);
}

.dropdown-content a:hover {
	background-color: var(--col-accent);
	color: white;
	}
.tb_info {
	color: white;
	float: right;
	text-align: right;
}
/*************Buttons***********************//*btn_edt будет позже!!!*/
.btn_edt {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 4px;
	border: 1px solid #7F7F7F;
	background: #D2D2CF;
	cursor: pointer;
	outline: none;
	float: right;
	padding: 5px;
}
/*button:hover {
	background: var(--col-dark);
	color: white;
	border: 1px solid red;
}*/

.btn_side {
	padding: 10px;
    background: var(--col-superdark);
    border: unset;
    cursor: pointer;
	width: 100%;
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
	/*display: block;*/
	display: inline-block;
	/*float: left;*/
	/*margin-top: -2px;*/
}
.btn_side:hover {
	background: var(--col-light);
	color: black;
}
.btndiv {
	padding: 10px;
    /*background: var(--col-superdark);*/
	background: var(--col-accent);
    border: unset;
    cursor: pointer;
	width: 100%;
	/*border-bottom: 1px solid var(--col-dark);*/
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.btndiv:hover {
	background: var(--col-light);
	color: black;
}
/************************************/
.form_title {
	width: 100%;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
	color: white;
	background: var(--col-dark);
	padding: 5px 10px 5px 10px; /*TRBL*/
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	/*margin-bottom: 10px;*/
	text-align: center;
}
.form_box {
	position: relative;
	width: 600px;
	max-width: 100%;
	left: 50%;
	transform: translate(-50%, 0px);
	background: #E2E2E0;
	border: 4px solid black;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	overflow: auto;
}
.form_box_log {
	position: absolute;
	width: 400px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
	border-radius: 0px;
	width: 100%;
	padding: 5px;
	border: 1px solid #9C9C9C;
	outline: none;
	overflow-y: scroll;
}
.small_txt { /* for span elements */
	font-size: 10px;
}
/************************************
Buttons
************************************/
.btn_edt {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 4px;
	border: 1px solid #7F7F7F;
	background: #D2D2CF;
	cursor: pointer;
	outline: none;
	float: right;
	padding: 5px;
}

/*-----------Text Inputs and Textarea--------*/
/*
input[type=text] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #9C9C9C;
	padding: 5px;
}
input[type=text].edit_price, .e_legend, #edit_code, #ce_txt_start {
	width: 46px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
}
.e_legend {
	width: 199px;
	text-align: left;
}

input[type=text]:last-child {
	margin-right: 0px;
}
*/
#edit_name, #edit_desc, #ce_name {
	margin-bottom: 10px;
	resize: none;
	overflow: hidden;
	/*-webkit-overflow-scrolling: touch;*/
}
.txt_fit_width {
	resize: none;
	overflow: hidden;
	width: calc(100% - 110px);
	float: left;
}
.new_column {
	border: 1px solid #007E06;
}
.txt_label {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 12px;
	margin-right: 3px;
}
/*---------Containers-----------*/
.e_cont {
	width: 100%;
	margin-top: 24px;
	/*background: blue;*/
	overflow: auto;
}
.margintop24 {
	margin-top: 24px;
}
.e_cont_1 {
	float: left;
	width: 70px;
	/*overflow: auto;*/
}
.e_cont_2 {
	float: right;
	display: inline-block;
}
.e_cont_ls_top {
	width: 100%;
	border-top: 1px solid black;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 12px;
	overflow: auto;
	padding-top: 6px;
	margin-bottom: 6px;
}
.e_cont_ls {
	width: 100%;
	border-top: 1px dotted #9E9E9E;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 12px;
	overflow: auto;
	padding-top: 6px;
	margin-bottom: 6px;
	/*display: none;*/
}
.e_cont_ls_in {
	width: 100%;
	margin-bottom: 10px;
	overflow: auto;
}
.btn_cont {
	width: 110px;
	float: left;
}
.modal_editor {
	position: relative;
	width: 600px;
	max-width: 100%;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0px);
	background: var(--col-light);
	border: 4px solid black;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	overflow: auto;
}
/******************************/
/********TABLE*****************/
.data_cont {
	margin-top: 42px;
}
.table_catlist {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	border-collapse: collapse;
}
.td_opt_full, .td_opt_short, .td_legend {
	white-space: nowrap;
	width: 1%;
	text-align: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-family:	var(--f-fam-opt);
	font-size:		var(--f-s-opt);
	font-weight:	var(--f-w-opt);
	line-height: 1.1;
	vertical-align: middle;
	color: var(--col-opt-f);
	background-color: var(--col-opt);
}
.td_opt_full, .td_opt_short {
	border-left: 1px solid var(--col-opt-divider);
}
.td_opt_short {
	text-align: center;
}
.td_legend {
	text-align: left;
}
.hide_elem {
	display: none;
}
.td_opt_empty {
	background-color: var(--col-opt);
}
/* Разделитель сверху на всех продуктах, кроме первого */
.tr_1st {
	border-top: 2px solid var(--col-prod-divider);
}
tbody tr:first-child {
  border-top: 0px;
}
.td_code {
	white-space: nowrap;
	width: 1%;
	padding-left: 8px;
	padding-right: 8px;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	font-weight: 600;
	vertical-align: middle;
	color: var(--col-price-f);
	background-color: var(--col-grey);
}
.td_price, .td_ind_opt {
	white-space: nowrap;
	width: 1%;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 14px;
	color: var(--col-price-f);
	vertical-align: middle;
	background-color: var(--col-grey);
	border-left: 1px solid white;
}
.td_ind_opt {
	font-size: 12px;
	font-weight: 400;
	color: black;
}
.td_name {
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: bottom;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 500;
}
.td_name p:last-child {
	border-bottom: 1px dotted #888888;
}
.nodesc p:last-child { /*Добавляется к td_name, если у продукта нет описания*/
	border-bottom: 0px;
}
.td_text p:last-child {
	border-bottom: 0px;
}
.td_desc, .td_desc_hidden {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
}
.td_desc_hidden {
	display: none;
}
.nodesc {
	padding-bottom: 4px;
}
sup {
    vertical-align: super;
    font-size: 70%;
}
i {
	font-weight: 900;
	color: #B70000;
}
.show_cursor {
	cursor: pointer;
}
.td_text {
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	vertical-align: middle;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 500;
}
.p_name {
	border-bottom: 1px dotted #888888;
}
.p_desc {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding-top: 2px;
}
/*.tr_switch {
	height: 20px;
}*/
/************************************
ALL CATEGORIES
************************************/
.edit_left, 
.edit_right {
	position: absolute;
	margin-right: 15px;
	background: black;
	opacity: 0.25;
	width: 34px;
	top: 3px;
	bottom: 3px;
}
.edit_right {
	float: right;
	right: 30px;
	/*visibility: hidden;*/
	display: none;
}
.updown {
	position: absolute;
	float: right;
	width: 34px;
	top: 3px;
	bottom: 3px;
	right: 6px;
	background-image: url(../img/to_down.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
.lead {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px dotted white;
	background: var(--col-alllead);
	width: 100%;
}
.note {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px dotted white;
	background: var(--col-note);
	width: 100%;
}
.cat_wrap, .supercat_wrap, .subcat_wrap {
	width: 100%;
}
.name_wrap.in > .updown {
	transform: rotate(180deg);
}
/*.name_wrap_empty.in > .updown {
	transform: rotate(180deg);
}*/

.allcat_content {
	display: none;
	padding: 0px;
}
.name_wrap/*, .name_wrap_empty*/ {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 12px;
	color: white;
	background: var(--col-cat);
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
}
.name_text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 46px;
	margin-right: 80px;
}
ul {
	padding-left: 25px;
}
/************************************
CATEGORY
************************************/
/*.cat_wrap {
	border-bottom: 2px solid var(--col-cat);
	padding-bottom: 2px;
	margin-bottom: 2px;
}*/
.cat_wrap > .allcat_content > .lead {
	color: var(--col-cat-lead-f);
	/*background: var(--col-cat-lead);*/
	font-size: 14px;
	font-weight: 300;
}
.cat_wrap > .name_wrap.in {
	margin-bottom: 0px;
}
.cat_wrap > .allcat_content {
	margin-bottom: 16px;
} 
/************************************
SUPER CATEGORY
************************************/
.supercat_wrap > .allcat_content > .lead {
	color: var(--col-supercat-lead-f);
	/*background: var(--col-supercat-lead);*/
	font-size: 16px;
	font-weight: 300;
}
.supercat_wrap {
	border-top: 8px solid var(--col-super-divider);
	border-bottom: 8px solid var(--col-super-divider);
}
.supercat_wrap + .cat_wrap {
	border-top: 2px solid white;
}
.supercat_wrap > .name_wrap {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: var(--col-supercat-f);
	padding-top: 8px;
	padding-bottom: 8px;
	background: var(--col-supercat);
	margin-bottom: 0px;
}
/************************************
SUB CATEGORY
************************************/
.subcat_wrap > .allcat_content > .lead {
	color: var(--col-subcat-lead-f);
	/*background: var(--col-subcat-lead);*/
	font-size: 12px;
	font-weight: 400;
}
.subcat_wrap > .name_wrap.in {
	margin-bottom: 0px;
}
.subcat_wrap > .name_wrap {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: black;
	background: var(--col-opt);
	margin-bottom: 2px;
	height: 25px;
}
.subcat_wrap > .name_wrap > .updown {
	background-image: url(../img/to_down_filled_black.png);
	opacity: 0.5;
}
.subcat_wrap > .name_wrap.in {
	margin-bottom: 0px;
}
/******************************/
.name_wrap:hover {
	background: var(--col-hover);
	/*background: red;
	cursor: pointer;*/
}
