/* LOGIN FORMA */
.yelow_info{
	background-color: #FF3;
	border: 2px solid #D9D900;
}
.red_info{
	background-color: #FFBFBF;
	border: 2px solid #FF8484;
}
#login_forma{
	font-family:Arial, Helvetica, sans-serif;
}
#login_forma .polepidpus{
font-size: 13px;
font-weight: 700;
}
#login_forma h2{
	color:#222;
}
#login_forma .bold{
	font-weight:bold;
}
#login_forma .psevdolinks{
	color: #6A82A9;
text-decoration: none;
cursor: pointer;
font-size:12px;
}
#login_forma #chujuj_komputer_label{
	font-size:13px;
	padding-left:10px;
	opacity:0.9;
	color:#333;
}
#login_forma .knopka_act_formu{
	background: linear-gradient(to bottom, #FFF, #EFEFEF) repeat scroll 0% 0% transparent;
	box-sizing: border-box;
	display: inline-block;
	height: 25px;
	position: relative;
	margin: 0px;
	padding: 0px 8px;
	border-width: 1px;
	border-style: solid;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-color: #DDD #D5D5D5 #CDCDCD;
	border-radius: 3px;
	box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.4) inset;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
	outline: 0px none;
	-moz-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
}
#login_forma .n_buttons{
	text-align:center;
}
#login_forma .n_buttons span{
	margin:30px 6px 0px 6px;
}
	
#login_forma input[type=text], #login_forma input[type=password], #login_forma input[type=email]{
	border: 1px solid #D1D1D1;
	height: 23px;
line-height: 23px;
padding: 0px 5px;
width: 166px !important;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1) inset;
outline: medium none;
}
#login_forma, .lifted{
	height:320px;
}
#login_forma{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width:400px;
	z-index:200;
	display:none;
}
.lifted {
        position:relative;
        width:100%;
        padding:1em;
        margin:2em 10px 4em;
        background:#fff;
        border-radius:4px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-border-radius:4px;
 
}
 
.lifted:before,
.lifted:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
 
.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
#pidkladka{
	display:none;
	top:0px;
	left:0px;
	width:3000px;
	height:3000px;
	position:fixed;
	cursor:pointer;
	z-index:100;
	overflow:hidden;
	background-color:rgba(255,255,255,0.8);
}
#login_close{
	text-align:right;
	cursor:pointer;
}
#login_forma h2{
	text-align:center;
	margin-top:5px;
}
.login_table td{
	padding-left:15px;
	padding-top:8px;
}
#login_forma .wind_opus{
	margin-top:20px;
	font-size:12px;
	padding:3px 10px;
}

#login_forma .verh_info{
	border: 1px solid #B4DFE6;
	background-color: #E4F5FA;
font-size: 11px;
font-weight: 700;
line-height: 15px;
padding: 8px 8px 6px;
margin: 0px 0px 10px;
}
#yelow_info{
	background-color: #FF3;
	border: 2px solid #D9D900;
	padding:3px 10px;
	margin-top:10px;
}
/* END LOGIN FORMA */

/*СПИСОК ТОВАРІВ ІМ*/
/* BUTTONS TO TOGGLE LAYOUT */

.layout-buttons {
	float: right;
	font-size: 30px;
	line-height: 34px;
	color: #ccc;
}

.layout-buttons span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}

.layout-buttons .active {
	color: #943cbc;
	pointer-events: none;
}

.layout-buttons .icon-table {
	font-size: 35px;
}


/* PRODUCTS */

.products {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
}

.product-wrapper {
	display: block;
	width: 100%;
	float: left;
	transition: width .2s;
}

.product {
	display: block;
	border: 1px solid #b5e9a7;
	border-radius: 3px;
	position: relative;
	background: #fff;
	margin: 0 20px 20px 0;
	text-decoration: none;
	color: #474747;
	z-index: 0;
}

.product:hover {
	z-index: 1;
}


/* PRODUCT IMAGE */

.product-photo {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.product-photo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: transform .4s ease-out;
}

.product:hover .product-photo img {
	transform: scale(1.05);
}

.product-preview {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	margin: auto;
	display: inline-block;
	transition: opacity, transform .2s ease-out;
	transform: translateY(2em);
	opacity: 0;
}

.product:hover .product-preview {
	transform: translateY(0);
	opacity: 1;
}


/* NAME AND DESCRIPTION */

.product-text {
	padding: 20px;
}

.product h2 {
	font-size: 1.4em;
	color: #277e16;
	margin: 0 0 .7em;
}

