/* ADMIN SPECIFICATIONS STYLES */
.adm_spec_section {
	margin-top: -12px;
	margin-bottom: 20px;
}

/* SETTINGS */
.adm_spec_settings {}

.adm_spec_settings_row {}

.adm_spec_settings_item {}

.adm_spec_settings {
	display: flex;
	padding-bottom: 18px;
}

.adm_spec_settings_item {
	margin-right: 13px;
	position: relative;
}

.adm_spec_settings_caption {
	cursor: pointer;
	align-items: center;
	position: relative;
	padding-right: 13px;
}

.adm_spec_settings_caption_name {
	 
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
}

.adm_spec_settings_caption_arrow {
	font-size: 28px;
	line-height: 23px;
	position: absolute;
	top: 7px;
	right: 0px;
}

.adm_spec_settings_caption_tune {
	position: absolute;
	top: 5px;
	right: -1px;
	width: 11px;
	height: 11px;
	background: url("../img/icons_adm/icon_settings_filter.svg") center center no-repeat transparent;
	background-size: contain;
}

.adm_spec_settings_dropdown {
	display: none;
	position: absolute;
	top: 27px;
	left: -15px;
	z-index: 50;
	max-height: 370px;
	overflow-y: auto;
	border: 1px solid silver;
	border-radius: 5px;
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	overflow-x: hidden;
}

.adm_spec_settings_item.open .adm_spec_settings_dropdown {
	display: block;
}

.adm_spec_settings_select {
	background: #fff;
	width: 250px;
	list-style: none;
	padding: 4px 0 9px 0;
	margin: 0;
}

.adm_spec_settings_option {
	/* padding: 10px; */
}

.adm_spec_settings_option_label {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 7px 14px;
}

