
html,
body { margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-size:12px;
	background:#e2e4eb;
	font-family: "SegoeUIRegularRegular";
	color:#414042;
	display: flex;
    flex-direction: column;
    min-height: 100%;
}

img { border:none 0; }

input { border:0; outline:none; font-family: "SegoeUIRegularRegular";}
select { font-family: "SegoeUIRegularRegular";}
textarea { border:0; font-family: "SegoeUIRegularRegular"; }

input[type=submit] { cursor:pointer; }

textarea,label,
input:not(:checkbox){
	-webkit-appearance: none;
	border-radius: 0;
	padding:0;
	outline:none;
}
@font-face {
    font-family: 'SegoeUIRegularRegular';
	
	src: url('../fonts/bpg_arial_2009.eot');
    src: url('../fonts/bpg_arial_2009.eot') format('embedded-opentype'),
         url('../fonts/bpg_arial_2009.woff') format('woff'),
         url('../fonts/bpg_arial_2009.ttf') format('truetype'),
         url('../fonts/bpg_arial_2009.svg#BPGArialRegular') format('svg');
}

@font-face {
	font-family:'sanetregular';
	src:url('../fonts/sanet-webfont.eot');
	src:url('../fonts/sanet-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/sanet-webfont.woff2') format('woff2'),
	url('../fonts/sanet-webfont.woff') format('woff'),
	url('../fonts/sanet-webfont.ttf') format('truetype'),
	url('../fonts/sanet-webfont.svg#sanetregular') format('svg');
	font-weight:normal;
	font-style:normal;

}
@font-face {
    font-family: 'BPG_ExtraSquare_Mtavruli';
    src: url('../fonts/BPGExtraSquareMtavruli.eot');
    src: url('../fonts/BPGExtraSquareMtavruli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BPGExtraSquareMtavruli.woff2') format('woff2'),
        url('../fonts/BPGExtraSquareMtavruli.woff') format('woff'),
        url('../fonts/BPGExtraSquareMtavruli.ttf') format('truetype'),
        url('../fonts/BPGExtraSquareMtavruli.svg#BPGExtraSquareMtavruli') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:'BPG_old';
	src:url('../fonts/bpg_excelsior_caps_dejavu_2010-webfont.eot');
	src:local('?'), url('../fonts/bpg_excelsior_caps_dejavu_2010-webfont.woff') format('woff'), url('../fonts/bpg_excelsior_caps_dejavu_2010-webfont.ttf') format('truetype')/*, url('/fonts/bpg_excelsior_caps_dejavu_2010-webfont.svg#webfontKycS5OFZ') format('svg')*/
;
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: 'BPG'; /*'BPGNinoMtavruli_Bold';*/
  src: url('../fonts/BPGNinoMtavruli-Bold.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/BPGNinoMtavruli-Bold.woff') format('woff'),
  		url('../fonts/BPGNinoMtavruli-Bold.ttf')  format('truetype'),
  		url('../fonts/BPGNinoMtavruli-Bold.svg#BPGNinoMtavruli-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
	text-decoration:none;
	color:#414042;
}

a:hover {
	color:#7c1111;
}

.ka {
	font-family:BPG;
}
.ka_en {
	font-family:BPG;
	text-transform:uppercase;
}

.en {
	font-family: "SegoeUIRegularRegular";
	/*text-transform:uppercase;*/
}

.red {
        color:#be3448
}

.orange {
	color:#ef9d40;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
	font-family: 'SegoeUIRegularRegular';
}

.main_sprite {
	background:url("/images/main_sprite.png") no-repeat;
} 

.status_sprite {
	background:url("/images/status_sprite.png") no-repeat;
} 

.hide {
	display:none;
}
.non_visible {
	visibility:hidden;
}
.normal_font {
	font-weight:normal;
}

.radius_3 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	behavior: url(/css/ie-css3.htc);
}
.radius_5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(/css/ie-css3.htc);
}
#site_bottom{
	margin-top:auto;
	background-color:#fafafa
}
#site_top {
	width:100%;
	min-width:1280px;
	height:158px;
	position:fixed;
	z-index:10005;
	top:0;
        background:#fafafa;
}
@media only screen and (max-width:1280px) and (-ms-high-contrast: none) {
	#site_top {
		position:absolute !important;
	}
}
@media only screen and (max-width:1280px)  {
	@supports (-ms-ime-align:auto)
	and (not (-ms-accelerator:true)) {
		#site_top {
			position:absolute !important;
		}
	}
	@-moz-document url-prefix() {
		#site_top {
			position:absolute !important;
		}
	}
}
@media only screen and (-moz-touch-enabled) {
	#site_top {
			position:absolute !important;
		}
}
@media not all and (min-resolution:.001dpcm) {
	@media {
		#site_top {
			position:absolute !important;
		}
	}
}


#site_top .information_area {
	width:1280px;
	height:119px;
	margin:0 auto;
	position:relative;
	background:#fafafa;
}
#site_top .information_area .logo {
	width:245px;
	height:96px;
	display:block;
	float:left;
	margin:11px 0 0 0;
}
#site_top .information_area .logo_ka {
	background-position:-1px -127px;
}
#site_top .information_area .logo_en {
	background-position:-248px -127px;
}

#site_top .information_area .right_block {
	float:right;
	width:366px;
}
#site_top .information_area .lng {
	display:block;
	float:left;
	color:#414042;
	font-weight:normal;
	width:116px;
	height:14px;
	line-height:14px;
	margin:26px 0 0 2px;
	font-size:16px;
}
#site_top .information_area .lng_ka {
	background-position:-23px -1px;
	display:inline-block;
	width:21px;
	height:14px;
	margin-right:8px;
}

#site_top .information_area .lng_en {
	background-position:-1px -1px;
	display:inline-block;
	width:21px;
	height:14px;
	margin-right:8px;
}

#site_top .information_area .lng:hover {
	color:#7c1111;
}

#site_top .information_area .separator {
	display:inline-block;
	float:left;
	font-weight:normal;
	width:15px;
	text-align:center;
}

#site_top .information_area .limit {
	display:inline-block;
	float:left;
	margin-left:122px;
	width:322px;
	position:relative;
}

#site_top .information_area .limit .icon {
	display:inline-block;
	background-position:-387px -26px;
	width:31px;
	height:18px;
	position:absolute;
	top:16px;
}

#site_top .information_area .limit .txt_line {
	display:inline-block;
	padding-left:35px;
}

#site_top .information_area .balance {
	display:inline-block;
	float:left;
	margin-left:10px;
	width:169px;
	position:relative;
}

#site_top .information_area .balance .icon {
	display:inline-block;
	background-position:-323px -26px;
	width:16px;
	height:21px;
	position:absolute;
	top:15px;
}

#site_top .information_area .balance .txt_line {
	display:inline-block;
	padding-left:19px;
}

#site_top .information_area .period {
	display:inline-block;
	float:left;
	margin-left:10px;
	width:141px;
	position:relative;
}

#site_top .information_area .period .icon {
	display:inline-block;
	background-position:-303px -1px;
	width:16px;
	height:21px;
	position:absolute;
	top:14px;
}

#site_top .information_area .period .txt_line {
	display:inline-block;
	padding-left:19px;
}

#site_top .information_area .reg_top {
	float:right;
	font-size:17px;
	margin-top:25px;
}

#site_top .information_area .reg_top a {
	float:left;
	color:#414042;
	font-weight:normal;
}

#site_top .information_area .reg_top a:hover {
	color:#7c1111;
}

/* Site Bottom*/

#site_bottom #bottom_logos {
	width:1280px;
	margin:30px auto 22px;
	/* background:#808282; */
}

#site_bottom #bottom_logos a img{
	opacity:0.9;
        width:154px;
        height: 54px;
}

#site_bottom #bottom_logos a img:hover{
	opacity:1;
}

#site_bottom #info {
	width:100%;
	min-width:1280px;
	height:159px;
	background:#414042;
}

#site_bottom #info #inner {
	width:1280px;
	height:159px;
	margin:0 auto;
}

#site_bottom #info #inner .contact {
	float:left;
	margin:40px 0 0 15px;
	width:220px;
	color:#808080;
}

#site_bottom #info #inner .contact .block_name {
	margin-left:25px;
	width:220px;
	color:#c6c6c6;!important;
	display:inline-block;
}

#site_bottom #info #inner .contact .tel_ico {
	float:left;
	display:inline-block;
	width:13px;
	height:14px;
	background-position:-253px -37px;
	margin-right:11px;
}

#site_bottom #info #inner .contact .numbers {
	float:left;
	display:inline-block;
	width:190px;
}

#site_bottom #info #inner .contact .email_ico {
	float:left;
	display:inline-block;
	width:15px;
	height:11px;
	background-position:-243px -54px;
	margin-right:9px;
}

#site_bottom #info #inner .contact .emails {
	float:left;
	display:inline-block;
	width:190px;
	color:#808080;
}

#site_bottom #info #inner .address {
	float:left;
	margin:40px 0 0 300px;
	width:220px;
	color:#808080;
}
#site_bottom #info #inner .address .block_name {
	margin-left:25px;
	width:220px;
	color:#c6c6c6;!important;
	display:inline-block;
}
#site_bottom #info #inner .address .point_ico {
	float:left;
	display:inline-block;
	width:9px;
	height:15px;
	background-position:-243px -37px;
	margin-right:8px;
}

#site_bottom #info #inner .address .address_block {
	float:left;
	display:inline-block;
	width:195px;
}

#site_bottom #info #inner .map {
	float:left;
	margin:40px 0 0 111px;
	width:220px;
	color:#c6c6c6;
}

#site_bottom #info #inner .map .map_ico {
	display:inline-block;
	width:125px;
	height:64px;
	background-position:-113px -1px;
}

#site_bottom #info #inner .social {
	float:right;
	margin-top:62px;
	color:#808080;
	text-align:right;
}


#site_bottom #info #inner .social .fb_ico {
	display:inline-block;
	width:40px;
	height:33px;
	background-position:-243px -1px;
}


#site_bottom #info #inner .social .copyright {

}
/* EO Site Bottom*/

/* User Menu */
#site_top .information_area .user_menu_btn {
	width:163px;
	height:29px;
	float:right;
	border:1px solid #b9b9b9;
	margin:18px 0 0 0;
	font-size:18px;
	color:#414042;
	cursor:pointer;
	background:#fafafa;
	z-index:120;
}
#site_top .information_area .user_menu_btn_open {
	border-bottom:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
#site_top .information_area .user_menu_btn .user_ico {
	width:15px;
	height:17px;
	float:left;
	background-position:-66px -1px;
	margin:5px 12px 0 6px;
}
#site_top .information_area .user_menu_btn .user_menu_txt {
	float:left;
	line-height:34px;
}
.auth-block .user_sub_menu {
	position:absolute;
	top:51px;
	right:0;
	width:189px;
	padding:2px 2px 10px 2px;
	background:#fafafa;
	border:1px solid #b9b9b9;
	z-index:1000;
	display:none;
	font-size: 12px;
    margin-top: 8px;
    border-radius: 7px; 
}
.auth-block .user_sub_menu .user_name {
	width:175px;
	min-height:11px;
	padding:7px 7px 7px 7px ;
	line-height:16px;
	float:left;
	color:#ffffff;
	background:#bc1f3b;
	margin:6px 0 9px 0;
}

.auth-block .user_sub_menu a {
	display:block;
	width:171px;
	min-height:16px;
	line-height:16px;
	padding:5px 0;
	background:#fafafa;
	color:#414042;
	margin:0 9px;
}
.auth-block .user_sub_menu a .menu_point {
	display:block;
	width:5px;
	height:9px;
	float:left;
	margin:5px 8px;
	background-position:-295px -1px;
}
.auth-block .user_sub_menu a .menu_txt {
	display:block;
	float:left;
}
.auth-block .user_sub_menu a:hover {
	color:#be3448;
        text-decoration:underline;
}
.auth-block .user_sub_menu .logout_btn {
	border:0;
}
.auth-block .user_sub_menu hr {
	color:#b9b9b9;
	background:#b9b9b9;
	height:2px;
	border:0;
	width:185px;
}

.del-notify{
	font-family: 'SegoeUIRegularRegular';
	font-size: 11px;
	color: #ff0000;
	line-height: 14px;
	text-align: center;
	background: #f5f5f5;
	padding: 5px 0;
}

/* EO User Menu */
#site_top .information_area .top_basket {
	float:right;
	margin-right:12px;
	margin-top:18px;
	width:44px;
	height:29px;
	border-top:1px #b9b9b9 solid;
	border-left:1px #b9b9b9 solid;
	border-right:1px #b9b9b9 solid;
	border-bottom:1px #b9b9b9 solid;
	display:inline-block;
	cursor:pointer;
}

#site_top .information_area .top_basket .basket_ico {
	display:inline-block;
	background-position:-45px -1px;
	width:20px;
	height:19px;
	margin:5px 0 0 11px;
}

#site_top .information_area .top_basket .basket_full_ico {
	display:inline-block;
	background-position:-1px -16px;
	width:20px;
	height:19px;
	margin:5px 0 0 11px;
}



.search_frm {
	float:right;
	margin:13px 0 0 0 ;
}

.searchbox-input {
	outline:0;
	width:319px;
	height:20px;
	margin:0;
	padding:3px 35px 3px 10px;
	font-size:12px;
	color:#414042;
	float:left;
	border:1px #c9c9c9 solid;
}

.searchbox-submit {
	display:block;
	cursor:pointer;
	background-position:-82px -1px;
	width:17px;
	height:14px;
	float:left;
	margin:7px 0 0 -25px;
}

.version_control_modal{
	position: fixed;
    left: 50%;
    top: 140px;
    transform: translate(-50%, 0);
    width: 700px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 999999;
    text-align: left;
	display: none;
}

.version_control_modal_title{
	height: 60px;
	background-color: #edf1f4;
	font-size: 20px;
	display: flex;
	border-bottom: 1px solid #D5D8DB;
}

.version_control_modal_title .close {
	cursor:pointer;
	font-size: 12px;
}
.version_control_modal_title .title {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding:0 20px 0 20px;
	justify-content: space-between;
	width: 100%;
}

.version_control_modal_content{
	padding: 20px;
	display: flex;
}

.version_control_modal_content .content_left {
	width: 24%;
	padding: 10px;
}

#version_submit_button{
	border: none;
	background-color: #be3448;
	color: white;
	padding: 8px 10px;
	border-radius: 5px;
	font-family: "SegoeUIRegularRegular";
	cursor: pointer; 
}

#version_submit_button:hover {
	background-color: #a53948;

}

.version_control_modal_content .content_left .versions_list {
	padding: 10px;
	border: 1px solid #D5D8DB;
	border-left: none;
	border-bottom: none;
	cursor: pointer;
}

.version_control_modal_content .content_left .versions_list:hover {
	background-color: #edf1f4;
}

.version_control_modal_content .content_left .version_name {
	font-size: 16px;
	font-weight: bold;
}

.version_control_modal_content .content_left .version_date {
	color: grey;
}

.version_control_modal_content .content_left .version_actived {
	background-color: #edf1f4;
	border-left: 2px solid #be3448;
}

.version_control_modal_content .content_right {
	padding: 10px;
	width: 80%;
}

.version_control_modal_content .content_right .version_details {
	display: none;
}

.version_control_modal_content .content_right .actived-version {
	display: block;
}

.version_control_modal_content .content_right .version_details .details_header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
    border-bottom: 1px solid #D5D8DB
}

.version_control_modal_content .content_right .version_details .details_header .header-left {
	display: flex;
	gap: 10px;
}

.version_control_modal_content .content_right .version_details .details_header .version_name {
	font-size: 20px;
}

.version_control_modal_content .content_right .version_details .details_header .version_date {
	font-size: 18px;
	color: grey;
}

.security_update_alert{
	border: 1px solid #be3448;
    color: #be3448;
    font-weight: bold;
    border-radius: 8px;
    padding: 3px;
}

.update_info_row{
	display: flex;
	gap: 10px;
}

.details_content{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.update_security{
	border: 1px solid #be3448;
    border-radius: 5px;
	padding: 0 3px 0 3px;
    color: white;
	width: 21%;
	height: 16px;
	display: flex;
	justify-content: center;
    background-color: #be3448;
}

.update_added {
	border: 1px solid #45b3e0;
    border-radius: 5px;
	padding: 0 3px 0 3px;
    color: white;
	width: 21%;
	height: 16px;
	display: flex;
	justify-content: center;
    background-color: #45b3e0;
}

.update_changed{
	border: 1px solid #d4af37;
    border-radius: 5px;
	padding: 0 3px 0 3px;
    color: white;
	width: 21%;
	height: 16px;
	display: flex;
	justify-content: center;
    background-color: #d4af37;
}

.update_fixed{
	border: 1px solid #009A17;
    border-radius: 5px;
	padding: 0 3px 0 3px;
    color: white;
	width: 21%;
	height: 16px;
	display: flex;
	justify-content: center;
    background-color: #009A17;
}

.update_info_text{
	font-size: 14px;
	width: 75%;
}

.version_modal_footer{
	padding: 10px 10px 0;
}



/* Menu */

#site_top .menu_bg {
	width:100%;
	height:40px;
	background:#414042;
	color:#fafafa;
}

#site_top .menu_bg .menu_area {
	width:1280px;
	height:40px;
	margin:0 auto;
}

.exchane {
	float:right;
	width:40px;
	height:33px;
	margin-top:3px;
}

.exchane .icon {
	display:block;
	background:url("/images/lari_symbol.png") no-repeat;
	width:40px;
	height:33px;
}

.exchane_rate {
	float:right;
	width:95px;
	height:28px;
	margin:0px 0px 0 0;
}

.exchane_rate .flag_eng {
	float:left;
	display:inline-block;
	background-position:-435px -1px;
	width:20px;
	height:13px;
	margin:9px 6px 0 13px;
}

.exchane_rate .rate {
	float:left;
	display:inline-block;
	line-height:33px;
	color:#999;
}

.vacancies_count{
  text-align: center;
  position: absolute;
  right: -11px;
  top: -11px;
  font-size: 10px;
  color: #fff;
  background: #f00;
  height: 13px;
  width: 13px;
  padding: 0px 0px 0px 0px;
  display: inline;
  border-radius: 50%;
  font-family: Arial;
  line-height: 13px;
}
/* EO Top Menu */

#content {
	width:1280px;
	margin:158px auto 0;
	position:relative;
}

/* SLIDER */
#content .banner {
	margin-bottom:10px;
	width:1280px;
	height:303px;
	/*z-index:100;*/
}

.slides_container {
	width:1280px;
	height:303px;
	overflow:hidden;
	position:relative;
	display:none;
	clear:both;
}

.slides_container a {
	width:1280px;
	height:303px;
	display:block;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/
.pagination_outer {
	margin:-38px 0 0 0;
	height:38px;
	/*background: rgba(241,241,241,0.6);
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	behavior: url(/css/ie-css3.htc);*/
	padding:0;
	position:relative;
	z-index:10;
}

.pagination {
	float:right;
	padding:0;
	height:38px;
	margin:13px 0 0 0;

}

.pagination li {
	float:left;
	margin:0 8px 0 0;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
	float:left;
	overflow:hidden;
	background-image: url(/images/pagination.png);
 	background-position: 0 0;
}


.pagination li a.active,
.pagination li a:hover.active {
  background-position: 0 -26px
}

.pagination li a:hover {
  background-position: 0 -13px
}
.pagination li.current a {
	background-position:0 -26px;
}

/* EO SLIDER */

#left_menu {
	width:243px;
	min-width:243px;
	background:#fff;
	margin-right:20px;
	border-radius: 15px
}

#left_menu .pg_name {
	display:block;
	color:#ffffff;
	background:#414042;
	padding:15px;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	border-radius: 15px 15px 0 0;

}
#left_menu .txt_menu {
	display:block;
	background:none;
	color:#414042;
	min-height:18px;
	line-height:18px;
	font-size:14px;
	border:1px #ebebeb solid;
	padding:10px 10px 8px;
}

#left_menu .txt_menu:hover {
	background: #f7f7f7;
    color: #bc1f3b;
}

#left_menu .on_pg {
	display:block;
    background: #ebeef6;
    color: #bc1f3b;
	min-height:18px;
	line-height:18px;
	font-size:14px;
	border:1px #ebebeb solid;
	padding:10px 10px 8px;
}



 #profile_menu {
	width:243px;
	min-width:243px;
	background:#fff;
	margin-right:20px;
	border-radius: 15px
}

 #profile_menu .menu_user_name {
	display:block;
	color:#ffffff;
	background:#414042;
	padding:15px;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	border-radius: 15px 15px 0 0;

}
#profile_menu .txt_menu {
	display:block;
	background:none;
	color:#414042;
	min-height:18px;
	line-height:18px;
	font-size:14px;
	border:1px #ebebeb solid;
	padding:10px 10px 8px;
}

 #profile_menu .txt_menu:hover {
	background: #f7f7f7;
    color: #bc1f3b;
}

#profile_menu .active{
	display:block;
    background: #ebeef6;
    color: #bc1f3b;
	min-height:18px;
	line-height:18px;
	font-size:14px;
	border:1px #ebebeb solid;
	padding:10px 10px 8px;
}


#profile_menu .logout{
	display:block;
	background:#414042;
	color:#fff;
	min-height:18px;
	line-height:18px;
	font-size:14px;
	padding:10px 10px 8px;
	border-radius: 0 0 15px 15px;
}
#profile_menu .logout:hover{
	color: #bc1f3b;
}

#profile_menu .on_pg {
	color:#7c1111;
	background:none;
}


/* Left Menu*/

.cd-accordion-menu {
	width:243px;
	list-style:none;
	margin:0;
	padding:0;
}

.cd-accordion-menu ul {
	/* by default hide all sub menus */
	display:none;
	list-style:none;
	padding:10px;
}

.cd-accordion-menu li {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	margin-bottom:5px;
}

.cd-accordion-menu input[type=checkbox] {
	/* hide native checkbox */
	position:absolute;
	opacity:0;
}

.cd-accordion-menu label, .cd-accordion-menu a {
	position:relative;
	display:block;
	color:#ffffff;
	background:#414042;
	padding:9px;
	font-weight:normal;
	font-size:14px;
	min-height:16px;
	line-height:16px;
}
.cd-accordion-menu li ul li a {
	font-size:13px;
	min-height:16px;
	line-height:14px;
}

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
	background:#52565d;
}

.cd-accordion-menu label {
	cursor:pointer;
}

.cd-accordion-menu  ul li label::after {
	/* arrow icon */
	background:url("/images/main_sprite_1.png") -293px -1px no-repeat;
	content:'';
	display:inline-block;
	width:9px;
	height:9px;
	position:absolute;
	top:36%;
	right:18px;
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
	/* rotate arrow */
	-webkit-transform:translateY(-50%) rotate(90deg);
	-moz-transform:translateY(-50%) rotate(90deg);
	-ms-transform:translateY(-50%) rotate(90deg);
	-o-transform:translateY(-50%) rotate(90deg);
	transform:translateY(-50%) rotate(90deg);
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display:block;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
	background:none;
	color:#414042;
}

.no-touch .cd-accordion-menu ul label:hover, .no-touch .cd-accordion-menu ul a:hover {
	color:#7c1111;
	background:none;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch .cd-accordion-menu ul .on_pg {
	color:#7c1111;
	background:none;
}

.cd-accordion-menu ul li {
	border-bottom:1px #bbbbbb solid;
	margin:0;
}
.cd-accordion-menu ul li ul li {
	border:0;
}

.cd-accordion-menu ul li ul li ul {
	padding:0;
}

/* EO Left Menu*/


#content #full_width_pg {
	width:1280px;
}
.error{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#7c1111;
	height:50px;
	line-height:25px;
}

.error_guaranty_holder {
	width:256px;
	margin-left:290px;
}
.error_guaranty{
	font-size:14px;
	color:#7c1111;
	min-height:50px;
	margin:20px auto 0;
	text-align:center;
}