.product p {
	position: relative;
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	height: 5.6em;
	overflow: hidden;
}

.product p:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.2em;
	height: 1.6em;
	background: linear-gradient(to left top, #fff, rgba(255, 255, 255, 0));
}


/* FAVOURITE AND COMPARISON */

.product-icons {
	line-height: 35px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.product-icons .icon {
	display: inline-block;
	background: #f5f5f5;
	width: 35px;
	height: 35px;
	font-size: 1.2em;
	text-align: center;
	border-radius: 50%;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
}

.product-icon-text {
	display: none;
	margin-left: 5px;
}

.product-icons-item {
	margin-bottom: 10px;
	white-space: nowrap;
}


/* PRODUCT DETAILS */

.product-details-wrap {
	padding: 0 20px 20px;
}

.product-availability {
	color: #277e16;
	font-size: .9em;
	margin-bottom: 1.5em;
}

.product-availability span {
	margin-right: .3em;
}

.product-availability.available-no {
	color: #ff3535;
}

.product-price {
	font-size: 1.3em;
}

.product-price-old {
	font-size: 1em;
	text-decoration: line-through;
	margin-right: .5em;
	color: #ff3535;
}

.product-price-old b,
.product-price-old small {
	color: #888;
}


/* BUTTONS */

.product-buttons-wrap {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transform: scaleY(.8);
	transform-origin: top;
	transition: transform .2s ease-out;
	z-index: -1;
	backface-visibility: hidden;
}

.product-buttons-wrap:before {
	content: "";
	float: left;
	height: 100%;
	width: 100%;
}

.product-buttons-wrap div {
	position: relative;
	top: -1px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	border: 1px solid #56bd4b;
	border-radius: 3px;
}

.button {
	display: inline-block;
	width: 100%;
	background: #943cbc;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-align: center;
	border: 0;
	padding: 10px 0;
	border-radius: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
	cursor: pointer;
}

.button:hover {
	opacity: .9;
}

.product:hover .product-buttons-wrap {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.to-cart {
	background: #56bd4b;
	margin-bottom: 1em;
}

.to-cart span {
	font-size: 1.1em;
	margin-right: .4em;
}


/* TABLE LAYOUT */

.table-layout .product-wrapper {
	width: 100%;
}

.table-layout .product {
	overflow: hidden;
	background: #f5f5f5;
}

.table-layout .product-main {
	width: 50%;
	float: left;
	background: #fff;
}

.table-layout .product-photo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
}

.table-layout .product p {
	height: auto;
	margin-bottom: 20px;
}

.table-layout .product p:after {
	display: none;
}

.table-layout .product-icons {
	position: static;
}

.table-layout .product-icon-text {
	display: inline;
}

.table-layout .product-icons .icon {
	box-shadow: none;
}

.table-layout .product-details-wrap {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}

.table-layout .product-price {
	display: block;
	margin-bottom: .3em;
}

.table-layout .product-buttons-wrap {
	position: static;
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.table-layout .buttons {
	border: 0;
	padding: 20px 0 0;
	box-shadow: none;
	background: transparent;
}

@media only screen and (min-width: 450px) {
	.product-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.product-wrapper {
		width: 33.333%;
	}
	.table-layout .product-main {
		width: 70%;
	}
	.table-layout .product-details-wrap {
		width: 30%;
	}
	.table-layout .product-photo {
		width: 30%;
		padding-bottom: 30%;
		margin: 20px;
		border-radius: 3px;
	}
}

@media only screen and (min-width: 1000px) {
	.product-wrapper {
		width: 25%;
	}
	.table-layout .product-main {
		width: 80%;
	}
	.table-layout .product-details-wrap {
		width: 20%;
	}
}
/*END СПИСОК ТОВАРІВ ІМ*/
.im_kat_link{
	color:#424242;
}




.cube_color{
width: 15px;
height: 15px;
 background: red; 
 -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
   border-radius: 7px; 
   display:inline-block;
}
td.td_t_b_padd{
	padding:15px 10px !important;
}
a.link, a.link:visited {
	color:#1687F8 !important;
}
.link:hover{
	border-bottom: 1px dotted #1c7db3;
	color:#000;
}
.ml_20{
	margin-left:20px;
}
.decor_inputs{
	border:solid 1px #C1BFBF !important;
	padding:2px;
	border-radius:2px;
	box-sizing:border-box;
}
.mb{
	margin-bottom:10px;
}
.w_49{
	width:40%;
}
.inline_block{
	display:inline-block;
}

/*ГАЛЕРЕЯ*/
#gallery_alb_container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:stretch;
}
#gallery_alb_container a div img{
	max-width:100%;
	
}
#gallery_alb_container a div{
	display:inline-block;
	text-align:center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background-color:hsla(224,100%,95%,1.00);
	padding:0 0 10px 0;
	margin:10px 10px 20px 10px;
}
#gallery_alb_container a{
	color:#222;
}


