	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#FFF;
	}
	
	body, input, select, textarea, button {
		font-family:'Uni Sans';
		font-size:17px;
		font-weight:300;
		color:#1D1D1B;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family: 'Uni Sans';
		src: url('Uni-Sans-Bold.woff2') format('woff2'),
		     url('Uni-Sans-Bold.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	} @font-face {
		font-family: 'Uni Sans';
		src: url('Uni-Sans-SemiBold.woff2') format('woff2'),
		     url('Uni-Sans-SemiBold.woff') format('woff');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	} @font-face {
		font-family: 'Uni Sans';
		src: url('Uni-Sans-Book.woff2') format('woff2'),
		     url('Uni-Sans-Book.woff') format('woff');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		background-image:url(../images/icon_downArrow.png)!important;
		background-repeat:no-repeat!important;
		background-position:right 50%!important;
		
	} select::-ms-expand {
		display: none;
	}
	
	.gg1 {
		background: rgb(238,238,238);
		background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(249,249,249,1) 100%);
		background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(249,249,249,1) 100%);
		background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f9f9f9',GradientType=0 );
	} .gg2 {
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 85%);
		background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,255,255,1) 85%);
		background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 85%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#FFF',GradientType=0 );
	} .gg3 {
		background:rgb(226,226,226);
		background:-moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
		background:-webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
		background:linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.mobile-menu {
		position:fixed;
		z-index:99;
		top:0;
		left:0;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .mobile-menu > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		text-align:center;
		vertical-align:middle;
	} .mobile-menu .logo {
		display:block;
		margin:0 0 50px 0;
	} .mobile-menu ul {
		list-style:none;
		margin:20px 0;
		padding:0;
		font-size:21px;
	} .mobile-menu .cat-btn {
		font-weight:bold;
	} .mobile-menu .cat-btn > a:nth-child(1) {
		margin-right:-36px;
	} .mobile-menu .cat-btn .sub {
		display:none;
		font-weight:normal;
	} .mobile-menu .cat-btn .sub a {
		color:inherit;
		line-height:1.6em;
		
	} .mobile-menu .tools {
		position:relative;
		width:240px;
		margin:50px auto 0 auto;
	} .mobile-menu .tools span {
		position:absolute;
		top:0;
		right:0;
		padding:3px 0 0 0;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		border:3px solid #FFF;
		width:28px;
		height:28px;
		text-align:center;
		background:#59D37A;
		-webkit-border-radius:50px;
		border-radius:50px;
	} .mobile-menu .tools .b1,
	  .mobile-menu .tools .b2,
	  .mobile-menu .tools .b3,
	  .mobile-menu .tools .b4 {
		display:inline-block;
		width:38px;
		height:38px;
		vertical-align:top;
		margin:0 0 0 16px;
	} .mobile-menu .tools .b1 {
		background:url('../images/icon_headerBtn_Search.png') no-repeat center;
	} .mobile-menu .tools .b1:hover {
		background:url('../images/icon_headerBtn_SearchHover.png') no-repeat center;
	} .mobile-menu .tools .b2 {
		background:url('../images/icon_headerBtn_Favorites.png') no-repeat center;
	} .mobile-menu .tools .b2:hover {
		background:url('../images/icon_headerBtn_FavoritesHover.png') no-repeat center;
	} .mobile-menu .tools .b3 {
		background:url('../images/icon_headerBtn_Member.png') no-repeat center;
	} .mobile-menu .tools .b3:hover {
		background:url('../images/icon_headerBtn_MemberHover.png') no-repeat center;
	} .mobile-menu .tools .b4 {
		background:url('../images/icon_headerBtn_Basket.png') no-repeat center;
	} .mobile-menu .tools .b4:hover {
		background:url('../images/icon_headerBtn_BasketHover.png') no-repeat center;
	}
	
	.header {
		width:100%;
		
	} .header .top-bar {
		width:100%;
		height:50px;
		background:#E50666;
		color:#FFF;
	} .header .top-bar > div:nth-child(1) {
		width:100%;
		height:100%;
		margin:auto;
	} .header .top-bar > .a {
		max-width:1480px;
	} .header .top-bar > .b {
		max-width:1260px;
	} .header .top-bar .left {
		float:left;
		padding:12px 0 0 0;
	} .header .top-bar .left a {
		font-size:17px;
		color:inherit;
		vertical-align:middle;
	} .header .top-bar .right {
		float:right;
		padding:14px 0 0 0;
	} .header .top-bar .right span {
		font-size:17px;
		font-weight:500;
	} .header .top-bar .right a {
		color:#1D1D1B;
		
	} .header .menu-bar {
		position:relative;
		width:100%;
		height:170px;
		margin:auto;
	} .header .menu-bar.a {
		max-width:1480px;
	} .header .menu-bar.b {
		max-width:1260px;
	} .header .menu-bar .left {
		float:left;
		width:82%;
		padding:18px 0 0 0;
		white-space:nowrap;
	} .header .menu-bar .left .logo {
		font-size:37px;
		color:inherit;
		letter-spacing:-1px;
	} .header .menu-bar .left .buttons {
		list-style:none;
		margin:13px 0 0 17px;
		padding:0;
		font-size:21px;
		font-weight:bold;
	} .header .menu-bar .left .buttons > li {
		position:relative;
		display:inline-block;
		padding-right:36px;
		padding-bottom:10px;
	} .header .menu-bar .left .buttons > li:last-child {
		padding-right:0;
	} .header .menu-bar .left .buttons > li > a {
		color:inherit;
		text-decoration:none;
	} .header .menu-bar .left .buttons > li > a:hover,
	  .header .menu-bar .left .buttons > li > a.active {
		font-weight:bold;
		color:#E50666!important;
		text-decoration:underline;
		
	} .header .menu-bar .left .buttons > li:hover .sub {
		display:block!important;
		
	} .header .menu-bar .left .buttons .sub {
	  	display:none;
	  	position:absolute;
	  	z-index:9;
	  	top:36px;
	  	left:-10px;
	  	min-width:240px;
	  	list-style:none;
	  	margin:0;
	  	padding:6px;
	  	background:#FFF;
	  	font-size:17px;
	  	-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 12px 0 rgba(0,0,0,.15);
		border:1px solid rgba(0,0,0,.1);
	} .header .menu-bar .left .buttons .sub a {
		display:block;
		padding:8px 10px;
		border-bottom:1px solid rgba(0,0,0,.1);
	} .header .menu-bar .left .buttons .sub li:last-child a {
		border:0;
	} .header .menu-bar .left .buttons .sub a:hover {
		background:#E50666;
		color:#FFF!important;
		text-decoration:none;
		
	} .header .menu-bar .right {
		position:relative;
		float:right;
		padding:110px 17px 0 0;
	} .header .menu-bar .right span {
		position:absolute;
		top:105px;
		right:10px;
		padding:3px 0 0 0;
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		border:3px solid #FFF;
		width:28px;
		height:28px;
		text-align:center;
		background:#59D37A;
		-webkit-border-radius:50px;
		border-radius:50px;
	} .header .menu-bar .right .b1,
	  .header .menu-bar .right .b2,
	  .header .menu-bar .right .b3,
	  .header .menu-bar .right .b4 {
		display:inline-block;
		width:38px;
		height:38px;
		vertical-align:top;
		margin:0 0 0 10px;
		-webkit-border-radius:6px;
		border-radius:6px;
	} .header .menu-bar .right .b1 {
		background:url('../images/icon_headerBtn_Search.png') no-repeat center;
	} .header .menu-bar .right .b1:hover {
		background:url('../images/icon_headerBtn_SearchHover.png') no-repeat center;
	} .header .menu-bar .right .b2 {
		background:url('../images/icon_headerBtn_Favorites.png') no-repeat center;
	} .header .menu-bar .right .b2:hover {
		background:url('../images/icon_headerBtn_FavoritesHover.png') no-repeat center;
	} .header .menu-bar .right .b3 {
		background:url('../images/icon_headerBtn_Member.png') no-repeat center;
	} .header .menu-bar .right .b3:hover {
		background:url('../images/icon_headerBtn_MemberHover.png') no-repeat center;
	} .header .menu-bar .right .b4 {
		background:url('../images/icon_headerBtn_Basket.png') no-repeat center;
	} .header .menu-bar .right .b4:hover {
		background:url('../images/icon_headerBtn_BasketHover.png') no-repeat center;
		
	} .header .search-bar {
		display:none;
		position:absolute;
		z-index:9;
		bottom:0;
		left:0;
		width:100%;
		height:60px;
		background:#A100CD;
		padding:0 16px;
		-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);
		box-shadow:0 6px 12px 0 rgba(0,0,0,.15);
	} .header .search-bar > form > div:nth-child(1) {
		position:relative;
		width:100%;
		padding:10px;
		margin:auto;
	} .header .search-bar .button {
		float:right;
		margin:6px 0 0 0;
	} .header .search-bar input {
		width:96%!important;
		background:url(../images/spacer.gif)!important;
		font-size:21px!important;
		font-weight:normal!important;
		color:#FFF!important;
		border:0!important;
		padding:8px 0!important;
		
	} .header .hs-guide {
		position:relative;
		width:100%;
		height:680px;
		margin:auto;
	} .header .hs-guide.a {
		max-width:1480px;
	} .header .hs-guide.b {
		max-width:1260px;
	} .header .hsp {
		position:absolute;
		z-index:1;
		top:44%;
		left:-26px;
	} .header .hsn {
		position:absolute;
		z-index:1;
		top:44%;
		right:-26px;
	} .header .header-slider {
		width:100%;
		height:680px;
	} .header .header-slider .slide {
		width:100%;
		height:680px;
	} .header .header-slider .slide > div:nth-child(1) {
		display:table;
		width:1000px;
		height:100%;
		margin:auto;
	} .header .header-slider .slide > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		color:#FFF;
	} .header .header-slider .slide .txt.a {
		display:block;
		margin:0 16px 0 0;
		font-size:46px;
		font-weight:500;
		letter-spacing:-1.4px;
	} .header .header-slider .slide .txt.b {
		display:block;
		margin:0 16px 0 0;
		font-size:67px;
		font-weight:700;
		letter-spacing:0;
	} .header .header-slider .slide button {
		padding:16px 20px;
		margin:16px 0 0 0;
		cursor:pointer;
		background:#1D1D1B;
		color:#FFF;
		letter-spacing:0;
		font-weight:500;
		
	} .header .lines {
		width:100%;
		height:1px;
		border-top:1px solid #CCC;
		
	}
	
	.content {
		position:relative;
		width:100%;
		
	} .content .main-titles {
		width:100%;
		max-width:1480px;
		margin:auto;
		padding:20px 22px;
		border-bottom:1px solid #DDD;
	} .content .main-titles div {
		float:right;
		padding:20px 0 0 0;
	} .content .main-titles span {
		font-size:41px;
		letter-spacing:-1px;
	} .content .main-titles a,
	  .content .main-titles a * {
		font-size:19px;
		color:inherit;
		letter-spacing:0;
		
	} .content .con-breadcrumb {
		width:100%;
		min-height:120px;
	} .content .con-breadcrumb > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		padding:24px 20px;
		margin:auto;
	} .content .con-breadcrumb > div.a:nth-child(1) {
		width:100%;
		max-width:1480px;
		height:100%;
		padding:24px 20px;
		margin:auto;
	} .content .con-breadcrumb .txt.a {
		display:block;
		font-size:37px;
		color:inherit;
		letter-spacing:-1px;
	} .content .con-breadcrumb .txt.b {
		font-size:14px;
	} .content .con-breadcrumb .back, 
	  .content .con-breadcrumb .right {
		float:right;
		margin:46px 0 0 0;
		font-size:15px;
		
	} .content .product-list {
		width:100%;
		max-width:1480px;
		margin:auto;
		padding:20px 0 0 0;
	} .content .product-list .item {
		float:left;
		position:relative;
		width:260px;
		height:400px;
	} .content .product-list .item .btn.a {
		position:absolute;
		z-index:1;
		top:20px;
		left:-20px;
		display:block;
		width:40px;
		height:40px;
		border:3px solid #CCC;
		-webkit-border-radius:40px;
		border-radius:40px;
	} .content .product-list .item .btn.b {
		position:absolute;
		z-index:1;
		top:70px;
		left:-20px;
		display:block;
		width:40px;
		height:40px;
		border:3px solid #CCC;
		-webkit-border-radius:40px;
		border-radius:40px;
	} .content .product-list .item .btn:hover {
		border:3px solid #E50666;
	} .content .product-list .item .image {
		position:relative;
		width:260px;
		height:260px;
	} .content .product-list .item .image .border {
		position:absolute;
		width:100%;
		height:100%;
	} .content .product-list .item:hover .image .border {
		border:3px solid #E50666;
	} .content .product-list .item .text {
		padding:18px 4px;
	} .content .product-list .item .text .box.a {
		float:left;
		width:79%;
		height:120px;
		text-align:left;
	} .content .product-list .item .text .box.a a {
		display:block;
		font-size:17px;
		font-weight:500;
		color:inherit;
	} .content .product-list .item .text .box.a span {
		display:inline-block;
		margin:2px 0 0 0;
		font-size:21px;
		font-weight:bold;
		color:#E50666;
	} .content .product-list .item .text .box.b {
		float:left;
		width:21%;
		height:120px;
		text-align:left;
	} .content .product-list .item .text button {
		position:relative;
		width:38px;
		height:38px;
		margin:0;
		padding:0;
		cursor:pointer;
	} .content .product-list .item .text button span {
		position:absolute;
		top:4px;
		right:-14px;
		font-size:19px;
		line-height:1.1em;
		font-weight:bold;
		color:#FFF;
		border:3px solid #FFF;
		width:28px;
		height:28px;
		background:#E50666;
		-webkit-border-radius:50px;
		border-radius:50px;
		
	} .content .con-inside {
		width:100%;
		min-height:540px;
		padding-bottom:80px;
	} .content .con-inside.a > div:nth-child(1) {
		width:100%;
		max-width:1480px;
		height:100%;
		padding:16px 0;
		margin:auto;
	} .content .con-inside.b > div:nth-child(1),
	  .content .con-inside.reset-password > div:nth-child(1),
	  .content .con-inside.forgot > div:nth-child(1),
	  .content .con-inside.designers > div:nth-child(1),
	  .content .con-inside.favorites > div:nth-child(1),
	  .content .con-inside.sign-in > div:nth-child(1),
	  .content .con-inside.sign-up > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		margin:auto;
	} .content .con-inside.account > div:nth-child(1),
	  .content .con-inside.contact > div:nth-child(1),
	  .content .con-inside.payment-purchase > div:nth-child(1),
	  .content .con-inside.search > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		margin:auto;
		padding:24px 20px;
	} .content .con-inside.faq-list > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		margin:auto;
		padding:30px 0;
	} .content .con-inside.orders {
		width:100%;
		min-height:638px;
	} .content .con-inside.orders > div:nth-child(1),
	  .content .con-inside.basket > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		margin:auto;
		padding:26px 20px;
	} .content .con-inside.new-products > div:nth-child(1),
	  .content .con-inside.all-products > div:nth-child(1) {
		width:100%;
		max-width:1480px;
		height:100%;
		padding:16px 0;
		margin:auto;
	} .content .con-inside.product-detail {
		width:100%;
		min-height:540px;
		padding:24px 20px 100px 20px;
	} .content .con-inside.product-detail > div:nth-child(1) {
		width:100%;
		max-width:1220px;
		height:100%;
		margin:auto;
		
	} .content .con-inside .con-text {
		padding:24px 20px;
	} .content .con-inside .con-text span {
		display:block;
		line-height:1.8em;
		
	} .content .con-inside.faq-list .icon.a {
		display:inline-block;
		width:70px;
		height:70px;
		padding:15px;
		background:#EEE;
		-webkit-border-radius:50px;
		border-radius:50px;
		vertical-align:middle;
	} .content .con-inside.faq-list .txt.a {
		display:inline-block;
		max-width:86%;
		min-height:70px;
		padding:26px;
		background:#EEE;
		-webkit-border-radius:50px;
		border-radius:50px;
		vertical-align:middle;
	} .content .con-inside.faq-list .icon.b {
		display:inline-block;
		width:70px;
		height:70px;
		padding:15px;
		background:#D1EFD1;
		-webkit-border-radius:50px;
		border-radius:50px;
		vertical-align:middle;
	} .content .con-inside.faq-list .txt.b {
		text-align:right;
	} .content .con-inside.faq-list .txt.b > div:nth-child(1) {
		display:inline-block;
		max-width:86%;
		min-height:70px;
		font-size:15px;
		line-height:1.5em;
		padding:26px;
		background:#D1EFD1;
		color:green;
		-webkit-border-radius:50px;
		border-radius:50px;
		vertical-align:middle;
		
	} .content .con-inside.sign-in {
		padding-bottom:40px;
	} .content .con-inside.sign-in .form {
		display:table;
		width:40%;
		margin:auto;
	} .content .con-inside.sign-in .row {
		display:table-row;
	} .content .con-inside.sign-in .cell {
		display:table-cell;
		width:100%;
	} .content .con-inside.sign-in .info.a {
		float:left;
		width:50%;
		padding:10px 0;
	} .content .con-inside.sign-in .info.b {
		float:left;
		width:50%;
		padding:10px 0;
		text-align:right;
	} .content .con-inside.sign-in .info.c {
		float:left;
		width:50%;
	} .content .con-inside.sign-in .info.d {
		float:left;
		width:50%;
		padding:10px 0;
		text-align:right;
		
	} .content .con-inside.sign-up .form {
		display:table;
		width:40%;
		margin:auto;
	} .content .con-inside.sign-up .row {
		display:table-row;
	} .content .con-inside.sign-up .cell {
		display:table-cell;
		width:100%;
	} .content .con-inside.sign-up .info.a {
		float:left;
		width:50%;
	} .content .con-inside.sign-up .info.b {
		float:left;
		width:50%;
		padding:10px 0;
		text-align:right;
		
	} .content .con-inside.forgot {
		padding-bottom:85px;
	} .content .con-inside.forgot .form {
		display:table;
		width:40%;
		margin:auto;
	} .content .con-inside.forgot .row {
		display:table-row;
	} .content .con-inside.forgot .cell {
		display:table-cell;
		width:100%;
	} .content .con-inside.forgot .info.a {
		float:left;
		width:50%;
		padding:10px 0;
	} .content .con-inside.forgot .info.b {
		padding:10px;
		font-size:12.5px;
		line-height:1.4em;
		letter-spacing:.5px;
		background:#EEE;
		white-space:nowrap;
	} .content .con-inside.forgot .info.c {
		float:left;
		width:50%;
	} .content .con-inside.forgot .info.d {
		float:left;
		width:50%;
		padding:10px 0;
		text-align:right;
		
	} .content .con-inside.reset-password {
		padding-bottom:85px;
	} .content .con-inside.reset-password .form {
		display:table;
		width:40%;
		margin:auto;
	} .content .con-inside.reset-password .row {
		display:table-row;
	} .content .con-inside.reset-password .cell {
		display:table-cell;
		width:100%;
	} .content .con-inside.reset-password .info.a {
		float:left;
		width:50%;
	} .content .con-inside.reset-password .info.b {
		float:left;
		width:50%;
		padding:10px 0;
		text-align:right;
		
	} .content .con-inside.contact .txt.a {
		display:block;
		font-size:21px;
	} .content .con-inside.contact .txt.b {
		display:block;
		margin:6px 0 0 0;
	} .content .con-inside.contact .txt.c {
		display:block;
		font-size:30px;
		margin:6px 0 0 0;
		
	} .content .con-inside.contact .form {
		display:table;
		width:100%;
	} .content .con-inside.contact .row {
		display:table-row;
	} .content .con-inside.contact .form.a .cell {
		display:table-cell;
		width:50%;
	} .content .con-inside.contact .form.b .cell {
		display:table-cell;
		width:100%;
		
	} .content .con-inside.product-detail .prod-galery {
		float:left;
		width:640px;
	} .content .con-inside.product-detail .prod-galery .img {
		float:left;
		width:500px;
		padding:2px;
		border:1px solid rgba(0,0,0,0.1);
	} .content .con-inside.product-detail .prod-galery .img img {
		display:block;
	} .content .con-inside.product-detail .prod-galery .thumb {
		float:left;
		width:118px;
		height:150px;
		margin:0 16px 16px 0;
		padding:2px;
		border:1px solid rgba(0,0,0,0.1);
	} .content .con-inside.product-detail .prod-galery .thumb:hover {
		padding:0px;
		border:3px solid #FEB60A;
	} .content .con-inside.product-detail .prod-galery .thumb.last {
		margin:0 0 16px 0;
		
	} .content .con-inside.product-detail .prod-detail {
		float:left;
		width:560px;
		height:720px;
		margin:0 0 0 20px;
	} .content .con-inside.product-detail .prod-detail .txt.a {
		display:block;
		font-size:31px;
		color:#FF3333;
	} .content .con-inside.product-detail .prod-detail .txt.b {
		text-decoration:line-through;
		color:#888;
	} .content .con-inside.product-detail .prod-detail .txt.c {
		display:block;
		padding:10px 0;
	} .content .con-inside.product-detail .prod-detail .txt.d {
		display:block;
		line-height:1.4em;
		text-align:justify;
	} .content .con-inside.product-detail .prod-detail .txt.e {
		font-size:17px;
		text-align:center;
	} .content .con-inside.product-detail .prod-detail .left {
		display:inline-block;
		background:#EEE;
		-webkit-border-radius:40px;
		border-radius:40px;
	} .content .con-inside.product-detail .prod-detail .left input {
		background:#EEE;
	} .content .con-inside.product-detail .prod-detail .right {
		float:right;
	} .content .con-inside.product-detail .prod-detail .right .black {
		height:50px;
		padding:12px 54px 17px 24px;
		-webkit-border-radius:50px;
		border-radius:50px;
	} .content .con-inside.product-detail .prod-detail .right .green2 {
		position:relative;
		z-index:1;
		height:50px;
		padding:12px 24px;
		margin:0 0 0 -54px;
		font-weight:bold;
		-webkit-border-radius:50px;
		border-radius:50px;
		color:#FFF;
	} .content .con-inside.product-detail .prod-detail .prod-unit {
		width:70px;
		padding:0;
		border:0;
		font-size:37px;
		color:#000;
		vertical-align:middle;
		text-align:center;
	} .content .con-inside.product-detail .prod-detail .options {
		background:#F5F5F5;
		padding:16px;
	} .content .con-inside.product-detail .prod-detail .tab-buttons {
		height:38px;
		list-style:none;
		margin:0;
		padding:0;
		font-weight:bold;
		border-bottom:2px solid #DDD;
	} .content .con-inside.product-detail .prod-detail .tab-buttons li {
		float:left;
	} .content .con-inside.product-detail .prod-detail .tab-buttons a {
		color:#111;
		padding:16px 20px;
	} .content .con-inside.product-detail .prod-detail .tab-buttons a.active {
		color:#111;
		background:#EEE;
		border-bottom:2px solid #333;
	} .content .con-inside.product-detail .prod-detail .tab-all ul {
		line-height:1.2em;
	} .content .con-inside.product-detail .prod-detail .tab-all li {
		padding-bottom:10px;
	} .content .con-inside.product-detail .prod-detail .tab-all.b, 
	  .content .con-inside.product-detail .prod-detail .tab-all.c {
		display:none;
	} .content .con-inside.product-detail .prod-detail .tab-contents {
		padding:14px;
		background:#F5F5F5;
	} .content .con-inside.product-detail .prod-detail .social {
		text-align:center;
	} .content .con-inside.product-detail .prod-detail .bank-logos {
		text-align:center;
	} .content .con-inside.product-detail .prod-detail .bank-logos img {
		vertical-align:middle;
		
	} .content .con-inside.product-detail .relation-list {
		width:1160px;
		margin:auto;
	} .content .con-inside.product-detail .relation-list .titles {
		text-align:center;
		padding:36px 0 26px 0;
		border-bottom:1px solid #DDD;
	} .content .con-inside.product-detail .relation-list .titles span {
		display:block;
		padding:4px 0 0 0;
		font-size:33px;
		line-height:1em;
		letter-spacing:-1px;
		
	} .content .con-inside.basket .basket-items {
		float:left;
		width:55%;
		min-height:640px;
	} .content .con-inside.basket .basket-items .image {
		float:left;
		width:200px;
		height:240px;
		border:1px solid rgba(0,0,0,0.1);
		background-size:cover!important;
		cursor:pointer;
	} .content .con-inside.basket .basket-items .info {
		float:left;
		width:350px;
		padding:4px 20px;
	} .content .con-inside.basket .basket-items .txt.a {
		display:block;
		font-size:21px;
		line-height:1.5em;
		letter-spacing:-1px;
	} .content .con-inside.basket .basket-items .txt.b {
		display:block;
		font-size:14px;
		line-height:1.5em;
		color:#999;
	} .content .con-inside.basket .basket-items .txt.c {
		display:block;
		font-size:21px;
	} .content .con-inside.basket .basket-items .txt.d {
		display:block;
		font-size:21px;
	} .content .con-inside.basket .basket-items input[name=prod-unit] {
		width:60px;
		padding:0;
		border:0;
		font-size:31px;
		color:#000;
		vertical-align:middle;
		text-align:center;
	} .content .con-inside.basket .basket-total {
		float:left;
		width:45%;
		min-height:640px;
		padding:0 0 0 40px;
	} .content .con-inside.basket .basket-total .txt.a {
		display:block;
		font-size:21px;
		color:#666;
		letter-spacing:-1px;
	} .content .con-inside.basket .basket-total .txt.b {
		display:block;
		font-size:31px;
		letter-spacing:-1px;
	} .content .con-inside.basket .basket-total .txt.c {
		font-size:17px;
	} .content .con-inside.basket .basket-total .txt.d {
		font-size:17px;
		text-align:center;
	} .content .con-inside.basket .basket-total .bank-logos {
		text-align:center;
	} .content .con-inside.basket .basket-total .bank-logos img {
		vertical-align:middle;
	} .content .con-inside.basket .basket-total textarea[name=frm-notlar] {
		width:100%;
		font-size:17px;
	} .content .con-inside.basket .basket-total button[type=submit] {
		width:100%;
		font-size:19px;
	} .content .con-inside.basket .empty-basket {
		text-align:center;
	} .content .con-inside.basket .empty-basket img {
		margin:20px -60px 0 0;
		
	} .content .con-inside.account .txt.a {
		font-size:27px;
	} .content .con-inside.account .form.a,
	  .content .con-inside.account .form.b {
		float:left;
		width:50%
	} .content .con-inside.account .table {
		display:table;
		width:90%;
	} .content .con-inside.account .row {
		display:table-row;
	} .content .con-inside.account .cell {
		display:table-cell;
		width:100%;
	} .content .con-inside.account .info.a {
		float:left;
		width:50%;
		
	} .content .con-inside.orders .rec-title.a {
		display:table;
		width:100%;
		list-style:none;
		margin:0;
		padding:0;
		background:#1D1D1B;
		color:#FFF;
		font-weight:bold;
	} .content .con-inside.orders .rec-title.a li {
		display:table-cell;
		padding:12px;
	} .content .con-inside.orders .rec-title.a li:nth-child(1) {
		width:36px;
		text-align:center;
	} .content .con-inside.orders .rec-title.a li:nth-child(2) {
		width:320px;
		padding:0 12px;
	} .content .con-inside.orders .rec-title.a li:nth-child(3) {
		width:210px;
		padding:0 12px;
		text-align:center;
	} .content .con-inside.orders .rec-title.a li:nth-child(4) {
		width:160px;
		padding:0 12px;
		text-align:right;
	} .content .con-inside.orders .rec-title.a li:nth-child(5) {
		width:auto;
		padding:0 12px;
	} .content .con-inside.orders .rec-title.a li:nth-child(6) {
		width:100px;
		padding:0 12px;
		text-align:right;
		
	} .content .con-inside.orders .rec-item.a {
		display:table;
		width:100%;
		list-style:none;
		margin:0;
		padding:0;
	} .content .con-inside.orders .rec-item.a li {
		display:table-cell;
		vertical-align:middle;
		padding:12px;
		border:1px solid #CCC;
	} .content .con-inside.orders .rec-item.a li:nth-child(1) {
		width:36px;
		border-width:0 1px 1px 1px;
		cursor:pointer;
		text-align:center;
	} .content .con-inside.orders .rec-item.a li:nth-child(2) {
		width:320px;
		border-width:0 1px 1px 0;
		cursor:pointer;
	} .content .con-inside.orders .rec-item.a li:nth-child(3) {
		width:210px;
		text-align:center;
		border-width:0 1px 1px 0;
		cursor:pointer;
	} .content .con-inside.orders .rec-item.a li:nth-child(4) {
		width:160px;
		text-align:right;
		border-width:0 1px 1px 0;
		cursor:pointer;
	} .content .con-inside.orders .rec-item.a li:nth-child(5) {
		width:auto;
		border-width:0 1px 1px 0;
		cursor:pointer;
	} .content .con-inside.orders .rec-item.a li:nth-child(6) {
		width:100px;
		text-align:center;
		border-width:0 1px 1px 0;
		cursor:pointer;
		
	} .content .con-inside.orders .back {
		float:right;
		margin-top:0;
	} .content .con-inside.orders .title.a {
		display:block;
		margin-top:-4px;
		font-size:31px;
		color:#FF4C4C;
		line-height:1em;
		letter-spacing:-1px;
	} .content .con-inside.orders .title.b {
		display:block;
		font-size:17px;
	} .content .con-inside.orders .rec-title.b {
		display:table;
		width:100%;
		list-style:none;
		margin:0;
		padding:0;
		background:#1D1D1B;
		color:#FFF;
		font-weight:bold;
	} .content .con-inside.orders .rec-title.b li {
		display:table-cell;
	} .content .con-inside.orders .rec-title.b li:nth-child(1) {
		width:36px;
		padding:12px;
		text-align:center;
	} .content .con-inside.orders .rec-title.b li:nth-child(2) {
		width:auto;
		padding:0 12px;
	} .content .con-inside.orders .rec-title.b li:nth-child(3) {
		width:230px;
		padding:0 12px;
	} .content .con-inside.orders .rec-title.b li:nth-child(4) {
		width:120px;
		padding:0 12px;
		text-align:center;
	} .content .con-inside.orders .rec-title.b li:nth-child(5) {
		width:140px;
		padding:0 12px;
		text-align:right;
	} .content .con-inside.orders .rec-title.b li:nth-child(6) {
		width:140px;
		padding:0 12px;
		text-align:right;
	} .content .con-inside.orders .rec-item.b {
		display:table;
		width:100%;
		list-style:none;
		margin:0;
		padding:0;
	} .content .con-inside.orders .rec-item.b li {
		display:table-cell;
		vertical-align:middle;
		border:1px solid #CCC;
	} .content .con-inside.orders .rec-item.b li:nth-child(1) {
		padding:0 6px;
		width:36px;
		border-width:0 1px 1px 1px;
		text-align:center;
	} .content .con-inside.orders .rec-item.b li:nth-child(2) {
		background:#FFF;
		width:70px;
		height:70px;
		padding:0;
		border-width:0 1px 1px 0;
	} .content .con-inside.orders .rec-item.b li:nth-child(3) {
		width:auto;
		padding:0 12px;
		border-width:0 1px 1px 0;
		line-height:1.4em;
	} .content .con-inside.orders .rec-item.b li:nth-child(4) {
		padding:0 12px;
		width:230px;
		border-width:0 1px 1px 0;
	} .content .con-inside.orders .rec-item.b li:nth-child(5) {
		padding:0 12px;
		width:120px;
		text-align:center;
		border-width:0 1px 1px 0;
	} .content .con-inside.orders .rec-item.b li:nth-child(6) {
		padding:0 12px;
		text-align:right;
		width:140px;
		border-width:0 1px 1px 0;
	} .content .con-inside.orders .rec-item.b li:nth-child(7) {
		padding:0 12px;
		text-align:right;
		width:140px;
		border-width:0 1px 1px 0;
		
	} .content .con-inside.orders .left.a {
		float:left;
		width:400px;
		height:146px;
		background:#F3F3F3;
	} .content .con-inside.orders .left.a .txt.a {
		font-size:21px
	} .content .con-inside.orders .left.a .txt.b {
		display:inline-block;
		width:120px;
		
	} .content .con-inside.orders .right.a {
		float:right;
		width:400px;
	} .content .con-inside.orders .right.a > div:nth-child(1) {
		width:100%;
		min-height:146px;
		border:1px solid #DDD;
	} .content .con-inside.orders .right.a > div:nth-child(1) > div:nth-child(1) {
		padding:20px;
		line-height:1.8em;
	} .content .con-inside.orders .right.a .item {
		display:table;
		width:100%;
	} .content .con-inside.orders .right.a .item > div:nth-child(1) {
		display:table-cell;
		width:50%;
	} .content .con-inside.orders .right.a .item > div:nth-child(2) {
		display:table-cell;
		width:50%;
		text-align:right;
	} .content .con-inside.orders .right.a .item .big:nth-child(1) {
		font-size:21px;
		letter-spacing:-0.5px;
	} .content .con-inside.orders .right.a .item .big:nth-child(2) {
		font-size:21px;
		letter-spacing:-1px;
		
	} .content .con-inside.orders .left.b {
		float:right;
		width:400px;
		min-height:280px;
		background:#F3F3F3;
		
	} .content .con-inside.orders .right.b {
		float:left;
		width:400px;
		min-height:280px;
		background:#F3F3F3;
		
	} .content .con-inside.payment .payment-panel {
		position:static;
		z-index:99;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#FFF;
	} .content .con-inside.payment .member-login {
		position:absolute;
		z-index:3;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} .content .con-inside.payment .member-login > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .content .con-inside.payment .member-login > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .content .con-inside.payment .member-login .boxes {
		width:640px;
		margin:auto;
		background:#FFF;
		color:#FFF;
		-webkit-box-shadow:0 10px 25px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 25px 0 rgba(0,0,0,0.5);
	} .content .con-inside.payment .member-login .box.a {
		float:left;
		width:320px;
		height:210px;
		padding:30px;
		background:#1D1D1B;
	} .content .con-inside.payment .member-login .box.a .membtn-a {
		position:relative;
		padding:12px 14px;
		background:#FFF;
		color:#1D1D1B;
		border:0;
		cursor:pointer;
		vertical-align:top;
	} .content .con-inside.payment .member-login .box.a .membtn-a:hover {
		padding:11px 14px 13px 14px;
	} .content .con-inside.payment .member-login .box.a .membtn-a:active,
	  .content .con-inside.payment .member-login .box.a .membtn-a.active {
		padding:13px 14px 11px 14px;
	} .content .con-inside.payment .member-login .box.b {
		float:left;
		width:320px;
		height:210px;
		padding:30px;
		background:#E50666;
	} .content .con-inside.payment .member-login .box.b .membtn-b {
		position:relative;
		padding:12px 14px;
		background:#FFF;
		color:#1D1D1B;
		border:0;
		cursor:pointer;
		vertical-align:top;
	} .content .con-inside.payment .member-login .box.b .membtn-b:hover {
		padding:11px 14px 13px 14px;
	} .content .con-inside.payment .member-login .box.b .membtn-b:active,
	  .content .con-inside.payment .member-login .box.b .membtn-b.active {
		padding:13px 14px 11px 14px;
	} .content .con-inside.payment .table {
		display:table;
		width:100%;
		height:100%;
	} .content .con-inside.payment .row {
		display:table-row;
	} .content .con-inside.payment .cell.a {
		display:table-cell;
		width:50%;
		vertical-align:top;
		padding-bottom:80px;
	} .content .con-inside.payment .cell.a .logo {
		position:absolute;
		width:100%;
		padding:16px 0 20px 0;
		text-align:center;
	} .content .con-inside.payment .cell.a .cell-panel {
		float:right;
		width:600px;
		padding:40px;
		padding-top:120px;
	} .content .con-inside.payment .cell.a .breadcrumb {
		position:relative;
		z-index:2;
		font-size:17px
	} .content .con-inside.payment .cell.a .breadcrumb a {
		color:#999;
	} .content .con-inside.payment .cell.a .breadcrumb span {
		font-family:'Verdana';
	} .content .con-inside.payment .cell.a .con-ptext {
		padding:16px 4px;
	} .content .con-inside.payment .cell.a .con-ptext.b,
	  .content .con-inside.payment .cell.a .con-ptext.c,
	  .content .con-inside.payment .cell.a .con-ptext.d,
	  .content .con-inside.payment .cell.a .con-ptext.e,
	  .content .con-inside.payment .cell.a .con-ptext.f {
		display:none;
	} .content .con-inside.payment .cell.a .con-ptext .txt.a {
		float:right;
		font-size:14px;
		color:#666;
	} .content .con-inside.payment .cell.a .con-ptext .txt.b {
		font-size:14px;
		cursor:pointer;
		
	} .content .con-inside.payment .cell.a .con-ptext.b .info-box {
		width:100%;
		padding:12px;
		font-size:14px;
		line-height:1.4em;
		border:1px solid #DDD;
		-webkit-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
	} .content .con-inside.payment .cell.a .con-ptext.b .info-box.a {
		border-bottom:0;
	} .content .con-inside.payment .cell.a .con-ptext.b .info-box .txt.c {
		display:inline-block;
		width:20%;
		color:#666;
		vertical-align:top;
	} .content .con-inside.payment .cell.a .con-ptext.b .info-box .txt.d {
		display:inline-block;
		width:68%;
		vertical-align:top;
	} .content .con-inside.payment .cell.a .con-ptext.b .info-box .txt.e {
		display:inline-block;
		width:6%;
		color:#999;
		vertical-align:top;
		text-align:right;
	} .content .con-inside.payment .cell.a .input span {
		font-size:14px;
	} .content .con-inside.payment .cell.a input[type=text] {
		width:100%;
		margin:6px 0 0 0;
		padding:14px 12px!important;
		border:0;
		font-size:14px;
		background:#F2F2F2;
		vertical-align:middle;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .con-inside.payment .cell.a .input.a {
		width:100%;
		padding:10px 0;
	} .content .con-inside.payment .cell.a .input.b {
		float:left;
		width:48%;
		padding:6px 0 0 0;
		-webkit-border-radius:6px;
		border-radius:6px;
	} .content .con-inside.payment .cell.a .input.c {
		float:left;
		width:48%;
		padding:6px 0 0 0;
		margin:0 0 0 4%;
		-webkit-border-radius:6px;
		border-radius:6px;
	} .content .con-inside.payment .cell.a .input.d {
		width:100%;
		padding:6px 0 0 0;
		-webkit-border-radius:6px;
		border-radius:6px;
	} .content .con-inside.payment .cell.a .button {
		float:right;
		margin-top:-10px;
	} .content .con-inside.payment .cell.a button {
		height:42px;
		font-size:19px;
		vertical-align:middle;
		-webkit-border-radius:3px;
		border-radius:3px;
		
	} .content .con-inside.payment .cell.b {
		display:table-cell;
		width:50%;
		vertical-align:top;
		border-left:1px solid #E1E1E1;
		background:#FAFAFA;
		padding-bottom:80px;
	} .content .con-inside.payment .cell.b .cell-panel {
		width:600px;
		padding:40px;
		padding-top:140px;
	} .content .con-inside.payment .cell.b .txt.a {
		font-size:14px;
	} .content .con-inside.payment .cell.b .table {
		display:table;
		width:100%;
	} .content .con-inside.payment .cell.b .row {
		display:table-row;
	} .content .con-inside.payment .cell.b .cell.a1 {
		display:table-cell;
		width:55px;
		height:65px;
		position:relative;
		vertical-align:middle;
		border:1px solid rgba(0,0,0,0.1);
		-webkit-border-radius:4px;
		border-radius:4px;
		background-size:cover!important;
		cursor:pointer;
	} .content .con-inside.payment .cell.b .cell.a1 span {
		position:absolute;
		top:-6px;
		right:-6px;
		width:20px;
		height:20px;
		text-align:center;
		font-size:11px;
		padding:2px;
		color:#FFF;
		background:#1D1D1B;
		-webkit-border-radius:20px;
		border-radius:20px;
	} .content .con-inside.payment .cell.b .cell.b1 {
		display:table-cell;
		width:auto;
		height:65px;
		vertical-align:middle;
		padding:4px 16px;
	} .content .con-inside.payment .cell.b .cell.b1 span {
		display:block;
	} .content .con-inside.payment .cell.b .cell.c1 {
		display:table-cell;
		width:160px;
		height:65px;
		vertical-align:middle;
		text-align:right;
		padding:4px;
	} .content .con-inside.payment .cell.b .cell.a2, 
	  .content .con-inside.payment .cell.b .cell.b2, 
	  .content .con-inside.payment .cell.b .cell.c2 {
		display:table-cell;
		height:8px;
	} .content .con-inside.payment .cell.b .cell.a3, 
	  .content .con-inside.payment .cell.b .cell.b3, 
	  .content .con-inside.payment .cell.b .cell.c3 {
		display:table-cell;
		height:8px;
		border-top:1px solid #DDD;
	} .content .con-inside.payment .cell.b input[name=frm-kupon] {
		width:80%;
		height:42px;
		vertical-align:middle;
		-webkit-border-radius:4px;
		border-radius:4px;
	} .content .con-inside.payment .cell.b .btn-coupon {
		width:19%;
		height:42px;
		vertical-align:middle;
		-webkit-border-radius:3px;
		border-radius:3px;
	} .content .con-inside.payment .cell.b .summary-total {
		display:table;
		width:100%;
	} .content .con-inside.payment .cell.b .summary-total .row {
		display:table-row;
	} .content .con-inside.payment .cell.b .summary-total .cell.a {
		display:table-cell;
		width:50%;
		padding:6px;
		vertical-align:middle;
	} .content .con-inside.payment .cell.b .summary-total .cell.b {
		display:table-cell;
		width:50%;
		padding:6px;
		vertical-align:middle;
		text-align:right;
	} .content .con-inside.payment .cell.b .grand-total {
		display:table;
		width:100%;
		font-size:25px;
	} .content .con-inside.payment .cell.b .grand-total .row {
		display:table-row;
	} .content .con-inside.payment .cell.b .grand-total .cell.a {
		display:table-cell;
		width:50%;
		padding:6px;
		vertical-align:middle;
	} .content .con-inside.payment .cell.b .grand-total .cell.b {
		display:table-cell;
		width:50%;
		padding:6px;
		vertical-align:middle;
		text-align:right;
		
	} .content .con-inside.payment-purchase .left {
		float:left;
		padding:30px 0;
	} .content .con-inside.payment-purchase .left .txt.a {
		display:block;
		padding:10px 0;
		font-size:40px;
		letter-spacing:-1px;
	} .content .con-inside.payment-purchase .left .txt.b {
		display:block;
		padding:4px 0 10px 0;
		font-size:27px;
		font-weight:bold;
		letter-spacing:-0.5px;
	} .content .con-inside.payment-purchase .left .txt.c {
		display:block;
		line-height:1.6em;
	} .content .con-inside.payment-purchase .right {
		float:right;
		padding:40px 60px;
		
	} .content .maillist-bar button {
		padding:10px;
		vertical-align:middle;
		background:#FFF;
		font-size:19px;
		font-weight:bold;
		cursor:pointer;
	} .content .maillist-bar button:hover {
		color:#66BE5E;
	} .content .maillist-bar #bulletinProcess {
		display:none;
		
	} .content .aggreeBox {
		display:none;
		position:fixed;
		z-index:999;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} .content .aggreeBox > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		width:800px;
		height:400px;
		padding:30px 10px;
		margin:auto;
		background:#333;
		-webkit-box-shadow:0 20px 30px 0 rgba(0,0,0,0.35);
		box-shadow:0 20px 30px 0 rgba(0,0,0,0.35);
	} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		position:relative;
		float:right;
		margin:-68px -10px 0 0;
		background:#333;
		padding:4px 10px 6px 10px;
		white-space:nowrap;
	} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) a {
		color:#FFF;
		font-family:'Arial';
		font-size:12px;
	} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
		width:98%;
		height:340px;
		padding:0 0 0 10px;
		overflow:scroll;
		overflow-x:hidden;
		color:#FFF;
		font-size:17px;
		line-height:1.6em;
	} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div {
		padding:16px;
		background:#454545;
		
	} .content .aggreeBox .title {
		font-size:17px;
		font-weight:bold;
		letter-spacing:-1px;
		
	} .content .con-under {
		display:table;
		width:100%;
		margin:auto;
	} .content .con-under > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		padding:30px 0;
	} .content .con-under img {
		display:block;
		margin:10px auto;
	} .content .con-under span {
		font-size:21px;
		line-height:1.4em;
		text-align:center;
	}
	
	.footer {
		width:100%;
		
	} .footer .social-bar {
		width:100%;
		height:100px;
		background:url('../images/back_socialBar.png') no-repeat;
		background-size:100% 100%;
	} .footer .social-bar > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		margin:auto;
	} .footer .social-bar .left {
		float:left;
		width:50%;
		padding:20px 0 0 0;
	} .footer .social-bar .left span {
		font-size:43px;
		font-weight:bold;
		color:#FFF;
		letter-spacing:-1px;
	} .footer .social-bar .right {
		float:left;
		width:50%;
		padding:30px 0 0 0;
		text-align:right;
		
	} .footer .category-bar {
		width:100%;
		max-width:1260px;
		display:table;
		margin:45px auto;
	} .footer .category-bar .box {
		display:table-cell;
		vertical-align:top;
	} .footer .category-bar .box ul {
		list-style:none;
		margin:20px 0;
		padding:0;
	} .footer .category-bar .box ul li {
		padding:0 0 14px 0;
	} .footer .category-bar .box.a {
		width:20%;
	} .footer .category-bar .box.a span {
		font-size:31px;
		letter-spacing:-1px;
	} .footer .category-bar .box.b {
		width:30%;
		padding-left:20px;
		border-left:1px solid #E1E1E1;
	} .footer .category-bar .box.b span {
		font-size:31px;
		letter-spacing:-1px;
	} .footer .category-bar .box.c {
		width:25%;
		padding-left:20px;
		border-left:1px solid #E1E1E1;
	} .footer .category-bar .box.c span {
		font-size:31px;
		letter-spacing:-1px;
	} .footer .category-bar .box.d {
		width:25%;
	} .footer .category-bar .box.d .txt.a {
		font-size:31px;
		letter-spacing:-1px;
	} .footer .category-bar .box.d .txt.b {
		font-size:17px;
		line-height:1.6em;
		
	} .footer .copyright-bar {
		width:100%;
		height:160px;
	} .footer .copyright-bar > div:nth-child(1) {
		width:100%;
		max-width:1260px;
		height:100%;
		margin:auto;
	} .footer .copyright-bar .left {
		float:left;
		display:table;
		width:50%;
		height:100%;
	} .footer .copyright-bar .left > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} .footer .copyright-bar .left .a {
		float:left;
	} .footer .copyright-bar .left .a span {
		font-size:37px;
		letter-spacing:-1px;
	} .footer .copyright-bar .left .b {
		float:left;
		padding:5px 26px;
		font-size:17px;
		line-height:1.4em;
	} .footer .copyright-bar .right {
		float:left;
		display:table;
		width:50%;
		height:100%;
		text-align:right;
	} .footer .copyright-bar .right div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.nomobile {
			display:none!important;
		}
		
		.mobile-menu .logo {
			margin:0 0 40px 0;
		} .mobile-menu ul {
			margin:10px 0;
			font-size:19px;
		} .mobile-menu ul li {
			margin:0 0 10px 0;
		}
		
		.header .top-bar {
			width:100%;
			height:auto;
			background:#E50666;
		} .header .top-bar > div:nth-child(1) {
			width:100%;
			height:100%;
			margin:auto;
			text-align:center;
		} .header .top-bar > .a {
			max-width:100%;
		} .header .top-bar > .b {
			max-width:100%;
		} .header .top-bar .left {
			float:none;
			padding:10px;
		} .header .top-bar .right {
			display:none;
			
		} .header .menu-bar {
			position:relative;
			width:100%;
			height:140px;
			margin:auto;
		} .header .menu-bar.a {
			max-width:100%;
		} .header .menu-bar.b {
			max-width:100%;
		} .header .menu-bar .left {
			position:relative;
			z-index:2;
			padding:14px 0 0 20px;
			width:100%;
		} .header .menu-bar .left .buttons {
			display:none;
		} .header .menu-bar .left .mobile-btn {
			display:block;
			position:absolute;
			top:24px;
			right:20px;
		} .header .menu-bar .right {
			position:absolute;
			z-index:1;
			bottom:0;
			width:100%;
			float:none;
			padding:74px 0 0 0;
			text-align:center;
		} .header .menu-bar .right span {
			right:auto;
			margin:-36px 0 10px 0;
			padding:3px 0 0 0;
		} .header .menu-bar .right .b1,
		  .header .menu-bar .right .b2,
		  .header .menu-bar .right .b3,
		  .header .menu-bar .right .b4 {
			margin:0 0 10px 16px;
		} .header .menu-bar .right .b1 {
			margin:0 0 10px 0;
			
		} .header .search-bar {
			height:50px;
		} .header .search-bar > form > div:nth-child(1) {
			padding:0 10px;
		} .header .search-bar input {
			width:90%!important;
			font-size:19px!important;
			margin-top:5px;
		} .header .search-bar .button {
			margin-top:10px;
			
		} .header .hs-guide {
			position:relative;
			width:100%;
			height:360px;
		} .header .hs-guide.a {
			max-width:100%;
		} .header .hs-guide.b {
			max-width:100%;
		} .header .hsp {
			top:42%;
			left:14px;
		} .header .hsn {
		  	top:42%;
		  	right:14px;
		} .header .hsp img,
		  .header .hsn img {
		  	width:50px;
			height:auto;
		} .header .header-slider {
			width:100%;
			height:360px;
		} .header .header-slider .slide {
			width:100%;
			height:360px;
		} .header .header-slider .slide > div:nth-child(1) {
			width:100%;
			height:100%;
			text-align:center;
		} .header .header-slider .slide .txt.a {
			font-size:21px;
			letter-spacing:0;
		} .header .header-slider .slide .txt.b {
			font-size:31px;
			letter-spacing:0;
		} .header .header-slider .slide button {
			font-size:15px;
			padding:10px;
		}
		
		.content .main-titles {
			max-width:100%;
		} .content .main-titles div {
			padding:3px 0 0 0;
		} .content .main-titles span {
			line-height:1.2em;
			font-size:27px;
		} .content .main-titles u {
			font-size:15px;
			
		} .content .con-breadcrumb {
			width:100%;
			min-height:auto;
		} .content .con-breadcrumb > div:nth-child(1),
		  .content .con-breadcrumb > div.a:nth-child(1) {
			max-width:100%;
			padding:20px;
		} .content .con-breadcrumb .txt.a {
			font-size:23px;
		} .content .con-breadcrumb .back, 
		  .content .con-breadcrumb .right {
			float:right;
			margin:30px 0 0 0;
			font-size:15px;
		} .content .con-breadcrumb .right span {
			font-size:0;
			
		} .content .product-list {
			max-width:100%;
		} .content .product-list .item {
			float:none;
			width:260px;
			height:360px;
			margin:auto!important;
			
		} .content .con-inside {
			width:100%;
			min-height:540px;
			padding-bottom:80px;
		} .content .con-inside.a > div:nth-child(1) {
			max-width:100%;
		} .content .con-inside.b > div:nth-child(1),
		  .content .con-inside.reset-password > div:nth-child(1),
		  .content .con-inside.forgot > div:nth-child(1),
		  .content .con-inside.designers > div:nth-child(1),
		  .content .con-inside.favorites > div:nth-child(1),
		  .content .con-inside.sign-in > div:nth-child(1),
		  .content .con-inside.sign-up > div:nth-child(1) {
			max-width:100%;
		} .content .con-inside.account > div:nth-child(1),
		  .content .con-inside.contact > div:nth-child(1),
		  .content .con-inside.payment-purchase > div:nth-child(1),
		  .content .con-inside.search > div:nth-child(1) {
			max-width:100%;
			padding:20px;
		} .content .con-inside.faq-list > div:nth-child(1) {
			max-width:90%;
		} .content .con-inside.orders > div:nth-child(1),
		  .content .con-inside.basket > div:nth-child(1) {
			max-width:100%;
			padding:20px;
		} .content .con-inside.new-products > div:nth-child(1),
		  .content .con-inside.all-products > div:nth-child(1) {
			max-width:100%;
		} .content .con-inside.product-detail {
			padding:20px;
		} .content .con-inside.product-detail > div:nth-child(1) {
			max-width:100%;
			
		} .content .con-inside .con-text {
			padding:20px;
			
		} .content .con-inside.faq-list .txt.a {
			max-width:70%;
			padding:16px;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .content .con-inside.faq-list .txt.b > div:nth-child(1) {
			max-width:70%;
			padding:16px;
			-webkit-border-radius:20px;
			border-radius:20px;
			
		} .content .con-inside.sign-in {
			padding-bottom:40px;
		} .content .con-inside.sign-in .form {
			display:block;
			width:88%;
			margin:auto;
		} .content .con-inside.sign-in .row {
			display:block;
		} .content .con-inside.sign-in .cell {
			display:block;
			width:100%;
		} .content .con-inside.sign-in .info.a {
			float:none;
			display:inline;
			width:inherit;
			padding:10px 0;
		} .content .con-inside.sign-in .info.b {
			float:right;
			width:auto;
			font-size:13px;
			padding:0;
			text-align:right;
		} .content .con-inside.sign-in .info.c {
			float:none;
			display:inline;
			width:inherit;
			padding:10px 0;
		} .content .con-inside.sign-in .info.d {
			float:right;
			width:auto;
			padding:10px 0;
			text-align:right;
			
		} .content .con-inside.sign-up .form {
			display:block;
			width:88%;
			margin:auto;
		} .content .con-inside.sign-up .row {
			display:block;
		} .content .con-inside.sign-up .cell {
			display:block;
			width:100%;
		} .content .con-inside.sign-up .info.a {
			float:none;
			display:inline;
			width:inherit;
			padding:10px 0;
		} .content .con-inside.sign-up .info.b {
			float:right;
			width:auto;
			padding:10px 0;
			text-align:right;
		} .content .con-inside.sign-up .aggree-txt {
			font-size:13px;
			
		} .content .con-inside.forgot {
			padding-bottom:85px;
		} .content .con-inside.forgot .form {
			display:block;
			width:88%;
			margin:auto;
		} .content .con-inside.forgot .row {
			display:block;
		} .content .con-inside.forgot .cell {
			display:block;
			width:100%;
		} .content .con-inside.forgot .info.a {
			float:none;
			display:inline;
			width:inherit;
			padding:10px 0;
		} .content .con-inside.forgot .info.b {
			padding:10px 16px;
			font-size:12px;
			line-height:1.4em;
			background:#EEE;
			white-space:inherit;
		} .content .con-inside.forgot .info.c {
			float:none;
			display:inline;
			width:inherit;
			padding:10px 0;
		} .content .con-inside.forgot .info.d {
			float:right;
			width:auto;
			padding:10px 0;
			text-align:right;
			
		} .content .con-inside.reset-password {
			padding-bottom:85px;
		} .content .con-inside.reset-password .form {
			display:block;
			width:88%;
			margin:auto;
		} .content .con-inside.reset-password .row {
			display:block;
		} .content .con-inside.reset-password .cell {
			display:block;
			width:100%;
		} .content .con-inside.reset-password .info.a {
			float:none;
			display:inline;
			width:inherit;
			padding:10px 0;
		} .content .con-inside.reset-password .info.b {
			float:right;
			width:auto;
			padding:10px 0;
			text-align:right;
			
		} .content .con-inside.contact .txt.a {
			display:block;
			font-size:21px;
		} .content .con-inside.contact .txt.b {
			display:block;
			margin:6px 0 0 0;
		} .content .con-inside.contact .txt.c {
			display:block;
			font-size:30px;
			margin:6px 0 0 0;
			
		} .content .con-inside.contact .form {
			display:block;
			width:100%;
		} .content .con-inside.contact .row {
			display:block;
		} .content .con-inside.contact .form.a .cell {
			display:block;
			width:100%;
		} .content .con-inside.contact .form.b .cell {
			display:block;
			width:100%;
		} .content .con-inside.contact .form .cell input,
		  .content .con-inside.contact .form .cell textarea,
		  .content .con-inside.contact button {
			width:100%!important;
			
		} .content .con-inside.product-detail .prod-galery {
			position:relative;
			width:100%;
			padding:0 0 10px 0;
		} .content .con-inside.product-detail .prod-galery .thumb-list {
			position:absolute;
			top:-6px;
			left:-6px;
			width:60px;
		} .content .con-inside.product-detail .prod-galery .img {
			width:100%;
			height:auto;
			background:#FFF;
			border:1px solid rgba(0,0,0,0.1);
		} .content .con-inside.product-detail .prod-galery .thumb {
			float:none;
			width:60px;
			height:80px;
			margin:0 0 6px 0;
			padding:2px;
			border:1px solid rgba(0,0,0,0.1);
		} .content .con-inside.product-detail .prod-galery .thumb:hover {
			padding:0px;
			border:3px solid #FEB60A;
			
		} .content .con-inside.product-detail .prod-detail {
			float:none;
			width:100%;
			height:auto;
			margin:0;
			padding:26px 0 0 0;
		} .content .con-inside.product-detail .prod-detail .txt.a {
			display:block;
			font-size:23px;
			color:#FF3333;
			padding:26px 0 0 0;
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .txt.b {
			text-decoration:line-through;
			color:#888;
		} .content .con-inside.product-detail .prod-detail .txt.c {
			display:block;
			padding:5px 0;
			font-size:13px;
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .txt.d {
			display:block;
			font-size:14px;
			text-align:justify;
		} .content .con-inside.product-detail .prod-detail .txt.e {
			font-size:15px;
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .right {
			position:absolute;
			z-index:1;
			margin:60px 0 0 0;
			float:none;
			width:88%;
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .left {
			position:relative;
			float:none;
			width:100%;
			text-align:center;
			height:140px;
			padding:16px 0;
			
		} .content .con-inside.product-detail .prod-detail .right .black {
			margin:16px 0 0 0;
			padding:16px 60px 16px 24px;
			-webkit-border-radius:40px;
			border-radius:40px;
		} .content .con-inside.product-detail .prod-detail .right .green2 {
			padding:16px 24px;
			margin:16px 0 0 -54px;
			font-weight:bold;
			-webkit-border-radius:40px;
			border-radius:40px;
		} .content .con-inside.product-detail .prod-detail .prod-unit {
			width:70px;
			padding:0;
			border:0;
			font-size:37px;
			color:#000;
			vertical-align:middle;
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .options {
			background:#F5F5F5;
			padding:16px;
		} .content .con-inside.product-detail .prod-detail .tab-buttons {
			height:auto;
			list-style:none;
			margin:0;
			padding:0;
			font-weight:bold;
			border-bottom:0;
			background:#EEE;
		} .content .con-inside.product-detail .prod-detail .tab-buttons li {
			float:none;
			display:block;
			width:100%;
			border-bottom:1px solid rgba(0,0,0,0.1);
		} .content .con-inside.product-detail .prod-detail .tab-buttons a {
			display:block;
			width:100%;
			color:#111;
			padding:12px 16px;
			text-decoration:none;
		} .content .con-inside.product-detail .prod-detail .tab-buttons a.active {
			color:#FFF;
			background:#333;
			border-bottom:0;
		} .content .con-inside.product-detail .prod-detail .tab-all ul {
			line-height:1.2em;
		} .content .con-inside.product-detail .prod-detail .tab-all li {
			padding-bottom:10px;
		} .content .con-inside.product-detail .prod-detail .tab-all.b, 
		  .content .con-inside.product-detail .prod-detail .tab-all.c {
			display:none;
		} .content .con-inside.product-detail .prod-detail .tab-contents {
			font-size:14px;
			padding:14px 0;
			background:#F5F5F5;
		} .content .con-inside.product-detail .prod-detail .social {
			font-size:14px;
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .bank-logos {
			text-align:center;
		} .content .con-inside.product-detail .prod-detail .bank-logos img {
			vertical-align:middle;
			
		} .content .con-inside.product-detail .relation-list {
			width:90%;
			margin:auto;
		} .content .con-inside.product-detail .relation-list .titles {
			text-align:center;
			padding:26px 0 16px 0;
			margin:0 0 10px 0;
			border-bottom:1px solid #DDD;
		} .content .con-inside.product-detail .relation-list .titles span {
			display:block;
			padding:24px 0 0 0;
			font-size:27px;
			font-weight:bold;
			line-height:1em;
			letter-spacing:-1px;
			
		} .content .con-inside.basket {
			padding-bottom:70px;
		} .content .con-inside.basket .a .right {
			float:none;
			margin-top:30px;
		} .content .con-inside.basket .a .right a {
			color:#111;
		} .content .con-inside.basket .basket-items {
			float:none;
			width:100%;
			min-height:auto;
			padding:0 0 40px 0;
		} .content .con-inside.basket .basket-items .image {
			float:left;
			width:30%;
			height:120px;
			border:1px solid rgba(0,0,0,0.1);
			background-size:cover!important;
			cursor:pointer;
			padding:0 0 0 5%;
		} .content .con-inside.basket .basket-items .info {
			float:left;
			width:70%;
			padding:0 0 0 5%;
		} .content .con-inside.basket .basket-items .txt.a {
			display:block;
			font-size:19px;
			line-height:1.5em;
			letter-spacing:-1px;
		} .content .con-inside.basket .basket-items .txt.b {
			display:block;
			font-size:13px;
			line-height:1.5em;
			color:#999;
		} .content .con-inside.basket .basket-items .txt.c {
			display:block;
			font-size:17px;
		} .content .con-inside.basket .basket-items .txt.d {
			display:block;
			font-size:15px;
		} .content .con-inside.basket .basket-items input[name=prod-unit] {
			width:60px;
			padding:0;
			border:0;
			font-size:31px;
			color:#000;
			vertical-align:middle;
			text-align:center;
		} .content .con-inside.basket .basket-total {
			float:none;
			width:100%;
			min-height:640px;
			padding:0 6px;
			text-align:center;
		} .content .con-inside.basket .basket-total .txt.a {
			display:block;
			font-size:21px;
			color:#666;
			letter-spacing:-1px;
		} .content .con-inside.basket .basket-total .txt.b {
			display:block;
			font-size:31px;
			letter-spacing:-1px;
		} .content .con-inside.basket .basket-total .txt.c {
			font-size:14px;
		} .content .con-inside.basket .basket-total .txt.d {
			font-size:17px;
			text-align:center;
		} .content .con-inside.basket .basket-total .bank-logos {
			text-align:center;
		} .content .con-inside.basket .basket-total .bank-logos img {
			vertical-align:middle;
		} .content .con-inside.basket .basket-total textarea[name=frm-notlar] {
			width:100%;
			font-size:14px;
			text-align:center;
		} .content .con-inside.basket .basket-total button[type=submit] {
			width:100%;
			font-size:19px;
		} .content .con-inside.basket .empty-basket {
			position:relative;
			text-align:center;
			overflow:hidden;
		} .content .con-inside.basket .empty-basket img {
			width:70%;
			height:auto;
			margin:20px -50px 0 0;
			
		} .content .con-inside.account .txt.a {
			font-size:27px;
		} .content .con-inside.account .form.a,
		  .content .con-inside.account .form.b {
			float:none;
			width:100%
		} .content .con-inside.account .table {
			display:block;
			width:100%;
		} .content .con-inside.account .row {
			display:block;
		} .content .con-inside.account .cell {
			display:block;
			width:100%;
		} .content .con-inside.account .info.a {
			float:none;
			width:100%;
			
		} .content .con-inside.orders .rec-title.a {
			display:table;
			width:100%;
			list-style:none;
			margin:0;
			padding:0;
			background:#1D1D1B;
			color:#FFF;
			font-size:13px;
			font-weight:bold;
		} .content .con-inside.orders .rec-title.a li {
			display:table-cell;
			padding:8px 6px;
		} .content .con-inside.orders .rec-title.a li:nth-child(1) {
			width:10%;
			text-align:center;
		} .content .con-inside.orders .rec-title.a li:nth-child(2) {
			width:45%;
			padding:0 12px;
		} .content .con-inside.orders .rec-title.a li:nth-child(3) {
			width:45%;
			text-align:left;
		} .content .con-inside.orders .rec-title.a li:nth-child(4) {
			display:none;
		} .content .con-inside.orders .rec-title.a li:nth-child(5) {
			display:none;
		} .content .con-inside.orders .rec-title.a li:nth-child(6) {
			display:none;
		} .content .con-inside.orders .rec-title.a li:nth-child(3) span {
			display:none;
		} .content .con-inside.orders .rec-title.a li:nth-child(3) span.mob-content {
			display:block!important;
			
		} .content .con-inside.orders .rec-item.a {
			display:table;
			width:100%;
			list-style:none;
			margin:0;
			padding:0;
		} .content .con-inside.orders .rec-item.a li {
			display:table-cell;
			vertical-align:middle;
			padding:8px 6px;
			border:1px solid #CCC;
			font-size:13px;
		} .content .con-inside.orders .rec-item.a li:nth-child(1) {
			width:10%;
			border-width:0 1px 1px 1px;
			cursor:pointer;
			text-align:center;
		} .content .con-inside.orders .rec-item.a li:nth-child(2) {
			width:45%;
		} .content .con-inside.orders .rec-item.a li:nth-child(3) {
			width:45%;
			text-align:left;
		} .content .con-inside.orders .rec-item.a li:nth-child(3) span.mob-content {
			display:block!important;
		} .content .con-inside.orders .rec-item.a li:nth-child(4) {
			display:none;
		} .content .con-inside.orders .rec-item.a li:nth-child(5) {
			display:none;
		} .content .con-inside.orders .rec-item.a li:nth-child(6) {
			display:none;
			
		} .content .con-inside.orders .back {
			float:right;
			margin-top:10px;
		} .content .con-inside.orders .title {
			display:block;
			margin-top:-10px;
			font-size:17px;
			color:#1D1D1B;
			letter-spacing:-1px;
			
		} .content .con-inside.orders .rec-title.b {
			display:table;
			width:100%;
			list-style:none;
			margin:0;
			padding:0;
			background:#1D1D1B;
			color:#FFF;
			font-weight:bold;
			font-size:12px;
		} .content .con-inside.orders .rec-title.b li {
			display:table-cell;
		} .content .con-inside.orders .rec-title.b li:nth-child(1) {
			width:10%;
			padding:6px 12px;
			text-align:center;
		} .content .con-inside.orders .rec-title.b li:nth-child(2) {
			width:40%;
			padding:0 12px;
		} .content .con-inside.orders .rec-title.b li:nth-child(3) {
			display:none;
		} .content .con-inside.orders .rec-title.b li:nth-child(4) {
			width:10%;
			padding:0 12px;
			text-align:center;
		} .content .con-inside.orders .rec-title.b li:nth-child(5) {
			display:none;
		} .content .con-inside.orders .rec-title.b li:nth-child(6) {
			width:40%;
			padding:0 12px;
			text-align:right;
			
		} .content .con-inside.orders .rec-item.b {
			display:table;
			width:100%;
			list-style:none;
			margin:0;
			padding:0;
		} .content .con-inside.orders .rec-item.b li {
			display:table-cell;
			vertical-align:middle;
			border:1px solid #CCC;
			font-size:12px;
		} .content .con-inside.orders .rec-item.b li:nth-child(1) {
			padding:0 6px;
			width:10%;
			border-width:0 1px 1px 1px;
			text-align:center;
		} .content .con-inside.orders .rec-item.b li:nth-child(2) {
			display:none;
		} .content .con-inside.orders .rec-item.b li:nth-child(2) img {
			width:100%;
		} .content .con-inside.orders .rec-item.b li:nth-child(3) {
			width:40%;
			padding:6px 12px;
			border-width:0 1px 1px 0;
			line-height:1.4em;
		} .content .con-inside.orders .rec-item.b li:nth-child(4) {
			display:none;
		} .content .con-inside.orders .rec-item.b li:nth-child(5) {
			padding:0 12px;
			width:10%;
			text-align:center;
			border-width:0 1px 1px 0;
		} .content .con-inside.orders .rec-item.b li:nth-child(6) {
			display:none;
		} .content .con-inside.orders .rec-item.b li:nth-child(7) {
			width:40%;
			padding:0 12px;
			text-align:right;
			border-width:0 1px 1px 0;
			
		} .content .con-inside.orders .left.a {
			float:none;
			width:100%;
			font-size:13px;
			height:146px;
			background:#F3F3F3;
		} .content .con-inside.orders .left.a .txt.a {
			font-size:17px
		} .content .con-inside.orders .left.a .txt.b {
			display:inline-block;
			width:100px;
			
		} .content .con-inside.orders .right.a {
			float:none;
			width:100%;
			font-size:13px;
		} .content .con-inside.orders .right.a > div:nth-child(1) {
			width:100%;
			min-height:146px;
			border:1px solid #DDD;
		} .content .con-inside.orders .right.a > div:nth-child(1) > div:nth-child(1) {
			padding:20px;
			line-height:1.8em;
		} .content .con-inside.orders .right.a .item {
			display:table;
			width:100%;
		} .content .con-inside.orders .right.a .item > div:nth-child(1) {
			display:table-cell;
			width:70%;
		} .content .con-inside.orders .right.a .item > div:nth-child(2) {
			display:table-cell;
			width:30%;
			text-align:right;
		} .content .con-inside.orders .right.a .item .big:nth-child(1) {
			font-size:17px;
			letter-spacing:-0.5px;
		} .content .con-inside.orders .right.a .item .big:nth-child(2) {
			font-size:17px;
			letter-spacing:-1px;
			
		} .content .con-inside.orders .left.b {
			float:none;
			width:100%;
			font-size:13px;
			min-height:280px;
			background:#F3F3F3;
		} .content .con-inside.orders .left.b .title {
			font-size:17px;
			
		} .content .con-inside.orders .right.b {
			float:none;
			width:100%;
			font-size:13px;
			min-height:280px;
			background:#F3F3F3;
			
		} .content .con-inside.orders .right.b .title {
			font-size:17px;
			
		} .content .con-inside.payment .payment-panel {
			position:static;
			z-index:99;
			top:0;
			left:0;
			width:100%;
			height:auto;
			background:#FFF;
		} .content .con-inside.payment .member-login > div:nth-child(1) > div:nth-child(1) {
			display:table-cell;
			padding:48% 0 0 0;
			vertical-align:top;
			text-align:center;
		} .content .con-inside.payment .member-login .boxes {
			width:100%;
			margin:auto;
			background:url(../images/spacer.gif);
			color:#FFF;
			-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
			box-shadow:0 0 0 0 rgba(0,0,0,0);
		} .content .con-inside.payment .member-login .box.a {
			float:none;
			display:block;
			width:90%;
			margin:auto;
		} .content .con-inside.payment .member-login .box.b {
			float:none;
			display:block;
			width:90%;
			margin:auto;
			background:#E50666;
		} .content .con-inside.payment .table {
			display:block;
			width:100%;
			height:100%;
		} .content .con-inside.payment .row {
			display:block;
		} .content .con-inside.payment .cell.a {
			display:block;
			width:100%;
			vertical-align:top;
		} .content .con-inside.payment .cell.a .logo {
			position:absolute;
			width:100%;
			padding:16px 0 20px 0;
			text-align:center;
		} .content .con-inside.payment .cell.a .cell-panel {
			float:right;
			width:100%;
			padding:20px 20px 0 20px;
			padding-top:100px;
		} .content .con-inside.payment .cell.a .breadcrumb {
			font-size:14px
		} .content .con-inside.payment .cell.a .breadcrumb a {
			color:#999;
		} .content .con-inside.payment .cell.a .breadcrumb span {
			font-family:'Verdana';
		} .content .con-inside.payment .cell.a .con-ptext {
			padding:16px 4px;
		} .content .con-inside.payment .cell.a .con-ptext .txt.a {
			float:right;
			width:50%;
			font-size:12px;
			color:#666;
			text-align:right;
		} .content .con-inside.payment .cell.a .con-ptext .txt.b {
			font-size:12px;
			
		} .content .con-inside.payment .cell.a .con-ptext.b .info-box .txt.c {
			display:block;
			width:100%;
		} .content .con-inside.payment .cell.a .con-ptext.b .info-box .txt.d {
			display:block;
			width:100%;
		} .content .con-inside.payment .cell.a .con-ptext.b .info-box .txt.e {
			display:block;
			width:100%;
			text-align:left;
			
		} .content .con-inside.payment .cell.a .input span {
			font-size:12px;
		} .content .con-inside.payment .cell.a input[type=text] {
			width:100%;
			height:36px;
			margin:6px 0 0 0;
			border:0;
			font-size:13px;
			background:#F2F2F2;
			vertical-align:middle;
			-webkit-border-radius:4px;
			border-radius:4px;
		} .content .con-inside.payment .cell.a .input.a {
			width:100%;
			padding:10px 0;
		} .content .con-inside.payment .cell.a .input.b {
			float:left;
			width:48%;
			padding:6px 0 0 0;
			-webkit-border-radius:6px;
			border-radius:6px;
		} .content .con-inside.payment .cell.a .input.c {
			float:left;
			width:48%;
			padding:6px 0 0 0;
			margin:0 0 0 4%;
			-webkit-border-radius:6px;
			border-radius:6px;
		} .content .con-inside.payment .cell.a .input.d {
			width:100%;
			padding:6px 0 0 0;
			-webkit-border-radius:6px;
			border-radius:6px;
		} .content .con-inside.payment .cell.a .button {
			float:right;
			margin-top:-10px;
		} .content .con-inside.payment .cell.a button {
			height:42px;
			font-size:14px;
			vertical-align:middle;
			-webkit-border-radius:3px;
			border-radius:3px;
			
		} .content .con-inside.payment .cell.b {
			display:block;
			width:100%;
			vertical-align:top;
			border-left:1px solid #E1E1E1;
			background:#EEE;
		} .content .con-inside.payment .cell.b .cell-panel {
			width:100%;
			padding:40px 20px;
			padding-top:30px;
		} .content .con-inside.payment .cell.b .txt.a {
			font-size:14px;
			
		} .content .con-inside.payment .cell.b .table {
			display:table;
			width:100%;
		} .content .con-inside.payment .cell.b .row {
			display:table-row;
		} .content .con-inside.payment .cell.b .cell.a1 {
			display:table-cell;
			width:55px;
			height:65px;
			position:relative;
			vertical-align:middle;
			border:1px solid rgba(0,0,0,0.1);
			-webkit-border-radius:4px;
			border-radius:4px;
			background-size:80% auto!important;
			cursor:pointer;
		} .content .con-inside.payment .cell.b .cell.a1 span {
			position:absolute;
			top:-6px;
			right:-6px;
			width:20px;
			height:20px;
			text-align:center;
			font-size:11px;
			padding:4px;
			color:#FFF;
			background:#1D1D1B;
			-webkit-border-radius:20px;
			border-radius:20px;
		} .content .con-inside.payment .cell.b .cell.b1 {
			display:table-cell;
			width:auto;
			height:65px;
			font-size:14px;
			vertical-align:middle;
			padding:4px 16px;
		} .content .con-inside.payment .cell.b .cell.b1 span {
			display:block;
		} .content .con-inside.payment .cell.b .cell.c1 {
			display:table-cell;
			width:160px;
			height:65px;
			font-size:14px;
			vertical-align:middle;
			text-align:right;
			padding:4px;
		} .content .con-inside.payment .cell.b .cell.a2, 
		  .content .con-inside.payment .cell.b .cell.b2, 
		  .content .con-inside.payment .cell.b .cell.c2 {
			display:table-cell;
			height:8px;
		} .content .con-inside.payment .cell.b .cell.a3, 
		  .content .con-inside.payment .cell.b .cell.b3, 
		  .content .con-inside.payment .cell.b .cell.c3 {
			display:table-cell;
			height:8px;
			border-top:1px solid #DDD;
		} .content .con-inside.payment .cell.b input[name=frm-kupon] {
			width:100%;
			height:42px;
			font-size:14px;
			text-align:center;
			vertical-align:middle;
			-webkit-border-radius:4px 4px 0 0;
			border-radius:4px 4px 0 0;
		} .content .con-inside.payment .cell.b .btn-coupon {
			width:100%;
			height:42px;
			font-size:14px;
			vertical-align:middle;
			-webkit-border-radius:0 0 3px 3px;
			border-radius:0 0 3px 3px;
		} .content .con-inside.payment .cell.b .summary-total {
			display:table;
			width:100%;
			font-size:14px;
		} .content .con-inside.payment .cell.b .summary-total .row {
			display:table-row;
		} .content .con-inside.payment .cell.b .summary-total .cell.a {
			display:table-cell;
			width:50%;
			padding:6px;
			vertical-align:middle;
		} .content .con-inside.payment .cell.b .summary-total .cell.b {
			display:table-cell;
			width:50%;
			padding:6px;
			vertical-align:middle;
			text-align:right;
		} .content .con-inside.payment .cell.b .grand-total {
			display:table;
			width:100%;
			font-size:19px;
		} .content .con-inside.payment .cell.b .grand-total .row {
			display:table-row;
		} .content .con-inside.payment .cell.b .grand-total .cell.a {
			display:table-cell;
			width:50%;
			padding:6px;
			vertical-align:middle;
		} .content .con-inside.payment .cell.b .grand-total .cell.b {
			display:table-cell;
			width:50%;
			padding:6px;
			vertical-align:middle;
			text-align:right;
			
		} .content .maillist-bar button {
			padding:10px;
			vertical-align:middle;
			background:#FFF;
			font-size:19px;
			font-weight:bold;
			cursor:pointer;
		} .content .maillist-bar button:hover {
			color:#66BE5E;
		} .content .maillist-bar #bulletinProcess {
			display:none;
			
		} .content .aggreeBox {
			display:none;
			position:fixed;
			z-index:999;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:rgba(0,0,0,0.5);
		} .content .aggreeBox > div:nth-child(1) {
			display:table;
			width:100%;
			height:100%;
		} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) {
			display:table-cell;
			vertical-align:middle;
		} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			width:800px;
			height:400px;
			padding:30px 10px;
			margin:auto;
			background:#333;
			-webkit-box-shadow:0 20px 30px 0 rgba(0,0,0,0.35);
			box-shadow:0 20px 30px 0 rgba(0,0,0,0.35);
		} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
			position:relative;
			float:right;
			margin:-68px -10px 0 0;
			background:#333;
			padding:4px 10px 6px 10px;
			white-space:nowrap;
		} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) a {
			color:#FFF;
			font-family:'Arial';
			font-size:12px;
		} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
			width:98%;
			height:340px;
			padding:0 0 0 10px;
			overflow:scroll;
			overflow-x:hidden;
			color:#FFF;
			font-size:17px;
			line-height:1.6em;
		} .content .aggreeBox > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div {
			padding:16px;
			background:#454545;
			
		} .content .aggreeBox .title {
			font-size:17px;
			font-weight:bold;
			letter-spacing:-1px;
			
		} .content .con-under {
			display:table;
			width:100%;
			margin:auto;
		} .content .con-under > div:nth-child(1) {
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			padding:30px 0;
		} .content .con-under img {
			display:block;
			margin:10px auto;
		} .content .con-under span {
			font-size:21px;
			line-height:1.4em;
			text-align:center;
		}
		
		.footer .social-bar {
			height:auto;
			background-size:200% 100%;
		} .footer .social-bar > div:nth-child(1) {
			max-width:100%;
			height:100%;
			margin:auto;
		} .footer .social-bar .left {
			float:none;
			width:100%;
			padding:28px 0 0 0;
			text-align:center;
		} .footer .social-bar .right {
			float:none;
			width:100%;
			padding:30px 0;
			text-align:center;
			
		} .footer .category-bar {
			max-width:100%;
			display:block;
			margin:45px auto;
		} .footer .category-bar .box {
			display:block;
		} .footer .category-bar .box ul {
			list-style:none;
			margin:20px 0;
			padding:0;
		} .footer .category-bar .box ul li {
			padding:0 0 14px 0;
		} .footer .category-bar .box.a {
			width:80%;
			margin:auto;
		} .footer .category-bar .box.b {
			width:80%;
			margin:auto;
			padding-left:0;
			border-left:0;
		} .footer .category-bar .box.c {
			width:80%;
			margin:auto;
			padding-left:0;
			border-left:0;
		} .footer .category-bar .box.d {
			width:100%;
			width:80%;
			margin:auto;
			
		} .footer .copyright-bar {
			width:100%;
			height:auto;
		} .footer .copyright-bar > div:nth-child(1) {
			max-width:100%;
		} .footer .copyright-bar .left {
			float:none;
			display:block;
			width:100%;
		} .footer .copyright-bar .left > div:nth-child(1) {
			display:block;
			padding-top:20px;
		} .footer .copyright-bar .left .a {
			float:none;
			text-align:center;
		} .footer .copyright-bar .left .b {
			float:none;
			text-align:center;
		} .footer .copyright-bar .right {
			float:none;
			display:block;
			width:100%;
			padding:20px 0 30px 0;
			text-align:center;
		} .footer .copyright-bar .right div:nth-child(1) {
			display:block;
		}
		
		/* css1 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:768px) and (max-width:768px) {
		
		body {
			zoom:63%;
		}
		
		/* css2 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1024px) {
		
		body {
			zoom: 65%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1025px) and (max-width:1279px) {
		
		body {
			zoom: 81%!important;
		}
		#launcher {
			zoom: 114%!important;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1280px) and (max-width:1366px) {
		
		body {
			zoom: 85%!important;
			
		}
		
		.zEWidget-webWidget {
			zoom: 114%!important;
		}
		#launcher {
			zoom: 114%!important;
		}
		
		/* css5 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1367px) and (max-width:1600px) {
		
		body {
			zoom: 90%!important;
		}
		
		.zEWidget-webWidget {
			zoom: 114%!important;
		}
		#launcher {
			zoom: 114%!important;
		}
		
		/* css5 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(255,255,255,0.75)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(255,255,255,0.75)!important;  
	} .search-bar input::-moz-placeholder {
		color:rgba(255,255,255,0.75)!important;  
	} .search-bar input:-ms-input-placeholder {  
		color:rgba(255,255,255,0.75)!important;  
	}
	
	button {
		cursor:pointer;
	}
	
	button.green2 {
		padding:14px 26px;
		font-size:19px;
		background:#E50666;
		color:#FFF;
		-webkit-border-radius:50px;
		border-radius:50px;
	} button.green2:hover {
		background:#E50666;
	}
	
	button.black {
		position:relative;
		padding:10px 14px;
		background:#000;
		font-size:19px;
		color:#FFF;
		border:0;
		cursor:pointer;
		vertical-align:top;
	} button.black:hover {
		background:#333;
		padding:9px 14px 11px 14px;
	} button.black:active,
	  button.black.active {
		background:#000;
		padding:11px 14px 9px 14px;
		color:rgba(255,255,255,0.5);
	}
	
	button.green {
		position:relative;
		padding:10px 14px;
		background:#E50666;
		font-size:19px;
		font-weight:500;
		color:#FFF;
		border:0;
		cursor:pointer;
		vertical-align:top;
		-webkit-border-radius:4px;
		border-radius:4px;
	} button.green:hover {
		background:#FCBA2E;
		padding:9px 14px 11px 14px;
	} button.green:active,
	  button.green.active {
		background:#E6BA2E;
		padding:11px 14px 9px 14px;
		color:rgba(255,255,255,0.5);
	}
	
	input:-webkit-autofill {
	  -webkit-box-shadow: 0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		-webkit-border-radius:0;
		border-radius:0;
		background-color:#EAEAEA;
		
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
		
		
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#333;
		border-left:1px solid #FFF;
	}
	
	.gscale {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	input[type=text], input[type=number], input[type=password], textarea, select {
		font-size:17px;
		padding:14px 12px;
		background:#FFF;
		border:1px solid rgba(0,0,0,0.2);
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#111;
		-webkit-border-radius:4px;
		border-radius:4px;
	} input:focus[type=text], input:focus[type=number], input:focus[type=password], textarea:focus, select:focus {
		padding:13px 11px;
		border:2px solid #E50666;
		background:#F5F5F5;
		color:#000;
	}
	
	#popupProduct {
		display:none;
		position:fixed;
		z-index:99998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	}
	
	#blockCallCenter {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		background:url(../images/blockImageBlack.png);
	} #blockCallCenter > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
	} #blockCallCenter > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockCallCenter .dialogBorder {
		position:relative;
		margin:auto;
		min-height:240px;
		padding:20px;
		width:640px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	} #blockCallCenter .girl {
		position:absolute;
		top:-32px;
		right:-38px;
	} #blockCallCenter .title {
		font-size:36px;
		letter-spacing:-1px;
		color:#173C8A;
	} #blockCallCenter .table {
		display:table;
		width:85%;
	} #blockCallCenter .table .row {
		display:table-row;
	} #blockCallCenter .table .row > .cell:nth-child(1) {
		display:table-cell;
		width:32%;
	} #blockCallCenter .table .row > .cell:nth-child(2) {
		display:table-cell;
		width:3%;
	} #blockCallCenter .table .row > .cell:nth-child(3) {
		display:table-cell;
		width:65%;
		padding:2px 0;
	} #blockCallCenter .table .row .cell input {
		width:86%;
		
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow:0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow:0 10px 34px 0 rgba(0,0,0,0.35);
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#333;
	} #blockTableDiv #dialogContent {
		margin:0 0 10px 0;
		padding:10px 10px 6px 10px;
		font-size:16px;
		line-height:1.4em;
		color:#333;
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:16px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockLoaderDiv {
		display:block;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#5A5A5A;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	