.check_section input[type=checkbox]:not(old){
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
}
.check_section input[type=checkbox]:not(old) + label{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("/images/checkbox_unchecked2.png") no-repeat;

}
.check_section input[type=checkbox]:not(old):checked + label{
	background: url("/images/checkbox_checked2.png") no-repeat;
}



 .catalog_separator {
	clear:both; width:980px; height:8px; background:#d6d6d6; margin-bottom:5px;
}
 .block_header {
	width:980px;
	height:44px;
	font-size:14px;
	line-height:44px;
	font-weight:normal;
}

 .block_header .logo_icon {
	width:41px;
	height:29px;
	background-position:-201px -69px;
	float:left;
	margin:7px 14px 0 0;
}

 .block_header .name {
	color:#222222;
	width:620px;
	float:left;
	padding:0 10px;
	font-size:20px;
        font-weight:normal;
        margin-top:0px;
        margin-bottom:0px;
}





 .block_headers {
	width:400px;
	height:44px;
	font-size:14px;
	line-height:44px;
	font-weight:normal;
}

.block_headers .logo_icon {
	width:41px;
	height:29px;
	background-position:-201px -69px;
	float:left;
	margin:7px 14px 0 0;
}

 .block_headers .name {
	color:#222222;
	float:left;
	padding:0 10px;
	font-size:20px;
        font-weight:normal;
        margin-top:0px;
        margin-bottom:0px;
}






 .block_header .view {
	width:80px;
	float:right;
}
 .block_header .view .grid {
	float:right;
	display:block;
	width:31px;
	height:31px;
	background-position:-1px -38px;
	margin:6px 6px 0 0;
	padding:0; !important;
	cursor:pointer;
}
 .block_header .view .list {
	float:right;
	display:block;
	width:31px;
	height:31px;
	background-position:-97px -38px;
	margin-top:6px;
	padding:0; !important;
	cursor:pointer;
}
 .block_header .view .grid_selected {
	background-position:-65px -38px;
}
 .block_header .view .list_selected {
	background-position:-33px -38px;
}

 .edit_product_lnk {
	display:block;
	width:20px;
	height:26px;
	background-position:-557px -57px;
	margin:9px;
	padding:0; !important;
}

 .block_header a {
	color:#838383;
	width:100px;
	float:right;
	text-align:right;
}

 .block_header a:hover {
	color:#7c1111;
}

 .block_header .filters_block {
	color:#ffffff;
	background:#afafaf;
	width:460px;
	height:44px;
	line-height:44px;
	float:right;
}

 .product_block {
	width:293px;
	padding:0 10px 10px 10px;
    margin: 5px 20px 16px 0;
	min-height:270px;
	position:relative;
	background:#ffffff;
}

 .product_block .desc_block{
        font-size:12px
}

 .recommended_products {
	margin-top:50px;
	margin-bottom:50px;
	
}

 .recommended_product_block {
	width:240px;
	padding:0 20px 20px 20px;
	min-height:270px;
	float:left;
	margin:5px 20px 16px 0;
	position:relative;
	background:#ffffff;
}

 .product_block_list {
	width:980px;
	padding: 20px 0 0 0;
	margin:5px 0 16px 0;
	position:relative;
	clear:both;
	background:#ffffff;
    display:flex;
}
 .hidden {
	background:#e6e6e6 !important;
        outline: 1px dashed #ccc;
}

 .p_b_last {
	margin-right:0 !important;
}

 .product_block .fav {
	position:absolute;
	top:10px;
	right:10px;
	width:18px;
	height:17px;
	background-position:-278px -71px;
	cursor:pointer;
	z-index:1;
}

 .product_block .not_fav {
	position:absolute;
	top:10px;
	right:10px;
	width:18px;
	height:17px;
	background-position:-259px -71px;
	cursor:pointer;
	z-index:1;

}


.not_fav:hover {
	background-position:-278px -71px;
}


.favs {
	top:10px;
	right:10px;
	width:18px;
	height:17px;
	background-position:-278px -71px;
	cursor:pointer;
	z-index:10;
}

.not_favs {

	top:10px;
	right:10px;
	width:18px;
	height:17px;
	background-position:-259px -71px;
	cursor:pointer;
	z-index:10;
}

.not_favs:hover {
	background-position:-278px -71px;
}


 .product_block .prod_status {
	z-index:1;
	position:absolute;
	left:57px;
	top:0;
	width:199px;
	height:21px;
	background-position:-1px -70px;
    cursor:pointer;
}

 .product_block .prod_status > .ka{
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	clear:both;
}

 .product_block .prod_status > .en{
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	clear:both;
}

 .product_block .prod_img {
	width:293px;
	height:130px;
	margin:35px 0 15px 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

 .product_block .prod_img img {
	max-width:293px;
	max-height:130px;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


 .product_block .prod_name {
	color:#666666;
	font-size:14px;
	font-family: 'SegoeUIRegularRegular';
	width:293px;
    min-height:34px;
    margin-bottom: 8px;
	font-weight:bold;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;  
     overflow: hidden;
}

 .product_block .prod_desc {
	font-size:12px;
	width:293px;
	color:#808080;
    margin-bottom:5px;
}

 .product_block_list .fav {
	position:absolute;
	top:21px;
	right:17px;
	width:18px;
	height:17px;
	background-position:-278px -71px;
	cursor:pointer;
	z-index:10;
}

 .product_block_list .desc_block {
	display: flex;
    justify-content:space-between;
	position:relative;
	width:725px;
}


 .product_block_list .not_fav {
	position:absolute;
	top:21px;
	right:17px;
	width:18px;
	height:17px;
	background-position:-259px -71px;
	cursor:pointer;
	z-index:10;
}

 .product_block_list .not_fav:hover {
	background-position:-278px -71px;
}

 .product_block_list .prod_status {
	z-index:10;
	position:absolute;
	left:25px;
	top:0;
	width:199px;
	height:21px;
	background-position:-1px -70px;
}

 .product_block_list .prod_status > div {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
	clear:both;
}

 .product_block_list .prod_img {
	width:230px;
	height:150px;
	position:relative;
	margin: 0 14px 15px 11px;
	overflow:hidden;
	z-index:1;
	float:left;
}

 .product_block_list .prod_img img {
	max-width:200px;
	max-height:100px;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}




 .product_block_list .name_sep {
	height:2px;
	width:625px;
	background:#414042;
	border:0;
	color:#414042;
	margin:13px 0;
}

 .product_block_list .prod_name {
	font-family: 'SegoeUIRegularRegular';
	color:#414042;
	font-size:22px;
	min-height:55px;
	width:435px;
	float:left;
}

 .product_block_list .prod_desc_admin_block {
	width:360px;
	float:left;
}
 .product_block_list .prod_desc {
	font-size:16px;
	width:auto;
	height:25px;
	float:left;
	padding:4px 0 0 3px;
	margin-top:20px;
    color:#808080;
}


 .prod_prices {
	float:left;
	font-size:14px;
    height:34px;
	margin-top: -2px;
    margin-bottom: 2px;
}

 .prod_prices .price_title{
	margin-right:2px;
	font-size:11px;
	height: 15px;
	display: flex;
	align-items: end;
}

 .prod_prices .price_title_block{
  float:left;	
}

 .prod_prices .price_block{
  float:left;	
}

 .prod_prices  .partner_price_block{
	display:flex;
	color:#be3448;
	align-items:baseline;
}

 .prod_prices  .standart_price_block{
	display:flex;
	align-items:baseline;
}

 .prod_prices  .partners_price{
	font-size:15px;
	margin-right:3px;
}

 .prod_prices  .standart_price{
	font-size:15px;
	margin-right:3px;
}

 .prod_prices  .price_strike{
	font-size:12px;
	margin-right:3px;
	text-decoration: line-through;
}


 .show_all_prices {
	width:291px;
	cursor:pointer;
	height:23px;
	line-height:28px;
	background:#fafafa;
	text-align:center;
	font-size:14px;
	border:1px #dbdbdb  solid;
	margin:5px 0 0 0;
}

 .all_prices {
	display:none;
	font-size:13px;
	width:291px;
	border:1px #c9c9c9 solid;
	background:#fafafa;
	border-top:0;
	padding-top:3px;
}

 .prod_prices .price_name,  .all_price_name{
	width:160px;
	height:23px;
	line-height:23px;
	float:left;
	padding-left:5px;
}

/* .all_price_name{
	width:207px;
}*/

 .all_price {
	width:90px;
	height:23px;
	float:right;
	padding-right:5px;
	text-align:right;
	font-size:14px;
}
 .product_block_list .prod_prices {
	display: flex;
    align-items: baseline;
    justify-content: right;
	font-size:14px;
	
}
 .prod_prices .price {
	width:120px;
	height:23px;
	float:left;
	padding-right:5px;
	text-align:left;
	font-size:18px;
}


 .product_block_list .prod_prices .price {
	float:right;
	text-align:right;
	font-size:18px;
	line-height:18px;
}

 .product_block_list .prod_prices .price_status {
	color:#be3448;
	margin-right:5px;
	font-size:18px;
}
 .product_block_list .prod_prices .price_strike {
	text-decoration:line-through;
	font-size:14px;
	line-height:34px !important;
}

 .all_price {
	width:97px;
}

 .price_sep {
	clear:both;
	height:3px;
}

 .show_qty_in_warehouses,  .show_all_arrivals {
	width:291px;
	cursor:pointer;
	height:23px;
	line-height:28px;
	background:#fafafa;
	text-align:center;
	font-size:14px;
	border:1px #c9c9c9 solid;
	margin:5px 0 0 0;
}

 .qty_in_warehouses,  .all_arrivals {
	display:none;
	font-size:13px;
	width:291px;
	border:1px #c9c9c9 solid;
	background:#fafafa;
	border-top:0;
	padding-top:3px;
}

 .qty_in_warehouses .warehouse_name,  .arrive_lft {
	width:180px;
	height:23px;
	line-height:23px;
	float:left;
	padding-left:5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

 .qty_in_warehouses .warehouse_qty,  .arrive_rgt {
	width:97px;
	height:23px;
	line-height:23px;
	float:right;
	padding-right:5px;
	text-align:right;
	position:relative;
}

 .qty_in_warehouses .warehouse_qty .show_orders {
	display:inline-block;
	cursor:pointer;
}

 .qty_in_warehouses .warehouse_qty .reserved_orders {
	position:absolute;
	width:600px;
	min-height:200px;
	border:1px #d6d6d6 solid;
	background:#FFFFFF;
	z-index:99;
	top:23px;
	right:0;
        box-shadow:0px 0px 5px #ccc;
}

 .qty_in_warehouses .warehouse_qty .reserved_orders .close {
	width:14px;
	height:14px;
	background-position:-457px -31px;
	float:right;
	margin:10px 10px 0 0;
	cursor:pointer;
}

 .qty_in_warehouses .warehouse_qty .reserved_orders table {
	border-collapse:collapse;
	width:600px;
	margin-top:10px;
	border: 1px #d6d6d6 solid;
	font-size:12px;
}
 .qty_in_warehouses .warehouse_qty .reserved_orders table .col1 {
	width:100px;
	text-align:center;
}
 .qty_in_warehouses .warehouse_qty .reserved_orders table .col2 {
	width:320px;
	padding:0 5px;
}
 .qty_in_warehouses .warehouse_qty .reserved_orders table .col3 {
	width:100px;
	text-align:center;
}
 .qty_in_warehouses .warehouse_qty .reserved_orders table .col4 {
	width:70px;
	text-align:center;
}


 .reserved_arrivals_qty{
	position:relative;
}

 .show_arrivals_orders {
	display:inline-block;
	cursor:pointer;
}

 .reserved_arrivals_orders {
	position:absolute;
	width:600px;
	min-height:200px;
	border:1px #d6d6d6 solid;
	background:#FFFFFF;
	z-index:99;
	top:23px;
	right:0;
    box-shadow:0px 0px 5px #ccc;

}

 .reserved_arrivals_orders .scroll{
	overflow: auto;
	width:100%;
	max-height: 240px;
	scrollbar-width: thin;
}

 .reserved_arrivals_orders .close {
	width:14px;
	height:14px;
	background-position:-457px -31px;
	float:right;
	margin:10px 10px 0 0;
	cursor:pointer;
}

 .reserved_arrivals_orders table {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
	border: 1px #d6d6d6 solid;
	font-size:12px;
}
 .reserved_arrivals_orders table .col1 {
	width:100px;
	text-align:center;
	padding:5px;
}
 .reserved_arrivals_orders table .col2 {
	width:290px;
	padding:0 5px;
	text-align:right;
}
 .reserved_arrivals_orders table .col3 {
	width:150px;
	text-align:center;
}
 .reserved_arrivals_orders table .col4 {
	width:70px;
	text-align:center;
}



 .prod_act {
	float:right;
}

 .qty {
	width:25px;
	height:29px;
	line-height:21px;
	text-align:right;
	outline:none;
	background:#fafafa;
	border:1px #c9c9c9 solid;
	float:left;
	margin:0 3px 0 0;
	padding:0 10px;
}

 .prod_act .basket_btn {
	width:29px;
	height:29px;
	float:left;
	cursor:pointer;
	border:1px #c9c9c9 solid;
	background:#fafafa;
}
 .prod_act .basket_btn:hover{
        opacity:0.8
}
 .prod_act .basket_btn .basket_btn_ico {
	background-position:-22px -16px;
	width:17px;
	height:17px;
	margin:6px 0 0 5px;
}
 .prod_details .prod_act .basket_btn {
	margin-right:0;
}

 .prod_act .status_ico_block {
	width:29px;
	height:29px;
	float:left;
	border:1px #c9c9c9 solid;
	background:#fafafa;
}


 .prod_act .status_call {
	width:19px;
	height:21px;
	background-position:-303px -26px;
	float:left;
	margin:4px 0 0 5px;
}

 .prod_act .status_on_the_road {
	width:19px;
	height:14px;
	background-position:-340px -26px;
	float:left;
	margin:7px 0 0 5px;
}

 .prod_act .status_in_stock {
	width:16px;
	height:16px;
	background-position:-349px -2px;
	float:left;
	margin:6px 0 0 6px;
}

 .prod_act .status_low_stock {
	width:16px;
	height:16px;
	background-position:-474px -53px;
	float:left;
	margin:6px 0 0 6px;
}

 .prod_act .status_info {
	width:11px;
	height:20px;
	background-position:-497px -50px;
	float:left;
	cursor:pointer;
	margin:5px 0 0 9px;
}

 .prod_act .status_clock {
	width:21px;
	height:22px;
	background-position:-372px -1px;
	float:left;
	margin:3px 0 0 4px;
}

 .prod_act_list {
	width:160px;
	float:right;
}

 .prod_act_list .qty,  .prod_details .prod_act .qty {
	width:25px;
	height:30px;
	line-height:21px;
	text-align:right;
	outline:none;
	background:#fafafa;
	border:1px solid #dbdbdb;
	float:left;
	padding:0 10px;
        border-radius:0;
        margin-right:3px;
}
 .prod_act_list .qty,  .prod_details .prod_act .qty:focus {
        border:1px solid #bbb;
}

 .prod_act_list .basket_btn,  .prod_details .prod_act .basket_btn {
	width:0;
	padding:0 0 0 35px;
	background:url("/images/icon_4.png") #be3448 no-repeat 8px;
	cursor:pointer;
	color:#fff;
	height:31px;
	line-height:30px;
	float:left;
    border: none;
    border-radius:0;
    
}
 .prod_details .prod_act .status_ico_block, .prod_act_list .status_ico_block {
	width:163px;
	height:29px;
	border:1px #c9c9c9 solid !important;
	background:#fafafa;
}
 .prod_details .prod_act .status_ico_block {
	float:right !important;
}
 .prod_act_list .status_ico_block  {
	clear:both;
}

 .prod_details .prod_act .status_desc,  .prod_act_list .status_desc {
	float:left;
	width:123px;
	line-height:13px;
	margin-top:3px;
}

 .prod_details .prod_act .status_info_desc,  .prod_act_list .status_info_desc,
 .prod_details .prod_act .status_on_the_road_desc,  .prod_act_list .status_on_the_road_desc {
	font-size:11px;
}
 .prod_details .prod_act .status_in_stock_desc,
 .prod_act_list .status_in_stock_desc,
 .prod_details .prod_act .status_low_stock_desc_en,
 .prod_act_list .status_low_stock_desc_en,
 .prod_details .prod_act .status_call_desc,
 .prod_act_list .status_call_desc {
	line-height:26px !important;
}

 .prod_act_list .status_call,  .prod_details .prod_act .status_call {
	width:19px;
	height:21px;
	background-position:-303px -26px;
	float:left;
	cursor:pointer;
	margin:3px 10px 0 10px;
}

 .prod_act_list .status_on_the_road,  .prod_details .prod_act .status_on_the_road {
	width:19px;
	height:14px;
	background-position:-340px -26px;
	float:left;
	cursor:pointer;
	margin:7px 10px 0 10px;
}

 .prod_act_list .status_in_stock,  .prod_details .prod_act .status_in_stock {
	width:16px;
	height:16px;
	background-position:-349px -2px;
	float:left;
	cursor:pointer;
	margin:6px 10px 0 10px;
}

 .prod_act_list .status_low_stock,  .prod_details .prod_act .status_low_stock {
	width:16px;
	height:16px;
	background-position:-474px -53px;
	float:left;
	cursor:pointer;
	margin:6px 10px 0 10px;
}

 .prod_act_list .status_info,  .prod_details .prod_act .status_info {
	width:11px;
	height:20px;
	background-position:-497px -50px;
	float:left;
	cursor:pointer;
	margin:3px 10px 0 10px;
}

 .prod_act_list .status_clock,  .prod_details .prod_act .status_clock {
	width:21px;
	height:22px;
	background-position:-372px -1px;
	float:left;
	cursor:pointer;
	margin:3px 5px 0 5px;
}

 .pdf_ico {
	width:14px;
	height:21px;
	background-position:-418px -26px;
	float:left;
}

/* Product page */

 .prod_details .fav {
	width:18px;
	height:17px;
	background-position:-278px -71px;
	cursor:pointer;
	right:0;
	top:0;
	z-index:10;
	position:absolute;
}

 .prod_details .not_fav {
	width:18px;
	height:17px;
	background-position:-259px -71px;
	cursor:pointer;
	right:0;
	top:0;
	z-index:10;
	position:absolute;
}

 .prod_details .not_fav:hover {
	background-position:-278px -71px;
}
 .product_path {
	width:980px;
	height:44px;
	color:#414042;
	font-size:16px;
	line-height:44px;
	font-weight:bold;
	margin-bottom:5px;
}

 .product_path .logo_icon {
	width:41px;
	height:29px;
	background-position:-201px -69px;
	float:left;
	margin:7px 14px 0 0;
}

 .full_product {
	width:980px;
	background:#ffffff;
	position:relative;
}


 .prod_details .prod_desc {
	width:451px;
	float:right;
	font-size:18px;
	position:relative;
	line-height:24px;
}
 .prod_details .prod_desc .name {
	width:420px;
	font-size:23px;
	line-height: 26px;
    margin-top:0px;
	margin-bottom:15px;
    font-weight:normal;
}

 .prod_details .prod_act {
	font-size:12px;
    display:flex;
    align-items:center;
}

 .prod_img_script {
	width:484px;
	height:333px;
	/*background:#ffffff;*/
	float:left;
	margin:12px 0 0 11px;
	position:relative;
}
 .prod_img_script .status_sale_ka {
	width:171px;
	height:40px;
	margin-top:13px;
	position:absolute;
	z-index:10;
	background:url("/images/sale_ka.png");
}
 .prod_img_script .status_sale_en {
	width:97px;
	height:40px;
	margin-top:13px;
	position:absolute;
	z-index:10;
	background:url("/images/sale_en.png");
}
 .prod_img_script .status_new_ka {
	width:171px;
	height:40px;
	margin-top:13px;
	position:absolute;
	z-index:10;
	background:url("/images/new_ka.png");
}
 .prod_img_script .status_new_en {
	width:92px;
	height:40px;
	margin-top:13px;
	position:absolute;
	z-index:10;
	background:url("/images/new_en.png");
}
 .prod_img_script .status_recomended_ka {
	width:171px;
	height:40px;
	margin-top:13px;
	position:absolute;
	z-index:10;
	background:url("/images/recommended_ka.png");
}
 .prod_img_script .status_recomended_en {
	width:149px;
	height:40px;
	margin-top:13px;
	position:absolute;
	z-index:10;
	background:url("/images/recommended_en.png");
}
 .prod_img_script #gallery {
    padding: 0;
}
 .prod_img_script #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
	display:none;
}
 .prod_img_script #descriptions .ad-image-description {
    position: absolute;
}
 .prod_img_script #descriptions .ad-image-description .ad-description-title {
    display: none;
}
 .prod_img_script .ad-image {
    cursor: pointer
}


 .prod_details {
	width:451px;
	float:right;
	font-size:14px;
	margin:13px 13px 0 0;
	position:relative;
}
 .prod_details .action_status {
	color:#be3448;
	font-size:17px;
	line-height:17px;
	margin-bottom:10px;
}

 .prod_details .prod_prices {
	width:451px;
	height:56px;
	float:right;
	margin-top:13px;
}
/*delete admin_view_block */
 .product_block_list .admin_view_block{
	clear:both;
}

 .prod_details .admin_view_block {
	float:right;
}
/*delete admin_view_block */

 .product_block_list .all_info_view_block{
	clear:both;
}

 .prod_details .all_info_view_block {
	float:right;
}

 .products_info_content .separator {
	border-bottom:1px solid #ccc;
        height:1px;
        margin:5px 0px 4px 0px;
}


 .prod_details .show_all_prices {
    width: 451px;
    cursor: pointer;
    height: 24px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 1px;
    margin-top: 10px;
}

 .prod_details .all_prices {
	display:none;
	font-size:13px;
	width: 451px;
    border-radius: 0;
}

 .prod_details .prod_prices .price_name,  .prod_details .all_price_name{
	width:134px;
	height:34px;
	line-height:34px;
	float:left;
	padding-left:3px;
}

 .prod_details .all_price_name{
	width:207px;
	height:23px;
	line-height:23px;
}
 .prod_details .prod_prices .price {
	width:451px;
	height:44px;
	float:right;
	text-align:right;
	font-size:44px;
	line-height:44px;
}

 .prod_details .prod_prices .price_status {
	color:#be3448;
	float:right;
	margin-right:5px;
	font-size:44px;
}
 .prod_details .prod_prices .price_strike {
	text-decoration:line-through;
	float:right;
	font-size:30px;
	line-height:42px !important;
}

 .prod_details .all_price {
	width:112px;
	height:34px;
	line-height:34px;
	float:right;
	padding-left:3px;
}

 .prod_details .all_price {
	width:97px;
	height:23px;
	line-height:23px;
}

 .prod_details .price_sep {
	clear:both;
	height:4px;
}

 .prod_details .show_qty_in_warehouses,  .prod_details .show_all_arrivals {
	width:333px;
	cursor:pointer;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:14px;
}

 .prod_details .qty_in_warehouses,  .prod_details .all_arrivals {
	width:332px;
	display:none;
	font-size:13px;
}

 .prod_details .qty_in_warehouses .warehouse_name,  .prod_details .arrive_lft {
	width:207px;
	height:23px;
	line-height:23px;
	float:left;
	padding-left:3px;
}

 .prod_details .qty_in_warehouses .warehouse_qty,  .prod_details .arrive_rgt {
	width:97px;
	height:23px;
	line-height:23px;
	float:right;
	padding-left:3px;
}

 .prod_details .status_block {
	float:left;
	padding:5px 11px;
	color:#ffffff;
	background:#191919;
	border:1px solid #717171;
	outline:3px solid #191919;
	margin-right:15px;
}
 .prod_details .warranty {
	float:right;
	width:335px;
	height:43px;
	color:#ffffff;
	background:#be3448;
	font-size:30px;
	text-align:center;
	line-height:48px;
	margin-top:17px;
}


.straight-line {
	border: 1px solid #414042;
    flex-grow: 1;
}