#album_flex{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	align-content:stretch;
}
#album_flex a{
	margin:9px;
}
#album_flex a img{
	border-radius:2px;
}
#album_flex a img:hover{
	transition: all 0.5s ease-out;
	transform: scale(1.1, 1.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius:5px;
}
/*END ГАЛЕРЕЯ*/
#im_delivery_addresses{
	/*margin-top:18px;
	height: 25px;
	background-color: #1e88e5;
	border-top:none;
	border-bottom:1px solid #e4e7ea;
	border-left: none;
	border-right: none;*/
}

.nowrap{white-space: nowrap;}

.select-css { 
display: block; 
font-family: sans-serif; 
font-weight: 700; 
color: #444; 
line-height: 1.3; 
padding: .6em 1.4em .5em .8em; width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: 3px;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 
 .select-css::-ms-expand { display: none; } 
 .select-css:hover { border-color: #888; outline: none;} 
 .select-css:focus { border-color: #aaa; 
color: #222;
 outline: none; 
} 
 .select-css option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}
.catalog_head{
	background-color:#004798; /*#1e88e5;*/
	color:white;
}
.catalog_head *{
	color:white;
}
.li_hover_bg:hover{
	background-color: #66b1f2 !important;
	cursor: pointer;
}
.opacity_0{
	opacity: 0;
}
.active_folder{
	background-color: #66b1f2 !important;
	color:white;
}
.logoUserForm{
	background-color: #1e88e5;
	border-radius: 3px;
	padding:15px 0px;
	filter: grayscale(100%);
	margin-bottom: 20px;
}
.active_menu{
	background-color: #004798;
}
.active_menu *{
	color:white;
}

.animation_delivery_adress{
	animation: mymove 0.5s infinite;
}
@keyframes mymove {
  from {background-color: #1e88e5;}
  to {background-color: #74B2E8;}
}


#searchKatalog{
	float: right;
	margin-right: 0px;
	border-top:none;
	border-right: none;
	border-bottom:1px solid #afd2f4;
	border-left:none;
	background-color: inherit;
	padding-left:3px;
	width:156px;
	
}
@media (max-width: 1200px){
	#searchKatalog{
		width:100px;
	}
}

.empty_result{
	padding:10px 20px;
	background-color: antiquewhite;
}
.empty_result i{
	color:coral;
}
.closeekkoLightbox{
	padding:8px 15px;
	background-color: #e4e7ea;
	border-radius: 5px;
	cursor: pointer;
}	

.action_hit{
	border-radius: 3px;
	padding:3px 8px;
	margin-right: 10px;
	color:white;
}
.action_button{
	background-color: #66b1f2;
}
.hit_button{
	background-color:#ffbf90;
}
.select_control{
	background-image: url(../images/select_control.png) !important;
	background-position: center right;
	background-repeat: no-repeat;
}	


/*Модифікація сайту під моб версію*/
.show768_inline, .show768_block{
	display: none;
}
.order_width_column{
	width: 120px;
}
@media (max-width: 768px){
	.hide768{
		display: none;
	}
	.show768_inline{
		display: inline;
	}
	.show768_block{
		display: block;
	}
	.order_width_column{
	width: auto;
	}	
}

@media (max-width: 550px){
	#TT_adress{
		max-width: 250px !important;
	}
}
@media (max-width: 450px){
	#TT_adress{
		max-width: 200px !important;
	}
}
@media (max-width: 380px){
	#TT_adress{
		max-width: 160px !important;
	}
}

@media (max-width: 320px){
	#TT_adress{
		max-width: 110px !important;
	}
}

/*


@media (max-width: 450px){
	.width_small_screen{
		width: 60%;
		display: inline-block;
		overflow: hidden;		
	}
	#TT_adress{
		width: 60%;
		text-overflow: clip !important;
	}
}
@media (max-width: 320px){
	.width_small_screen{
		width: 100px;
		display: inline-block;
		overflow: hidden;	
	}
	#TT_adress{
		text-overflow: clip !important;
	}
}


*/
.folderName{
	height: 20px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}