.modal.fixed {
	position: absolute;
	/*width: 100%;*/
}
.modal.fixed.tile{
	width: 100%;
}
.modal.fixed.qck {
	width: 270px;
	bottom: -50px;
	left: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.modal.fixed {
		position: fixed;
		top: 0; 
		left: 0;
		transform: translate(calc(50vw - 50%), calc(50vh - 50%));
		width: 90%;
	}
	.modal.fixed.qck {
		bottom: unset;
		left: 0px;
		width: 90%;
	}
    .modal.fixed.tile{
    	width: 90%;
    }
}
#PB_catalog {
	margin-top: 50px;
	padding-bottom: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_catalog {
		margin-left: -20px;
	}
}
#PB_catalog #node {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 45px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_catalog #node {
		width: calc(100% + 20px);
		display: block;
		margin-right: 0px;
		padding-bottom: 0px;
		background-position: 0px -10px;
	}
}
#PB_catalog #node .panel {
	display: block;
	max-height: 130px; /* add MG 05.10 */
	overflow-y: auto; /* add MG 05.10 */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_catalog #node .panel {
		display: none;
		height: unset;
		padding-bottom: 30px;
		max-height: unset; /* add MG 05.10 */
		overflow-y: unset; /* add MG 05.10 */
	}
}
#PB_catalog #node I {
	display: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_catalog #node I {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
}
#PB_catalog #node P {
	display: block;
	margin: 0px;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 55px;
	padding-bottom: 35px;
	margin-left: 35%;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_catalog #node P {
		padding-top: 45px;
		padding-bottom: 35px;
		margin-left: 35%;
	}	
}
#PB_catalog #node P B {
	display: block;
	font-size: 22px;
	font-weight: 800;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_catalog #node P B {
		display: inline-block;
		font-size: 18px;
		padding-right: 22px;
		background-image: url('pb_catalog_m_eu.png');
		background-position: right 3px;
		background-repeat: no-repeat;
	}	
}
#PB_catalog #node A {
	display: block;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url('green_dot_4x4.png');
	background-position: 0px 9px;
	background-repeat: no-repeat;
	margin-left: 20%;
}
/*************************************************/
#PB_goodlist {
	margin-top: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist {
		margin-left: -20px;
		margin-right: -30px;
	}
}
#PB_goodlist #node {
	position: relative;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 40px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1030px) {
	#PB_goodlist #node {
		width: 23.5%;
	}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node {
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding-bottom: 35px;
	}
}
#PB_goodlist #node I.sale {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 115px;
	height: 35px;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #ffb199;
}
#PB_goodlist #node I.hit {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 115px;
	height: 35px;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #ffff99;
}
#PB_goodlist #node I.new {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 115px;
	height: 35px;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #d3ff99;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node I.sale, #PB_goodlist #node I.hit, #PB_goodlist #node I.new {
		line-height: 30px;
		width: 110px;
		height: 30px;
	}
}
#PB_goodlist #node A.name {
	display: block;
	text-decoration: none;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 27px;
	padding-right: 27px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node A.name {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
	}
}
#PB_goodlist #node I.articul {
	display: block;
	font-style: normal;
	padding-left: 27px;
	padding-right: 27px;
	font-size: 12px;
	color: #666666;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node I.articul {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#PB_goodlist #node A.img {
	display: block;
	text-decoration: none;
	width: 100%;
	min-height: 150px;
	text-align: center;
	background-image: url('no_img_200x150.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	#PB_goodlist #node A.img {
		width: 90%;
		min-height: 120px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node A.img {
		width: 90%;
		min-height: 120px;
		margin: 0 auto;
	}
}
#PB_goodlist #node A.img IMG {
	border: solid 0px;
	width: 200px;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	#PB_goodlist #node A.img IMG {
		width: 100%;
	}	
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node A.img IMG {
		width: 100%;
	}
}
#PB_goodlist #node .price_place {
	display: block;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 30px;
	margin-bottom: 20px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node .price_place {
		margin-left: 10px;
		margin-right: 5px;
	}
}
#PB_goodlist #node .price_place SPAN.price {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #cc0000;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node .price_place SPAN.price {
		font-size: 20px;
	}	
}
#PB_goodlist #node .price_place SPAN.price B {
	font-weight: 800;
	margin-right: 3px;
}
#PB_goodlist #node .price_place SPAN.oldprice {
	display: block;
	position: absolute;
	top: -20px;
	left: 0px;
	color: #ccc;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('old_price_line.png');
	background-position: center center;
	background-repeat: repeat-x;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node .price_place SPAN.oldprice {
		font-size: 20px;
	}
}
#PB_goodlist #node .price_place I.share {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background-image: url('good_node_i_share.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
@media screen and (max-width: 980px) and (orientation: landscape) {
	#PB_goodlist #node .price_place I.share {
		float: unset;
		position: absolute;
		top: -35px;
		right: 2px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node .price_place I.share {
		float: unset;
		position: absolute;
		top: -35px;
		right: 2px;
		margin-left: 0px;
	}
}
#PB_goodlist #node .price_place I.fav {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background-image: url('good_node_i_fav.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
#PB_goodlist #node .price_place I.fav.active {
	background-image: url('good_node_i_fav_active.png');
}
#PB_goodlist #node SPAN.incart {
	display: block;
	padding-left: 75px;
	width: 105px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	background-image: url('good_node_incart.png');
	background-position: 35px center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s;
}
#PB_goodlist #node SPAN.incart:hover {
	background-color: #333;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node SPAN.incart {
		width: 90px;
		padding-left: 60px;
		background-position: 20px center;
	}
}
#PB_goodlist #node A.xcart {
	text-decoration: none;
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	color: #000;
	text-transform: uppercase;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node A.xcart {
		width: 150px;
	}
}
#PB_goodlist #node SPAN.qorder {
	display: block;
	color: #558002;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
}
#PB_goodlist #node SPAN.qorder I {
	font-style: normal;
	border-bottom: dashed 1px;
}
#PB_goodlist #node SPAN.qorder I:hover {
	border-bottom: dashed 0px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_goodlist #node SPAN.qorder I {
		font-size: 14px;
	}
}
#PB_goodlist #node .qorder_intro, #GC #RC .qorder_intro {
	padding: 20px;
}
#PB_goodlist #node .qorder_intro I.name, #GC #RC .qorder_intro I.name {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
#PB_goodlist #node .qorder_intro I.articul, #GC #RC .qorder_intro I.articul {
	padding-left: 0px;
	margin-top: 10px;
	color: #666666;
	font-size: 12px;
	font-style: normal;
}
#PB_goodlist #node .qorder_intro I.price, #GC #RC .qorder_intro I.price {
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c00;
	font-size: 16px;
	font-style: normal;
}
#PB_goodlist #node .qorder_intro P, #GC #RC .qorder_intro P {
	padding: 0px;
}
#PB_goodlist #node .qorder_intro P I, #GC #RC .qorder_intro P I {
	display: block;
	color: #666666;
	font-size: 12px;
	font-style: normal;
}
#PB_goodlist #node .qorder_intro FORM, #GC #RC .qorder_intro FORM {
	display: block;
	margin: 0px;
	padding: 5px 0px 15px 0px;
}
#PB_goodlist #node .qorder_intro FORM INPUT, #GC #RC .qorder_intro FORM INPUT {
	display: block;
	border: solid 0px;
	background-color: #fafafa;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