.product-document-category-title{
	display: flex;
    align-items: center;
    gap: 5px;
}

.product-content-toggle{
	display: flex;
    align-items: center;
	cursor: pointer;
}


 #description .scrollable {
	overflow-x:auto;
	width: 729px;
	margin-left:201px;
}
 #description .scrollable table {
	border-left:0;
}

.selector:not(*:root),  #description .scrollable table tr td:first-child {
	margin-top:0;
}


 #description .scrollable table tr td:first-child:nth-child(even) {
	background:#fafafa;
}
 #description .scrollable table tr:nth-child(even) {
	background:#f5f5f5;
}
 #description .scrollable table tr td:first-child,  #description .scrollable table tr th:first-child {
	width:200px !important;
	position:absolute;
	left:1px;
	top:auto;
	vertical-align:middle;
	
}
 #description .scrollable table tr td:first-child:nth-child(even) {
	background:#f5f5f5;
}
.compare-block{
	font-size:13px;
}
 .product_about .text .pdf_block {
	display:none;
}
 .product_about .text .pdf_block .pdf {
	color:#414042;
	line-height:21px;
	font-size:16px;
}
 .product_about .text .pdf_block .pdf:hover {
	text-decoration:underline;
}
/* EO Product page */


/* Login Page */

.login-block, .restore-block{
	display:flex;
	width:100%;
	justify-content:center;
}
.login-block .login-form, .restore-block .restore-form{
	background:#ebeef6;
	padding:25px;
	border-radius:15px;
	margin-top:80px;
	margin-bottom:80px;
}
.login-block .login-form h1, .restore-block .restore-form h1{
	padding:0;
	margin:0;
	margin-bottom:30px;
	font-weight: 400;
}

.registration-block{
	display:flex;
	width:100%;
	justify-content:center;
}
.registration-block .registration-form{
	background:#ebeef6;
	padding:25px;
	border-radius:15px;
	margin-top:30px;
	margin-bottom:80px;
}

 #login_form {
	width:350px;
}
 #login_form input[type="text"], #login_form input[type="password"] {
	width:338px;
	height:30px;
	padding:5px 10px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #a1a2a5;
	outline:1px solid #ffffff;
	margin-bottom:10px;
	border-radius:10px;
}
 #login_form input[type="text"]:focus, #login_form input[type="password"]:focus {
	border:1px solid #414042;
	outline:1px solid #414042;
}
 #login_form .remember_forgot_block {
	float:left;
	width:170px;
	line-height:24px;
	font-size:16px;
	color:#222222;
	margin-top:10px;
}
 #login_form .remember_forgot_block .restore_pass {
	color:#222222;
	display:block;
	margin-top:15px;
}
 #login_form #login_btn {
	float:right;
	width:115px;
	height:40px;
	font-size:16px;
	color:#ffffff;
	background:#414042;
	cursor:pointer;
	margin-top:20px;
	border-radius: 10px;
}

/* EO Login Page */

/* Restore Page */
 #restore_form {
	width:350px;
}
 #restore_form input[type="text"] {
	width:338px;
	height:30px;
	padding:5px 10px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #a1a2a5;
	outline:1px solid #ffffff;
	margin-bottom:5px;
	border-radius:10px;
}
 #restore_form input[type="text"]:focus {
	border:1px solid #414042;
	outline:1px solid #414042;
}
 #restore_form #restore_btn {
	float:right;
	width:115px;
	height:40px;
	font-size:16px;
	color:#ffffff;
	background:#414042;
	cursor:pointer;
	margin-top:20px;
	border-radius:10px;
}

/* EO Restore Page */

/* Registration Page */
 .reg_switcher {
	width:390px;
	margin:20px auto;
	font-size:18px;
	color:#414042;
}
 .reg_switcher .user_reg {
	float:left;
	cursor:pointer;
}
 .reg_switcher .org_reg {
	float:left;
	margin-left:60px;
	cursor:pointer;
}
 .reg_switcher .active {
	color:#720000;
}
 .reg_switcher .active .switcher {
	width:24px;
	height:24px;
	background-position:-322px -48px;
	display:inline-block;
	margin:0 12px 0 0;
}
 .reg_switcher .switcher {
	width:24px;
	height:24px;
	background-position:-297px -48px;
	display:inline-block;
	margin:0 12px 0 0;
}

 #user_registration_form {
	display:none;
}
 .registration_form {
	width:900px;
	margin:45px auto 70px;
	font-size:16px;
	color:#222222;
}

 .registration_form label {
	min-width:315px;
	text-align:right;
	margin-right:10px;
	line-height:40px;
	float:left;
}
 .registration_form input[type="text"], .registration_form input[type="password"] {
	width:470px;
	height:30px;
	padding:5px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #a1a2a5;
	outline:1px solid #ffffff;
	margin-bottom:5px;
	float:left;
	border-radius:10px;
}
 .registration_form input[type="text"]:focus, .registration_form input[type="password"]:focus {
	border:1px solid #414042;
	outline:1px solid #414042;
}
 .registration_form #from_where{
	width:480px;
	height:40px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #a1a2a5;
	outline:1px solid #ffffff;
	background:#fff;
	margin-bottom:5px;
	float:left;
	border-radius:10px;
}
 .registration_form #securecode{
	width:100px;
}
 .registration_form .captcha{
	width:112px;
	height:40px;
	float:left;
	margin-left:7px;
	border:1px solid #a1a2a5;
}
 .registration_form .refresh_capcha{
	width:21px;
	height:28px;
	background-position:-435px -16px;
	float:left;
	margin:8px 0 0 15px;
	cursor:pointer;
}
 .registration_form .news_sub_lbl{
   margin-left: 5px;
   float: none;
   min-width: 100px;
}

 .registration_form .geo_key_lbl{
  min-width: 100px;
  margin-left: 5px;
  margin-top: -3px;
}
 .registration_form #registration_btn{
	float:right;
	width:345px;
	height:40px;
	color:#ffffff;
	background:#a90004;
	font-size:18px;
	margin-right:95px;
	border-radius:10px;
}



/* EO Registration Page */

/* Basket Page */
#full_width_pg .basket_header {
	width:1197px;
	height:45px;
	line-height:45px;
	padding-left:35px;
	color:#ffffff;
	background:#414042;
	font-size:22px;
}
#full_width_pg #basket_processing {
	display:none;
	position:absolute;
	z-index:10000;
	margin:0px;
	background-color:#ffffff;
	font-size:12px;
	text-align:center;
	opacity:0.8;
	filter:alpha(opacity=80);
    top: 0;
}
#full_width_pg #basket_processing div {
	margin-top:15px;
}
#full_width_pg #add_order_frm .please_log_in_en{
	font-size:14px;
	text-align:center;
}
#full_width_pg #add_order_frm .please_log_in_ka a, #full_width_pg #add_order_frm .please_log_in_en a{
	color:#7c1111;
	font-weight:bold;
}
#full_width_pg #add_order_frm .stock_colors{
	float:left;
	width:600px;
	line-height:20px;
	font-size:14px;
	margin-top:15px;
}
#full_width_pg #add_order_frm .stock_colors .error_color_visual{
	float:left;
	width:20px;
	height:20px;
}
#full_width_pg #add_order_frm .stock_colors .error_color_desc{
	float:left;
	margin-left:10px;
	width:550px;
}
#full_width_pg #add_order_frm .out_of_stock{
	background:#ee6262;
}
#full_width_pg #add_order_frm .not_enough_stock{
	background:#ef9d40;
}
#full_width_pg #add_order_frm .over_max_reserve_stock{
	background:#F3F772;
}
#full_width_pg #add_order_frm .out_of_this_stock{
	background:#c094f2;
}

#full_width_pg #add_order_frm .ui-combobox {
	position: relative;
	display: inline-block;
	margin:0 40px 0 0;
	float:left;
}
#full_width_pg #add_order_frm .ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
#full_width_pg #add_order_frm .ui-combobox-input {
	margin: 0;
	padding: 0.3em;
	background:#ffffff;
	width:247px;
}
#full_width_pg #add_order_frm .ui-autocomplete {
	height:300px;
	overflow-y:scroll;
}
#full_width_pg #add_order_frm .order_as_contragent_lbl {
	float:left;
	padding:2px 10px 0 75px;
	font-size:12px;
}
#full_width_pg #add_order_frm .search_contragent_lbl {
	float:left;
	padding:2px 10px 0 30px;
	font-size:12px;
}
#full_width_pg #add_order_frm .order_as_price_type_label {
	float:left;
	padding:0px 10px 0 92px;
	font-size:12px;
}

#full_width_pg #add_order_frm .manager_label {
	float:left;
	padding:0px 10px 0 104px;
	font-size:12px;
}

#full_width_pg #add_order_frm #order_as_price_type {
	float:left;
        border: 1px solid #d3d3d3;
        margin: 0;
        padding: 0.3em;
        background: #ffffff;
        width: 392px;
        border-radius:4px;
        line-height: 25px;
}

#full_width_pg #add_order_frm #manager_type {
	float:left;
        border: 1px solid #d3d3d3;
        margin: 0;
        padding: 0.3em;
        background: #ffffff;
        width: 392px;
        border-radius:4px;
        line-height: 25px;
}
#full_width_pg #add_order_frm .email_text_lbl {
	float:left;
	width:114px;
	padding:0 10px 0 44px;
	font-size:12px;
}
#full_width_pg #add_order_frm .comment_text_lbl {
	float:left;
	width:114px;
	padding:0 10px 0 0px;
	font-size:12px;
}
#full_width_pg #add_order_frm .email_text {
	float:left;
	width:385px;
	height:100px;
	border:1px #d3d3d3 solid;
}
#full_width_pg .basket_tbl {
	width:1280px;
	margin:0;
	border-collapse:collapse;
	text-align:center;
}
#full_width_pg .basket_tbl .thead {
	width:1280px;
	height:67px;
	border-top:1px solid #f5f5f5;
	background:#999999;
	color:#ffffff;
	font-size:17px;
	text-align:center !important;
}
#full_width_pg .basket_tbl .thead .col1 {
	text-align:center !important;
}
#full_width_pg .basket_tbl tr {
	height:65px;
	color:#414042;
	font-size:14px;
	font-family: 'SegoeUIRegularRegular';
}
#full_width_pg .basket_tbl .tr0 {

	background:#ebebeb;
}
#full_width_pg .basket_tbl .tr1 {
	
	background:#ffffff;
}
#full_width_pg .basket_tbl .col1 {
	width:250px;
	text-align:left;
	padding:0 10px;
}
#full_width_pg .basket_tbl .col2 {
	width:100px;
}
#full_width_pg .basket_tbl .col3 {
	width:100px;
}
#full_width_pg .basket_tbl .col4 {
	width:100px;
}
#full_width_pg .basket_tbl .col5 {
	width:30px;
}
#full_width_pg .basket_tbl .col4 .qty {
	width:100px;
	height:25px;
	border:1px solid #999999;
	margin-left:50px;
}
 #full_width_pg .basket_tbl .col4 .qty_num {
	width:70px;
	line-height:25px;
	border:1px solid #999999;
	padding: 2px;
    cursor: text;
	margin:0 auto;
	
}
 #full_width_pg .basket_tbl .col4 .qty_control {
	width:25px;
	height:25px;
	float:left;
	cursor:pointer;
}
 #full_width_pg .basket_tbl .col4 .up {
	width:15px;
	height:15px;
	background-position:-581px -32px;
	margin:5px 0 0 5px;
}
 #full_width_pg .basket_tbl .col4 .down {
	width:15px;
	height:3px;
	background-position:-581px -48px;
	margin:10px 0 0 5px;
}
 #full_width_pg .basket_tbl .col5 .delete {
	width:20px;
	height:20px;
	border:1px solid #999999;
	border-radius:3px;
}
 #full_width_pg .basket_tbl .col5 .delete_btn {
	width:14px;
	height:14px;
	background-position:-458px -63px;
	margin:5px 0 0 4px;
	cursor:pointer;
}
 #full_width_pg .basket_tbl .col6{
	width:190px;
}
 #full_width_pg .basket_tbl .col6 select{
	background:none;
	padding:2px 5px;
	float:left;
	height:29px;
	width:200px;
	margin:0 10px 0 20px;
	font-family: 'SegoeUIRegularRegular';
}
 #full_width_pg .basket_tbl .col6 .split{
	width:32px;
	height:25px;
	border:1px solid #999999;
	float:left;
}
 #full_width_pg .basket_tbl .col6 .split_btn{
	width:12px;
	height:14px;
	background-position:-458px -46px;
	margin:5px 0 0 9px;
	cursor:pointer;
}
 #full_width_pg .basket_order_info {
	width:1222px;
        padding-left:10px;
	background:#ebebeb;
	line-height:35px;
	font-size:16px;
	/*font-weight:bold;*/
	color:#414042;
}

 #full_width_pg .basket_order_info .order_address_block .dhl_img {
	width:99px;
    min-width: 99px;
	height:50px;
	background-position:-499px -84px;
}
 #full_width_pg .basket_order_info .order_address_block .dhl_regulations {
	width:900px;
	margin-left:53px;
	font-size:14px;
	line-height:16px;
}
 #full_width_pg .basket_order_info label {
	width:150px;
	display:inline-block;
}
 #full_width_pg .basket_order_info select,
 #full_width_pg .basket_order_info input {
	border:1px solid #999999;
	background:white;
	padding:2px 5px;
	width:235px;
	height:27px;

}
 #full_width_pg .basket_order_info .transportation {
        float:right;
        margin:5px
}
 #full_width_pg .basket_order_info .basket_properties {
        float:left;
        font-weight:normal
}

 #full_width_pg .basket_amounts {
	background-color: #fff;
	width: 1280px;
	margin: 0 auto;
	border-radius: 15px;
	margin-bottom: 15px;
	text-align:right;
	font-size:16px;
	color:#414042;
	line-height:25px;
	font-family: SegoeUIRegularRegular;
}
 #full_width_pg .basket_amounts #basket_btn {
	padding:0 10px;
	height:40px;
	color:#ffffff;
	font-size:16px;
	background:#a90004;
	margin-top:20px;
}
 #full_width_pg .basket_amounts #basket_btn_disabled {
	padding:0 10px;
	height:40px;
	color:#ffffff;
	font-size:16px;
	background:#52565d;
	margin-top:20px;
	cursor:default;
}

 .basket .price_stroked{
        color:gray;
        font-size:80%;
        text-decoration: line-through;
}
 .basket .sum {
        line-height:0.7
}



/* EO Basket Page */


/* Edit User Info Page */
 #editinfo_form,
					#add_individual_form,
					#add_organisation_form,
					#edit_customer_form
{
	width:452px;
	margin:80px auto 130px;
	font-size:15px;
	color:#222222;
}
 #view_customer_info
{
	width:810px;
	margin:80px auto 130px;
	color:#222222;
	font-size:18px;
}
 #view_customer_info .title
{
	width:400px;
	text-align:right;
	margin-right:10px;
	line-height:40px;
	float:left;
}
 #view_customer_info .value
{
	width:400px;
	line-height:40px;
	float:left;
}

 #editinfo_form label,
					#add_individual_form label,
					#add_organisation_form label,
					#edit_customer_form label
{
	max-width:400px;
	min-width:280px;
	text-align:right;
	margin-right:10px;
	line-height:40px;
	float:left;
}
 #editinfo_form input[type="text"],
					#add_individual_form input[type="text"],
					#add_organisation_form input[type="text"],
					#edit_customer_form input[type="text"]
{
	width:430px;
	height:28px;
	padding:0 10px;
	font-size:14px;
	color:#414042;
	display:block;
	border:1px solid #c5c5c5;
	margin-bottom:5px;
}
 #editinfo_form .addable_input,
					#add_individual_form .addable_input,
					#add_organisation_form .addable_input,
					#edit_customer_form .addable_input
{
	width:390px !important;
	float:left;
}
 #editinfo_form #driver_name,
					#add_individual_form #driver_name,
					#add_organisation_form #driver_name,
					#edit_customer_form #driver_name
{
	width:194px !important;
	float:left;
}
 #editinfo_form #driver_ident_no,
					#add_individual_form #driver_ident_no,
					#add_organisation_form #driver_ident_no,
					#edit_customer_form #driver_ident_no
{
	width:170px !important;
	margin-left:4px;
	float:left;
}
 #editinfo_form input[type="text"]:focus,
					#add_individual_form input[type="text"]:focus,
					#add_organisation_form input[type="text"]:focus,
					#edit_customer_form input[type="text"]:focus
{
	border:1px solid #414042;
	outline:none;
}
 #editinfo_form .news_sub_lbl,
					#add_individual_form .news_sub_lbl,
					#add_organisation_form .news_sub_lbl,
					#edit_customer_form .news_sub_lbl
{
	float:right;
	min-width:100px;
}
 #editinfo_form #news_sub,
					#add_individual_form #news_sub,
					#add_organisation_form #news_sub,
					#edit_customer_form #news_sub
{
	float:left;
}
 #editinfo_form #geo_key,
					#add_individual_form #geo_key,
					#add_organisation_form #geo_key,
					#edit_customer_form #geo_key
{
	float:left;
}
 #editinfo_form .geo_key_lbl,
					#add_individual_form .geo_key_lbl,
					#add_organisation_form .geo_key_lbl,
					#edit_customer_form .geo_key_lbl
{
	float:left;
	min-width:50px;
}
 #editinfo_form #editinfo_btn,
					#add_individual_form #addindividual_btn,
					#add_organisation_form #addorganisation_btn,
					#edit_customer_form #editinfo_btn
{
  float: right;
  width: 125px;
  height: 35px;
  color: #ffffff;
  background: #a90004;
  font-size: 16px;
  border-radius: 5px;
	
}
 #editinfo_form .plus,
					#add_individual_form .plus,
					#add_organisation_form .plus,
					#edit_customer_form .plus
{
	float:right;
	clear:right;
	width:32px;
	height:30px;
	background-position:-524px -1px;
}
 #editinfo_form .delete,
					#add_individual_form .delete,
					#add_organisation_form .delete,
					#edit_customer_form .delete
{
	float:right;
	clear:right;
	width:32px;
	height:30px;
	background-position:-557px -1px;
}


/* EO Edit User Info Page */

/* Change Password Page */
 #changepass_form {
	width:700px;
	margin:80px auto 130px;
	font-size:16px;
	color:#222222;
	font-family: 'SegoeUIRegularRegular';
}

 #changepass_form label {
	max-width:300px;
	min-width:200px;
	text-align:right;
	margin-right:10px;
	line-height:40px;
	float:left;
}
 #changepass_form input[type="password"] {
	width:470px;
	height:25px;
	padding:5px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #a1a2a5;
	outline:1px solid #ffffff;
	margin-bottom:5px;
	float:left;
	border-radius:5px;
}
 #changepass_form input[type="password"]:focus {
	border:1px solid #414042;
	outline:1px solid #414042;
}
 #changepass_form #changepass_btn{
	float:right;
	width:125px;
	height:34px;
	line-height: 34px;
	color:#ffffff;
	background:#a90004;
	font-size:16px;
	margin-right:8px;
	border-radius:5px;
}

/* EO Edit User Info Page */

/* All Organisations Page*/
 #all_organisations {
	font-size:14px;
	line-height:28px;
    width: 980px;
}
 #all_organisations .organisation {
	margin-bottom: 10px;
	border:1px #ebebeb solid;
	background:#ffffff;
	border-radius: 10px;
}

 #all_organisations .organisation .organisation_desc{
	padding: 10px;
	display: inline-block;
    position:relative;
}


 #all_organisations .organisation .organisation_desc .menu-button{
	width:20px;
	height:20px;
	background:url("/images/menu-icon.png") center no-repeat;
	position: absolute;
	right: 5px;
	cursor:pointer;
}

 #all_organisations .organisation .organisation_desc .menu-button:hover{
  background:url("/images/menu-icon-hover.png") center no-repeat;
}

 #all_organisations .organisation .organisation_desc .menu-body .show{
  display:flex;
}

 #all_organisations .organisation .organisation_desc .hidden{
display:none;
}

 #all_organisations .organisation .organisation_desc .menu-body{
  background:#fff;
  border-radius:3px;
  width:630px;
  padding:15px;
  position:absolute;
  right:20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: -8px;
  min-height: 50px;
  z-index:99;
}

 #all_organisations .organisation .organisation_desc .menu-body .customer-info{
	width: 68%;
}

 #all_organisations .organisation .organisation_desc .menu-body .customer-info .title-info{
	font-family: 'SegoeUIRegularRegular';
	font-size:14px;
	line-height: 18px;
    margin-bottom: 8px;
}


#all_organisations .organisation .organisation_desc .menu-body .menu{
	width: 32%;
	border-left: 1px solid #e1e1e1c2;
	padding-left: 15px;
}

 #all_organisations .organisation .organisation_desc .menu-body .menu  li{
 list-style:none;
 padding:5px 0;
}

 #all_organisations .organisation .organisation_desc .menu-body .menu  li button{
	background: none;
	border: none;
	display: flex;
	width: 210px;
	cursor:pointer;
	padding-left: 4px;
}

#all_organisations .organisation .organisation_desc .menu-body .menu  li a:hover,button:hover{
	color:#bc1f3b;
}


 #all_organisations .organisation .organisation_desc .menu-body .menu  li a{
	background: none;
	border: none;
	display: flex;
	width: 180px;
	height: 19px;
	padding-left: 4px;
}

#all_organisations .organisation .organisation_desc .menu-body::after {
  position:absolute;
  right:-23px;
  top:4px;
  content: '';
  width: 0;
  height: 0;
	border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid rgba(0, 0, 0, 0.03);
  z-index:1;
}

 #all_organisations .organisation .organisation_desc .menu-body::before {
  position:absolute;
  right:-19px;
  top:6px;
  content: '';
  width: 0;
  height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid white;
  z-index:2;
}

 #all_organisations .organisation .title {
	display:block;
	width:200px;
	float:left;
	font-family: 'SegoeUIRegularRegular';
}
 #all_organisations .organisation .value {
	display:block;
	width:700px;
	float:left;
	clear:right;
	font-family: 'SegoeUIRegularRegular';
}
#all_organisations .organisation .all_managers_lnk {
	display:block;
	float:right;
	width:24px;
	height:24px;
	background-position:-494px -1px;
	margin-left:5px;
}
 #all_organisations .organisation .enter_with_btn {
	display:block;
	float:right;
	width:25px;
	height:24px;
	background-position:-498px -26px;
	margin-left:5px;
}
 #all_organisations .organisation .remove_organization_btn {
	display:block;
	float:right;
	width:24px;
	height:24px;
	background-position:-473px -26px;
	margin-left:5px;
}
 #all_organisations .organisation .set_default_btn {
	display:block;
	float:right;
	width:24px;
	height:24px;
	background-position:-469px -1px;
	margin-left:5px;
}

/* EO All Organisations Page*/

/* All Managers Page*/
 #all_managers {
	clear:both;
	font-size:16px;
	line-height:28px;
}
 #all_managers #add_manager_frm {
	width:950px;
	padding:15px;
	margin: 10px 0;
	border:1px #ebebeb solid;
	background:#ffffff;
	border-radius:10px;
}
 #all_managers #add_manager_frm #manager_email {
	display:block;
	width:235px;
	height:30px;
	padding:0 5px;
	border:1px #999999 solid;
	float:left;
	border-radius:5px;
}
 #all_managers #add_manager_frm .add_manager_btn {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:-1px;
	background-position:-524px -32px;
}
 #all_managers .manager {
	width:950px;
	padding:15px;
	margin: 10px 0;
	border:1px #ebebeb solid;
	background:#ffffff;
	border-radius:10px;
}
 #all_managers .manager .title {
	display:block;
	width:200px;
	float:left;
	clear:left;
	font-family: 'SegoeUIRegularRegular';
}
 #all_managers .manager .value {
	display:block;
	width:600px;
	float:left;
	clear:right;
	font-family: 'SegoeUIRegularRegular';
}
 #all_managers .manager .all_managers_lnk {
	display:block;
	font-size:14px;
	color:#414042;
	clear:both;
}
 #all_managers .manager .all_managers_lnk:hover {
	color:#7c1111;
}
 #all_managers .manager #rights_delegate_frm {
	font-size:14px;
	width:320px;
	height:34px;
	margin-top:20px;
	/*border:1px #d6d6d6 solid;
	background:#dcdcdc;*/
	float:left;
}
 #all_managers .manager #rights_delegate_frm #stay_manager_lbl {
	float:left;
	margin:5px;
}
 #all_managers .manager #rights_delegate_frm #rights_delegate_btn {
	height:28px;
	padding:3px 3px 4px 28px;
	margin:3px 5px 0 0 ;
	border:1px #a4a4a4 solid;
	background:url("/images/point_icon.png") 7px no-repeat #dcdcdc;
	float:left;
}
 #all_managers .manager #remove_manager {
	float:right;
	margin-top:24px;
}
 #all_managers .manager #remove_manager #remove_manager_btn {
	display:block;
	width:24px;
	height:24px;
	background-position:-473px -26px;
	margin-left:5px;
}