.adm_spec_settings_option_label span {
	 
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.adm_spec_settings_option_label.checkbox_01 .checkbox-text {
	width: 100%;
}

.adm_spec_settings_option_checkbox {}

.adm_spec_settings_item.open .adm_spec_settings_caption_arrow {
	transform: rotate(180deg);
	top: 7px;
}

.adm_spec_settings_option_tune {
	position: relative;
}

.adm_spec_settings_option_tune .adm_spec_settings_option_label {
	padding-left: 27px;
}

.adm_spec_settings_option_dots {
	position: absolute;
	width: 4px;
	height: 16px;
	top: 10px;
	left: 10px;
	background: url("../img/icons_adm/icon_settings_dots.svg") center center no-repeat transparent;
	background-size: contain;
}

/* LIST */
.adm_spec_list {
	margin: 0;
}

.adm_spec_item {
	margin-bottom: 10px;
	position: relative;
}

.adm_spec_item_checkbox_mobile {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 18px;
	height: 20px;
	display: none;
}

.adm_spec_item_caption {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.adm_spec_item_grid {
	margin-bottom: 39px;
}

.adm_spec_item_table {
	width: 100%;
}

.adm_spec_item_table tr {
	border-bottom: 5px solid #fff;
}

.adm_spec_item_table tr th {
	padding-right: 10px;
	max-width: 240px;
	font-family: Raleway;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-top: 23px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.adm_spec_item_table tr th:first-child {
	padding-left: 25px;
}

.adm_spec_item_table tr th:last-child {
	text-align: right;
	padding-right: 11px;
}

.adm_spec_item_table tr td {
	max-width: 240px;
	background: #F1F1F1;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 10px;
	margin-bottom: 2px;
	padding-left: 0;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-right: 5;
}

.adm_spec_item_table_td_pic {
	width: 84px;
	padding-left: 10px;
	position: relative;
	margin-left: 15px;
}

.adm_spec_item_table_td_drag {
	position: absolute;
	top: calc(50% - 5px);
	left: -4px;
	width: 4px;
	height: 16px;
	background: url("../img/icons_adm/icon_settings_dots.svg") center center no-repeat transparent;
	background-size: contain;
	z-index: 10;
}

.adm_spec_item_table_td_desc {
	max-width: 190px;
}

.adm_spec_item_tool {
	display: flex;
	margin-left: auto;
	width: 19px;
	height: 76px;
	flex-direction: column;
	justify-content: space-between;
}

.adm_spec_item_tool_cell {
	height: 18px;
	position: relative;
	border: 1px solid re;
}

.adm_spec_tool_checkbox {
	cursor: pointer;
	position: absolute;
	top: -4px;
	left: 0;
	width: 18px;
	height: 18px;
}

.adm_spec_tool_comment {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url("../img/icons_adm/icon_tool_comment.svg") center center no-repeat transparent;
	background-size: contain;
	z-index: 10;
	display: block;
}

.adm_spec_tool_comment.disabled {
	opacity: 0.3;
}

.adm_spec_tool_comment.active:before {
	content: '';
	width: 10px;
	height: 10px;
	z-index: 5;
	background: red;
	right: -4px;
	top: -3px;
	display: block;
	position: absolute;
	border-radius: 5px;
}

.adm_spec_tool_comment_block {
	position: absolute;
	top: -9px;
	right: 30px;
	width: 570px;
	display: none;
	z-index: 1;
}

.active[data-spec_comment_container] .adm_spec_tool_comment_block {
	display: block;
}

.adm_spec_tool_comment_decor {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 5;
	background: #d9d9d9;
	width: 50px;
	height: 33px;
}

.adm_spec_tool_comment_inner {
	padding: 17px;
	background: #d9d9d9;
	padding-top: 45px;
}

.adm_spec_tool_comment_field {
	background: #fff;
	border: 1px solid #adadad;
	position: relative;
}

.adm_spec_tool_comment_caption {
	position: absolute;
	top: -31px;
	left: -1px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.adm_spec_tool_comment_text {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	width: 100%;
	outline: none;
	border: none;
	margin: 0;
	padding: 15px;
	resize: none;
	height: 243px;
	display: block;
}

.adm_spec_tool_comment_block_mobile {
	display: none;
}

.adm_spec_tool_comment_inner_mobile {
	padding: 21px;
	background: #d9d9d9;
	padding-top: 26px;
	border-top: 2px solid #fff;
}

.adm_spec_tool_comment_field_mobile {
	background: #fff;
	position: relative;
}

.adm_spec_tool_comment_caption_mobile {
	position: absolute;
	top: -16px;
	left: -1px;
	font-size: 9px;
	font-weight: 700;
	line-height: 9.39px;
	letter-spacing: 0.04em;
}

.adm_spec_tool_comment_text_mobile {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	width: 100%;
	outline: none;
	border: none;
	margin: 0;
	padding: 12px;
	resize: none;
	height: 113px;
	display: block;
}

.adm_spec_tool_remove {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 20px;
	background: url("../img/icons_adm/icon_tool_remove.svg") center center no-repeat transparent;
	background-size: contain;
	z-index: 10;
}

.adm_spec_tool_remove.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.adm_spec_item_table_td_pic_mobile {
	margin: 0;
}

.adm_spec_item_table_td_pic_mobile img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.adm_spec_list .adm_spec_mobile_text_caption {
	font-size: 8px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}

.adm_spec_list .adm_spec_mobile_text_value {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}

.adm_spec_list .adm_spec_mobile_text_main {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 3px;
}

.adm_spec_item_tool_mobile {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	border-left: 2px solid #fcfcfc;
	justify-content: center;
	align-items: center;
}

.adm_spec_item_tool_mobile_decor {
	background: #d9d9d9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: -2px;
	z-index: 2;
	display: none;
}

.adm_spec_item_tool_mobile.active .adm_spec_item_tool_mobile_decor {
	display: block;
}

.adm_spec_icon_comment_mobile {
	position: relative;
	z-index: 5;
	width: 20px;
	height: 20px;
	background: url(../img/icons_adm/icon_tool_comment_mobile.svg) center center no-repeat transparent;
	background-size: contain;
	cursor: pointer;
}

.adm_spec_icon_remove_mobile {
	width: 20px;
	height: 20px;
	background: url(../img/icons_adm/icon_tool_remove_mobile.svg) center center no-repeat transparent;
	background-size: contain;
	cursor: pointer;
}

.adm_spec_icon_remove_mobile.disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.adm_spec_show_desktop {
	display: block;
}

.adm_spec_show_mobile {
	display: none;
}

.adm_spec_buttons {
	display: flex;
	justify-content: space-between;
}

.adm_spec_buttons .button_x {
	background: #929398;
	font-weight: 400;
	margin-bottom: 10px;
	width: calc(25% - 10px);
	padding-left: 5px;
	padding-right: 5px;
}

.adm_spec_button_export {}

.button_x.button_add_product {
	font-weight: 400;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #929398;
}

.button_x.button_add_product:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/icons/icon_plus_round_white.svg) center center no-repeat transparent;
	margin-left: 9px;
}

.adm_spec_item:last-child .adm_spec_item_grid.adm_spec_show_desktop {
	margin-bottom: 0;
}

.adm_spec_totals_outer {
	padding-top: 1px;
	padding-bottom: 11px;
}

.adm_spec_totals {
	background: #F1F1F1;
	padding: 15px 15px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.adm_spec_totals_caption {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	margin-right: 10px;
}

.adm_spec_totals_price {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.adm_spec_expected {
	position: relative;
}

.adm_spec_expected_mobile {
	position: absolute;
	right: -5px;
	top: 27px;
	width: 100px;
}

.adm_spec_expected_inner {
	position: absolute;
	left: 17px;
	top: -32px;
}

.adm_spec_expected_date {
	text-align: right;
	cursor: pointer;
}

.adm_spec_expected_date_text {
	font-size: 9px;
	color: #a7a7a7;
	display: inline-block;
	border-bottom: 1px solid #a7a7a7;
	line-height: 1.2;
	font-weight: 700;
}

.adm_spec_expected_tip {
	display: none;
	position: absolute;
	width: 71px;
	right: calc(100% + 10px);
}

.adm_spec_expected_date:hover .adm_spec_expected_tip {
	display: block;
}

.adm_spec_expected_tip_text {
	font-size: 10px;
	color: #4c4c4c;
	display: inline-block;
	line-height: 1.2;
	font-weight: 700;
	padding: 5px 6px 3px 6px;
	background: #d3d3d3;
}

.adm_spec_expected_tip_text:after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: calc(50% - 6px);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 7px;
	border-color: transparent transparent transparent #d3d3d3;
	transform: rotate(0deg);
}

.adm_spec_expected_mobile .adm_spec_expected_tip {
	top: -21px;
	right: 1px;
}

.adm_spec_expected_mobile .adm_spec_expected_tip_text:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #d3d3d3 transparent transparent transparent;
	transform: rotate(0deg);
	right: 27px;
	top: calc(100% - 1px);
}

@media (max-width: 1198px) {
	.adm_spec_expected_inner {
		position: absolute;
		left: -8px;
		top: -24px;
	}
}

/* mobile styles */
@media (max-width: 960px) {
	.adm_spec_section {
		margin-top: -20px;
	}

	.adm_spec_show_desktop {
		display: none;
	}

	.adm_spec_show_mobile {
		display: block;
	}

	.adm_spec_list {
		margin-top: -18px;
	}

	.adm_spec_item_caption {
		margin-bottom: 16px;
		font-size: 19px;
	}

	.adm_spec_item {
		margin-bottom: 30px;
	}

	.adm_spec_item_checkbox_mobile {
		display: block;
	}

	.adm_spec_item:last-child {
		border-bottom: 0;
	}

	.adm_spec_item_grid_mobile_wrap {
		margin-bottom: 18px;
	}

	.adm_spec_item_grid_mobile {
		background: #f1f1f1;
		position: relative;
		padding-left: 20px;
	}

	.adm_spec_item_grid_mobile_row {
		border-bottom: 2px solid #fcfcfc;
	}

	.adm_spec_item_grid_mobile_row:last-child {
		border-bottom: none;
	}

	.adm_spec_item_grid_mobile_row .base_grid_cell {
		padding: 10px;
	}

	.adm_spec_item_grid_mobile_checkbox {
		position: absolute;
		right: 5px;
		top: 5px;
		width: 18px;
		height: 20px;
		z-index: 5;
	}

	.checkbox_01 .checkbox-text:before {
		width: 14px;
		height: 14px;
	}

	.adm_spec_item_grid_mobile_dots {
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #e1e1e1;
	}

	.adm_spec_item_grid_mobile_dots_icon {
		width: 4px;
		height: 16px;
		background: url(../img/icons_adm/icon_settings_dots.svg) center center no-repeat transparent;
		background-size: contain;
	}

	.adm_spec_tool_comment_block_mobile.active {
		display: block;
	}

	.adm_spec_buttons {
		display: flex;
		flex-wrap: wrap;
	}

	.adm_spec_buttons .button_x {
		width: 100%;
		margin-bottom: 6px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.adm_spec_buttons .button_x.adm_spec_button_export {
		width: calc(50% - 3px);
	}
}

@media (max-width: 360px) {
	.adm_spec_item_captions_text:last-child {
		font-size: 10px;
	}

	.adm_spec_item_captions_text:nth-child(2n+1) {
		width: 165px;
	}

	.adm_spec_item_captions_text:nth-child(2n) {
		width: 109px;
	}

	.adm_spec_item_captions_text,
	.adm_spec_item_captions_text:last-child {
		font-size: 10px;
	}
}