#PB_goodlist #node .qorder_intro FORM INPUT.err, #GC #RC .qorder_intro FORM INPUT.err {
	background-color: #fde3e3;
}
#PB_goodlist #node .qorder_intro FORM INPUT:focus, #GC #RC .qorder_intro FORM INPUT:focus {
	background-color: #fafafa;
}
#PB_goodlist #node .qorder_intro FORM INPUT.butt, #GC #RC .qorder_intro FORM INPUT.butt {
	margin-top: 20px;
	background-color: #558002;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
	transition: 0.3s;
}
#PB_goodlist #node .qorder_intro FORM INPUT.butt:hover, #GC #RC .qorder_intro FORM INPUT.butt:hover {
	background-color: #5e8f00;
}
#PB_goodlist #node .qorder_intro FORM INPUT[name="cust_copyphone"], #GC #RC .qorder_intro FORM  INPUT[name="cust_copyphone"] {
    display: block;
    width: 2px;
    height: 2px;
    margin: 0px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}
#PB_goodlist #node .qorder_intro FORM.hidden, #GC #RC .qorder_intro FORM.hidden {
	display: none;
}
#PB_goodlist #node .qorder_intro P.send_quick_err, #GC #RC .qorder_intro P.send_quick_err {
	color: #c00;
	font-size: 14px;
}
#PB_goodlist #node .qorder_intro P.send_quick_ok, #GC #RC .qorder_intro P.send_quick_ok {
	color: #690;
	font-size: 14px;
}
#PB_goodlist #node .qorder_intro P.send_quick_ok SPAN.ok_butt, #GC #RC .qorder_intro P.send_quick_ok SPAN.ok_butt {
	display: block;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #690;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 20px;
}
#PB_goodlist .show_more {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #558002;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}
#PB_goodlist .show_more I {
	font-style: normal;
	border-bottom: dashed 1px;
	cursor: pointer;
}
#PB_goodlist .show_more I:hover {
	border-bottom: dashed 0px;
}
/***********************************************/
#PB_four {
	margin-top: 40px;
	margin-bottom: 60px;
	background-color: #ecf5dc;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_four {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 20px;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
}
#PB_four #node {
	float:left;
	width: 25%;
	min-height: 130px;
	background-position: 0px bottom;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 40px;
	margin-right: -60px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_four #node {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 25px;
		margin-right: unset;
		float:unset;
		min-height: unset;
		width: calc(100% - 20px);
	}
}
#PB_four #node SPAN {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#PB_four #node I {
	display: block;
	font-style: normal;
	font-size: 13px;
	padding-left: 60px;
	padding-right: 20px;
}
/**********************************************/
#PB_select {
	margin-top: 50px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_select {
		margin-left: -20px;
		margin-right: -20px;
	}
}
#PB_select #node {
	float: left;
	width: 49%;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1030px) {
	#PB_select #node {
		width: 47%;
	}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_select #node {
		float: left;
		width: 100%;
		background-position: right -30px top;
	}	
}
#PB_select #node H3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 800;
	margin-left: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_select #node H3 {
		font-size: 18px;
		width: 60%;
		margin-top: 35px;
	}
}
#PB_select #node P {
	margin-left: 40px;
	width: 55%;
}
#PB_select #node .elements {
	margin-left: 40px;
	margin-top: 20px;
}
#PB_select #node .elements SPAN {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #666666;
	margin-right: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_select #node .elements SPAN {
		margin-bottom: 20px;
	}
}
#PB_select #node .elements SPAN I {
	display: block;
	font-style: normal;
	font-size: 20px;
	color: #c00;
}
#PB_select #node .elements SPAN I B {
	font-weight: 800;
	margin-right: 2px;
}
#PB_select #node .elements A {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background-color: #000;
	transition: 0.3s;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	height: 50%;
	line-height: 50px;
	padding-left: 27px;
	padding-right: 27px;
	margin-bottom: 50px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_select #node .elements A {
		margin-bottom: 40px;
		margin-right: 20px;
	}
}
#PB_select #node .elements A:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff;
}
/***********************************************/
#PB_warranty {
	background-color: #f4f2d8;
	margin-top: 45px;
	margin-bottom: 50px;
	padding-bottom: 5px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_warranty {
		margin-left: -20px;
		margin-right: -20px;
		padding-bottom: 35px;
	}
}
#PB_warranty #node {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	min-height: 100px;
	padding-top: 30px;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 14px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_warranty #node {
		display: block;
		width: 100%;
		padding-top: 0px;
		background-position: left -10px top 30px;
		margin-top: -15px;
	}	
}
#PB_warranty #node P {
	padding-left: 240px;
}
#PB_warranty #node P.cal {
	margin-left:-90px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#PB_warranty #node P {
		padding-left: 30px;
		padding-top: 100px;
	}	
	#PB_warranty #node P.cal {
		margin-left: 100px;
		padding-top: 50px;
		padding-right: 30px;
	}
}
/****************************************************/
#GC {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
#GC #LC {
	float: left;
	width: 670px;
	position: relative;
	padding-bottom: 50px;
	padding-top: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC {
		margin-left: -20px;
		margin-right: -20px;
	}
	#GC #LC {
		float: unset;
		width: 100%;
		padding-bottom: 20px;
	}
}
#GC #LC .name {
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 140px;
	float: left;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #LC .name {
		margin-left: 20px;
		margin-top: 20px;
		margin-right: 75px;
	}
}
#GC #LC .name H1 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-right: 25px;
	margin-top: 5px;
}
#GC #LC .name I.new {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 115px;
	height: 35px;
	background-color: #d3ff99;
	margin-top: 20px;
	margin-bottom: 15px;
}
#GC #LC .name I.hit {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 115px;
	height: 35px;
	background-color: #ffff99;
	margin-top: 20px;
	margin-bottom: 15px;
}
#GC #LC .name I.sale {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 115px;
	height: 35px;
	background-color: #ffb199;
	margin-top: 20px;
	margin-bottom: 15px;
}
#GC #LC .icons {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 90px;
}
#GC #LC .icons I.fav {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background-image: url('good_node_i_fav_40.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
#GC #LC .icons I.fav.active {
	background-image: url('good_node_i_fav_active_40.png');
}
#GC #LC .icons I.share {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background-image: url('good_node_i_share_40.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
#GC #LC .articul {
	clear: both;
	margin-left: 40px;
	color: #666666;
	font-size: 12px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #LC .icons {
		top: 40px;
		right: 15px;
		width: 90px;
	}
	#GC #LC .icons I.fav {
		width: 30px;
		height: 30px;
		background-size: 35px;
	}
	#GC #LC .icons I.fav.active {
		background-size: 35px;
	}
	#GC #LC .icons I.share {
		width: 30px;
		height: 30px;
		background-size: 35px;
	}
	#GC #LC .articul {
		margin-left: 20px;
	}
}
#GC #LC A.img_place {
	text-decoration: none;
	background-image: url('no_img_200x150.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: default;
	display: block;
	min-height: 300px;
	overflow: hidden;
}
#GC #LC A.img_place IMG {
	border: none;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: 80%;
	margin-top: -10px;
	margin-bottom: -10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #LC A.img_place IMG {
		width: 90%;
	}
	#GC #LC A.img_place {
		min-height: 250px;
	}
}
#GC #LC .dimg {
	margin-bottom: -10px;
	margin-left: 40px;
}
#GC #LC A.dimg_place {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	cursor: default;
	border: solid 1px #e9e9e9;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 110px;
}
#GC #LC A.dimg_place IMG {
	width: 100%;
	border: none;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #LC .dimg {
		margin-left: 20px;
	}
	#GC #LC A.dimg_place {
		margin-right: 5px;
		width: calc(25% - 10px);
	}
}
#GC #LC .desc {
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 30px;
}
#GC #LC .tth {
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 30px;
	border-top: solid 1px #e9e9e9;
}
#GC #LC .tth P {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #e9e9e9;
}
#GC #LC .tth P B {
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	padding-right: 3%;
	padding-top: 5px;
	padding-bottom: 6px;
}
#GC #LC .tth P I {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 0%;
	padding-top: 5px;
	padding-bottom: 6px;
}
.mhide_btn {
	display: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.mhide_btn {
		display: inline-block;
		color: #558002;
		font-style: normal;
		border-bottom: dashed 1px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.mhide {
	display: -webkit-box;
	   overflow: hidden;
	   display: -webkit-box;
	   -webkit-line-clamp: 3; /* number of lines to show */
	           line-clamp: 3; 
	   -webkit-box-orient: vertical;
	}
	.mhide.mhvis {
	   overflow: unset;
	   display: block;
	   -webkit-line-clamp: unset; /* number of lines to show */
	           line-clamp: unset; 
	   -webkit-box-orient: unset;
	}
	#GC #LC .desc {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	#GC #LC .tth {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
/*************************/
#GC #RC {
	float: left;
	width: 330px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC {
		float: unset;
		width: calc(100% - 10px);
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 10px;
		padding-bottom: 40px;
	}
}
#GC #RC .priceplace {
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
}
#GC #RC .priceplace SPAN.price {
	display: block;
	color: #c00;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
}
#GC #RC .priceplace SPAN.price B {
	font-weight: 800;
}
#GC #RC .priceplace SPAN.oldprice {
	display: block;
	position: absolute;
	top: -25px;
	left: -10px;
	color: #ccc;
	font-size: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('old_price_line.png');
	background-position: center center;
	background-repeat: repeat-x;
}
#GC #RC .bann_place {
	display: block;
	position: absolute;
	top: 40px;
	right: 30px;
	width: 120px;
	height: 50px;
}
#GC #RC .bann {
	width: 120px;
	height: 50px;
	cursor: help;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('bann_0_click.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#GC #RC .bann_bln {
	position: absolute; 
	z-index: 100;
	bottom: -25px; 
	left: -30px; 
	background-color: #fff; 
	padding: 0px;
	width: 180px;
	height: 400px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background-image: url('bann_pic.png');
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC .bann {
		right: 5px;
	}
	#GC #RC .bann_bln {
		left: -50px;
	}
}
#GC #RC .bann_bln I.x {
	display: block;
	position: absolute;
	right: 12px;
	top: 13px;
	width: 20px;
	height: 20px;
	background-image: url('modal_x.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}
#GC #RC .bann_bln SPAN {
	position: absolute; 
	bottom: 30px;
	left: 50%;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	text-align: center;
	cursor: pointer;
}
#GC #RC .upd {
	margin-left: 10px;
	font-size: 11px;
	color: #999;
	padding-top: 5px;
}
#GC #RC #city {
	margin-left: 10px;
	padding-top: 30px;
	position: relative;
}
#GC #RC #city B {
	display: block;
}
#GC #RC #city I {
	display: block;
	font-style: normal;
	color: #666666;
	font-size: 13px;
}
#GC #RC #city A.v {
	padding-right: 15px;
	text-decoration: none;
	cursor: pointer;
	background-image: url('gc_rc_city_v.png');
	background-position: right 10px;
	background-repeat: no-repeat;
}
INPUT.finder_city {
	display: block;
	width: 80%;
	height: 50px;
	border: solid 0px;
	padding: 0px 10% 0px 10%;
	margin: 0px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	outline: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	.incartplace {
		margin-left: -20px;
		width: 100%;
	}
}
#GC #RC SPAN.incart {
	margin-left: 10px;
	margin-top: 40px;
	display: block;
	padding-left: 75px;
	width: 190px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	background-image: url('good_node_incart.png');
	background-position: 35px center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.3s;
}
#GC #RC SPAN.incart:hover {
	background-color: #333;
}
#GC #RC A.noncart {
	text-decoration: none;
	margin-left: 10px;
	margin-top: 40px;
	display: inline-block;
	text-align: center;
	width: 210px;
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	color: #000; /*558002*/
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s;
	font-size: 14px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC SPAN.incart {
		margin: 0 auto;
		margin-top: 40px;
	}
	#GC #RC A.noncart {
		margin-left: calc(100% - 315px);
	}
}
#GC #RC SPAN.noncart_del {
	margin-left: 10px;
	margin-top: 40px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-image: url('del_from_pos.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#GC #RC SPAN.or {
	display: block;
	width: 265px;
	text-align: center;
	margin-left: 10px;
	margin-top: 15px;
	color: #a5c666;
	font-size: 14px;
}
#GC #RC SPAN.qorder {
	margin-left: 10px;
	margin-top: 15px;
	width: 265px;
	display: block;
	color: #558002;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC SPAN.or {
		margin-left: 0px;
		width: calc(100% - 30px);
	}
	#GC #RC SPAN.qorder {
		margin-left: 0px;
		width: calc(100% - 30px);
	}
}
#GC #RC SPAN.qorder I {
	font-style: normal;
	border-bottom: dashed 1px;
}
#GC #RC SPAN.qorder I:hover {
	border-bottom: dashed 0px;
}
#GC #RC .options_row {
	margin-top: 50px;
}
/********/
#GC #RC .sort_list {
	margin-left: 10px;
}
#GC #RC .sort_list P.name {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 40px;
	line-height: 17px;
	font-size: 14px;
	background-position: 0px center;
	background-repeat: no-repeat;
}
#GC #RC .sort_list P.n {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	width: 128px;
	height: 68px;
	border: solid 1px #e9e9e9;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC .sort_list P.n {
		width: 138px;
	}
}
#GC #RC .sort_list P.n:hover {
	border: solid 1px #add65f;
}
#GC #RC .sort_list P.n.this SUP {
	display: none;
}
#GC #RC .sort_list P.n.this {
	border: solid 1px #add65f;
}
#GC #RC .sort_list P.n.nan.this {
	border: solid 1px #e9e9e9;
}
#GC #RC .sort_list P.n.this SUP {
	display: block;
	position: absolute;
	top: -14px;
	left: -14px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #558002;
	background-image: url('filters_v.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#GC #RC .sort_list P.n.nan.this SUP {
	display: none;
}
#GC #RC .sort_list P.n SPAN.name {
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	width: 90px;
	z-index: 2;
	line-height: 13px;
}
#GC #RC .sort_list P.n SPAN.pic {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	border-radius: 48px 0 0 0;
	z-index: 1;
}
#GC #RC .sort_list P.n I.grey {
	display: block;
	color: #999;
	font-style: normal;
	margin-top: 5px;
}
#GC #RC .sort_list P.n I.red {
	display: block;
	color: #c00;
	font-style: normal;
	margin-top: 5px;
}
/*****/
#GC #RC .sort_list P.m {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	width: 128px;
	height: 39px;
	padding-top: 6px;
	border: solid 1px #e9e9e9;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC .sort_list P.m {
		width: 138px;
	}
}
#GC #RC .sort_list P.m:hover {
	border: solid 1px #add65f;
}
#GC #RC .sort_list P.m.this SUP {
	display: none;
}
#GC #RC .sort_list P.m.this {
	border: solid 1px #add65f;
}
#GC #RC .sort_list P.m.nan.this {
	border: solid 1px #e9e9e9;
}
#GC #RC .sort_list P.m.this SUP {
	display: block;
	position: absolute;
	top: -14px;
	left: -14px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #558002;
	background-image: url('filters_v.png');
	background-position: center center;
	background-repeat: no-repeat;
}
#GC #RC .sort_list P.m.nan.this SUP {
	display: none;
}
#GC #RC .sort_list P.m SPAN.name {
	display: block;
	position: relative;
	text-align: center;
	line-height: 13px;
}
#GC #RC .sort_list P.m I.grey {
	display: block;
	color: #999;
	font-style: normal;
	margin-top: 5px;
}
#GC #RC .sort_list P.m I.red {
	display: block;
	color: #c00;
	font-style: normal;
	margin-top: 5px;
}
#GC #RC A.view_colors {
	display: block;
	width: 180px;
	margin: 0 auto;
	text-align: center;
	cursor: default;
	text-decoration: none;
	margin-top: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #RC A.view_colors {
		width: 100%;
		margin-left: -20px;		
	}
}
#GC #RC A.view_colors I {
	font-style: normal;
	border-bottom: dashed 1px;
}
#GC #RC A.view_colors I:hover {
	font-style: normal;
	border-bottom: dashed 0px;
	cursor: pointer;
}
/*****/
#GC #CC {
	clear: both;
	border-top: solid 1px #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #CC {
		padding-bottom: 35px;
	}
}
#GC #CC #node {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 30px;
	margin-left: 25px;
	margin-right: -25px;
}
#GC #CC #node P.name {
	display: block;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 30px;
	padding-left: 42px;
	padding-top: 7px;
	margin-left: -20px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#GC #CC #node {
		display: block;
		width: calc(100% - 70px);
		padding-left: 20px;
		padding-right: 30px;
		margin-left: 25px;
		margin-right: 0px;
	}
	#GC #CC #node P.name {
		padding-top: 17px;
		background-position: left 10px;
		margin-bottom: -10px;
	}
}
/**********************/
#color_table {
	position: fixed;
	left: 50%;
	top: 10%;
	width: 68%;
	margin-left: -34%;
	height: 80%;
	background-color: #fff;
	z-index: 100;
}
#color_table .node {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding-bottom: 15px;
	padding-top: 250px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 5px;
	font-size: 14px;
}
#color_table .color_list {
	position: relative;
	height: 80%;
	overflow-y: auto;
	padding: 25px;
}
#color_table .node {
	width: 32%;
	padding-top: 33%;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
	#color_table {
		width: 90%;
		height: 90%;
		top: 0px;
		left: 0px;
		margin-left: unset;
	}
	#color_table .node {
		width: 45%;
		padding-top: 47%;
	}
}
/*******************/