/* EO All Managers Page*/

/* Orders Page*/
 .order_container {
	font-size:14px;
	font-family: 'SegoeUIRegularRegular';
}
 .order_container .company_name {
	font-size:16px;
	margin: 0 0 20px 10px;
}

 .order_container .realization_block,  .order_container .refund_block {
	border:1px #f5f5f5 solid;
	padding-top:10px;
}

 .order_container .realiztion_header,  .order_container .refund_header {
	display:inline-block;
	width:960px;
	margin-left:10px;
	cursor:pointer;
}

 .order_container .order_header {
	display:inline-block;
	width:900px;
	margin-left:10px;
	line-height:42px;
}

 .order_container .realiztion_header .sum,  .order_container .refund_header .sum {
	display:inline-block;
	float:right;
}

 .order_container .order_dt {
	float:left;
	/*color:#a90004;*/
}
 .order_container .order_status {
	color:#414042;
	padding-left:5px;
	display: inline-block;
}
 .order_container .edit_btns {
	float:right;
	background:#ebebeb;
	outline: 1px #ebebeb solid;
	border: 1px #ffffff solid;
	height:30px;
	padding:5px;
}
 .order_container .edit_btns .delete_order_frm {
	float:right;
}
 .order_container .edit_btns .delete_order_frm .delete {
	float:right;
	display:block;
	width:20px;
	height:26px;
	background-position:-347px -48px;
	margin:0 3px 0 5px;
	cursor:pointer;
}
 .order_container .edit {
	float:right;
	display:block;
	width:20px;
	height:26px;
	background-position:-557px -57px;
	margin-left:5px;
	cursor:pointer;
}
 .order_container .invoice {
	float:right;
	display:block;
	width:20px;
	height:26px;
	background-position:-387px -47px;
	margin-left:5px;
	cursor:pointer;
}
 .order_container .order_tbl  {
	border-collapse:collapse;
	width:980px;
	outline: 1px #ebebeb solid;
	border: 1px #ffffff solid;
}
 .order_container .realization_tbl  {
	outline: none !important;
}
 .order_container .refund_tbl  {
	outline: none !important;
}
 .order_container .order_tbl tr {
	border-bottom:1px solid #ebebeb;
	vertical-align: middle;
}
 .order_container .order_tbl th  {
	height:28px;
	background:#ebebeb;
	color:#222222;
	/*border-right:3px solid #f5f5f5;*/
	padding:0 10px;
}
 .order_container .order_tbl th:last-child {
	border-right: none;
}
 .order_container .order_tbl th:first-child {
	text-align:left;
}
 .order_container .order_tbl td  {
	height:38px;
	color:#222222;
	padding:0 10px;
	text-align:center;
}
 .order_container .order_tbl td img {
	vertical-align: middle;
}
 .order_container .order_tbl td:first-child {
    text-align: left;
}

 .order_container .order_tbl .prod_name {
	width:600px;
	display: flex;
    align-items: center;
    padding: 5px;
}
 .order_container .order_tbl .prod_qty {
	width:100px;
}
 .order_container .order_tbl .itm_price {
	width:100px;
}
 .order_container .order_tbl .price {
	width:100px;
}
 .order_container .order_tbl .ttl_sum {
	font-weight:bold;
}


/* EO Old Orders Page*/


/* Guarantee Page */

 .block_header .tabs {
	width:965px;
	margin-left:7px;
	color:#222222;
	font-size:20px;
	font-weight:bold;
}
 .block_header .tabs div {
	display:inline-block;
	color:#9e9fa1;
	cursor:pointer;
}
 .block_header .tabs div:hover {
	color:#414042;
}
 .block_header .tabs .active {
	color:#414042;
}
 .guarantee_pg .check_block{
        background:#fff;
        padding-bottom:15px;
}
 .guarantee_pg .lefton_block {
	display:none;
	font-size:14px;
}
 .guarantee_pg .lefton_block .defect_header {
	display:inline-block;
	width:960px;
	margin-left:10px;
	line-height:42px;
	cursor:pointer;
}
 .guarantee_pg .lefton_block .bottom_line {
	border:1px solid #ebebeb;
}
 .guarantee_pg .lefton_block .defect_header .def_status {
	display:inline-block;
	float:right;
	font-weight:bold;
}

 .guarantee_pg .lefton_block .defect_tbl {
	border-collapse:collapse;
	width:977px;
	outline: 1px #ebebeb solid;
	border: 1px #cfcfcf solid;
	border-top-color:#ebebeb;
	border-right:0;
	text-align:left;
	margin-left:-1px;
}

 .guarantee_pg .lefton_block .defect_tbl tr {
	border-bottom:1px solid #ebebeb;
	vertical-align: middle;
}
 .guarantee_pg .lefton_block .defect_tbl tr:last-child {
	border-bottom:none !important;
}
 .guarantee_pg .lefton_block .defect_tbl td  {
	height:38px;
	color:#222222;
	padding:0 10px;
	width:747px;
}
 .guarantee_pg .lefton_block .defect_tbl td:first-child  {
	border-right:1px solid #ebebeb;
	width:230px !important;
}

 .serial_number_title {
	display:inline-block;
	margin:0 0 20px -5px;
	font-size:16px;
	width: 302px;
    text-align: center;
}
 .guarantee_addr{
        margin-top:70px;
        font-size:13px;
        text-align:center;
        line-height: 1.7
}
 .guarantee_addr a{
        color:#bc1f3b
}
 .guarantee_addr a:hover{
        text-decoration:underline
}
 .tooltip_def {
	text-decoration:none;
	position:relative;
	width:16px;
	height:16px;
	background-position:-521px -65px;
	display:inline-block;
}
 .tooltip_def span {
	display:none;
}
 .tooltip_def span img {
	float:left;
}
 .tooltip_def:hover span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:auto;
	max-width:320px;
	min-height:128px;
	margin-top:12px;
	margin-left:12px;
	overflow:hidden;
	padding:8px;
}

 #check_guarantee_form .serial_no {
	  width: 237px;
	  height: 29px;
	  padding: 0 10px;
	  font-size: 16px;
	  color: #414042;
	  display: block;
	  border: 1px solid #c5c5c5;
	  margin-right: 10px;
	  float: left;
	  border-radius: 2px;
	}
 #check_guarantee_form #securecodeimage {
	border:1px solid #c5c5c5;
	float:left;
}
 #check_guarantee_form .refresh {
	float:left;
	margin:4px;
	cursor:pointer;
}
 #check_guarantee_form #securecode {
	width:87px;
	height:31px;
	padding:0 10px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #c5c5c5;
	margin-right:10px;
	float:left;
}
 #check_guarantee_form .serial_no:focus {
	border:1px solid #414042;
	outline:none;
}
 #check_guarantee_form .added_serial_no {
	clear:right;
	float:left;
	margin-right:10px;
}
 #check_guarantee_form .plus {
	float:left;
	clear:right;
	width:32px;
	height:30px;
	background-position:-524px -1px;
	cursor:pointer;
        opacity:0.6;
}
 #check_guarantee_form .plus:hover {
        opacity:1;
}
 #check_guarantee_form .minus,  .guarantee_status_tbl .minus {
	float:left;
	clear:right;
	width:32px;
	height:30px;
	background-position:-557px -1px;
	cursor:pointer;
}
 #check_guarantee_form .minus{
        opacity:0.6;
}
 #check_guarantee_form .minus:hover{
        opacity:1;
}
 #check_guarantee_form .check_guarantee_btn_holder {
	width:302px;
}
 #check_guarantee_form .check_guarantee_btn_holder #check_guarantee {
  height: 35px;
  color: #ffffff;
  background: #a90004;
  font-size: 14px;
  padding: 0 7px;
  margin: 0 auto;
  display: block;
  width: 300px;
  border-radius: 3px;
}
 .guarantee_status_tbl  {
	border-collapse:collapse;
	width:980px;
	outline: 1px #ebebeb solid;
	border: 1px #ffffff solid;
}
 .guarantee_status_tbl tr {
	border-bottom:1px solid #ebebeb;
	vertical-align: middle;
}
 .guarantee_status_tbl th  {
	height:28px;
	background:#ebebeb;
	color:#222222;
	/*border-right:3px solid #f5f5f5;*/
	padding:0 10px;
}
 .guarantee_status_tbl th:last-child {
	border-right: none;
}
 .guarantee_status_tbl th:first-child {
	text-align:left;
	width:220px;
}
 .guarantee_status_tbl td  {
	height:38px;
	color:#222222;
	padding:0 10px;
	text-align:center;
}
 .guarantee_status_tbl td .dt_code  {
	width:40px;
	height:28px;
	padding:0 10px;
	font-size:14px;
	color:#414042;
	display:block;
	border:1px solid #c5c5c5;
	margin:0 auto;
}
 .guarantee_status_tbl td .reason_comment  {
	width:228px;
	height:28px;
	padding:0 10px;
	font-size:14px;
	color:#414042;
	display:block;
	border:1px solid #c5c5c5;
}
 .guarantee_status_tbl td select  {
	width:250px;
	height:28px;
	padding:0 10px;
	font-size:14px;
	color:#414042;
	display:block;
	border:1px solid #c5c5c5;
}
 .guarantee_status_tbl td:first-child {
	text-align:left;
}
 #add_defect_frm .add_defects_btn {
	height:40px;
	color:#ffffff;
	background:#a90004;
	font-size:18px;
	padding: 0 7px;
	margin-top:20px;
	float:right;
	display:block;
        
}


/* EO Guarantee Page */

/* Serial Numbers Export Page */
 #serial_numbers_container {
	margin-top:20px;
}
 #serial_numbers_container #get_serial_numbers_frm {
	width:660px;
	margin: 0 auto;
}
 #serial_numbers_container #get_serial_numbers_frm label {
	width:110px;
	text-align:right;
	margin-right:10px;
	line-height:30px;
	float:left;
	font-size:16px;
}
 #serial_numbers_container #get_serial_numbers_frm input[type="text"] {
	width:120px;
	height:28px;
	padding:0 10px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #c5c5c5;
	float:left;
}
 #serial_numbers_container #get_serial_numbers_frm input[type="text"]:focus {
	border:1px solid #414042;
	outline:none;
}
 #serial_numbers_container #get_serial_numbers_frm input[type="submit"] {
	float:left;
	width:100px;
	height:30px;
	color:#ffffff;
	background:#a90004;
	font-size:16px;
	margin-left:10px;
}

 #serial_numbers_container #serial_numbers_tbl  {
	border-collapse:collapse;
	width:700px;
	border: 1px #ebebeb solid;
	margin:0 auto;
}

 #serial_numbers_container #serial_numbers_tbl tr {
	border-bottom:1px solid #ebebeb;
	vertical-align: middle;
}
 #serial_numbers_container #serial_numbers_tbl th  {
	height:28px;
	background:#ebebeb;
	color:#222222;
	/*border-right:3px solid #f5f5f5;*/
	padding:0 10px;
}
 #serial_numbers_container #serial_numbers_tbl th:last-child {
	border-right: none;
}
 #serial_numbers_container #serial_numbers_tbl th:first-child {
	text-align:left;
	width:50px;
}
 #serial_numbers_container #serial_numbers_tbl td  {
	height:38px;
	width:190px;
	color:#222222;
	padding:0 10px;
	text-align:center;
}
 #serial_numbers_container #serial_numbers_tbl td:first-child {
	text-align:left;
	width:50px !important;
}
 #serial_numbers_container #excel_export input[type='button'] {
	float:right;
	height:30px;
	color:#ffffff;
	background:#a90004;
	font-size:16px;
	margin:10px 140px 0 0 ;
	padding:3px 5px;
	cursor:pointer;
}
 #serial_numbers_container #serial_numbers_tbl .returned {
	background:#f9c8c8;
}
 #serial_numbers_container #serial_numbers_tbl .changed {
	background:#fbf1b8;
}
/* EO Serial Numbers Export Page */

/* Search Page */
 .search_status{
	font-size:14px;
	color:#808080;
	min-height:50px;
	margin:20px auto 0;
	clear:both;
	display: flex;
	justify-content: center;
}
/* EO Search Page */


/* Payment schedule */
 .payment_schedule_title  {
	margin:20px 0;
	font-size:16px;
	padding:0 10px;
	font-family: 'SegoeUIRegularRegular';
}
 .payment_schedule_tbl  {
	border-collapse:collapse;
	width:980px;
	outline: 1px #ebebeb solid;
	border: 1px #ffffff solid;
	font-size:14px;
	font-family: 'SegoeUIRegularRegular';
}
 .payment_schedule_tbl tr {
	border-bottom:1px solid #ebebeb;
	vertical-align: middle;
}
 .payment_schedule_tbl th  {
	height:28px;
	background:#ebebeb;
	color:#222222;
	/*border-right:3px solid #f5f5f5;*/
	padding:0 10px;
}
 .payment_schedule_tbl th:last-child {
	border-right: none;
}
 .payment_schedule_tbl th:first-child {
	text-align:left;
	width:400px;
}
 .payment_schedule_tbl td  {
	height:38px;
	padding:0 10px;
	text-align:center;
}
 .payment_schedule_tbl td:first-child {
	text-align:left;
}
 .payment_schedule_bottom  {
	margin:20px 0;
	font-size:16px;
	padding:0 10px;
	font-family: 'SegoeUIRegularRegular';
}
/* EO Payment schedule */

/* Project Registration */
#project_registration_form {
	display:flex;
	justify-content: center;
	width:100%;
	font-size:16px;
	color:#222222;
	margin-bottom:60px;
}
#project_registration_form label {
	text-align:left;
	margin-right:10px;
	line-height:40px;
}

#project_registration_form input[type="text"],
#project_registration_form input[type="file"],
#project_registration_form textarea{
	width:470px;
	height:25px;
	padding:5px;
	font-size:16px;
	color:#414042;
	display:block;
	border:1px solid #a1a2a5;
	outline:1px solid #ffffff;
	margin-bottom:5px;
	border-radius:5px;
}

#project_registration_form input[type="text"]:focus,
#project_registration_form textarea:focus {
	border:1px solid #414042;
	outline:1px solid #414042;
}
#project_registration_form textarea{
        height:300px
}
#project_registration_form label[for="project_start_date"]{
        line-height:1.25;
}
#project_registration_form input[type="file"]{
        border:none;
	outline:none;
}
#project_registration_form #register_btn{
	width:150px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	background:#a90004;
	font-size:16px;
	float: right;
	border-radius:5px;
}
#project_registration_condition{
        font-size:14px;
        margin: 0px 50px 70px 50px;
        line-height: 1.5;
}
#project_registration_condition .title{
        font-weight:bold;
        margin:0px 0px 4px 0px;
}
#project_registration_form .required{
        color: #be3448;
}

/* EO Project Registration */

/* Payment details, using in basket and contact page*/
.payment_details{
        margin-top:35px;
        float:right;
	width:300px;
	height:105px;
	background:#FFFFFF;
	-moz-box-shadow: 0 0 7px #d9d9d9;
	-webkit-box-shadow: 0 0 7px #d9d9d9;
	box-shadow: 0 0 7px #d9d9d9;
	font-size:14px;
}
.payment_details .payment_details_head{
        text-align:center;
        font-size:16px;
        margin-top:10px;
        margin-bottom:12px
}
.payment_details .payment_detail{
        margin-left:17px;
}

/* EO payment details*/

.fl{
        float:left
}
.fr{
        float:right
}

/*Prices in order*/
        .order_tbl_bottom{
			width: 980px;
            margin-top:5px;
			-webkit-box-align: center;
			align-items: center;
			display: flex;
			justify-content: space-between;
        }
        
        .order_bottom_properties{
            min-width: 185px;
            float:left
        }
        .order_bottom_properties>div{
                border:1px solid #ddd;
                border-radius:3px;
                background:#ffffff;
                /*added*/float:left;
        }
        .order_bottom_properties>div:last-child{
                /*margin-top:-1px;*/margin-left:-1px;
                position:relative;
        }
        .order_bottom_properties>div>div:nth-child(1){
                padding:8px;
                height:12px;
                background:#ebebeb;
                width:90px;
                float:left;
        }
        
        .order_bottom_properties>div>div:nth-child(2){
                padding:8px;
                height:12px;
                background:#ffffff;
                float:left;
                border-radius:3px;
                /*min-width:30px;*/ min-width:60px; 
        }
        .order_bottom_properties.ka{
            font-family: BPG
        }
        .order_bottom_properties.en{
            text-transform:none
        }
        
        .order_bottom_buttons{
            display:flex;
			-webkit-box-align: center;
            align-items: center;
            margin-top:0px
        }
        .order_bottom_buttons .export_excel_btn{
            background:url("/images/main_sprite_1.png") -573px -160px no-repeat #ebebeb;
            height:22px;
            border:1px solid #b9b9b9;
            border-radius:4px;
            padding:8px 7px 0px 30px;
			margin-right:5px;
        }

        .order_bottom_buttons > div:hover {
            opacity:0.7;
            cursor:pointer;
        }
        .order_bottom_buttons .delete_order_form > form > input{
            background:url("/images/main_sprite_1.png") -577px -137px no-repeat #ebebeb;
            height:31px;
            border:1px solid #b9b9b9;
            border-radius:4px;
            padding:3px 7px 0px 25px;
			color: #414042;
        }
		
		  .order_bottom_buttons .payment_form .payment_btn{
			display:flex;
			-webkit-box-align: center;
            align-items: center;
			font-family: BPG;
            font-size: 14px;
            height:31px;
            border:1px solid #b9b9b9;
            border-radius:4px;
            padding:3px 6px;
			cursor:pointer;
			margin-left: 5px;
			color: #414042;
        }
	    .order_bottom_buttons .payment_form .payment_btn .icon{
			margin-right:5px;
	     }
		 
		.order_bottom_buttons .payment_form .payment_btn .title{
			margin-top:3px;
	     }
		
        .order_bottom_buttons > div > form > input.ka{
            font-family: BPG;
            font-size:14px;
            
        }
        .order_bottom_buttons > div > form > input.en{
            text-transform:none
        }
        
        .order_prices_tabs{
                margin-top:28px;
                border:1px solid #b9b9b9;
                margin-right:4px;
                overflow:hidden;
                border-radius:4px
        }
        .order_prices_tabs.ka{
                font-family: BPG;
        }
        .order_prices_tabs.en{
                text-transform: none;
        }
        .order_prices_tabs div{
            float:right;
            padding:0px 12px 0px 12px;
        }
        
        .order_prices_tabs div:nth-child(2),.order_prices_tabs div:nth-child(3){ 
            border-right:1px solid #b9b9b9
        }
        
        .order_prices_tabs div:hover{
            cursor:pointer;
            color:#777
        }
        .order_prices_tabs div.tab-active{
            background:#636363;
            color:white;
        }
        .order_number_span{
        font-weight:bold;
        color:#be3448
        }
/*EO Prices in order*/


         .projects-in-list .edit_product_lnk,  .news-in-list .edit_product_lnk{
        	float:right;
        	display:block;
        	width:20px;
        	height:26px;
        	background-position:-557px -57px;
        	margin:9px;
        	padding:0; !important;
                opacity:0.3
        }
         .projects-in-list .edit_product_lnk:hover,  .news-in-list .edit_product_lnk:hover {
                opacity:1;
        }
         .content-in-list .edit_product_lnk {
        	float:right;
        	display:block;
        	width:20px;
        	height:26px;
        	background-position:-557px -57px;
        	margin:9px;
        	padding:0; !important;
                opacity:0.3
        }
         .content-in-list .edit_product_lnk:hover {
                opacity:1;
        }


.transportation_form{
        font-size:14px
}
.required_input{
        box-shadow: 0px 0px 3px #f00;
}



/**/
.product_info_admin{
    width: 335px;
    float: right;
}
.product_info_admin table{
    width:100%;
    border-collapse:collapse;
    
}
.product_info_admin table.info_table tr td.info_table_td{
    width:33.33%;
    font-size: 14px;
    font-family: BPG;
    font-weight: normal;
    line-height: normal;
    cursor:pointer;
    text-align:center;
}
.product_info_admin table.info_table tr td.info_table_td div{
    background:#fafafa;
    border: 1px #c9c9c9 solid;
    padding:5px 0px 0px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.products_info_content{
    display:none
}
.all_other_info{
    	display:none;
    	font-size:13px;
    	width:332px;
    	border:1px #c9c9c9 solid;
    	background:#fafafa;
    	border-top:0;
    	padding-top:3px;
}
.fleft{
    float:left
}
.fright{
    float:right
}
.m3{
    margin:3px;
}
.product_info_admin table.info_table tr td.info_table_td div.selected_tab{
    border-bottom: 1px #fafafa solid;
}
a.how_to_buy_link{
    text-decoration:underline;
    color:rgba(189,30,58,1);
    text-transform:none
}
a.how_to_buy_link:hover{
    text-decoration:none
}
 #full_width_pg .basket_tbl .col4 .disabled{
 opacity:0.5;
 cursor: no-drop;
}


.qty-backdrop{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 100vw;
height: 100vh;
background-color: #000;	
opacity: .5;	
}

.qty_block{
    width:144px;
	height:35px;
	background:#fff; 
	border: 1px solid #ccc; 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
	position:absolute; 
	z-index: 999999; 	
	left:50%;
	transform: translate(-50%, 0);
}

.qty_input{
	width:70px; 
	height:25px; 
	text-align:center; 
	border:1px solid #e3e3e3;
	margin:3px 3px; 
	float:left;
}

.qty_check_bt{
	cursor:pointer;
	width:27px;
	height:27px;
	text-align:center;
	color:green;
	border:1px solid #e3e3e3;
	margin-top:3px;
	background-position:-344.3px 3.5px;
	float:left;
}

.qty_cancel_bt{
	cursor:pointer;
	width:27px;
	height:27px;
	text-align:center;
	color:green;
	border:1px solid #e3e3e3;
	margin-top:3px;
	margin-left:3px;
	background-position:-575px -136.5px;
	float:left;
}

.userName{
font-size: 20px;
margin-top:0;

}


