/* 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 ГАЛЕРЕЯ*/