.tooltiptext {
  display:none;
  width: 165px;
  padding: 5px 3px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 20;
  bottom: 165%;
  left: 50%;
  margin-left: 42px;
  font-size:12px;
  line-height:14px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltiptextInside {
  display:none;
  width: 165px;
  padding: 5px 3px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 20;
  bottom: 165%;
  right: -50%;
  margin-left: -85px;
  font-size:12px;
  line-height:14px;
}

.tooltiptextInside::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltiptextCart {
  display:none;
  width: 165px;
  padding: 5px 3px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 20;
  margin-top: -50px;
  margin-left: -77px;
  font-size:12px;
  line-height:14px;
}

.tooltiptextCart::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.checked_0{
opacity:0.5;	
}

.CustomerName{
	outline: 0;
	font-size:18px;
	border:none; 
	font-weight:400;
	-webkit-appearance: none;
	text-align:right;
	font-family: BPG;
	cursor:pointer;
	text-overflow: ellipsis;
    display: block;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
}

.userSelect{
	outline: 0;
	font-size:18px;
	border:none; 
	font-weight:400;
	padding: 5px 25px 0px 0px; 
     background: url(../../images/br_down.webp) no-repeat right;
	-webkit-appearance: none;
	text-align:right;
	font-family: BPG;
	cursor:pointer;
	text-overflow: ellipsis;
    display: block;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
}
.Users-options{
    position: absolute;
    display: none;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    transition: all 0.5s;
    z-index: 50;
    width: auto;
    min-width: 200px;
    max-width: 423px;
	margin-top:5px;
	border-radius:2px;
    box-shadow: 0px 3px 5px gray;
}

.custom-option {
    position: relative;
    display: block;
    padding: 5px 12px 5px 12px;
    font-size: 13px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 14px;
    cursor: pointer;
	font-family: 'SegoeUIRegularRegular';
	border-bottom: 1px solid #dfdfdf;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #efefef;
}

#livesearch{
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
  border: 1px solid #c4c4c4;
  margin-top: 4px;
  box-sizing: border-box;
  width: 345px;
  min-height: 75px;
  display: block;
  right: 0;
  top: 41px;
  border-top: 1px solid #fff;
  border-radius: 0 0 30px 30px;
}


.livesearch-body{
	margin: 0 5px;
    color: #151e27;
    overflow: auto;
    max-height: 240px;
    width: 95%;
	padding:5px;
	scrollbar-width: thin;
}

.livesearch-body::-webkit-scrollbar {
    width: 6px;
}


.livesearch-body::-webkit-scrollbar-thumb {
    background:#ccc; 
}



.livesearch-body .item-card {
    overflow: hidden;
	position: relative;
}

.livesearch-body .dash {
	border: 1px  gray dashed;
}

.livesearch-body .item-link {
    position: relative;
    display: block;
    padding: 5px 0;
}

.livesearch-body .item-link .img-wrapper {
    width: 35px;
    height: 35px;
    border: 1px solid #e5e5e5;
	background:#fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.livesearch-body .item-link .img-wrapper, .livesearch-body .item-link .info {
    display: inline-block;
    vertical-align: top;
}

.livesearch-body .img-wrapper img {
    max-height: 95%;
    max-width: 95%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.livesearch-body .item-link .info {
    width: 270px;
    padding-left: 5px;
    color: #151e27;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.livesearch-body .item-link .info-title {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: block;
    margin-bottom: 0;
    line-height: 1.43;
	max-height: 18px;
	margin-bottom:5px;
}


.livesearch-actions {
    margin: 16px 16px 0;
    white-space: normal;
}

.livesearch-botton a {
  display: block;
  width: 100%;
  line-height: 1.43;
  text-align: center;
  padding: 9px 0;
  text-decoration: none;
  background: #414042;
  color: #fff;
  font-size: 14px;
  font-family: 'SegoeUIRegularRegular';
  border-radius: 5px;
  margin-bottom: 20px;
}

.livesearch-header {
   margin: 5px 16px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1px;
  color: #151e27;
  line-height: normal;
  font-family: 'SegoeUIRegularRegular';
  background: #e6e6e6;
  padding: 10px;
  border-radius: 5px;
}


.livesearch-body  .item-price_strike{
	text-decoration: line-through;
	font-weight: 400;
    color: #717070;
    margin-left: 10px;
}

.minicart{
  position: absolute;
  z-index: 99999;
  background-color: #fafafa;
  padding: 20px 0;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
  border: 1px #ccc solid;
  margin-top: 4px;
  box-sizing: border-box;
  min-width: 300px;
  min-height: 75px;
  display: block;
  right: 0;
  top: 59px;
  border-radius: 15px;
}
.whiteLine{
   width: 44px; 
   height: 2px;
   background: #fafafa; 
   position: absolute; 
   top: -2px;
   z-index: 9999;
   display:block;

}

.minicart-header {
    margin: 0 16px 5px;
}

.minicart-header-title {
   font-size: 16px;
   font-weight: 400;
   letter-spacing: .1px;
   color: #151e27;
   line-height: normal;
}

.minicart-body{
	margin: 0 5px;
    color: #151e27;
    overflow: auto;
    max-height: 240px;
    width: 95%;
	padding:5px;
	scrollbar-width: thin;
}

.minicart-body::-webkit-scrollbar {
    width: 6px;
}


.minicart-body::-webkit-scrollbar-thumb {
    background:#ccc; 
}



.minicart-body .item-card {
    height: 70px;
    overflow: hidden;
	position: relative;
}

.item-card:hover .info-delete{
    display:block;	
}

.item-hover-bg{
width: 100%;
padding:5px;
transition:0.2s;
}

.item-hover-bg:hover{
	background:#f3f4f9;
}
.minicart-body .item-link {
    position: relative;
    display: block;
}

.minicart-body .item-link .img-wrapper {
    width: 55px;
    height: 55px;
    border: 1px solid #e5e5e5;
	background:#fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.minicart-body .item-link .img-wrapper, .minicart-body .item-link .info {
    display: inline-block;
    vertical-align: top;
}

.img-wrapper img {
    max-height: 95%;
    max-width: 95%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.minicart-body .item-link .info {
    width: 180px;
    padding-left: 5px;
    color: #151e27;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.minicart-body .item-link .info-title {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: block;
    margin-bottom: 0;
    line-height: 1.43;
	max-height: 33px;
}

.info div {
    align-self: center;
}


.info-title {
    font-size: 12px;
    overflow: hidden;
    line-clamp: 2;
    box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    max-height: 35px;
    line-height: normal;
    margin-bottom: 8px;
	font-family: 'SegoeUIRegularRegular';
}



.info div {
    align-self: center;
}

.info-row {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    color: #000;
    margin-bottom: 4px;
    white-space: normal;
	max-height: 20px;
}



.minicart-body .item-link .info-row-displayPrice {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.minicart-body .item-link .info-row-displayPrice{
    font-size: 12px;
    margin-bottom: 0;
    line-height:2;
    vertical-align: top;
    display: inline-block;
	font-family: 'SegoeUIRegularRegular';
	font-weight:bold;
}
.minicart-body .item-link .info-row-displayPrice{
    font-size: 11px;
    margin-bottom: 0;
    line-height:2;
    vertical-align: top;
    display: inline-block;
	font-family: 'SegoeUIRegularRegular';
	font-weight:bold;
}
.minicart-body .item-link .info-row-displayPrice .item-price_strike{
	text-decoration: line-through;
	font-weight: 400;
    color: #717070;
    margin-left: 5px;
}


.info-row div {
    margin-right: 12px;
}

.info div {
    align-self: center;
}

.item-bold {
    color: #111820;
    font-weight: 700;
	 font-size: 12px;
}

.info-delete {
    background-color: transparent;
    border: none;
    color: #9d9d9d;
    cursor: pointer;
    position: absolute;
    right: 8px;
    bottom: 26.5px;
	display:none;
	outline:0;
}

.info-delete svg.icon {
    height: 16px;
    width: 16px;
    fill: #9d9d9d;
	outline:0;
}

.info-delete:hover svg.icon {
    height: 16px;
    width: 16px;
    fill: #373737;
	outline:0;
}
.minicart-footer {
    padding: 10px 16px;
    background-color: #ebeef6;
    border-color: #e5e5e5;
    border-width: 1px 0;
    border-style: solid;
    color: #151e27;
	margin-top:15px;
}

.minicart-footer>div {
    clear: both;
    overflow: hidden;
    width: 100%;
    line-height: 1.43;
}

.minicart-footer>div span:first-child {
    float: left;
    display: block;
}

.minicart-footer>div span.total-title {
    font-size: 13px;
    font-weight: 600;
	font-family: 'SegoeUIRegularRegular';
}


.minicart-footer>div span.total-val {
    font-size: 13px;
    font-weight: 600;
	font-family: 'SegoeUIRegularRegular';
}


.minicart-footer>div span.disc-title {
    font-size: 13px;
    font-weight: 600;
	font-family: 'SegoeUIRegularRegular';
}


.minicart-footer>div span.disc-val {
    font-size: 13px;
    font-weight: 600;
	font-family: 'SegoeUIRegularRegular';
}

.minicart-footer>div span.total-val .total-val-discount {
    font-size: 12px;
    text-decoration: line-through;
	font-weight: 400;
    color: #717070;
	font-family: 'SegoeUIRegularRegular';
	margin: 0 0px 0px 5px;
}

.minicart-footer>div span:last-child {
    float: right;
    display: block;
}

.minicart-actions {
    margin: 16px 16px 0;
    white-space: normal;
}

.minicart-botton a {
   display: block;
   width: 100%;
   line-height: 1.43;
   text-align: center;
   padding: 9px 0;
   text-decoration: none;
   background: #be3448;
   color: #fff;
   font-size: 14px;
   border-radius:10px;
   font-family: 'SegoeUIRegularRegular';
   transition:0.2s;
}
.minicart-botton a:hover {
	 background: #414042;
}

#mini_cart_processing{
display: none;
position: absolute;
z-index: 99;
margin: 0px;
background:#ffffffdb;
font-size: 12px;
text-align: center;
width:100%;
height:100%;
top:0;
}

.qty_select{
	 outline:0;
	 float: left;
	 border: 1px #c9c9c9 solid;  
	 margin: 0 3px 0 0;
	 width: 65px;
     height: 32px;
	 line-height: 21px;
	 border-radius: 0;
	 padding: 0 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
	border-radius:5px;
	background-color:#fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
}

.cart_qty_select{
	 outline:0;
	 float: left;
	 border: 1px #c9c9c9 solid;  
	 margin: 3px 3px ;
	 width: 70px;
     height: 29px;
	 line-height: 21px;
	 padding: 0 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
}

.add_block{
	width:250px; 
	float:right; 
	display: inline-block;
}


.add_block .user_ico {
    width: 15px;
    height: 17px;
    float: left;
    background-position: -66px -1px;
    margin: 2px 2px 0 6px;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.BasketImg{
   	display: inline-block;
	width: 45px;
	height: 45px;
	background:#fff9;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BasketImg img{
	max-height: 95%;
	max-width: 95%;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translate(-50%, -50%);
}

._404_body{
	position:relative;
	left:50%;
	transform: translateX(-50%);
	width:650px;
	height:450px;
	background:url("/images/404-logo.png") no-repeat;
	background-position: center center;
	display: inline-block;
	
}

._404_body ._404-title{
	font-size: 140px;
        font-weight:600;
	text-align:center;
	margin-top:100px;
}

._404_body .title{
	font-size:24px;
	font-family: 'SegoeUIRegularRegular';
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
}


._404_body .description{
	font-size:14px;
	font-family: 'SegoeUIRegularRegular';
	text-align:center;
	margin-bottom:33px;
}

._404_body .button{
	position:relative;
	left:50%;
	transform: translateX(-50%);
	font-size:14px;
	color:#fff;
	background:#be3448;
	width:150px;
	height:35px;
	line-height:33px;
	border-radius:5px;
	font-family: 'SegoeUIRegularRegular';
	display:inline-block;
	text-align:center;
	font-weight:600;
}


.techsupport_block .techsupport_description{
	width: 860px;
	font-size: 14px;
	font-family: 'SegoeUIRegularRegular';
	line-height: 24px;
}

 .product_about .text .techsupport_block {
    display: none;
} 

.techsupport_block .techsupport_person{
	display: inline-block;
    width: 100%;

}
.techsupport_block .techsupport_person .photo{
	width: 80px;
    float:left;
}

.techsupport_block .techsupport_person .photo img{
	width: 60px;
    height: 60px;
    border: 1px solid #ccc;
	border-radius:50%; 
}

.techsupport_block .techsupport_person .desc{
 float:left;
 margin-top:8px;
 width:270px;
}

.techsupport_block .techsupport_person .certificates{
 float:left;
 margin-left: 15px;
 margin-top: -10px;
}

.techsupport_block .techsupport_person .certificates ul li{
 list-style:none;
 font-weight:600;
 font-size:11px;
 line-height:18px;
}

.techsupport_block .techsupport_person .certificates ul li .all{
 font-size:11px;
 line-height:18px;
 font-family: 'SegoeUIRegularRegular';
 color:#be3448;
}


.techsupport_block .techsupport_person .desc .name{
 font-size: 16px;
 font-family: 'SegoeUIRegularRegular';
 font-weight:600;
margin-bottom:5px
}

.techsupport_block .techsupport_person .desc .position{
 font-size: 14px;
 font-family: 'SegoeUIRegularRegular';
}

.error_order_status{
	font-size: 16px;
	font-family: SegoeUIRegularRegular;
	width: 100%;
	background: #ececec;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	color: #7c1111;
	line-height: 25px;
}
.satus_icons{
	display:flex;
	position:absolute;
	right: 0;
	bottom: -4px;
	
}
.satus_icons .active_customer{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-family:SegoeUIRegularRegular;
	font-size:12px;
	background:#fff;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
    border-right: 0;
	line-height: 22px;
	padding: 0 5px;
}
.active_customer_icon{
	display:inline-block;
	width:14px;
	height:14px;
	background:url('/images/small_singin.png') no-repeat;
	opacity:0.7;
	margin: 0 5px 0 0;
	
}

.main_customer_icon{
	display:inline-block;
	width:14px;
	height:14px;
	background:url('/images/small_make_it_main.png') no-repeat;
	margin: 0 5px 0 0;
	opacity:0.7
}

.news{
        position: absolute; 
        width: 50px; 
        padding: 5px 2px 2px 2px;
        background-color: #ff0000; 
        color: #fff; 
        text-align: center;
        border-radius: 10px; 
        z-index: 20; 
        font-size:11px; 
        line-height:12px;
        margin-left: 5px; 
        margin-top: 4px;
}
.news.en{
        width: 40px;
        padding: 3px 2px 3px 2px; 
}

.transportation_error{
	background: #ddd;
	margin-bottom: 10px;
	font-family: SegoeUIRegularRegular;
	color: #f00;
	line-height:18px;
	padding:10px;
}

.oversize_error{
	color: #f00;
	font-family: SegoeUIRegularRegular;
	font-size: 12px;
	margin-bottom:15px;
	background:#f0f0f0;
	padding:7px
}

.OrdersImg {
    display: inline-block;
    width: 45px;
    height: 45px;
	min-width:45px;
    background: #fff9;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	margin-right: 5px;
}

.OrdersImg img {
    max-height: 95%;
    max-width: 95%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translate(-50%, -50%);
}

.recomended_pr_h{
	height:345px;
}

.add_contragent_modal{
	display:none;
	position:fixed;
	left:50%;
	top:180px;
	transform: translate(-50%, 0);
	width:500px;
	border-radius:5px;
	border:1px solid #ccc;
	background:#fff;
	z-index:999999;
	text-align:left;
}
.add_contragent_modal.open{
	display:block;
}
.add_contragent_modal .contragent_modal_head{
	margin-bottom:5px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
}

.add_contragent_modal .contragent_modal_head .title{
	font-size:16px;
	font-weight:600;
	font-family: 'SegoeUIRegularRegular';
	text-align:left;
	padding:10px 20px;
}

.add_contragent_modal  .close{
	position:absolute;
	right:15px;
	top:10px;
	cursor:pointer;
	z-index:99;
}

.add_contragent_modal .contragent_modal_body{
	padding:10px 20px;
}

.add_contragent_modal .contragent_modal_body label{
	width:100%;
	font-size:12px;
	display:inline-block;
	margin-bottom:5px;
}

.add_contragent_modal .contragent_modal_body input{
	border: 1px solid #ccc;
	max-width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 95%;
	border-radius: 3px;
}

.add_contragent_modal .contragent_modal_body select{
	background: #fff;
	border: 1px solid #ccc;
	max-width: 100%;
	padding: 5px 10px;
	margin-bottom: 30px;
	border-radius: 3px;
}

.add_contragent_modal .contragent_modal_body input[type=submit]{
	background:#a90004;
	color:#fff;
	border:0;
	border-radius:3px;
	padding:10px 0;
	width:100%;
}

.add_contragent_modal .contragent_modal_body .reg_switcher .user_reg, .add_contragent_modal .contragent_modal_body .reg_switcher .org_reg{
	cursor:pointer;
}
.add_contragent_modal .contragent_modal_body .reg_switcher .user_reg.active, .add_contragent_modal .contragent_modal_body .reg_switcher .org_reg.active{
	color:#be3448;
}

#customer_reg_form{
	text-align: left;
	float: left;
	cursor: pointer;
	width: 22px;
	height: 22px;
	margin-top: 5px;
}

#customer_reg_form img{
	width:100%;
	opacity:0.6;
}
#customer_reg_form:hover img{
	opacity:1;
}

#generate_email{
	height: 12px;
	padding: 8px;
	background: #d7d7d7;
	margin-right: 5px;
	border-radius: 3px;
	cursor:pointer;
}
#generate_email:hover{
	background: #cacaca;
}

#generate_email img{
	height:100%;
}





.c-card{
        height:20px;
        width:15px;
        float:left;
        margin-right:5px;
        text-align:center;
}
.red-bg{
        background:#f00;
}
.yellow-bg{
        background:#ffee00;
}
.c-card.info{
        font-size:26px;
        cursor:pointer;
        margin-top:-2px;
        opacity: 0.7
}
.c-card.info:hover{
        opacity: 1
}



		.basket-form {
			display: flex;
			position: relative;
			font-size: 0;
			font-family: 'SegoeUIRegularRegular';
            width:1280px;
			margin: 15px auto;
		}
		.basket-form .basket-form-content-block{
			font-size: 16px;
			line-height: 22px;
			display: inline-block;
			vertical-align: top;
			margin-right: 20px;
		}
		.basket-form .basket-form-sidebar-block {
			font-size: 16px;
			line-height: 22px;
			display: inline-block;
			vertical-align: top;
			
		}
		.basket-form .basket-section {
			width: auto;
			padding: 10px 20px 20px 20px;
            border:1px solid #e8e8e8;
			background:#fff;
			border-radius: 15px;
		}
		
		.basket-form  .basket-delivery {
			margin-top: 15px;
		}
		
		.basket-form  .basket-payment-method {
			margin-top: 15px;
		}
		
		.basket-form .basket-form-content-block {
			width:934px;
            max-width:934px;
		}
		.basket-form .basket-form-sidebar-block {
			width: 324px;
			min-width: 324px;
		}
		.basket-form .basket-order {
			font-size: 16px;
			line-height: 22px;
			color: #8b8b8b;
		}
		

		.basket-form .basket-form-content-block, .basket-form .basket-form-sidebar-block {
			font-size: 16px;
			line-height: 22px;
		}
		
		.basket-form .cart-header {
			cursor: pointer;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
		.checkbox-header-block {
			margin-top: 10px;
		}
		
		.checkbox-section {
			display: block;
			position: relative;
			padding-left: 35px;
			margin-bottom: 12px;
			cursor: pointer;
			font-size: 14px;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		.checkbox-section input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
			height: 0;
			width: 0;
		}
		.checkbox-section input:checked ~ .checkmark {
			background-color: #fff;
			border: 1px solid #646464;
		}	

		.checkmark {
			position: absolute;
			top: 0;
			left: 0;
			height: 20px;
			width: 20px;
			border-radius: 3px;
			background-color: #fff;
			border: 1px solid #646464;
		}
		.checkbox-section input:checked ~ .checkmark::after {
			display: block;
		}
		.checkbox-section .checkmark::after {
			left: 6.5px;
			top: 3px;
			width: 5px;
			height: 8px;
			border: solid #646464;
			border-width: 0 3px 3px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.checkmark::after {
			content: "";
			position: absolute;
			display: none;
		}	
		.checkbox-section {
			cursor: pointer;
			font-size: 14px;
		}
		.basket-form .cart-header {
			cursor: pointer;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}	
		
		.cart-body {
			border-top: 1px solid #e8e8e8;
		}
		.basket-form  .cart-list .list-item {
			padding-top: 24px;
		}
		.basket-form  .cart-list .list-item-wrap {
			display: flex;
			position: relative;
		}

		.basket-form .cart-list .list-item-qty, .basket-form .cart-list .list-item-description {
			vertical-align: top;
			font-size: 16px;
		}

		.basket-form .cart-list .list-item-description {
			width: 550px;
			font-size: 0;
			display: flex;
		}

		.basket-form .cart-list .list-item-qty {
			width: 200px;
			position: relative;
		}
		
	    .basket-form .cart-list .list-item-warehouse {
			width: 200px;
		}

		.basket-form .cart-list .list-item-price {
			display: inline-block;
			vertical-align: top;
			font-size: 16px;
			margin: 0 8px;
		}
		
		.basket-form .cart-list .item-info .item-price .old_price{
			text-decoration: line-through;
			font-size: 11px;
			border-color: #8b8b8b;
			display: inline-block;
			margin-right: 3px;
		}
		.basket-form .cart-list .item-info .item-price .P_price{
			margin-right: 3px;
		}
        .basket-form .p_color{
		  color: #be3448;
		}
		.basket-form .s_color{
		  color:#404040
		}
		.basket-form .cart-list .list-item-price {
			text-align: right;
			width: 130px;
		}
		
		.basket-form .cart-list .checkbox-block {
			margin-top: 27px;
		}
		
		.basket-form .cart-list .list-item-description-img, .basket-form .cart-list .item-info {
			display: inline-block;
			font-size: 14px;
			width: 400px;
		}

		.basket-form .cart-list .list-item-description-img {
			display: inline-block;
			width: 80px;
			height: 75px;
			max-height:80px;
			margin-right: 10px;
			position: relative;
			border: 1px solid #e8e8e8;
		}
		.basket-form .cart-list .list-item-description-img img {
			max-height: 95%;
			max-width: 95%;
			position: relative;
			left: 50%;
			top: 50%;
			-webkit-transform: translateY(-50%) translateX(-50%);
			transform: translate(-50%, -50%);
		}

		.basket-form .cart-list .list-item-description-img, .basket-form .cart-list .item-info {
			display: inline-block;
			vertical-align: top;
			font-size: 14px;
		}
		.basket-form .cart-list .item-info-title {
			color: #000;
			word-wrap: break-word;
			overflow-wrap: break-word;
			word-break: break-word;
			line-height: 18px;
		}
		.basket-form .cart-list .item-info-title p{
			margin:0;
		}
		.basket-form .cart-list .list-item-price-new {
			font-size: 20px;
			line-height: 20px;
			font-weight: 700;
			width: 100%;
		}

		.basket-form .cart-list .list-item-price-old {
			text-decoration: line-through;
			font-size: 16px;
			line-height: 22px;
			border-color: initial;
			background-color: transparent;
			opacity:0.6;
			border-color: #8b8b8b;
			font-weight: 700;
			display: inline-block;
			margin-top: 4px;
		}
		.basket-form .cart-list .list-item-price {
			text-align: right;
		}

		.basket-form .cart-list .list-item-one-price {
			font-size: 14px;
			line-height: 20px;
			color: #515151;
			margin-top: 8px;
		}	
		
		.basket-form .cart-list .item-info .item-model {
			display: block;
			color: #8b8b8b;
			line-height:16px;
			font-size:12px;
			margin-top:3px;
		}
		
		.basket-form .cart-list .item-info .item-kg {
			display: block;
			color: #8b8b8b;
			line-height:16px;
			font-size:13px;
		}
		
		.basket-form .cart-list .item-info .item-price {
			display: flex;
			color: #8b8b8b;
			line-height:16px;
			font-size:12px;
		}
		
		.basket-form .cart-list .item-info .cart_price_title_block{
			margin-right:3px;
		}
		.cart_partners_price_block{
			color:#be3448
		}
		
		.basket-form .basket-order .b-delivery, .basket-form .basket-order .b-payment, .basket-form .basket-order .b-top {
			margin-bottom: 24px;
		}

		.basket-form .basket-order {
			font-size: 14px;
			line-height: 18px;
			color: #8b8b8b;
		}	

		.basket-form .basket-order .b-top .b-top-total {
			line-height: 24px;
			font-weight: 700;
			color: #000;
		}

		.basket-form .basket-order .b-top .old_price{
			text-decoration: line-through;
			font-size: 16px;
			line-height: 22px;
			border-color: initial;
			background-color: transparent;
            opacity:0.6;
			border-color: #8b8b8b;
			font-weight: 700;
			display: inline-block;
			margin-top: -5px;
			width:100%;
			text-align:right;
			
		}
		.basket-form .basket-order .b-top .line {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.basket-form .basket-order .b-top .b-top-total {
			font-size: 20px;
			line-height: 32px;
		}

		.basket-order .b-top .line {
			margin-top: 12px;
		}	

		.basket-form  .basket-order .b-title {
			font-size: 16px;
			line-height: 22px;
			color: #000;
			margin-right: 8px;
			display: inline-block;
			font-weight: 600;
		}
.basket-form .basket-order .b-link {
    font-size: 16px;
    border-color: initial;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #BE3448;
    border-color: rgba(203,17,171,.2);
}	
	
.basket-form  .basket-order .b-btn-do-order {
		width: 100%;
		font-size: 16px;
		font-weight: 600;
		padding: 11px 25px 11px;
		padding-right: 25px;
		padding-left: 25px;
		padding-right: 25px;
		padding-left: 25px;
		padding-right: 5px;
		padding-left: 5px;
		border: 0;
		border-radius: 3px;
		background: #D5818D;
		color: #fff;
		cursor: pointer;
}

	.basket-form  .list-item-one-set{
		display:flex;
		-webkit-box-align: center;
		align-items: center;
		justify-content:right;
		margin-top: 5px;
        margin-right: -5px;
	}
	.basket-form  .list-item-one-set .delete{
		cursor:pointer;
		opacity:0.6;
		margin-left:10px;
	}
	.basket-form  .list-item-one-set .delete:hover{
		opacity:1;
	}
	
	.cart_del_icon {
		width: 20px;
		height: 25px;
		background: url('/images/cart_del_icon.svg')center center no-repeat;
		display: block;
		opacity: 0.6;
	}
	#full_width_pg .basket_header_block{
		width:100%;
		display:flex;
		-webkit-box-align: center;
		align-items: center;
		justify-content: space-between;
		margin-bottom:5px;

	}
	
	.basket-form .export{
	    display:flex;
		-webkit-box-align: center;
		align-items: center;	  
	}
	
	.basket-form .export .export_to_pdf{
		opacity:0.7;
		margin-right:5px
	}
	.basket-form .export .export_to_pdf:hover{
		opacity:1
	}
	
	.basket-form .export .export_to_excel{
		opacity:0.7
	}
	.basket-form .export .export_to_excel:hover{
		opacity:1
	}
	.basket-form .export .export_title{
	  font-size:12px;
	  margin-right:5px;
	}
	
	.basket-form .choose_delivery_method_block{
		display:flex;
		-webkit-box-align: center;
		align-items: center;	  
	}
	
	.basket-form .choose_delivery_method_block .delivery_block{
		border:1px solid #ccc;
        cursor:pointer;	
        width:190px;
        min-width:190px;
		height:100px;
		text-align:center;	
        margin-right:20px;		
	}
	

	.basket-form .choose_delivery_method_block .delivery_block .title_block{
		display: flex;
		font-size: 14px;
		font-weight: 400;
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 2px 5px;
	}
	.basket-form .choose_delivery_method_block .delivery_block .title_block.en{
		font-size: 13px;
	}
	.basket-form .choose_delivery_method_block .warehouse_block{
		border:1px solid #ccc;
        cursor:pointer;	
        width:190px;
        min-width:190px;
		height:100px;
		text-align:center;		
	}
	
	.basket-form .choose_delivery_method_block .warehouse_block .title_block{
		display: flex;
		font-size: 14px;
		font-weight: 400;
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 2px 5px;
	}
	
	.basket-form .choose_delivery_method_block .warehouse_block .title_block.en{
		font-size: 13px;
	}
	
	.basket-form .choose_delivery_method_block .warehouse_block  img{
		height:50px;
		margin-top:10px;
		cursor:pointer;
	}
	
	.basket-form .choose_delivery_method_block .delivery_block  img{
		height:60px;
		margin-top:5px;
		cursor:pointer;
	}
	.basket-form .choose_delivery_method_block .delivery_block.selected, .basket-form .choose_delivery_method_block .warehouse_block.selected{
		border:1px solid #be3448;		
	}

	
	 .basket-form .basket-section-header-wrap h2 {
         font-size: 18px;
		 margin:5px 0 15px;
       }
		.basket-form .choose_delivery_method_block .title_block input{
			display:none;
		}
	
	   .basket-form .choose_delivery_method_block .title_block input:checked+.delivery_checked_bg::before {
			opacity: 1;
			transform: scale(.7);
			background: #be3448;
		}
		
		.basket-form .choose_delivery_method_block .title_block input:checked+.delivery_checked_bg{
			border: 2px solid #be3448;
		}
	  
	 .basket-form .choose_delivery_method_block .title_block .delivery_checked_bg {
		  width: 14px;
		  height: 14px;
		  border: 2px solid #999;
		  border-radius: 100%;
		  margin-right: 10px;
		  position: relative;
		}
		
		.basket-form .choose_delivery_method_block .title_block .delivery_checked_bg::before{
		  content: "";
		  display: block;
		  width: inherit;
		  height: inherit;
		  border-radius: inherit;
		  position: absolute;
		  transform-origin: center center;
		  transition: .3s;
		}

        .basket-form .choose_delivery_block .delivery_btn_block{
			display:flex;
			align-items:center;
		}
		
		 .basket-form .choose_delivery_block .delivery_title_block{
			font-size:13px;
			margin-top:10px;
			margin-bottom:5px;
			
		}
		.basket-form  .delivery_btn_block .delivery_btn{
		  border: 1px solid #ccc;
		  width: 100px;
		  max-width:100px;
		  min-width:100px;
		  padding: 5px;
		  margin-right:10px;
		  cursor:pointer;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  flex-wrap:wrap;
		  height: 35px;
		  border-radius: 3px;
       }
	   .basket-form  .delivery_btn_block .delivery_btn:hover{
		   background:#f2f2f2;
	   }
	   .basket-form  .delivery_btn_block .delivery_btn.active{
	      background:#f2f2f2;
	   }
	   .basket-form  .delivery_btn_block .delivery_btn.active{
		   
	   }
	   
	   .delivery_btn.dhl_delivery img{
          width:100px;
	   }	
       .delivery_btn.intellcom_free_delivery img{
          width: 30px;
          margin-top: -6px;
	   }	
		.delivery_btn.intellcom_free_delivery p{
		  width: 100%;
		  font-size: 11px;
		  line-height: 0;
		  margin: 0;
		  text-align: center;
		  margin-top: -3px;
		}	
		.basket-form .information_delivery_service_block{
		  font-size: 11px;
		  margin-top: 10px;

		}
		.basket-form .information_delivery_service_block a{
			color:#bd3347;
		}
		
.basket-form .choose_payment_method_block{
    display:flex;
    -webkit-box-align: center;
    align-items: center;	  
}

.basket-form .choose_payment_method_block .online_payments_block{
    border:1px solid #ccc;
    cursor:pointer;	
    width:190px;
    height:110px;
    text-align:center;	
    margin-right:20px;		
}


.basket-form .choose_payment_method_block .online_payments_block .title_block{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 2px 5px;
}


.basket-form .choose_payment_method_block .online_payments_block_2{
    border:1px solid #ccc;
    cursor:pointer;	
    width:190px;
    height:110px;
    text-align:center;	
    margin-right:20px;		
}


.basket-form .choose_payment_method_block .online_payments_block_2 .title_block{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 2px 5px;
}

.basket-form .choose_payment_method_block .bank_transfer_block{
    border:1px solid #ccc;
    cursor:pointer;	
    width:190px;
    height:110px;
    text-align:center;	
    margin-right:20px;				
}

.basket-form .choose_payment_method_block .bank_transfer_block .title_block{
    display: flex;
    font-size: 13px;
    line-height:14px;
    text-align:left;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 2px 5px;
    
}

.basket-form .choose_payment_method_block .bank_transfer_block  img{
    height:50px;
    margin-top:10px;
    cursor:pointer;
}



.basket-form .choose_payment_method_block .pos_terminal_block{
    border:1px solid #ccc;
    cursor:pointer;	
    width:210px;
    height:110px;
    text-align:center;		
}

.basket-form .choose_payment_method_block .pos_terminal_block .title_block{
    display: flex;
    font-size: 13px;
    line-height:14px;
    text-align:left;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 2px 5px;
}

.basket-form .choose_payment_method_block .pos_terminal_block  img{
    height:60px;
    margin-top:5px;
    cursor:pointer;
}





.basket-form .choose_payment_method_block .online_payments_block  img{
    height:45px;
    margin-top:15px;
    cursor:pointer;
}
.basket-form .choose_payment_method_block .online_payments_block.selected, .basket-form .choose_payment_method_block .bank_transfer_block.selected, .basket-form .choose_payment_method_block .pos_terminal_block.selected{
    border:1px solid #be3448;		
}

.basket-form .choose_payment_method_block .online_payments_block_2  img{
    height:45px;
    margin-top:10px;
    cursor:pointer;
}
.basket-form .choose_payment_method_block .online_payments_block_2.selected{
    border:1px solid #be3448;		
}

 .basket-form .basket-section-header-wrap h2 {
     font-size: 18px;
     margin:5px 0 15px;
   }
   

   .basket-form .choose_payment_method_block .title_block input{
        display:none;
    }

   .basket-form .choose_payment_method_block .title_block input:checked+.payment_checked_bg::before {
        opacity: 1;
        transform: scale(.7);
        background: #be3448;
    }
    
    .basket-form .choose_payment_method_block .title_block input:checked+.payment_checked_bg{
        border: 2px solid #be3448;
    }
  
 .basket-form .choose_payment_method_block .title_block .payment_checked_bg {
      width: 14px;
      min-width: 14px;
      height: 14px;
      border: 2px solid #999;
      border-radius: 100%;
      margin-right: 10px;
      position: relative;
    }
    
    .basket-form .choose_payment_method_block .title_block .payment_checked_bg::before{
      content: "";
      display: block;
      width: inherit;
      height: inherit;
      border-radius: inherit;
      position: absolute;
      transform-origin: center center;
      transition: .3s;
    }

.basket-form .basket-form-sidebar-block .doFixed {
    position: fixed;
    max-width: 282.5px;
    width:324.5px;
    z-index: 1;
    top: 0;
}

.basket-form .basket-form-sidebar-block .doFixedBottom {
    position: absolute;
    max-width: 282.5px;
    width:324.5px;
    z-index: 1;
    bottom: 0;
}	 

.basket-form .choose_delivery_method_block .warehouse_address{
    font-size:12px;
    margin-left:10px;
    line-height:18px;
    width: 440px;
    display:flex;
    justify-content:space-between;
}

.basket-form .choose_delivery_method_block .warehouse_address h2{
    margin-bottom: 5px;
    margin-top: 0;
}

.basket-form #delivery_address_info{
    display:none;
}

.basket-order-b-delivery .delivery_info{
    margin-top:5px;
    display:none;
}

.qty_num {
    width: 70px;
    line-height: 25px;
    border: 1px solid #cccccc69;
    padding: 2px;
    cursor: text;
    margin: 0 auto;
    text-align: center;
}	


.order_info{
    font-family: BPG;
    margin: 0;
    padding: 20px 20px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
	border-radius:15px;
}
.order_info li{
    list-style:none;
    padding:5px 0;
    display:flex;
    -webkit-box-align: center;
    align-items: center;
}
.order_info li span{
    min-width: 50px;
    width: 50px;
}
.order_info .delivery_icon{
    width: 40px;
    margin-right: 10px;
}
 .order_info .true_icon{
    width: 24px;
    margin-left: 7px;
}

.order_info .time_icon{
    width: 30px;
    margin-left: 5px;
}
 .order_info .warehouse_icon{
    width: 25px;
    margin-left: 5px;
}
.order_info .invoice_icon{
    width: 25px;
    margin-left: 7px;
}
.order_info .pos_icon{
    width: 28px;
    margin-left: 3px;
}
 .order_info .calendar_icon{
    width: 23px;
    margin-left: 6px;
}
.order_info .bank_card_icon{
    width: 25px;
    margin-top: -3px;
    margin-left: 5px;
}

 .order_info .work_time_icon{
    width: 25px;
    margin-left: 5px;
}
.order_info .cancel_icon{
    width: 20px;
    margin-left: 7px;
}
.order_info .megaphone_icon{
    width: 22px;
    margin-left: 7px;
}

.order_info .box_icon{
    width: 22px;
    margin-left: 7px;
}
.order_info .price_icon{
    width: 28px;
    margin-left: 4px;
}
.order_info .pointing_icon{
    width: 28px;
    margin-left: 6px;
}
.order_info .support_icon{
    width: 28px;
    margin-left: 6px;
}


.order .payment_status{
    width: 100%;
    padding: 6px 0 2px;
    font-size:12px;
    display: flex;
    justify-content: right;
    align-items: right;
}

.contragent_search_input{
    float: left;
    width: 378px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    padding: 5px;
    height: 20px;
}

.contragent_search_block{
    display:none;
    position: absolute;
    margin-top: 35px;
    margin-left: 168px;
    background: #fff;
    width: 378px;
    border: 1px solid #ccc;
    text-align: left; 
    overflow: auto;
    max-height: 350px;
    padding: 5px;
    scrollbar-width: thin;
    z-index:999;
    font-size:14px;
}

.contragent_search_block .contragent_suggest {
  border-bottom: 4px solid #eee;
  padding: 10px;
  background: white;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  line-height: 14px;
}

.contragent_search_block .contragent_suggest:hover{
    background:#be3448;
    color:#fff
}

.customer_name_block{
    float: left;
    font-weight: 600;
    margin-right: 10px;
    width: 290px;
    text-align: left;
    line-height: 14px;
    font-size: 14px;
    margin-top: 8px;
    cursor:pointer
}

.customer_orders_number{
	color: red;
	font-weight: 400;
	font-size: 12px;
}

 #full_width_pg .basket_order_info .please_login_block{
    color:#8b8b8b;
    font-size:14px;
}

 #full_width_pg .basket_order_info .please_login_block a{
    color:#7c1111;
    font-size:14px;
}

 #full_width_pg .basket_order_info .please_login_block a:hover{
    color:#414042; 
}

.a-underline{
        color:#7c1111;
        text-decoration:underline; 
}
.a-underline:hover{
        text-decoration:none;
	color:#414042;
}


            
.iconed-text{
        padding-bottom:40px;
    }
.iconed-text div.icon{
        height: 60px;
        width: 115px;
        float: left;
        text-align:center;
}
.iconed-text div.icon img{
        margin-top:10px;
        height: 60px;
}
.iconed-text .text{
        float: left;
        width: 800px;
}
.iconed-text .text .title{
        font-weight: bold;
        margin-bottom:4px;
}

.in_warehouse_status_error_desc_ka{
    font-size: 10px;
    line-height: 13px;
    position: absolute;
    top: 38px;
    text-align: center;
    color: #f00;
}

.in_warehouse_status_error_desc_en{
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    top: 38px;
    text-align: center;
    color: #f00;
}



.main_status_call {
    background-size: 72px;
    width: 14px;
    height: 16px;
    background-position: -36px 0px;
    margin-right: 5px;
}

.main_status_on_the_road {
    background-size: 88px;
    width: 16px;
    height: 12px;
    background-position: -28px 0px;
    margin-right: 5px;
}

.main_status_in_stock {
    background-size:84px;
	width:12px;
	height:12px;
	background-position:0 0; 
	margin-right:5px;
}

 .main_status_low_stock {
    background-size:84px;
	width:12px;
	height:12px;
	background-position:-14px 0; 
	margin-right:8px;
}
    

.main_status_info {
    background-size: 75px;
    width: 8px;
    height: 14px;
    background-position: -52px 0px;
    margin-right: 5px;
}

 .main_status_clock {
    background-size: 75px;
    width: 16px;
    height: 16px;
    background-position: -59px 0px;
    margin-right: 5px;
}

 .prod_details .prices_basket_block {
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    background:#f1f2f2; 
    padding: 5px 10px;
}

 .prod_details .prices_basket_block .product_price{ 
    font-size: 18px;
    margin-right:5px;
}
 .prod_details .prices_basket_block .product_price_strike{
  font-size: 14px;
  text-decoration: line-through;
  margin-right:5px;
}
 .prod_details .prices_basket_block .product_currency_show{
	 font-size: 14px;
}

 .prod_details .prices_block{
	display:flex;
	align-items:center;
	
}

 .prod_details  .product_price_title{
   color: #414042;
   margin-right: 5px;
   height: 16px;
   display:flex;
   font-size:12px;
}

 .prod_details  .product_price_block{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
 .prod_details  .product_partner_price_block{
	width:100%;
	display:flex;
	align-items: baseline;
	color:#be3448;
}

 .prod_details  .product_standart_price_block{
	width:100%;
	display:flex;
	align-items: baseline;
}

.details_status_call {
    background-size: 84px;
    width: 16px;
    height: 20px;
    background-position: -42px 0px;
    margin-right: 5px;
}

.details_status_on_the_road {
    background-size: 106px;
    width: 20px;
    height: 16px;
    background-position: -33px 0px;
    margin-right: 5px;
}

.details_status_in_stock {
    background-size: 106px;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    margin-right: 5px;
}

 .details_status_low_stock {
    background-size: 106px;
    width: 16px;
    height: 16px;
    background-position: -17px 0;
    margin-right: 5px;
}

.details_status_info {
    background-size: 84px;
    width: 10px;
    height: 18px;
    background-position: -57px 0px;
    margin-right: 5px;
}

 .details_status_clock {
    background-size: 84px;
    width: 18px;
    height: 18px;
    background-position: -66px 0px;
    margin-right: 5px;
}


.personal_manager_container{
  font-size:14px;
}

.personal_manager_container .personal_manager_block{
   display:flex;
   align-items: center;
   background:#ebeef6;
   padding:10px;
   max-width: 400px; 
   border-radius: 10px;
}
.personal_manager_container .personal_manager_block .ka{
 font-family: BPG;  
} 
.personal_manager_container .personal_manager_block .photo_block{
    width:100px;
    min-width:100px;
    margin-right:15px; 
}
.personal_manager_container .personal_manager_block .name_lastname_block{
    font-size:18px;
    color: #000;
    margin-top:5px;
    margin-bottom:10px;
}

.personal_manager_container .personal_manager_block .work_days_block{
    font-size:14px;
    color: #555;
    margin-bottom:10px;
    line-height:18px;
}

.personal_manager_container .personal_manager_block .vacation_block{
    font-size:14px;
    color: #be3448;
    line-height:18px;
}

.personal_manager_container .contact_info_block{
    margin-top:15px;
}

.personal_manager_container .contact_info_block .contact_info_title.ka{
    font-size:16px;
    color:#000;
    margin-bottom:10px;
    font-family: BPG;
    
}

.personal_manager_container .contact_info_block .contact_info_title.en{
    font-size:16px;
    color:#000;
    margin-bottom:10px;   
}

.personal_manager_container .contact_info_block .mobile_block{
   display:flex;
   align-items:center;
   margin-bottom:10px;
}
.personal_manager_container .contact_info_block .mobile_block img{
    width:22px;
    margin-right:10px;
}

.personal_manager_container .contact_info_block .mobile_block a{
    font-size:15px;
    color:#555;
    font-family: arial, Sylfaen, times, serif;
}

.personal_manager_container .contact_info_block .phone_block{
   display:flex;
   align-items:center;
   margin-bottom:10px;
}
.personal_manager_container .contact_info_block .phone_block img{
    width:22px;
    margin-right:10px;
}

.personal_manager_container .contact_info_block .phone_block a{
    font-size:15px;
    color:#555;
    font-family: arial, Sylfaen, times, serif;
}

.personal_manager_container .contact_info_block .email_block{
   display:flex;
   align-items:center;
   margin-bottom:10px;
}
.personal_manager_container .contact_info_block .email_block img{
    width:22px;
    margin-right:10px;
}

.personal_manager_container .contact_info_block .email_block a{
    font-size:15px;
    color:#555;
    font-family: arial, Sylfaen, times, serif;
}

/* Pagination */
.paginations {
    display: inline-block;
    padding-left: 0;
    float: right;
    border-radius: 4px;
}

.paginations>li {
    display: inline;
}

.paginations>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.paginations>li>a, .paginations>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #414042;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.paginations>li:last-child>a, .paginations>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.paginations>li>a:focus, .paginations>li>a:hover, .paginations>li>span:focus, .paginations>li>span:hover {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}

.paginations>.active>a, .paginations>.active>a:focus, .paginations>.active>a:hover, .paginations>.active>span, .paginations>.active>span:focus, .paginations>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #be3448;
    border-color: #b03144;
}

/* Pagination */

#inner_pg .main_news_block,
#inner_pg .main_projects_block{
   margin-top:25px; 
   position:relative; 
   margin-bottom: 15px;
}


#inner_pg .main_news_block .main_news_body_block,
#inner_pg .main_projects_block .main_projects_body_block{
    display:flex;
    width: 980px;
    margin-top: 5px;
}

#inner_pg .main_news_block .main_news_body_block .news_block,
#inner_pg .main_projects_block .main_projects_body_block .projects_block{
width: 293px;
padding: 10px 10px 10px 10px;
margin: 0 20px 0 0;
 background:#fff; 
}


#inner_pg .main_news_block .main_news_body_block .news_block .news_photo,
#inner_pg .main_projects_block .main_projects_body_block .projects_block .projects_photo{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    min-width: 293px;
    margin-bottom:10px;
}

#inner_pg .main_news_block .main_news_body_block .news_block .news_photo img,
#inner_pg .main_projects_block .main_projects_body_block .projects_block .projects_photo img{
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 320px;
    position: absolute; 
}

.main_news_body_block .news_block .news_content_block .news_title,
.main_projects_body_block .projects_block .projects_content_block .projects_title{
    font-size:14px;
    color:#666; 
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}
.main_news_body_block .news_block .news_content_block .news_date,
.main_projects_body_block .projects_block .projects_content_block .projects_date{
 font-size: 12px;
 color: #a6a6a6;   
 margin-top: 5px;
}

.main_news_body_block .news_block .news_content_block .news_small_desc,
.main_projects_body_block .projects-block .projects-content_block .projects_small_desc{
    margin-top: 6px;
    font-size: 13px;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.p-flex-block{
  display:flex; 
  flex-wrap:wrap;  
}

.footer{
    width: 100%;
    min-width: 1280px; 
    background: #414042;
}


.footer .footer_blocks{
    display: flex;
    justify-content: space-between;
    padding: 22px 0; 
    width: 1280px;  
    margin:0 auto; 
    
}

.footer .footer_blocks .footer_left_blocks{
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    
}


.footer .footer_blocks .footer_right_blocks{
    display: block;
    text-align:right;
   
}

.footer .footer_left_blocks .footer_title {
    padding-bottom: 12px;
    border-bottom: 4px solid #5e5e5e;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing:1px;
}

.footer .footer_right_blocks .footer_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing:1px;
}

.footer .footer_left_blocks .footer_link{
    display: block;
    margin-bottom: 12px;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: .1s ease 0s;
}

.footer .footer_right_blocks .footer_link{
    display: flex;
    align-items:center;
    justify-content:right;
    margin-bottom: 12px;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    cursor: pointer;
    text-align: right;
    transition: .1s ease 0s;
}

.footer .footer_link:hover{
  color:#be3448;  
}
.footer .footer_cards{
    border-top: 1px solid rgba(217,227,239,.06);
}

.footer .footer_cards_container{
    display: flex;
    align-items: center;
    padding: 12px 0; 
    width: 1280px;  
    margin:0 auto; 
}

.footer .cards_block{
  display: flex;
  align-items:center;
  gap: 40px;
  width:100%;
}

.footer .copyright{
    display:flex;
    align-items:center;
    color:#dadada;
    font-size:14px;
    width: 450px;
    
}
.footer .social_btn_block{
 display:flex;
 justify-content:right;
 margin-top: 15px;
 margin-bottom: 15px;
}      
.footer .social_btn.facebook {
    background-image: url(/images/fb.svg);
} 
 
.footer .social_btn.facebook:hover {
   background-image: url(/images/fb-hov.svg);
   background-color: #1877f2;
} 
      
.footer .social_btn.linkedin {
    background-image: url(/images/linkedin.svg);
}

.footer .social_btn.linkedin:hover {
    background-image: url(/images/linkedin-hover.svg);
    background-color: #007ab5;
} 
.footer .social_btn.youtube {
    background-image: url(/images/youtube.svg);
}

.footer .social_btn.youtube:hover {
    background-image: url(/images/youtube-hov.svg);
    background-color: #d22215
}
  
.footer .social_btn {
    width: 40px;
    height: 40px;
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
    background-position: center;
    background-color: #69696c;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;

    
}
.footer .switch_version{
    display: flex;
    justify-content: right;
    width:100%;
}

.footer .switch_version_btn{
    display:flex;
    align-items: center;
    background:#5d5d5f;
    color:#fff;
    font-family: BPG;
    font-size:14px;
    border-radius:2px;
    padding: 10px 10px 8px 10px;
    transition: .1s ease 0s;
}

.footer .switch_version_btn:hover{
    background:#be3448;
}

.footer .footer_category.about_us,.footer .footer_category.services{
    min-width:200px;
}

.footer .footer_category.conditions{
    min-width:280px; 
}


.product_block .desc_block{
        font-size:12px
}

.edit_partners_lnk{
  float: right;
  display: block;
  width: 20px;
  height: 26px;
  background-position: -557px -57px;
  margin: 9px;
  padding: 0;
  opacity: 0.3;
}


.main_promo_block{
   position:relative; 
   margin-bottom: 15px;
}


.main_promo_block .main_promo_body_block{
    display:flex;
    width: 980px;
    margin-top: 5px;
}

.main_promo_block .main_promo_body_block .promo_block{
width: 293px;
padding: 10px 10px 10px 10px;
margin: 0 20px 0 0;
 background:#fff; 
 cursor:pointer;
}


.main_promo_block .main_promo_body_block .promo_block .promo_photo{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    min-width: 293px;
    margin-bottom:10px;
}

.main_promo_block .main_promo_body_block .promo_block .promo_photo img{
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 320px;
    position: absolute; 
}

.main_promo_body_block .promo_block .promo_content_block .promo_title{
    height: 52px;
    font-size:14px;
    color:#666; 
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}
.main_promo_body_block .promo_block .promo_content_block .promo_date{
 font-size: 12px;
 color: #be3448;   
 margin-top: 5px;
}

.main_promo_body_block .promo_block .promo_content_block .promo_small_desc{
    margin-top: 6px;
    font-size: 13px;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

 .promo-in-list .edit_product_lnk {
  float: right;
  display: block;
  width: 20px;
  height: 26px;
  background-position: -557px -57px;
  margin: 9px;
  padding: 0;
  opacity: 0.3;
}

.promo-in-list{
        margin-bottom:30px;
		margin-top:20px;
       
    }
    .promo-block{
        display:flex;
    }
    .promo-in-list.hidden{
        background:#ccc;
        padding:10px 0px 10px 0px 
    }
    .promo-image-div{
        width:250px;
        float:left;
    }
    .promo-image{
        width:230px;
        margin:0px 10px 0px 10px
    }
    
    .promo-definition{
       width:650px;
	   float:left;
    }
    
    /*შიდა გვერდზე*/
    .product_about .promo-image{
        width:220px;
        margin:0px 30px 0px 10px;
        float:left;
    }
    .product_about .promo-definition{
       width:630px;
       float:right;
    }
    /*შიდა გვერდზე*/
    
    .promo-title{
        font-size:16px;
        font-weight:normal;
        margin:0px;
    }
    .promo-client-date{
        color:#777;
        margin-top:3px;
    }
    .promo-text{
        margin-top:15px;
    }
    .promo-text a{
        color:#333
    }
    .promo-text a:hover{
        color:#555
    }
    .promo-text .more{
        color:#889;
        text-decoration:underline;
        margin-left:10px;
    }
    .promo-text .more:hover{
        text-decoration:none
    }
    .promo_back{
        font-weight:bold;
        margin: 0 10px 10px;
    }
    
    .promo_fast_view{
    position:absolute;
    display:none;
    padding: 10px 10px 20px 10px;
    background: rgb(253, 253, 253);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 15px;
    border-radius: 2px;
    z-index: 100;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
	border-radius:15px;
        
    }
    
.promo_fast_view .promo_block{
 width: 293px;
 padding:0;
 margin: 0 ;
 background:#fff; 
 cursor:pointer;
}


.promo_fast_view  .promo_block .promo_photo{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    min-width: 293px;
    margin-bottom:10px;
}

.promo_fast_view  .promo_block .promo_photo img{
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    max-height: 320px;
    position: absolute; 
}

.promo_fast_view  .promo_block .promo_content_block .promo_title{
    height: 52px;
    font-size:14px;
    color:#666; 
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}
.promo_fast_view  .promo_block .promo_content_block .promo_date{
 font-size: 12px;
 color: #a6a6a6;   
 margin-top: 5px;
}

.promo_fast_view  .promo_block .promo_content_block .promo_small_desc{
    margin-top: 6px;
    font-size: 13px;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promo-image-div #gallery-wrapper{
    border: 0px none
}

.modal {
  display: block; 
  position: fixed; 
  z-index: 1; 
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index:99999
}

.modal-content {
  position:relative;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 15px;
  background: #fff;
  width: 100%;
  max-width:550px;
}

.modal-content .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #6f6f6f;
  cursor: pointer;
  z-index: 99;
}
.modal-content .close:hover {
color: #000;	
	
}
.modal-content .contragent_modal_head {
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.modal-content  .contragent_modal_head .title {
  font-size: 16px;
  text-align: left;
  padding: 0 0 10px 0;
}

.modal-content .contragent_modal_body{
	font-size:14px;
}
.modal-content .btn_block{
	display:flex;
	justify-content:center;
	margin-top: 25px;
}
.modal-content .btn{
	background: #be3448;
	  color: #fff;
	  border: 0;
	  border-radius: 3px;
	  padding: 8px 10px;
}

.modal-content .btn:hover{
	background: #ce4e60;
}
.modal-content .modal_footer{
  padding: 10px 0 0 0;
  margin-top: 25px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  font-size: 11px;
  color: #6d6d6d;
}

.approve_btn{
	height: 28px;
	margin-right: 25px;
	width: 120px;
	background: #a90004;
	color: #fff;
	border-radius:5px;
}

.reject_btn{
	height: 28px;
	margin-top: 0px;
	margin-right: 25px;
	width: 120px;
	background: #dcdcdc;
	border-radius:5px;
}


.letter_spacing_0{
 letter-spacing:0px;
}

.letter_spacing_06{
 letter-spacing:-0.6px;
}
.notification-attr{
	margin-left: auto;
  	margin-right: 0;
}
.text-container-truncated::after {
    content: '...'; /* Display three dots for truncated text */
}

.notification-del{
	margin-left: 40px;
	cursor: pointer;
	
}

.notification-rev{
	margin-left: 20px;
	margin-top: 3px;
	cursor: pointer;
	
}

.content-in-list{
	margin-bottom:60px;
	padding:10px;
	background:white
}
.content-in-list.hidden{
	background:#ccc;
}
.content-title{
	font-size:16px
}
.content-additonal-info{
	color:#777;
	margin-top:3px;
	font-size:12px;
}
.content-text{
	margin-top:15px;
}
.content-text a{
	color:#333
}
.content-text a:hover{
	color:#555
}
.content-text .more{
	color:#889;
	text-decoration:underline;
	margin-left:10px;
}
.content-text .more:hover{
	text-decoration:none
}
.contents_back{
	font-weight:bold;
	margin-bottom:20px;
	margin-top:3px;
}

.notification-rev-icon {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	background: url('/images/generate.png');
	background-size: cover; /* or 'contain' depending on your preference */
	opacity: 0.4;
	background-position: center center;
	cursor: pointer;
	border: solid 0px;
}

.notification-rev-icon:hover {
	opacity: 0.6;
}

.notification-del-icon{

	width: 20px;
	height: 25px;
	background: url('/images/cart_del_icon.svg')center center no-repeat;
	display: block;
	opacity: 0.4;
	border: solid 0px;
	cursor: pointer;
}

.notification-del-icon:hover {
	opacity: 0.6;
}

.notifications-alert-out{
  text-align: center;
  position: absolute;
  right: 0;
  top: 28px;
  font-size: 11px;
  color: rgb(255, 255, 255);
  background: rgb(190, 52, 72);
  height: 20px;
  width: 20px;
  display: inline;
  line-height: 20px;
  border-radius: 50%;
  font-family: Arial;
}
.notifications-alert{
	text-align: center;
	position: absolute;
    right: 76px;
    top: 41px;
	font-size: 10px;
	color: rgb(255, 255, 255);
	background: rgb(255, 0, 0);
	height: 15px;
	width: 15px;
	display: inline;
	line-height: 15px;
	border-radius: 50%;
	font-family: Arial;
}


.a-tag-button{
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	font: inherit;
	text-align: inherit;
	color: #414042;
}

.notification-box{
	/* width:950px; */
	padding:10px;
	margin: 8px 0;
	border:1px #ebebeb solid;
	background:#ffffff;
	font-size: 14px;
	border-radius: 10px;
}

.ellipsis {
	text-overflow: ellipsis; /* enables ellipsis */
	white-space: nowrap; /* keeps the text in a single line */
	overflow: hidden; /* keeps the element from overflowing its parent */
	width: 700px;
}

.deleted-notification{
	cursor: pointer; 
	margin-left: 50px; 
	color: #cacaca
}

.deleted-notification:hover {
    color: #96989a; 
}

.xlsx-upload {
	
	padding-top: 20px;
	border-radius: 8px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	text-align: center;
}

.xlsx-upload label {
	display: block;
	margin-bottom: 10px;
}

.xlsx-upload input[type="file"] {
	padding: 8px;
	margin-bottom: 15px;
	display: none; /* Hide the file input */
}

.xlsx-upload button {
	background-color: #be3448;
	color: white;
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.xlsx-upload button:hover {
	background-color: #b95967;
}

.xlsx-upload-loading-box{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Set background opacity to 0.6 */
	background-color: rgba(244, 244, 244, 0.8);
	padding: 40px 180px 40px 180px;
	text-align: center;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.xlsx-error{
	color: red;
	/* font-weight: bold; */
	margin-top: 20px;
	/* margin-bottom: 20px; */
	display: flex;
	justify-content: center;
}

.add_to_cart{
  cursor:pointer;
  height: 31px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 3px 7px 0px 28px;
  color: #414042;
  font-size: 14px;
  margin-right: 5px;
}
.add_to_cart:hover{
	opacity:0.7;
	color:#414042;
}
.add_to_cart .cart_icon{
  display: inline-block;
  background-position: -21px -16px;
  width: 20px;
  height: 19px;
  margin: -2px 0 0 -22px;
  position: absolute;

}

.fixed_block_header{
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 100;
}




/* axali saitis style */
.header-block{
	width:100%;
	position:relative;
	z-index:100;
}
.header-block .top-header{
  width:100%;
  background-color:#FFFFFF; 
  display:flex;
  justify-content:center;
  padding:3px 0;
}

.top-header-container{
	width:1280px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position: relative;
}

.top-header .logo-block .logo{
  height:65px;	
}

.top-header .menu-block{
	margin-left:30px;
	min-width: 500px;
}
.top-header .menu-block .top-menu{
	margin:5px 0;
	padding:0;
	display: flex;
    justify-content: right;
	position:relative;
}

.top-header .menu-block .top-menu .tom_menu_li{
	list-style:none;
	float:left;
	position:relative;
}

.top-header .menu-block .top-menu .tom_menu_li a{
	padding-left:15px;
	font-size:14px;
	
}
.top-menu .dropdown-content {
	display: none;
	position: absolute;
	left: -50%;
	width:180px;
}
.top-menu .ul-content {
	position: relative;
	background-color: #fff;
	min-width: 160px;
	width:180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding:10px 20px;
	font-family: "SegoeUIRegularRegular";
	border-radius:10px;
	margin-top:10px;
}



.top-menu .ul-content li{
	list-style:none;
	float:none;
	border-bottom: 1px solid #ebeef6;
	padding:8px 0;
}
.top-menu .dropdown-content li:last-child{
	border-bottom:none;
}


.top-menu .dropdown:hover .dropdown-content {
    display: block;
}

.lang .lang-title{
	margin-top:3px
}
.lang-block .lang{
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #ebeef6;
  color: #4c4c4e;
  padding: 10px 10px;
  border-radius: 15px;
  transition:0.2s;
}

.lang .flag{
	width:20px;
	height: 20px;
	margin-right:8px;
	border-radius: 50%;
}

.down-icon{
  height:22px;	
}
.lang .down-icon::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #414042;
  border-right: 1px solid #414042;
  transform: rotate(135deg);
  margin-left: 8px;
  
}
.lang:hover .down-icon::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.lang:hover{
	background-color:#414042;
	color:#fff;
}

.top-header .btn-block {
	display:flex;
	align-items:center;
}
.top-header .btn-block .top-icon-btn{
	width:40px;
	height:40px;
	background-color:#ebeef6;
	position: relative;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	margin-right:15px;
	transition:0.2s;
	
}

.top-header .btn-block .top-icon-btn .num {
    font-size: 11px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #be3448;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: -5px;
	transition:0.2s;
}

.top-header .btn-block .top-icon-btn:hover{
	background-color:#414042;
	color:#fff;
}

.top-header .btn-block .top-icon-btn.cart{
  font-size:24px;
}
.top-header  .auth-block{
	font-size:14px;
}

.header-block .header-menu-block{
	width:100%;
	background-color:#414042;
	display:flex;
	justify-content:center;
	
}



/* კატეგორიის მენიუ */


.header-menu-block .category-menu-block{
	width: 1232px;
	display:flex;
	position: relative;
}

.category-menu-block .category-menu{
	display:flex;
	padding:0;
	margin: 0;
}
.category-menu-block .category-menu li{
  list-style: none;
  padding:20px 0;
}


.category-menu-block .category-menu li a{
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 15px;
  padding: 0 10px;
  border-left: 1px solid #68666a;
  transition:0.2s;
  background:none;
}

.category-menu-block .category-menu li .active_category_menu{
	color:#4b4b4d;
	border-left: 1px solid #fff;
	transition:0.2s;
}

.m_color{
  color: #fff;
}

.category-menu-block .category-menu li{
	border-top:3px solid #414042;
	cursor:pointer;
	transition:0.2s;
}

.category-menu-block .category-menu li:first-child a{
	border-left:none;
}

.category-menu-block .category-menu li:first-child{
  border-left:3px solid #414042;
  transition:0.2s;
}
.category-menu-block .category-menu li:first-child:hover a{
  color:#4b4b4d;	
}

.category-menu-block .category-menu .active-parent{
	background:#fff;
	border-top:3px solid #be3448;
	color:#4b4b4d;
}

.category-menu-block .category-menu li:hover{
	background:#fff;
	border-top:3px solid #be3448;
	color:#4b4b4d;
}
.category-menu-block .category-menu li:not(:first-child):hover a{
    border-left:1px solid #fff;
	color:#4b4b4d;
}

.category-menu-block .sub_category{
	display:none;
	position:absolute;
	z-index:100;
	width:1227px;
	left:0;
	top: 67px;
	background:#fff;
	border-left:3px solid #414042;
	border-bottom:3px solid #414042;
	padding:25px;
	transition:0.2s;
}

.header-menu-block .category-menu-block .category-menu li:hover .sub_category{
	display:flex;
	flex-wrap:wrap;
}

.category-menu-block .sub_category .submenu_block{
	width:280px;
	margin: 0 15px 30px 0;
	display:flex;
}

.category-menu-block .sub_category .submenu_block .menu_icon{
	width:35px;
	max-width:35px;
	height:35px;
	max-height:35px;
}
.category-menu-block .sub_category .submenu_block .menu_icon img{
	height:100%;
}
.category-menu-block .sub_category .submenu_block .sub_main_category a{
	color:#2d2d2d;
	height:auto;
	margin-bottom:5px;
	margin-top:10px;
	border-left: none;
	transition:0.2s;
}
.category-menu-block .sub_category .submenu_block .sub_main_category a:hover{
	color:#bd3448;  
}

.category-menu-block .sub_category .submenu_block .menu_list ul{
	display: flex;
	flex-direction: column;
	padding:0;
}

.category-menu-block .sub_category .submenu_block .menu_list ul li{
	list-style:none;
	padding:0;
	border:none;
}

.category-menu-block .sub_category .submenu_block .menu_list ul li a{
	color:#2d2d2d;
	font-family: "SegoeUIRegularRegular";
	font-size:13px;
	height: auto;
	margin-bottom:5px;
	border-left: none;
	transition:0.2s;
}

.category-menu-block .sub_category .submenu_block .menu_list ul li a:hover{
  text-decoration: underline;
  color:#bd3448;  	
}

.header-menu-block .search-block .search-input{
  width: 275px;
  border: 0;
  font-size: 13px;
  min-height: 45px;
  border-radius: 30px;
  padding: 0 50px 0 20px;
}

.header-menu-block .search-block .search-btn-icon {
	cursor:pointer;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 40px;
    height: 40px;
    border:none;
	background:none;
    line-height: 40px;
    text-align: center;
    color: #414042;
    z-index: 10;
	font-size:22px;
	transform: rotateY(180deg);
}

.main-slider-block{
  width: 1280px;
  height: 390px;
  margin:0 auto;
  border-radius:15px;
  margin-top:15px;
  margin-bottom:15px;  
}

.main-slider-block .main-slider.swiper {
  width: 100%;
  height: 100%;
  border-radius:15px;
}

.main-slider-block .main-slider .swiper-slide {
       background-position: center;
      background-size: cover;
}

.main-slider-block .main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height:390px;
}

.main-slider-block .swiper-pagination-bullet-active{
	background:#bd3347;
}

.main-slider-block  .swiper-pagination-bullet{
	width:10px;
	height:10px;
}

.white-block{
	width:1250px;
	background-color:#fff;
	margin:0 auto;
	padding:15px;
	border-radius:15px;
	margin-bottom: 15px;
}
.promo-white-block{
	width:1250px;
	background-color:#fff;
	margin:0 auto;
	padding:15px 15px 0 15px;
	border-radius:15px;
	margin-bottom: 15px;
}
.block-head{
    display:flex;
	align-items:center;
	justify-content:space-between;  
	min-height:40px;
}

 .more-block a{
	color:#838383;
	font-size:14px;
	transition:0.2s;
}

.more-block a:hover{
  color:#414042;
}

.block-title{
	display:flex;
	align-items:center;
	
}

.block-title img{
	width:30px;
	margin-right:15px;
	margin-top: -5px;
}

.block-title .title{
  font-size: 18px;
  color: #414042;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.product-block{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	width:100%;
	margin-top:15px;
	
}

.col-prod-4{
  width: 25%;
  flex-basis: 25%;
  box-sizing: border-box;
}
.col-prod-3{
  width: 33.33333%;
  flex-basis: 33.33333%;
  box-sizing: border-box;
}
.product-block .product{
  position:relative;
  padding:12px 12px;
  border:1px solid #fff;
  border-radius:15px;
  cursor:pointer;
  transition: 0.3s;
}

.product-block .product:hover{
	border:1px solid #adb0bc;
}
.product-block .product .prod-img{
  width: 100%;
  height: 130px;
  margin: 35px 0 35px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.product-block .product .prod-img img {
  max-width: 100%;
  max-height: 130px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-block .product .desc-block {
  width: 100%;
}

.product-block .product .desc-block .prod-model-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background: #ebeef682;
  padding: 5px 3px;
}

.product-block .product .desc-block .prod-model-block a{
	font-size: 12px;
    color: #808080;
}

.product-block .product .desc-block  .prod-name-block {
  min-height: 34px;
  max-height: 34px;
  margin-bottom: 10px;
  position: relative;
}

.product-block .product .desc-block  .prod-name {
  color: #666666;
  font-size: 14px;
  font-family: 'SegoeUIRegularRegular';
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position:absolute;
  bottom:0;
}

.prod-prices {
  float: left;
  font-size: 14px;
  height: 34px;
  margin-top: -2px;
  margin-bottom: 2px;
}

.product-block .product .flex-block{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.product-block .product .cart-btn-block{
	width:32px;
	max-width:32px;
	min-width:32px;
}

.product-block .product .cart-btn-block .add-to-cart-btn{
	width:100%;
	height:32px;
	border:none;
	border-radius:5px;
	background-color:#414042;
	color:#fff;
	font-size:24px;
	cursor:pointer;
	transition:0.2s;
}

.product-block .product .cart-btn-block .add-to-cart-btn:hover{
	background-color:#757575;
}

.product-block .product .prod-prices {
  display:flex;
  width:100%;
  font-size: 14px;
  height: 45px;
  margin-top: -2px;
  margin-bottom: 2px;
}

.product-block .product .prod-prices .partner-price-block{
  display: flex;
  color: #be3448;
  align-items: baseline;	
}

.product-block .product .prod-prices  .standart-price-block {
  display: flex;
  align-items: baseline;
}

.product-block .prod-prices .partners-price {
  font-size: 18px;
  margin-right: 3px;
}

.product-block .prod-prices .currency-show{
	 margin-right:3px;
}
.product-block .prod-prices  .price-strike{
	text-decoration: line-through;
}

.product-block .prod-prices .price-title {
  margin-right: 2px;
  font-size: 12px;
  height: 19px;
  display: flex;
  align-items: end;
}

.prod-prices .standart-price {
  font-size: 18px;
  margin-right: 3px;
}

.product .top-info{
   position: absolute;
   top: 15px;
   z-index: 9;
   width: calc(100% - 24px);
   display: flex;
   align-items: center;	
   justify-content:space-between;
}
.product .top-info .left-block{
	display:flex;
	align-items:center;

}

.product .top-info .right-block{
	display:flex;
	align-items:center;
    width:110px;
	min-width:110px;
	max-width:110px; 
	justify-content: right;
}

.product .top-info .not-fav{
	 width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #e2e4eb;
	font-size:16px;
    color: #999;
	transition: 0.2s;
}

.product .top-info .active-fav{
	 width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #e2e4eb;
	font-size:16px;
    color: #be3448;
	transition: 0.2s;
}
.product .top-info .active-fav:hover{
	color:#999;
	background-color: #e2e4eb;
}

.product .top-info .not-fav:hover{
	color:#fff;
	background-color: #414042;
}

.product .top-info .compare{
	width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #e2e4eb;
	margin-right:8px;
	font-size:16px;
    color: #393939;
	transition: 0.2s;	
}

.product .top-info .compare:hover{
	color:#fff;
	background-color: #414042;
}

.top-info .product-status{
  background-color: #be3448;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px 2px 10px;
  font-size: 13px;	
}


.promo-actions-block{
	width:100%;
}

.promo-actions-block .promo-action{
	display:flex;
	margin-top:15px;
}

.promo-actions-block .promo-action .promo-img{
  width:250px;
  min-width:250px;
  height: 190px;
  overflow: hidden;
  position: relative;
  margin-right:15px;

}
.promo-actions-block .promo-action .promo-img img{
  width: auto;
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  border-radius: 10px;
}

.promo-actions-block .promo-action .promo-title{
	height: 56px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom:10px;
}

.promo-actions-block .promo-action .promo-date{
	color:#808080;
	font-size:13px;
}

.promo-actions-block .promo-action .promo_small_desc{
	font-size:13px;
	margin-top:30px;
}

.promo-actions-block .promo-action .promo_small_desc .phone{
	margin-top:5px;
}

.promo-actions-block  .promo-pagination{

	font-size:14px;
	letter-spacing: 0px;
}

.promo-slider-controls{
	display:flex;
	align-items:center;
	position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.promo-slider-controls .promo-button-prev{
	font-size:16px;
	cursor:pointer;
	margin-right:5px;
}

.promo-slider-controls .promo-button-next{
	font-size:16px;
	cursor:pointer;
	margin-left:5px;
}

.promo-actions-block{
	margin-bottom:15px;
}

.promo-actions-block .swiper-wrapper{
	margin-bottom:20px;
}


.main-news-block,
.main-projects-block{
   margin-top:5px; 
   position:relative; 
   margin-bottom: 15px;
}


.main-news-block .main-news-body-block,
.main-projects-block .main-projects-body-block{
    display:flex;
    width: 100%;
}

.main-news-block .main-news-body-block .news-block,
.main-projects-block .main-projects-body-block .projects-block{
width: calc(25% - 20px);
padding: 10px;
 background:#fff; 
}


.main-news-block .main-news-body-block .news-block .news-photo,
.main-projects-block .main-projects-body-block .projects-block .projects-photo{
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
    margin-bottom:10px;
}

.main-news-block .main-news-body-block .news-block .news-photo img,
.main-projects-block .main-projects-body-block .projects-block .projects-photo img{
    width: auto;
    max-width: 300px;
    max-height: 320px;
    position: absolute; 
}

.main-news-body-block .news-block .news-content-block .news-title,
.main-projects-body-block .projects-block .projects-content-block .projects-title{
    font-size:14px;
    color:#666; 
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;  
}
.main-news-body-block .news-block .news-content-block .news-date,
.main-projects-body-block .projects-block .projects-content-block .projects-date{
 font-size: 12px;
 color: #a6a6a6;   
 margin-top: 5px;
}

.main-news-body-block .news-block .news-content-block .news-small-desc,
.main-projects-body-block .projects-block .projects-content-block .projects-small-desc{
    margin-top: 6px;
    font-size: 13px;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-block{
	display:flex;
	justify-content:space-between;
}

.catalog-block .category-filter-block{
	width:300px;
	min-width:300px;
	margin-right:15px;
	margin-top:15px;
}

.catalog-block .category-filter-block .category-menu{
	background:#f9faff;
	border-radius:15px;
	padding:15px;
}

.catalog-block .category-filter-block .category-menu .categories{
	list-style:none;
	margin:10px 0;
	padding:0;
}

.catalog-block .category-filter-block .category-menu .categories li{
	padding:5px 10px;
}

.catalog-block .category-filter-block .category-menu .categories li a{
	font-size:14px;
	font-weight:500;
	color:#000;
	transition:0.2s
}

.catalog-block .category-filter-block .category-menu .categories li a:hover{
	color:#be3448;
}

.catalog-white-block{
	width:1250px;
	background-color:#fff;
	margin:0 auto;
	padding:15px 15px;
	border-radius:15px;
	margin-bottom: 15px;
	margin-top:15px;
	position:relative;
}

.block-head .category-nav-block{
	display:flex;
	align-items:end;
	
}
.block-head .category-nav-block img{
	width:30px
}

.block-head .category-nav-block .category-nav{
	  margin-left:10px;
	  display:flex;
	  align-items:top;
}

 .block-head .category-nav-block .category-nav i{
  font-size:16px;
   color:#8a8a8a;
   margin-right:3px;
}

 .block-head .category-nav-block .category-nav a{
  font-size:15px;
  color:#8a8a8a;
  margin-right:3px;
}

.block-head .category-nav-block .category-nav a.active{
	color:#414042;
}



.catalog-white-block .product-block .product-filter-block{
	width:100%;
	border-bottom:1px solid #ebebeb;
	padding:0 0 10px 0;
	display:flex;
	justify-content:space-between;
	min-height:30px;
	margin-bottom: 5px;
}



/*catalog products order, sorting*/
.products_sort_by{
	position:absolute;
	text-align:left;
	cursor:pointer;
	line-height:20px;
	overflow:hidden;
	right:15px;
	z-index:10;
	height:33px;
	border-radius:5px;
	text-transform:none;
}

.products_sort_by.clicked{
	overflow:visible;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	z-index: 100;
}
.products_sort_by .first{
	background:white;
	height:32px;
	border:1px solid #c9c9c9;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.products_sort_by.clicked .first{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.products_sort_by .first{
	background:#eeeff6;
	height:32px;
	border:none;
	border-radius:5px;
}
.products_sort_by .sort_title{
	float:left;
	margin:6px 0px 0 10px;
}
.products_sort_by .sort_tiangle{
	width:22px;
	float:right;
	font-size:20px;
	margin-left:10px;
}

.products_sort_by .sort_tiangle:after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #414042;
  border-right: 1px solid #414042;
  transform: rotate(135deg);
}

.products_sort_by .middle{
	padding:0px 0px 0px 0px;
	height:29px;
	background:white;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
.products_sort_by .last{
	padding:0px 0px 0px 0px;
	height:29px;
	background:white;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
.products_sort_by .first:hover{
	background:#414042;
}
.products_sort_by .first:hover .sort_title a{
	color:#fff;
}
.products_sort_by .first:hover .sort_tiangle:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.products_sort_by .middle div, .products_sort_by .last div{
	/*float:left;
	margin:6px 5px 5px 10px;
	*/
	
}
.products_sort_by a{
	outline: 0;
}
/*catalog products order, sorting*/

.pagination-block{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.product-block .product-pagination{
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: flex;
    padding-left: 0;
    list-style: none;
}

.product-block .product-pagination li{
	list-style:none;
}

.product-block .product-pagination .page-link.active {
    background-color: #be3448;
    border-color: #be3448;
    color: #fff;
}

.product-pagination .page-link {
	  border-radius: 6px !important;
	  margin: 3px;
	  min-width: 25px;
	  text-align: center;
	  color: #666;
	  display: block;
	  line-height: 35px;
	  font-size: 14px;
	  position: relative;
	  text-decoration: none;
	  background-color: #fff;
	  border: 1px solid #dee2e6;
	  padding:0 8px;
	  transition:0.2s
}

.product-pagination .page-link:hover {
	background-color: #fff;
	border: 1px solid #be3448;
}

.product-container{
	width: 1280px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.product-container .product-left-block{
	width: calc(100% - 315px);
	margin-right:15px;
}

.product-container .product-right-block{
	width:300px;
	min-width:300px;
	position:relative;
	
}

.product-container .product-left-block .product-details-block{
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

.product-container .product-right-block .product-cart-block{
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;	
}

.product-container .product-left-block  .product-info-block{
	width:100%;
	margin-top:10px;
	display:flex;
}

.product-container .product-left-block  .product-info-block .gallery{
	width:50%;
	min-width: 50%;
	margin-right:15px;
}

.product-container .product-left-block .product-info{
	width:100%;
	padding:0 15px;
}

.product-container .product-left-block .product-title{
	font-size:20px;
	margin:0;
    margin-bottom:25px;
}

.product-container .product-left-block .prices_block{
	display:flex;
	align-items:center;
	
}

.product-container .product-left-block .product_price_title{
   color: #414042;
   margin-right: 5px;
   height:21px;
   display:flex;
   font-size:14px;
}

.product-container .product-left-block .product_price_block{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.product-container .product-left-block .product_partner_price_block{
	width:100%;
	display:flex;
	align-items: baseline;
	color:#be3448;
}

.product-container .product-left-block .product_standart_price_block{
	width:100%;
	display:flex;
	align-items: baseline;
}

.product-container .product-left-block .product-price {
  font-size: 20px;
  margin-right: 5px;
  font-weight:600;
  letter-spacing:0.7px;
}

.product-container .product-left-block .product_price {
  font-size: 30px;
  margin-right: 10px;
  font-weight:600;
  letter-spacing:0.7px;
}

.product-container .product-left-block  .product-price-strike{
	font-size:16px;
	text-decoration: line-through;
	color: #be34489c;
}

.product-container .product-left-block  .product_price_strike{
	font-size:20px;
	text-decoration: line-through;
	color: #be34489c;
}

.product-container .product-left-block .product-model-code{
	padding:0;
	margin-top:25px;
	margin-bottom:25px;
}

.product-container .product-left-block .product-model-code li{
	list-style:none;
	font-size:18px;
	padding:4px 0;
	display:flex;
}

.product-container .product-left-block .product-model-code li .title{
  margin-right:5px;
}

.product-container .product-left-block .product-model-code li .value{
	color:#666;
}

.product-container .product-left-block  .top-info {
  position: absolute;
  top: 12px;
  left:12px;
  z-index: 10;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-container .product-left-block .top-info .right-block {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}

.product-container .product-left-block  .top-info .compare {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #e2e4eb;
  margin-right: 8px;
  font-size: 16px;
  color: #393939;
  transition: 0.2s;
  cursor:pointer;
}

.product-container .product-left-block .top-info .not-fav {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #e2e4eb;
  font-size: 16px;
  color: #999;
  transition: 0.2s;
  cursor:pointer;
}

.product-container .product-left-block  .top-info .compare:hover{
	color:#fff;
	background-color: #414042;
}

.product-container .product-left-block  .top-info .active-fav{
	 width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #e2e4eb;
	font-size:16px;
    color: #be3448;
	transition: 0.2s;
}
.product-container .product-left-block  .top-info .active-fav:hover{
	color:#999;
	background-color: #e2e4eb;
}

.product-container .product-left-block .top-info .not-fav:hover{
	color:#fff;
	background-color: #414042;
}

.product-container .product-right-block  .price-title-block{
	padding:5px 0 3px 0;
	border-bottom:1px solid #ebebeb;
	font-size:14px;
}

.product-container .product-right-block .price-block{
	margin-top:10px;
}

.product-container .product-right-block .price-block .price{
	display:flex;
	font-size:26px;
	color:#be3448;
	font-weight: 600;
	align-items: first baseline;
}

.product-container .product-right-block .price-block .price .strike-price{
	margin-left:10px;
	font-size:16px;
	text-decoration: line-through;
	color:#be34489c;
}

.product-container .product-right-block .warehouse-block{
	margin-top:10px;
}

.product-container .product-right-block .warehouse-block .warehouse-title{
	padding:5px 0 3px 0;
	border-bottom:1px solid #ebebeb;
	font-size:14px;
}


.product-container .product-right-block .warehouse-block .warehouse{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:10px;
	background:#f9faff;
	padding:5px;
	border-radius:5px;
}

.product-container .product-right-block .warehouse-block .warehouse-name{
   display:flex;
   align-items:center;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: .25em;
    border-radius:3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}
.product-container .product-right-block .warehouse-block .form-check-label{
	line-height: 27px;
    height: 24px;
	margin-left:5px;
}

.form-check-input:checked {
	background-color:#be3448;
    border-color: #be3448;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


 .qty-block {
	width:60px;
	height:30px;
    padding: 0px 10px;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(153, 153, 153, 0.2);
	
}

 .qty-block .qt {
	width:100%;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.qt::-webkit-outer-spin-button,
.qt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qt {
  -moz-appearance: textfield;
}

.qt-minus{
  font-size: 24px;
  line-height: 25px;
  height: 30px;
  cursor:pointer;
}
.qt-plus{
	font-size:18px;
	cursor:pointer;
}

.product-container .product-right-block .add-to-cart{
	margin-top:10px;
	border-top:1px solid #ebebeb;
	padding:15px 0 0 0;
	display:flex;
	justify-content:center;
}


.product-container .product-right-block .add-to-cart .add-cart-btn{
	background:#be3448;
	color:#fff;
	font-size:16px;
	padding:8px 15px;
	border:none;
	border-radius:5px;
	font-family: BPG;
	cursor:pointer;
	transition:0.2s;
	
}
.product-container .product-right-block .add-to-cart .add-cart-btn:hover{
	background: #414042;
}

.product-container .product-right-block .add-to-cart .add-cart-btn i{
	font-size:24px;
}



.product-container .product-left-block .recomended-white-block{
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

.product-container .product-right-block .product-cart-block.fixed-add-to-cart-form{
	position:fixed;
	width:270px;
	margin-top: 15px;
}

.product-container .product-right-block .product-cart-block.fixed-bottom-add-to-cart-form{
	position: absolute;
	bottom:0;
}


.product-container .product-left-block .description-white-block{
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.product-container .product-left-block #description{
	font-size:14px;
}
/*tabs*/
.ui-widget-content {
  border: none;
  background: #fff;
  color: #555;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-widget-header {
  border: none;
  border-bottom:1px solid #ebebeb;
  background: none;
  color: #222222;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
    margin-bottom: 0px;
  border-bottom: 0;
  padding: 0;
    padding-bottom: 0px;
  white-space: nowrap;
  background: #414042;
  color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  background:none;
  font-weight: normal;
  color: #212121;
  border-radius: 5px 5px 0 0;
}



.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .6em 1.5em;
  text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  background:none;
  font-weight: normal;
  color: #212121;
  border-radius: 5px 5px 0 0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #ffffff80;
  text-decoration: none;
  font-family: BPG;
  font-size: 16px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
  font-family: BPG;
  font-size: 16px;
}

.auth-block .user-menu-btn{
 display: flex;
  align-items: center;
  font-size: 16px;
  background: #ebeef6;
  color: #4c4c4e;
  padding: 10px 15px;
  border-radius: 15px;
  cursor:pointer;
  position:relative;
  transition: 0.2s;
}
.auth-block .user-menu-btn .user_menu_txt{
	margin-top: 4px;
}
.auth-block .user-menu-btn i{
  font-size: 24px;
  margin-right: 5px;
}

.auth-block .user-menu-btn:hover{
	background: #414042;
	color:#fff;
}

.add-cart-btn:disabled {
	background: #ebeef6 !important;
	cursor: default !important;
	color: #4c4c4e !important;
}

.profile-container{
  width: 1250px;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}


.profile-container .content-block{
	width:100%;
	display:flex;
	margin-top:20px;
}

.contragent-form-block{
	width:100%;
}

.order_container{
	width:100%;
}

.guarantee_pg .tabs{
  display: flex;
  align-items: center;
  justify-content:center;
  margin-bottom:20px;
}

.guarantee_pg .tabs #check_title{
  background: #ebeef6;
  font-size: 16px;
  width: 200px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  margin-right: 15px;
  cursor:pointer;
}

.guarantee_pg .tabs #check_title.active{
	  background: #414042;
	  color:#fff;
}

.guarantee_pg .tabs #lefton_title{
  background: #ebeef6;
  font-size: 16px;
  width: 255px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  margin-right: 15px;
  cursor:pointer;
}
.guarantee_pg .tabs #lefton_title.active{
	  background: #414042;
	  color:#fff;
}

.services .content-block {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.services .content-block ul{
	margin:0;

}

.price-modal{
  display: block;
  position: absolute;
  background: #fff;
  width: 550px;
  padding: 20px;
  transform: translate(-50%, 0);
  left: 100%;
  top: 0;
}


.modal  .fixed-add-to-cart-form{
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}

.modal .price-title-block {
  padding: 5px 0 3px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}

.modal .price-block {
  margin-top: 10px;
}
.modal .warehouse-block {
  margin-top: 10px;
}

.modal .price-block .price {
  display: flex;
  font-size: 26px;
  color: #be3448;
  font-weight: 600;
  align-items: first baseline;
}

.modal .price .strike-price {
  margin-left: 10px;
  font-size: 16px;
  text-decoration: line-through;
  color: #be34489c;
}

.modal .warehouse-block .warehouse-title {
  padding: 5px 0 3px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}

.modal .warehouse-block .warehouse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  background: #f9faff;
  padding: 5px;
  border-radius: 5px;
}
.modal .warehouse-block .warehouse-name {
  display: flex;
  align-items: center;
}

.modal .warehouse-block .form-check-label {
  line-height: 27px;
  height: 24px;
  margin-left: 5px;
}

.modal .add-to-cart {
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
  padding: 15px 0 0 0;
  display: flex;
  justify-content: center;
}

.modal .add-to-cart .add-cart-btn {
  background: #be3448;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  font-family: BPG;
  cursor: pointer;
  transition: 0.2s;
}

.modal .add-to-cart .add-cart-btn i {
  font-size: 24px;
}

.category-ban-white-block{
  width: 1265px;
  background-color: #fff;
  margin: 0 auto;
  padding: 7.5px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.category-ban-block{
	display:flex;
	flex-wrap: wrap;
}
.category-ban-block .category-ban{
   width: calc(33.33333% - 15px);
   padding: 7.5px 7.5px;
   overflow: hidden;
   position:relative;
}

.category-ban-block .category-ban img{
	width:100%; 
	transition: transform .3s ease;
}


.category-ban-block .category-ban:hover img{
  /*transform: scale(1.02);*/
  opacity:0.7
}

.category-ban-block .category-ban h1{
  color:#000;
  position: absolute;
  font-size: 19px;
  width: 105px;
  left: 24px;
  top: 26px;
  line-height: 24px;
  font-weight: 400;
}

.lang-block .drop{
    display:none;
	position:absolute;
	margin:0;
	padding:0;
	z-index:100;
	background: #ebeef6;
    border-radius:10px;
	margin-top:5px;
}
.lang-block .drop.open{
	display:block;
}

.lang-block .drop li{
  list-style:none;
}
.lang-block .drop li a{
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 10px;
  transition: 0.2s;
}

.lang-block .drop li:first-child:hover{
   background:#414042;
   border-radius:10px 10px 0 0;
}

.lang-block .drop li:last-child:hover{
   background:#414042;
   border-radius:0 0 10px 10px;
}

.lang-block .drop li a:hover{
   color:#fff;
}


.lang-block .drop .flag{
	  width: 20px;
	  height: 20px;
	  margin-right: 8px;
	  border-radius: 50%;
}


.admin-functions-block {
  width:300px;
  height: 320px;
  position: fixed;
  z-index: 1000;
  top: 40%;
  right: -250px;
  background-color: none;
  transition: 0.5s;
}


.admin-functions-block .admin-sidenav{
  border-radius:15px 0 0 15px;
  background-color: #fff;
  padding:20px;
  box-shadow: 5px 3px 5px 1px rgba(0,0,0,0.59);
 -webkit-box-shadow: 5px 3px 5px 1px rgba(0,0,0,0.59);
 -moz-box-shadow: 5px 3px 5px 1px rgba(0,0,0,0.59);
}


.filter-block{
  margin-top:15px;
  background: #f9faff;
  border-radius: 15px;
  padding: 15px;
}

.filter-block .filter-group {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 10px 0;
}

.filter-block .filter-group .group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
	font-size:15px
}

.filter-block .filter-group .group-body {
    padding: 5px 0 20px;
	transition:0.2s;
}

.filter-block .filter-group .group-body.hide {
	display:none;
}

.price-card {
    padding-top: 10px;
}

.price-card .slider {
    height: 2px;
    position: relative;
    background: #dcdde4;
    border-radius: 2px;
}

#slider-range .ui-state-default, #slider-range .ui-widget-content .ui-state-default, #slider-range .ui-widget-header .ui-state-default {
  background:#be3448;
  border-radius: 50%;
  cursor: pointer;
}
#slider-range .ui-widget-content {
  border: none;
  background: #e2e4eb;
  color: #555;
}
#slider-range .ui-slider-horizontal {
  height: 6px;
}

#slider-range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #be3448;
}


.price-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-top:20px;
}

.price-input .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 20px;
	border: 1px solid #e2e4eb;
}

.field .sympol{
  margin-right:5px;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    text-align: left;
    -moz-appearance: textfield;
    border: 0;
    border-radius: 0;
    color: #000;
    padding: 0;
    font-size:15px;
}

.price-input .separator {
    width: 10px;
    height: 1px;
    background-color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
    position: relative;
    top: 20px;
}

.filter-group .scroll-cont {
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
}

.filter-group .check-group .form-check{
  display: flex;
  align-items: center;
}

.filter-group .check-group .form-check .form-check-input{
	margin-right:8px;
}

.filter-group .check-group .form-check-label{
  font-size:13px;
}

.radio_btn {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.radio_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #e2e4eb;
  border-radius: 50%;
}


.radio_btn:hover input ~ .radio_checkmark {
  background-color: #e2e4eb;
}


.radio_btn input:checked ~ .radio_checkmark {
  background-color: #be3448;
  border:none;
}


.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.radio_btn input:checked ~ .radio_checkmark:after {
  display: block;
}

.radio_btn .radio_checkmark:after {
 	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

.filter-btn-group{
	height:40px;
	margin-top:15px;
}

.filter-btn-block{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.filter-btn-block .filter-btn{
	background: rgb(213, 129, 141);
	color:#fff;
	border:none;
	width:210px;
	height:40px;
	font-size:15px;
	border-radius:10px;

	transition: 0.2s;
	
}


.filter-btn-block .clear-btn{
	background:#414042;
	color:#fff;
	font-size:22px;
	border:none;
	border-radius:10px;
	width:40px;
	height:40px;
	cursor:pointer;
	transition: 0.2s;
}

.filter-btn-block .clear-btn:hover{
	background:#201f22;
}

.fixed-filter-btn-block{
  position: fixed;
  bottom: 0px;
  background: #f9faff;
  width: 270px;
  height: 30px;
  margin-left: -15px;
  padding: 15px;
}

.slider-container {
	width: 100%;
	
}
.slider-label {
	margin: 10px 0;
}

.range-min{
	width: 40%;
	height: 45px;
	outline: none;
	text-align: left;
	-moz-appearance: textfield;
	border: 0;
	border-radius: 0;
	color: #000;
	padding: 0;
	font-size: 15px;
	border: 1px solid #e2e4eb;
	border-radius: 5px;
	padding-left: 10px;
	
}

.range-max{
	width: 40%;
	height: 45px;
	outline: none;
	text-align: left;
	-moz-appearance: textfield;
	border: 0;
	border-radius: 0;
	color: #000;
	padding: 0;
	font-size: 15px;
	border: 1px solid #e2e4eb;
	border-radius: 5px;
	padding-left: 10px;
	
}

.range-label{
	font-size: 13px;
}

.space-between{
	display: flex;
	justify-content: space-between;
	align-items: center; /* This centers items vertically */
}


.clickable{
	cursor: pointer;
}

.filter-btn.active {
    background-color: #be3448;
    cursor: pointer;
}

.filter-btn.hover {
    background-color: #9f192d;
}

.filter-btn.disabled {
    background-color: #e0e0e0; /* or any other color for the disabled state */
    cursor: not-allowed;
}

/* Style for disabled checkbox */
.disabled-checkbox:disabled {
    cursor: not-allowed; /* Show a not-allowed cursor */
    opacity: 0.6; /* Make it look disabled */
	
}

/* Optional: Style for the label to match the disabled state */
.disabled-checkbox:disabled + .form-check-label {
    color: #888; /* Make label text gray */
    cursor: not-allowed; /* Show a not-allowed cursor */
	text-decoration: line-through;
}


/* Style for disabled radio buttons */
.disabled-radio:disabled {
    cursor: not-allowed; /* Not allowed cursor */
}

/* Apply opacity to the entire label when the radio button is disabled */
.disabled-radio:disabled + .radio_checkmark,
.radio_btn.disabled {
    opacity: 0.6; /* Change this value as needed */
	text-decoration: line-through;
}

.slider_range_disable{
	cursor: not-allowed;
}

.loading {
    cursor: wait !important;
	opacity: 0.9;
}

#filter_form.loading * {
    cursor: wait; /* Ensure all children inherit the loading cursor */
	pointer-events: none !important;
	opacity: 0.9;
}


.unpopular-product{
	/* background-color: #414042; */
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px 2px 10px;
	font-size: 13px;
}

.bottom-info{
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: -15px;
}

.tech-progress-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f7f9fc;
    padding: 2rem;
    box-sizing: border-box;
}

.tech-progress-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    animation: fadeInUp 0.6s ease-out;
}

.tech-progress-logo img {
    width: 100px;
    margin-bottom: 1.5rem;
}

.tech-progress-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2b2d42;
    margin-bottom: 1rem;
}

.tech-progress-message {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.tech-progress-loader {
    width: 40px;
    height: 40px;
    border: 4px solid #d3d3d3;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

