/* Circular Font Family */
@font-face {
	font-family: 'Circular';
	src: url('../fonts/Circular-Light.eot');
	src: url('../fonts/Circular-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Circular-Light.woff') format('woff'),
		 url('../fonts/Circular-Light.ttf') format('truetype'),
		 url('../fonts/Circular-Light.svg#varela') format('svg');
	font-style: normal;
	font-weight: 100;
}
@font-face {
	font-family: 'Circular';
	src: url('../fonts/Circular-Med.eot');
	src: url('../fonts/Circular-Med.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Circular-Med.woff') format('woff'),
		 url('../fonts/Circular-Med.ttf') format('truetype'),
		 url('../fonts/Circular-Med.svg#varela') format('svg');
	font-style: normal;
	font-weight: 200;
}
@font-face {
	font-family: 'Circular';
	src: url('../fonts/Circular-Bold.eot');
	src: url('../fonts/Circular-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Circular-Bold.woff') format('woff'),
		 url('../fonts/Circular-Bold.ttf') format('truetype'),
		 url('../fonts/Circular-Bold.svg#varela') format('svg');
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: 'Circular';
	src: url('../fonts/Circular-Black.eot');
	src: url('../fonts/Circular-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Circular-Black.woff') format('woff'),
		 url('../fonts/Circular-Black.ttf') format('truetype'),
		 url('../fonts/Circular-Black.svg#varela') format('svg');
	font-style: normal;
	font-weight: 400;
}

html {
	background-color: #F6F6F6;
}

body {
	font-family: 'Circular', sans-serif !important;
	margin: 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.container{
	padding: 0;
}

/* HEADER */

	header {
		width: 100%;
		position: relative;
		float: left;
		z-index: 10;
	}

	header .header-desktop {
		display: none;
		visibility: hidden;
	}

	header .header-mobile {
		width: 100%;
		display: block;
		float: left;
	}

	header .header-mobile .h-top {
		width: 100%;
		height: 73px;
		background: rgba(0,0,0,0.68);
	}

	header .header-mobile .h-menu {
		width: 100%;
		height: 142px;
		background: rgba(0,0,0,0.40);
	}

	/* HAMBURGER MENU */

		.hamburger-nav {
			float: left;
		}

		.menu-icon-wrapper {
			position: relative;
			display: inline-block;
		    width: 34px;
		    height: 34px;
			pointer-events: none;
			transition: 0.1s;
			margin-top: 20px;
			margin-left: 20px;
		}

		.menu-icon-wrapper.scaled {
			-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
			transform: scale(0.5);
		}

		.menu-icon-wrapper svg {
			position: absolute;
			top: -33px;
			left: -33px;
			-webkit-transform: scale(0.1);
			-ms-transform: scale(0.1);
			transform: scale(0.1);
			-webkit-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
			transform-origin: 0 0;
		}

		.menu-icon-wrapper svg path {
			stroke: #fff;
			stroke-width: 25px;
			stroke-linecap: round;
		    stroke-linejoin: round;
			fill: transparent;
		}

		.menu-icon-wrapper .menu-icon-trigger {
			position: relative;
			width: 100%;
			height: 100%;
			cursor: pointer;
			pointer-events: auto;
			background: none;
			border: none;
			margin: 0;
			padding: 0;
		}

		.menu-icon-wrapper .menu-icon-trigger:hover,
		.menu-icon-wrapper .menu-icon-trigger:focus {
			outline: none;
		}

	/* /HAMBURGER MENU */

	.mobile-logo {
		width: 136px;
		height: 35px;
		margin: 0px auto 0 auto;
		padding: 0;
		display: block;
		position: relative;
		top: 28px;
	}

	.mobile-logo a {
		width: 100%;
		height: 100%;
		display: block;
		background: url('../img/mobile-logo@2x.png') no-repeat;
		background-size: 100%;
		cursor: pointer;
		float: left;
	}

	.header-mobile .toggle-menu {
		float: right;
		display: block;
		width: 66px;
		height: 73px;
		background-color: #F6A623;
		position: relative;
		top: -35px;
		z-index: 500;
		cursor: pointer !important;
	}

	.header-mobile .toggle-menu i {
		display: inline-block;
		float: left;
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		top: 20px;
		left: 20px;
	}

	.header-mobile .toggle-menu a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.header-mobile .toggle-menu i.user-ico {
		width: 26px;
		height: 29px;
		background-image: url('../img/icons/toggle-user@2x.png');
	}

	.header-mobile .h-menu .mobile-announce {
		width: 100%;
		display: block;
		float: left;
		position: relative;
		text-align: center;
		top: -20px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.10);
	}

	.header-mobile .h-menu .mobile-announce span {
		color: #fff;
		font-size: 13px;
		font-weight: 100;
		letter-spacing: -0.20px;
		text-transform: uppercase;
		width: 100%;
	}

	.header-mobile .h-menu .mobile-announce span strong {
		color: #FFB843;
	}

	.header-mobile .h-menu .mobile-search {
		width: 100%;
		display: block;
		padding: 0 30px;
		position: relative;
		float: left;
	}

	.header-mobile .h-menu .mobile-search input {
		width: 100%;
		height: 50px;
		border-radius: 3px;
		outline: none;
		border: none;
		padding-left: 53px;
		padding-right: 30px;
		font-size: 14px;
		font-weight: 100;
		letter-spacing: -0.25px;
		color: rgba(0,0,0,0.75);
	}

	.header-mobile .h-menu .mobile-search i {
		display: inline-block;
		float: left;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		top: 13px;
		left: 45px;
	}

	.header-mobile .h-menu .mobile-search i.m-search {
		width: 24px !important;
		height: 24px !important;
		background-image: url('../img/icons/mobile-search@2x.png');
	}

	.header-mobile .h-toggle-con {
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.95);
		position: absolute;
		z-index: 100;
		float: left;
		transition: all .6s;
		opacity: 0;
		visibility: hidden;
	}

	.header-mobile .h-toggle-con.show {
		visibility: visible;
		opacity: 1;
	}

	.header-mobile .h-toggle-con ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: block;
		margin-top: 30px;
		float: left;
		width: 100%;
	}

	.header-mobile .h-toggle-con ul li {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.10);
		color: #fff;
		font-size: 16px;
		font-weight: 200;
		letter-spacing: -0.30px;
		text-transform: uppercase;
		transition: .3s all;
	}

	.header-mobile .h-toggle-con ul li:first-child {
		border-top: 1px solid rgba(255,255,255,0.10);
	}

	.header-mobile .h-toggle-con ul li:hover {
		color: #F6A623;
	}

	.header-mobile .h-toggle-con ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 15px;
	}

	.header-mobile .h-toggle-con .h-mob-button {
		height: 45px;
		border-radius: 3px;
		border: 1px solid rgba(255,255,255,0.20);
		text-align: center;
		color: #fff;
		font-size: 14px;
		font-weight: 200;
		letter-spacing: -0.30px;
		text-transform: uppercase;
		line-height: 44px;
		margin-top: 30px;
		display: inline-block;
		width: 48%;
		transition: .3s all;
	}

	.header-mobile .h-toggle-con .h-mob-button span {
		width: 100%;
		height: 100%;
		display: inline-block;
		cursor: pointer;
	}

	.header-mobile .h-toggle-con .h-mob-button.reg {
		margin-right: 10px;
	}

	.header-mobile .h-toggle-con .h-mob-button.reg {
		margin-right: 10px;
	}

	.header-mobile .h-toggle-con .h-mob-button.reg:hover {
		background: #fff;
		border-color: #fff;
		color: #000;
	}

	.header-mobile .h-toggle-con .h-mob-button.log {
		color: #fff;
		background-color: #F6A623;
		border-color: #F6A623;
	}


	.header-mobile .h-toggle-con .h-mob-button a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.h-account-toggle-con {
		width: 100%;
		height: 100vh;
		display: block;
		float: left;
		background: rgba(0,0,0,0.70);
		position: absolute;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
	}

	.header-desktop .h-account-toggle {
		position: absolute;
		border-radius: 3px;
		background-color: #fff;
		width: 100%;
		display: block;
		z-index: 100;
		right: 48px;
		top: 63px;
	}

	.header-desktop .h-account-toggle ul {
		list-style: none;
		padding: 20px;
		margin: 0;
		color: #222222;
		font-size: 14px;
		font-weight: 100;
		padding-bottom: 40px;
		cursor: pointer !important;

	}

	.header-desktop .h-account-toggle-con.open {
		visibility: visible;
		opacity: 1;
	}

	.header-desktop .h-account-toggle ul li {
		border-bottom: 1px solid #ECECEC;
		transition: .3s all;
		cursor: pointer !important;
	}

	.header-desktop .h-account-toggle ul li:hover {
		color: #ED9B15;

	}

	.header-desktop .h-account-toggle ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 15px 10px;
		cursor: pointer !important;
	}
	header .header-desktop .h-top.opacity {
		background-color: #1B1B1B !important;
	}

	header .header-desktop .h-menu.opacity {
		background-color: #2B2B2B !important;
	}

	header .header-mobile .h-top.opacity {
		background-color: #1B1B1B !important;
	}
	header .header-mobile .h-menu.opacity {
		background-color: #2B2B2B !important;
	}

.create-your-canvas {
	position: absolute;
	width: 100%;
	height: 100vh;
	float: left;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.90);
	z-index: 5000;
	transition: .5s all;
}


.create-your-canvas.open {
	opacity: 1;
	visibility: visible;
}

.create-your-canvas .upload-content {
	width: 100%;
	border-radius: 3px;
	background-color: #fff;
	display: block;
	float: left;
	padding: 60px;
	position: relative;
	top: 150px;
	text-align: center;
	z-index: 50000;
}


.create-your-canvas .upload-content .cloud {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 103px;
    margin-bottom: 42px;
}


.create-your-canvas .upload-content .cloud i {
	width: 173px;
	height: 137px;
	background-size: 100%;
	background-image: url('../img/icons/cloud-upload@2x.png');
	background-repeat: no-repeat;
    display: block;
    margin: 0 auto;

}

.create-your-canvas .upload-content span.heading {
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 26px;
	float: left;
	margin-bottom: 30px;
	font-weight: 300;
	display: block;

}


.create-your-canvas .upload-content input[type=file] {
	filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
	position: absolute;
	z-index: 500;
	cursor: pointer;
	opacity: 0;
	top: 370px;
	width: 100%;
	float: left;
	left: 0;
	height: 90px;

}

.create-your-canvas .upload-content span.upload-btn {
	text-align: center;
	background-color: #F1A73A;
	color: #fff;
	font-size: 16px;
	padding: 15px 60px;
	font-weight: 100;
	border-radius: 2px;
	outline: none;
	border: none;
	width: 100%;
	cursor: pointer;
	float: left;
	display: block;


}

.create-your-canvas .upload-content span.title {
	font-weight: 100;
	color: #000;
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 110px;
	float: left;

}

/* /HEADER */


/* ANASAYFA */

	.landing-con {
		width: 100%;
		height: 585px;
		display: block;
		position: relative;
		background-image: url('../img/landing/background-1@2x.jpg');
		background-size: cover;
		z-index: 5;
	}

	.l-search {
		display: none;
		visibility: hidden;
	}

	.l-search input[type=text] {
		width: 100%;
		height: 63px;
		padding-left: 79px;
		padding-right: 169px;
		padding-top: 3px;
		border-radius: 100px;
		background: #fff;
		outline: none;
		border: none;
		position: relative;
		z-index: 5;
		font-family: 'Circular', sans-serif;
		font-weight: 100;
		color: rgba(0,0,0,0.75);
		letter-spacing: -0.33px;
		float: left;
	}

	.l-search i {
		display: inline-block;
		float: left;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 10;
		left: 50px;
		top: 19px;
	}

	.l-search i.search {
		width: 25px;
		height: 25px;
		background-image: url('../img/icons/l-search@2x.png');
	}

	.l-search input[type=submit] {
		outline: none;
		border: none;
		background-image: linear-gradient(-180deg, #9ED73A 0%, #47A621 100%);
		border-radius: 0 100px 100px 0;
		height: 63px;
		position: absolute;
		top: 0;
		z-index: 10;
		float: left;
		right: 0;
		padding: 0 45px;
		color: #fff;
		font-family: 'Circular';
		font-weight: 200;
		letter-spacing: -0.70px;
		font-size: 17px;
		text-shadow: 0 1px 0 rgba(0,0,0,0.17);
		transition: .3s all;
	}

	.l-search input[type=submit]:hover {
		background-image: linear-gradient(-180deg, #68B92A 0%, #68B92A 100%);
	}

	.last-search-con {
		display: none;
		visibility: hidden;
	}

	.last-search-con span.heading {
		width: 100%;
		display: block;
		text-transform: uppercase;
		color: #fff;
		font-size: 12px;
		font-weight: 200;
		letter-spacing: -0.38px;
		border-left: 5px solid #F6A623;
		padding-left: 12px;
		padding-top: 4px;
		margin-bottom: 25px;
	}

	.last-search-con ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}

	.last-search-con ul li {
		float: left;
		border-radius: 100px;
		background: inherit;
		border: 1px solid rgba(255,255,255,0.15);
		text-align: center;
		color: #fff;
		font-weight: 100;
		font-size: 14px;
		height: 40px;
		line-height: 38px;
		margin-right: 20px;
		transition: .3s all;
		margin-bottom: 15px;
	}

	.last-search-con ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0 17px;
	}

	.last-search-con ul li:last-child{
		margin-right: 0;
	}

	.last-search-con ul li:hover {
		background: rgba(255,255,255,0.15);
	}

	.best-products {
		width: 100%;
		display: block;
		float: left;

	}

	.popular-products {
		width: 100%;
		height: 100%;
		display: block;
		float: left;
		margin-top: 55px;
	}

	.popular-products span.heading {
		width: 100%;
		display: block;
		text-transform: uppercase;
		color: #fff;
		font-size: 12px;
		font-weight: 200;
		letter-spacing: -0.38px;
		border-left: 5px solid #F6A623;
		padding-left: 12px;
		padding-top: 4px;
		margin-bottom: 25px;
	}

	.popular-products span.heading.p-de {
		color: #676666;
		font-size: 16px;
		font-weight: 300;
	}

	.popular-products-slide {
		display: block;
		float: left;
	}

	.popular-products-slide .products-con {
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		float: left;
	}

	.popular-products-slide .products-con .cover {
		width: 100%;
		height: 100%;
	}

	.popular-products-slide .products-con .cover img {
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-repeat: no-repeat;
		max-width: 100%;
	}

	.popular-products .popular-products-slide.p-de .owl-nav {
		color: white !important;
		position: absolute;
		top: 40px;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 100px;
	}

	.popular-products .popular-products-slide.p-de .owl-nav .owl-next {
		right: 0 !important;
		position: absolute;
		width: 45px;
		height: 50px !important;
		background-color: rgba(0,0,0,0.60);

	}

	.popular-products .popular-products-slide.p-de .owl-nav .owl-prev {
		position: absolute;
		left: 0;
		width: 45px;
		height: 50px !important;
		background-color: rgba(0,0,0,0.60);
	}

	.popular-products .popular-products-slide .product-c .products-con .info {
		width: 100%;
		text-align: center;
		display: block;
	}

	.popular-products .popular-products-slide .product-c .products-con .info span.heading {
		color: #fff;
		font-size: 14px;
		letter-spacing: -0.32px;
		font-weight: 100;
		border: none;
		text-transform: none;
		padding: 0;
		margin: 10px 0 0 0;
	}

	.popular-products .popular-products-slide .product-c .products-con .info span.heading.p-de {
		color: #3A3A3A;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.popular-products .popular-products-slide .product-c .products-con .info span.title {
		font-family: 'Playfair Display';
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.37px;
		color: #FFB943;
		display: block;
	}
	.popular-products .popular-products-slide .product-c .products-con .info span.price {
		color: #4B4B4B;
		font-size: 21px;
		font-weight: 300;
		letter-spacing: -0.50px;
		position: relative;
		display: inline-block;
		top: 5px;
	}

	.popular-products .popular-products-slide .product-c .products-con .info span.sales {
		height: 30px !important;
		border-radius: 2px;
		background-color: #93C94C;
		text-align: center;
		color: #fff;
		font-size: 12px;
		font-weight: 100;
		letter-spacing: -0.30px;
	    padding: 9px 4px;
	    margin-right: 5px;
	    display: inline-block;
	}
	.owl-nav {
		color: white !important;
		position: absolute;
		top: 35px;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 100px;
	}

	.owl-nav .owl-next {
		right: 0 !important;
		position: absolute;
		width: 45px;
		height: 50px !important;
		background-color: rgba(0,0,0,0.60);

	}

	.owl-nav .owl-prev {
		position: absolute;
		left: 0;
		width: 45px;
		height: 50px !important;
		background-color: rgba(0,0,0,0.60);
	}

	.slide-category {
		width: 100%;
		float: left;
		display: block;
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #E5E5E5;
	}

	.slide-cat {
		position: relative;
		float: left;
		z-index: 5;}

	.feat-slider .owl-dots {
		text-align: center;
		margin-top: 15px;
	}

	.feat-slider .owl-dots .owl-dot {
		display:inline-block;
		width: 13px;
		height: 13px;
		margin: 0 3px;
		background-color: #DCDCDC;
		border-radius: 8px
	}

	.feat-slider .owl-dots .owl-dot.active {
		background-color: #F9B148;
	}

	.s-cat-con {
		width: 100%;
		height: 105px;
		display: block;
		position: relative;
		overflow: hidden;
		float: left;
		border-radius: 4px;
	}

	.s-cat-con span {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 200;
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 10;
		top: 43px;
	}


	i.slide-nav {
		width: 16px;
		height: 26px;
		display: inline-block;
		background-size: 100%;
		background-repeat: no-repeat;
		top: -15px;
		position: relative;
	}

	i.slide-nav.prev {
		background-image: url('../img/icons/prev@2x.png');
	}
	i.slide-nav.next {
		background-image: url('../img/icons/next@2x.png');
	}

	.featured-products {
		width: 100%;
		display: block;
		float: left;
		margin-top: 33px;
	}

	.featured-products span {
		width: 100%;
		text-align: center;
		display: block;
		text-transform: uppercase;
		color: #676666;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: -0.88px;
		margin-bottom: 25px;
	}

	.featured-products .feat-slider {
		width: 100%;
		float: left;
		border-radius: 3px;
	}

	.featured-products .feat-slider .f-slide img {
		background-size: cover;
		width: 100%;
	}

	.featured-products .fe-box {
		float: left;
		width: 100%;
	}

	.featured-products .fe-box img {
		width: 100% !important;
		height: 100% !important;
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
	}

	.featured-products .fe-fl {
		float: left;
		margin-bottom: 30px;
		width: 100%;
	}

	.product-tab-category {
		margin-bottom: 45px;
	}

	.product-tab-category .product-table {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		background: inherit;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		height: 50px;
		margin-bottom: 30px;
	}

	.product-tab-category .product-table .tab {
		flex: 1;
		color: #393939;
		font-size: 10px;
		font-weight: 100;
		letter-spacing: -0.4px;
		line-height: 50px;
		text-align: center;
		border-right: 1px solid #E5E5E5;
		transition: .3s all;
		padding: 0 20px;
		cursor: pointer;
	}

	.product-tab-category .product-table .tab:hover {
		background-color: #E5E5E5 !important;
	}

	.product-tab-category .product-table .tab.active {
		background-color: #F9B148 !important;
		color: #fff;
		font-weight: 200;
		border-right: none;
		border-left: none;
	}

	.product-tab-category .product-table .tab:nth-child(odd) {
	  background: inherit;
	  -webkit-order: 1;
	      -ms-flex-order: 1;
	          order: 1;
	}

	.product-tab-category .product-table .tab:nth-child(even) {
	  background: inherit;
	  -webkit-order: 1;
	      -ms-flex-order: 1;
	          order: 1;
	}

	.product-tab-category .product-table .tab:last-child {
		border-right: none;
	}

	.product-tab-category .product-con {
		float: left;
		display: inline-block;
		margin-bottom: 30px;
	}

	.product-tab-category .product-con .image {
		width: 100%;
		display: block;
		border-radius: 3px;
		box-shadow: 0 10px 19px 0 rgba(0,0,0,0.05);
		position: relative;
	}

	.product-tab-category .product-con .image img {
		width: 100%;
		height: 150px;
		border-radius: 3px;
		background-repeat: no-repeat;
		position: relative;
	}

	.product-tab-category .product-con .image span.new {
		height: 23px !important;
		line-height: 25px;
		border-radius: 2px;
		background-color: #C11F26;
		color: #fff;
		font-size: 12px;
		font-weight: 200;
		text-transform: uppercase;
		padding: 0 6px;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10;
	}

	.product-tab-category .product-con .info {
		width: 100%;
		text-align: center;
		display: block;
		margin-top: 14px;
	}

	.product-tab-category .product-con .info span.heading {
		color: #3A3A3A;
		font-size: 14px;
		letter-spacing: -0.32px;
		font-weight: 100;
		border: none;
		text-transform: none;
		padding: 0;
		margin: 10px 0 0 0;
	}

	.product-tab-category .product-con .info span.title {
		font-family: 'Playfair Display';
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.37px;
		color: #FFB943;
		display: block;
	}

	.product-tab-category .product-con .info span.price {
		color: #4B4B4B;
		font-size: 21px;
		font-weight: 300;
		letter-spacing: -0.50px;
		position: relative;
		display: inline-block;
		top: 5px;
	}

	.product-tab-category .product-con .info span.sales {
		height: 30px !important;
		border-radius: 2px;
		background-color: #93C94C;
		text-align: center;
		color: #fff;
		font-size: 12px;
		font-weight: 100;
		letter-spacing: -0.30px;
		padding: 5px 4px;
		margin-right: 5px;
	}

	.product-tab-category .p-cat-con {
		padding: 0;
		float: left;
		margin-bottom: 50px;
	}

	.product-tab-category .product-show-more {
		text-align: center;
		margin-top: 20px;
		display: inline-block;
	}

	.product-tab-category .product-show-more span {
		display: inline-block;
		color: #676666;
		font-size: 14px;
		width: 190px;
		font-weight: 100;
		letter-spacing: -0.32px;
		border-radius: 100px;
		text-align: center;
		border: 1px solid #CACACA;
		height: 50px;
		transition: .5s all;
		line-height: 50px;
	}

	.product-tab-category .product-show-more span:hover {
		background-color: #FDAF55;
		color: #fff;
		border: 1px solid #FDAF55;
	}

	.product-tab-category .product-show-more span a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.side-products {
		display: inline-block;
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}

	.side-products .side-heading {
		font-size: 16px;
		font-weight: 300;
		color: #676666;
		letter-spacing: -0.60px;
		text-transform: uppercase;
		margin-bottom: 10px;
		margin-top: 15px;
		float: left;}

	.side-products .products-con {
		display: block;
	}

	.side-products .products-con .product {
		display: block;
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 15px;
		width: 100%;
		margin-top: 15px;
		float: left;
	}

	.side-products .products-con .product .thumb {
		width: 80px;
		height: 80px;
		border-radius: 3px;
		float: left;
		margin-right: 18px;
	}

	.side-products .products-con .product .thumb img {
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-repeat: no-repeat;
		display: inline-block;
		border-radius: 3px;
	}

	.side-products .products-con .product .info {
		width: 100%;
		display: block;
	}

	.side-products .products-con .product .info span.heading {
		color: #3A3A3A;
		font-size: 14px;
		letter-spacing: -0.32px;
		font-weight: 100;
		border: none;
		text-transform: none;
		padding-top: 10px;
		display: block;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}

	.side-products .products-con .product .info span.title {
		font-family: 'Playfair Display';
		font-size: 14px;
		font-weight: 600;
		letter-spacing: -0.37px;
		color: #FFB943;
		display: block;
		padding-top: 3px;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}

	.side-products .products-con .product .info span.price {
		color: #4B4B4B;
		font-size: 17px;
		font-weight: 300;
		letter-spacing: -0.50px;
		position: relative;
		display: block;
		padding-top: 9px;
	}

	.pro-tab-con {
		float: left;
		display: inline-block;
	}

	.page-title-con {
		width: 100%;
		max-height: 95px;
		overflow-y: scroll;
		display: block;
		float: left;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.page-title-con p {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 14px;
		color: #686868;
		text-align: justify;
		letter-spacing: -0.30px;
		line-height: 26px;
		float: left;
		display: block;
		font-weight: 100;
	}

/* /ANASAYFA */



.page-title-con27 {
		width: 100%;
		max-height: 0px;
		overflow-y: scroll;
		display: block;
		float: left;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.page-title-con27 p {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 14px;
		color: #686868;
		text-align: justify;
		letter-spacing: -0.30px;
		line-height: 0px;
		float: left;
		display: block;
		font-weight: 100;
	}
	
	

/* FOOTER */

	footer {
		width: 100%;
		float: left;
		display: block;
	}

	footer .f-second {
		width: 100%;
		height: 95px;
		background-color: #F2A73A;
		float: left;
		display: block;
	}

	footer .f-last {
		width: 100%;
		background-color: #1C1C1C;
		float: left;
		display: block;
		padding-bottom: 50px;
	}


	footer .f-first {
		width: 100%;
		display: none;
		visibility: hidden;
		float: left;
		background-color: #F2F2F2;
	}

	footer .f-first .f-banner {
		width: 100%;
		text-align: center;
		float: left;
		padding: 38px 0;
	}

	footer .f-first ul {
		list-style: none;
		height: 64px;
		margin: 0;
		padding: 0;
		border: 1px solid #D2D2D2;
		border-radius: 3px;
		background: inherit;
		line-height: 45px;
		font-size: 14px;
		font-weight: 100;
		padding: 10px 0;
		color: #3C3D48;
		text-align: center;
		align-content: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}

	footer .f-first ul li {
		float: left;
		border-right: 1px solid #D2D2D2;
		padding: 0 20px;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}

	footer .f-first ul li:last-child {
		border-right: none;
	}

	footer .f-first ul li b {
		font-weight: 300;
	}

	footer .f-first ul li i.f-ico {
		display: inline-block;
		float: left;
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		top: 6px;
	}

	footer .f-first ul li i.f-ico.safe {
		width: 30px;
		height: 31px;
		background-image: url('../img/icons/safe-128.png');
		margin-right: 20px;
	}

	footer .f-first ul li i.f-ico.cargo {
		width: 28px;
		height: 29px;
		background-image: url('../img/icons/cargo-new.png');
		margin-right: 20px;
	}

	footer .f-first ul li i.f-ico.support {
		width: 34px;
		height: 29px;
		background-image: url('../img/icons/customer-support.png');
		margin-right: 20px;
	}
	

	footer .f-first ul li i.f-ico.payment {
		width: 31px;
		height: 31px;
		background-image: url('../img/icons/kapida-odeme.png');
		margin-right: 20px;
	}
	
	footer .f-first ul li i.f-ico.credicard {
		width: 31px;
		height: 31px;
		background-image: url('../img/icons/credi-cards.png');
		margin-right: 20px;
	}
	

	footer .f-second .newsletter {
		float: left;
		display: inline-block;
		margin-top: 22px;
		width: 100%;
	}

	footer .f-second .newsletter input[type=text] {
		border: none;
		outline: none;
		border-radius: 2px;
		background-color: #fff;
		font-size: 14px;
		font-weight: 100;
		width: 30%;
		padding: 25px 10px;
		height: 43px;
		float: left;
	}

	footer .f-second .newsletter input[type=submit] {
		border: none;
		outline: none;
		float: left;
		width: 26px;
		height: 17px;
		display: inline-block;
		background-size: 100%;
		background-image: url('../img/icons/email-click@2x.png');
		background-repeat: no-repeat;
		left: -35px;
		top: 16px;
		background-color: white;
		position: relative;
	}


	footer .f-second .newsletter .text-con {
		float: left;
		display: inline-block;
		margin-right: 30px;
	}

	footer .f-second .newsletter .text-con span.heading {
		font-size: 14px;
		font-weight: 200;
		color: #fff;
		text-transform: uppercase;
	}

	footer .f-second .newsletter .text-con span.title {
		font-size: 14px;
		color: #8C5A11;
		letter-spacing: -0.80px;
		font-weight: 100;
		line-height: 5px;
		padding: 0;
		text-align: justify;
	}

	footer .f-second .newsletter .text-con span.title i {
		letter-spacing: 0.02px;
		font-style: normal;

	}

	footer .f-second .newsletter .text-con span.title br { 
		padding: 0;
	}

	footer .f-second .social-account {
		float: right;
		display: inline-block;
		width: 100%;
	}

	footer .f-second .social-account .soc-con {
		float: right;
	}

	footer .f-second .social-account .soc-con a {
		width: 100%;
		height: 100%;
		display: block;}

	footer .f-second .social-account .soc-con span.heading {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
		float: left;
		padding-top: 38px;
		margin-right: 22px;
	}

	footer .f-second .social-account .soc-con ul {
		list-style: none;
		float: left;

		padding: 0;
		margin: 0;
		margin-top: 23px;
	}

	footer .f-second .social-account .soc-con ul li {
		width: 48px;
		height: 48px;
		float: left;
		background-color: #B7710A;
		margin-right: 15px;
		border-radius: 100px;
		text-align: center;
		line-height: 48px;
		transition: .3s all;
	}

	footer .f-second .social-account .soc-con ul li:hover {
		background-color: #633f0a;
	}

	footer .f-second .social-account .soc-con ul li i.f-soci {
		display: inline-block;
		float: left;
		background-size: 100%;
		background-repeat: no-repeat;
		position: relative;
		left: 15px;
		top: 15px;
	}

	footer .f-second .social-account .soc-con ul li i.f-soci.facebook  {
		width: 18px;
		height: 18px;
		background-image: url('../img/icons/facebook@2x.png');
	}

	footer .f-second .social-account .soc-con ul li i.f-soci.twitter  {
		width: 19px;
		height: 16px;
		top: 17px;
		background-image: url('../img/icons/twitter@2x.png');
	}

	footer .f-second .social-account .soc-con ul li i.f-soci.youtube  {
		width: 21px;
		height: 15px;
		background-image: url('../img/icons/youtube@2x.png');
		left: 13px;
		top: 17px;
	}

	footer .f-last .f-logo {
		width: 255px;
		height: 70px;
		margin: 0 auto;
		padding: 0;
		display: block;
		position: relative;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	footer .f-last .f-logo a {
		width: 100%;
		height: 100%;
		display: block;
		background: url('../img/f-logo@2x.png') no-repeat;
		background-size: 100%;
		cursor: pointer;
		float: left;
	}

	footer .f-last .f-cat-list {
		width: 100%;
		float: left;
		display: block;
		padding-left: 50px;
	}

	footer .f-last .f-cat-list span.heading {
		font-weight: 300;
		font-size: 15px;
		text-transform: uppercase;
		color: #fff;

	}

	footer .f-last .f-cat-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	footer .f-last .f-cat-list ul li {
		float: left;
		font-size: 15px;
		color: #8B8B8B;
		font-weight: 100;
		letter-spacing: -0.32px;
		line-height: 35px;
		transition: .3s all;
		padding-right: 22px;
	}

	footer .f-last .f-cat-list ul li:last-child {
		padding-right: 0;
	}

	footer .f-last .f-cat-list ul li a {
		width: 100%;
		height: 100%;
		display: block;
	}

	footer .f-last .f-cat-list ul li:hover {
		color: #F1A73A;
	}

	footer .f-last .f-menu-list .f-m-con {
		float: left;
		display: block;
	}

	footer .f-last .f-menu-list {
		width: 100%;
		float: left;
		display: block;
		padding-left: 50px;
		margin-top: 32px;
	}

	footer .f-last .f-menu-list span.heading {
		font-weight: 300;
		font-size: 15px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 15px;
		display: block;
	}

	footer .f-last .f-menu-list span.heading.last {
		display: inline-block;
		margin-top: 30px;
	}

	footer .f-last .f-menu-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	footer .f-last .f-menu-list ul li {
		font-size: 15px;
		color: #8B8B8B;
		font-weight: 100;
		float: left;
		padding-right: 22px;
		letter-spacing: -0.32px;
		line-height: 35px;
		transition: .3s all;
	}

	footer .f-last .f-menu-list ul li:last-child {
		padding-right: 0;
	}

	footer .f-last .f-menu-list ul li a {
		width: 100%;
		height: 100%;
		display: block;
	}

	footer .f-last .f-menu-list ul li:hover {
		color: #F1A73A;
	}
/* /FOOTER */


/* GLOBAL */


	.breadcrumb-con {
		width: 100%;
		display: none;
		float: left;
		visibility: hidden;
		margin-top: 70px;
		margin-bottom: 25px;
	}

	.breadcrumb-con ul {
		list-style: none;
		width: 100%;
		float: left;
		display: inline-block;

		padding: 0;
		margin: 0;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		background-color: inherit;
		font-size: 14px;
		font-weight: 100;
	}

	.breadcrumb-con ul li {
		line-height: 50px;
		float: left;
		border-right: 1px solid #E5E5E5;
		color: #9D9D9D;
	}


	.breadcrumb-con ul li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0 30px;

	}

	.breadcrumb-con ul li.select {
		color: #292929 !important;
		font-weight: 200;
	}



	.pagination {
		float: left;
	    margin-top: 50px;
	    margin-bottom: 100px;
	}
	.pagination ul {
	    padding: 0;
	    width: 100%;
	    text-align: center;
	    float: left;
	}
	.pagination ul li {
	    display: inline-block;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	    line-height: 48px;
	    min-width: 48px;
	    font-weight: 200;
	    margin-right: 10px;
	    margin-bottom: 20px;
	    background: #fff;
	    border-radius: 100px !important;
	    font-size: 12px;
	    color: #000;
	    transition: .3s all;
	}

	.pagination ul li:hover {
	    background: #F1A73A;
	    color: #fff;
	}

	.pagination ul li:last-child {
	    margin-right: 0;
	}
	.pagination ul li.active {
	    background: #F1A73A;
	    color: #fff;
	}
	.pagination ul li a {
	    display: block;
	    width: 100%;
	    height: 100%;
	    padding: 0 25px;
	}



	.privacy-agree input {
		display: none;
	}

	.privacy-agree input + label span {
		display: inline-block;
		width: 16px;
		height: 16px;
		border: 2px solid #D7D7D7;
		position: relative;
		float: left;
		margin-right: 10px;
		background: #D7D7D7;
		border-radius: 3px;
		margin-top: -1px;

	}

	.privacy-agree input:checked + label span {
		background: #F6A623;
		border-color: #F6A623;
	}

	.privacy-agree input:checked + label span:before {
		content: '';
		background: url('../img/icons/checkbox.png') no-repeat center center;
		background-size: 100%;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.privacy-agree {
		font-family: 'Circular';
		font-size: 15px;
		color: #434343;
		font-weight: 100;
		float: left;
		margin-top: 10px;
	}
/* /GLOBAL */


/* ÜRÜN DETAY */

	.product-detail {
		width: 100%;
		display: block;
		float: left;
	}

	.product-detail .modal-choose {
		border: 2px solid #E5E5E5;
		border-radius: 3px;
		float: left;
		width: 100%;
		height: 140px;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.product-detail .modal-choose .modal-box {
	    width:100%;
	    height:77px;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}

	.product-detail .modal-choose .modal {
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 20px;
	}

	.product-detail .modal-choose .modal img {
		width: 100px;
	    height: 60px;
	    -webkit-filter: grayscale(100%);
	    filter: grayscale(100%);
	    transition: .3s all;
	}

	.product-detail .modal-choose .modal img:hover {
	    -webkit-filter: none;
	    filter: none;
	}

	.product-detail .modal-choose .modal.select img {
	    -webkit-filter: none;
	    filter: none;
	}


	.product-detail .modal-choose .modal-box::-webkit-scrollbar {
	  width: 7px;
	  height: 10px;
	  border-radius: 100px;
	  border: none;
	  background-color: inherit;

	}

	.product-detail .modal-choose .modal-box::-webkit-scrollbar-thumb {
	  background: #D6D6D6;
	  border-radius: 100px;
	  border: none;
	}

	.dash-table-con::-webkit-scrollbar-corner {
	  background: inherit;
	}


	.product-detail .modal-choose span.heading {
		font-size: 14px;
		color: #404040;
		letter-spacing: -0.55px;
		display: block;
		font-weight: 200;
		width: 100%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}

	.product-detail .product-image {
		width: 100%;
		float: left;
		display: block;
	}

	.product-detail .product-image .cover {
		width: 100%;
		height: 100%;
		float: left;
		display: block;

	}

	.product-detail .product-image .cover img {
		background-size: cover;
		width: 100%;
	}

	.product-detail .fl-le {
		float: left;

	}

	.product-detail .product-info {
		width: 100%;
		float: left;
	}

	.product-detail .product-info span.pr-title {
		font-size: 16px;
		font-weight: 700;
		font-family: 'Playfair Display';
		letter-spacing: -0.16px;
		line-height: 20px;
		color: #F6A623;
		padding-top: 15px;
		display: block;
	}

	.product-detail .product-info span.pr-heading {
		font-size: 24px;
		font-weight: 300;
		letter-spacing: -0.80px;
		line-height: 20px;
		color: #404040;
		padding-top: 12px;
		display: block;
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 20px;
	}

	.product-detail .product-info span.pr-barcode {
		font-size: 13px;
		font-weight: 100;
		letter-spacing: -0.30px;
		color: #737373;
		padding-top: 15px;
		display: block;
		padding-bottom: 17px;
	}

	.product-detail .product-info span.pr-barcode b {
		font-weight: 200;
		color: #505050;
	}

	.product-detail .product-info .product-price {
		width: 100%;
		display: block;
		float: left;
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 15px;
	}

	.product-detail .product-info .product-price span.sales {
		float: left;
		width: 100%;
		background-color: #79C218;
		border-radius: 3px;
		padding: 8px 6px;
		color: #fff;
		font-weight: 200;
		font-size: 14px;
		letter-spacing: -0.4px;
		line-height: 20px;
		text-transform: uppercase;
		text-align: center;
	}


	.product-detail .product-info .product-price span.sales i {
		font-style: normal;
	}


	.product-detail .product-info .product-price span.price {
		font-size: 28px;
		font-weight: 400;
		color: #4B4B4B;
		letter-spacing: -0.80px;
		line-height: 40px;
		float: left;
		padding-top: 14px;
	}

	.product-detail .product-info .product-price span.tax {
		font-size: 12px;
		color: #BCBCBC;
		font-weight: 100;
		letter-spacing: -0.34px;
		float: left;
	    padding-top: 28px;
	    padding-left: 15px;
	    text-transform: uppercase;
	}

	
	.register-content .reg-form-con .reg-form span.warn {
		width: 100%;
		border-radius: 2px;
		display: block;
		padding: 15px 20px;
		color: #fff;
		font-size: 14px;
		font-weight: 200;
		letter-spacing: -0.4px;
		background-color: #BB1D1D;
	}

	.product-detail .product-info .product-dropdown {
		width: 100%;
		float: left;
		margin-top: 17px;
		display: block;
	}

	.product-detail .product-info .product-dropdown select {
		width: 100%;
		line-height: 41px;
		height: 43px;
		outline: none;
		border-radius: 3px;
		border: 2px solid #E5E5E5;
		background: inherit;
		text-transform: uppercase;
		display: block;
	    font-size: 11px;
	    font-family: 'Circular';
	    font-weight: 200;
		float: left;
		padding-left: 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		letter-spacing: 0.6px;
		color: #36363B;
	    background-image: url('../img/icons/ddown@2x.png');
	    background-repeat: no-repeat;
	    background-size: 12px 7px;
	    background-position: 90% center;
	}

	.product-detail .product-info .product-dropdown select option {
		font-size: 12px;
	}

	.product-detail .product-info .fl-le.dropdown {
		padding-right: 0;
		padding-left: 0;
	}
	.product-detail .product-info .fl-le.dropdown-two {
		padding-right: 0;
		padding-left: 0;
	}

	.product-detail .product-info button.shopping-cart-btn {
		width: 100%;
		height: 50px;
		border-radius: 2px;
		border: none;
		outline: none;
		background-color: #FFA91B;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Circular';
		font-weight: 300;
		font-size: 15px;
		letter-spacing: -0.65px;
		line-height: 49px;
		float: left;
		margin-top: 17px;
	}

	.product-detail .product-info button.shopping-cart-btn a {
		width: 100%;
		height: 100%;
		display: block;


	}

	.product-detail .product-image .owl-nav {
		color: white !important;
		position: absolute;
		top: 120px;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 100px;
	}

	.product-detail .product-image .owl-nav .owl-next {
		right: 0 !important;
		position: absolute;
		width: 58px;
		height: 58px !important;
		background-color: rgba(0,0,0,0.30);
		padding-top: 4px;

	}

	.product-detail .product-image .owl-nav .owl-prev {
		position: absolute;
		left: 0;
		width: 58px;
		height: 58px !important;
		background-color: rgba(0,0,0,0.30);
		padding-top: 4px;
	}

	.product-tabs {
		width: 100%;
		float: left;
		margin-top: 80px;
		margin-bottom: 100px;
	}


	.product-tab-content {
		width: 100%;
		float: left;
	}

	.product-tab-content .product-table {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		background: inherit;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		height: 50px;
		margin-bottom: 30px;
	}

	.product-tab-content .product-table .tab {
		flex: 1;
		color: #393939;
		font-size: 14px;
		font-weight: 100;
		letter-spacing: -0.4px;
		line-height: 50px;
		text-align: center;
		border-right: 1px solid #E5E5E5;
		transition: .3s all;
		padding: 0 20px;
		cursor: pointer;
	}

	.product-tab-content .product-table .tab:hover {
		background-color: #E5E5E5 !important;
	}

	.product-tab-content .product-table .tab.active {
		background-color: #F9B148 !important;
		color: #fff;
		font-weight: 200;
		border-right: none;
		border-left: none;
	}

	.product-tab-content .product-table .tab:nth-child(odd) {
	  background: inherit;
	  -webkit-order: 1;
	      -ms-flex-order: 1;
	          order: 1;
	}

	.product-tab-content .product-table .tab:nth-child(even) {
	  background: inherit;
	  -webkit-order: 1;
	      -ms-flex-order: 1;
	          order: 1;
	}

	.product-tab-content .product-table .tab:last-child {
		border-right: none;
	}

	.product-tab-content .product-con {
		float: left;
		display: inline-block;
		margin-bottom: 30px;
	}

	.product-tab-content .product-quality-con {
		width: 100%;
		float: left;
		display: block;
	}


	.product-tab-content .product-quality-con .pr-qu-he {
		width: 100%;
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
	}


	.product-tab-content .product-quality-con .pr-qu-he span.heading {
		display: block;
		font-size: 24px;
		color: #4A4A4A;
		font-weight: 300;
		letter-spacing: -0.34px;
		text-transform: uppercase;
		padding-bottom: 9px;
		margin-top: 20px;
	}

	.product-tab-content .product-quality-con .pr-qu-he span.title {
		display: block;
		font-size: 15px;
		color: #4A4A4A;
		font-weight: 100;
	}

	.product-tab-content .product-quality-con .image {
		width: 100%;
		height: 294px;
		float: left;
		display: block;
		border-bottom: 2px solid #e5e5e5;
	}


	.product-tab-content .product-quality-con .image img {
		width: 100%;
		height: 100%;
		background-size: 100;
		background-repeat: no-repeat;
	}


	.product-tab-content .product-quality-con .product-quality-img {
		float: left;
	}

	.product-tab-content .product-quality-con .product-quality-img.col-lg-5 {
		padding-left: 0;

	}
	.product-tab-content .product-quality-con .product-quality-text.col-lg-7 {
		padding-right: 0;
	}


	.product-tab-content .product-quality-con .product-quality-text {
		float: left;
	}

	.product-tab-content .product-quality-con .product-quality-text .text {
		width: 100%;
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
	}


	.product-tab-content .product-quality-con .product-quality-text .text span.heading {
		width: 100%;
		display: block;
		font-size: 24px;
		color: #4A4A4A;
		font-weight: 300;
		letter-spacing: -0.34px;
		line-height: 40px;
		margin-top: 10px;
	}


	.product-tab-content .product-quality-con .product-quality-text .text span.title {
		font-size: 14px;
		font-weight: 100;
		color: #4A4A4A;
		letter-spacing: -0.2px;

	}

	.product-tab-content .product-quality-con .product-quality-content {
		width: 100%;
		float: left;
		display: block;
		padding: 50px 0 ;
		border-bottom: 1px solid #e5e5e5;
	}


	.product-tab-content .product-quality-con .product-quality-content span.notif {
		width: 100%;
		display: block;
		float: left;
		background-color: #9ACF2D;
		border-radius: 2px;
		color: #fff;
		font-size: 14px;
		font-weight: 200;
		padding: 20px 15px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-write {
		width: 100%;
		float: left;
		display: block;
		margin-top: 30px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-write textarea {
		width: 100%;
		border-radius: 3px;
		background-color: inherit;
		border: 1px solid #e5e5e5;
		outline: none;
		padding: 30px;
		display: block;
		float: left;
		font-size: 15px;
		font-weight: 100;
		font-family: 'Circular';
		color: #808080;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-write input {
		width: 100%;
		border-radius: 3px;
		border: 1px solid #e5e5e5;
		outline: none;
		background-color: inherit;
		display: block;
		padding: 0 30px;
		float: left;
		font-size: 15px;
		font-weight: 100;
		font-family: 'Circular';
		color: #808080;
		height: 57px;
		margin-top: 15px;
	}

	.product-tab-content .product-quality-con .product-quality-content .comment-write button {
		height: 48px;
		border-radius: 3px;
		border: none;
		outline: none;
		background-color: #B7B7B7;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		font-family: 'Circular';
		letter-spacing: -0.37px;
		font-weight: 200;
		margin-top: 20px;
		line-height: 46px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-write button a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 0 50px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-area-con {
		width: 100%;
		float: left;
		margin-top: 35px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-box {
		width: 100%;
		border-radius: 2px;
		background-color: #fff;
		border-bottom: 2px solid #e5e5e5;
		display: block;
		float: left;
		padding: 30px;
		margin-top: 20px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-box span.name {
		color: #292929;
		font-size: 15px;
		font-weight: 200;
		float: left;
		margin-right: 15px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-box span.date {
		color: #BEBEBE;
		font-size: 15px;
		font-weight: 100;
		display: block;

	}

	.product-tab-content .product-quality-con .product-quality-content .comment-box span.comment {
		color: #333333;
		font-size: 14px;
		font-weight: 100;
		line-height: 24px;
		float: left;
		margin-top: 10px;
		text-align: justify;
		letter-spacing: -0.10px;
	}


	.product-tab-content .product-quality-con .product-quality-content .comment-box span.avatar {
		width: 39px;
		height: 51px;
		float: left;
		background-image: url('../img/icons/avatar@2x.png');
		background-size: 100%;
		margin-right: 30px;
		background-repeat: no-repeat;

	}

/* /ÜRÜN DETAY */


/* KATEGORİ */

.category-content {
	width: 100%;
	float: left;
	display: block;
}

.category-content .fl-le {
	float: left;
}

.category-content .category-side {
	width: 100%;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.category-content .category-side span.heading {
	padding-left: 30px;
	font-size: 15px;
	color: #404040;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.50px;
	padding-top: 25px;
	display: block;
	padding-bottom: 20px;
	border-left: 4px solid #F6A623;

}


.category-content .category-side ul li.select {
	font-weight: 200;
}

.category-content .category-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-content .category-side ul li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	color: #0B0B0B;
	font-weight: 100;
	letter-spacing: -0.3px;
	padding: 13px 0 13px 30px;
}


.category-content .category-side ul li:last-child {
	border-bottom: none;
}


.category-content .category-side ul.sub-cat {
	margin-top: 15px;
	padding-left: 0;
	margin-left: 0;

}

.category-content .category-side ul.sub-cat li:last-child {
	border-bottom: none;
	padding-bottom: 0;

}
.category-content .category-side ul.sub-cat li:first-child {
	border-top: 1px solid #e5e5e5;

}

.category-content .category-side ul li a {
	width: 100%;
	height: 100%;
	display: block;
}


.category-content .category-side ul li:hover {
	color: #F9B148;
}

.category-content .cat-heading {
	width: 100%;
	float: left;
	display: block;
}

.category-content .cat-heading span.heading {
	width: 100%;
	display: block;
	color: #4A4A4A;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -0.50px;
}

.category-content .cat-heading span.title {
	width: 100%;
	display: block;
	margin-top: 15px;
	max-height: 78px;
	height: 78px;
	color: #686868;
	font-size: 14px;
	font-weight: 100;
	line-height: 26px;
	text-align: justify;
	overflow-y: scroll;
	padding-right: 15px;

}

.category-content .cat-heading span.title::-webkit-scrollbar {
  width: 9px;
  height: 10px;
  border-radius: 100px;
  border: none;
  background-color: inherit;

}

.category-content .cat-heading span.title::-webkit-scrollbar-thumb {
  background: #D6D6D6;
  border-radius: 100px;
  border: none;
}

.category-content .cat-heading span.title::-webkit-scrollbar-corner {
  background: inherit;
}


.category-content .cat-tab {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background: inherit;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	height: 50px;
	float: left;
	width: 100%;
	margin: 30px 0;
}

.category-content .cat-tab .tab {
	flex: 1;
	color: #393939;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: -0.4px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #E5E5E5;
	transition: .3s all;
	padding: 0 20px;
	cursor: pointer;
}

.category-content .cat-tab .tab:hover {
	background-color: #E5E5E5 !important;
}

.category-content .cat-tab .tab.active {
	background-color: #F9B148 !important;
	color: #fff;
	font-weight: 200;
	border-right: none;
	border-left: none;
}

.category-content .cat-tab .tab:nth-child(odd) {
  background: inherit;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.category-content .cat-tab .tab:nth-child(even) {
  background: inherit;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.category-content .cat-tab .tab:last-child {
	border-right: none;
}

.category-content .cat-product {
	width: 100%;
	float: left;
	display: block;
}


.category-content .cat-product {

}

.category-content .cat-product .fl-le {
	float: left;
	margin-bottom: 30px;
}


.category-content .cat-product .products-con .info {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 15px;
}

.category-content .cat-product .products-con .info span.heading {
	color: #fff;
	font-size: 14px;
	letter-spacing: -0.32px;
	font-weight: 100;
	border: none;
	text-transform: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.category-content .cat-product .products-con .info span.heading.p-de {
	color: #3A3A3A;
	margin-top: 15px;
	margin-bottom: 5px;
}

.category-content .cat-product .products-con .info span.title {
	font-family: 'Playfair Display';
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.37px;
	color: #FFB943;
	display: block;
	margin-bottom: 5px;
}
.category-content .cat-product .products-con .info span.price {
	color: #4B4B4B;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -0.50px;
	position: relative;
	display: inline-block;
	top: 4px;
	margin-bottom: 10px;
}

.category-content .cat-product .products-con .info span.sales {
	height: 30px !important;
	border-radius: 2px;
	background-color: #93C94C;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: -0.30px;
    padding: 9px 4px;
    margin-right: 5px;
    display: inline-block;
}

.category-content .cat-product .products-con .cover {
	width: 100%;
	height: 100%;
	box-shadow: 0 10px 19px 0 rgba(0,0,0,0.05);
}

.category-content .cat-product .products-con .cover img {
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	max-width: 100%;
}

/* /KATEGORİ */


/* KAYIT OL */



	.register-content {
		width: 100%;
		float: left;
		display: block;
		margin-top: 90px;
		margin-bottom: 50px;
	}

	.register-content.login {
		margin-top: 15px;
	}

	.register-content .fl-le {
		float: left;
	}

	.register-content .reg-form-con {
		width: 100%;
		float: left;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		padding: 30px 35px;
	}

	.register-content .reg-form-con.login {
		margin-top: 30px;
	}

	.register-content .reg-form-con span.heading {
		display: block;
		font-size: 24px;
		color: #4A4A4A;
		letter-spacing: -0.34px;
		font-weight: 200;
		padding-bottom: 10px;
	}


	.register-content .reg-form-con span.title {
		display: block;
		font-size: 14px;
		color: #4A4A4A;
		font-weight: 100;
		border-bottom: 1px solid #F0F0F0;
		padding-bottom: 20px;
	}

	.register-content .reg-form-con .reg-form {
		width: 100%;
		float: left;
		display: block;
		margin-top: 30px;
	}

	.product-detail .product-info span.warn {
		width: 100% !important;
		border-radius: 3px;
		display: block;
		background-color: #99CC00;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 200;
		text-align: center;
		line-height: 36px;
		padding-top: 2px;
		letter-spacing: -0.30px;
		float: left;
		margin-top: 15px;
	}

	span.success {
		width: 100%;
		border-radius: 2px;
		display: block;
		padding: 15px 20px;
		color: #fff;
		font-size: 14px;
		font-weight: 200;
		letter-spacing: -0.4px;
		background-color: #9CCF47;
		margin-top: 3px;
	}

	.register-content .reg-form-con .reg-form .reg-step {
		width: 100%;
		float: left;
		display: block;
		margin-top: 20px;
	}


	.register-content .reg-form-con .reg-form .reg-step span.heading {
		display: block;
		font-size: 14px;
		color: #848484;
		letter-spacing: -0.5px;
		font-weight: 200;
		padding-bottom: 20px;
	}

    .register-content .reg-form-con .reg-form .reg-step input {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #E5E5E5;
        height: 57px;
        display: block;
        padding: 0 30px;
        color: #808080;
        outline: none;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: -0.4px;
        margin-bottom: 20px;
        transition: .3s all;
    }
	.register-content .reg-form-con .reg-form .reg-step select {
		width: 100%;
		border-radius: 3px;
		border: 1px solid #E5E5E5;
		height: 57px;
		display: block;
		padding: 0 30px;
		color: #808080;
		outline: none;
		font-size: 14px;
		font-weight: 100;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
		transition: .3s all;
	}

	.register-content .reg-form-con .reg-form .reg-step textarea {
		width: 100%;
		border-radius: 3px;
		border: 1px solid #E5E5E5;
		height: 180px;
		display: block;
		padding: 30px;
		color: #808080;
		outline: none;
		font-size: 14px;
		font-weight: 100;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
		transition: .3s all;
	}

	.register-content .reg-form-con .reg-form .reg-step input:focus, .register-content .reg-form-con .reg-form .reg-step textarea:focus  {
		border-color: #FFA91B;
		color: #000;
	 }

	.register-content .reg-form-con .reg-form .reg-btn {
		width: 100%;
		display: block;
		float: left;
		line-height: 52px;
		height: 50px;
		border-radius: 2px;
		color: #fff;
		background-color: #9AD02D;
		text-align: center;
		font-size: 13px;
		font-weight: 200;
		letter-spacing: -0.37px;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.register-content .reg-form-con .reg-form .reg-btn a {
		width: 100%;
		height: 100%;
		display: block;

	}

	.register-content .usr-reg {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.register-content .usr-reg img {
	    display: block;
	    margin: 0 auto;
	    width: 127px;
	    height: 149px;
	    background-size: 100%;
	    margin-top: 25px;
	    background-repeat: no-repeat;
	    margin-bottom: 30px;
	}

	.register-content .usr-reg span.heading {
		font-size: 24px;
		color: #4A4A4A;
		font-weight: 200;
		letter-spacing: -0.35px;
		text-align: center;
		display: block;
		padding-bottom: 20px;
	}


	.register-content .usr-reg span.title {
		font-size: 17px;
		display: block;
		color: #4A4A4A;
		font-weight: 100;
		line-height: 29px;

	}

	.register-content .usr-reg .action-btn {
		width: 100%;
		height: 55px;
		background-color: #FFA91B;
		text-align: center;
		line-height: 56px;
		color: #fff;
		font-weight: 200;
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 25px;
		border-radius: 3px;
	}

	.register-content .usr-reg .action-btn a {
		width: 100%;
		height: 100%;
		display: block;
	}


	.register-content .category-side {
		width: 100%;
		float: left;
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.register-content .category-side span.heading {
		padding-left: 30px;
		font-size: 15px;
		color: #404040;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: -0.50px;
		padding-top: 25px;
		display: block;
		padding-bottom: 20px;
		border-left: 4px solid #F6A623;

	}


	.register-content .category-side ul li.select {
		font-weight: 200;
	}

	.register-content .category-side ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.register-content .category-side ul li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #e5e5e5;
		font-size: 15px;
		color: #0B0B0B;
		font-weight: 100;
		letter-spacing: -0.3px;
		padding: 13px 0 13px 30px;
	}


	.register-content .category-side ul li:last-child {
		border-bottom: none;
	}


	.register-content .category-side ul.sub-cat {
		margin-top: 15px;
		padding-left: 0;
		margin-left: 0;

	}

	.register-content .category-side ul.sub-cat li:last-child {
		border-bottom: none;
		padding-bottom: 0;

	}
	.register-content .category-side ul.sub-cat li:first-child {
		border-top: 1px solid #e5e5e5;

	}

	.register-content .category-side ul li a {
		width: 100%;
		height: 100%;
		display: block;
	}

	.register-content .category-side ul li:hover {
		color: #F9B148;
	}

/* KAYIT OL */


/* GENEL SAYFA */


.register-content .reg-form-con .reg-form .text {
	width: 100%;
	float: left;
	display: block;
	margin-top: 20px;
    font-weight: 100;
    font-size:14px;
}

.register-content .reg-form-con .reg-form .text p {
	width: 100%;
	float: left;
	text-align: justify;
	color: #232323;
	font-size: 15px;
	font-weight: 100;
	line-height: 34px;
	letter-spacing: -0.36px;
}

/* GENEL SAYFA */


/* SİPARİŞ ADIMLARI */

.order-step-content {
	width: 100%;
	float: left;
	display: block;
	margin-top: 90px;
	margin-bottom: 30px;
}


.order-step-content .fl-le {
	float: left;
}

.order-step-content .order-form-con {
	width: 100%;
	border-radius: 3px;
	background-color: #fff;
	padding: 35px;
	display: block;
	padding-bottom: 60px;
	float: left;
	margin-bottom: 30px;
}

.order-step-content .order-form-con span.heading {
	display: block;
	font-size: 24px;
	color: #4A4A4A;
	letter-spacing: -0.34px;
	font-weight: 200;
	padding-bottom: 10px;

}

.order-step-content .order-form-con span.title {
	display: block;
	font-size: 14px;
	color: #4A4A4A;
	font-weight: 100;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 20px;
}

.order-step-content .order-form-con .order-option {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
}

.order-step-content .order-form-con .order-option span.heading {
	font-size: 14px;
	color: #848484;
	font-weight: 200;
	letter-spacing: -0.54px;
	display: block;
	margin-bottom: 14px;
}

.order-step-content .order-form-con .order-option .order-choose {
	width: 100%;
	float: left;
}


.order-step-content .order-form-con .order-option .order-choose .o-ch {
	width: 100%;
	display: block;
	float: left;
	background-color: #F7F7F7;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 18px;
	border-radius: 2px;
	margin-bottom: 10px;
	padding-bottom: 6px;
}


.ch-checkbox input {
	display: none;
}

.ch-checkbox input + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #DCDCDC;
	position: relative;
	float: left;
	margin-right: 10px;
	background: #DCDCDC;
	border-radius: 3px;
	margin-top: 0px;

}

.ch-checkbox input:checked + label span {
	background: #F6A623;
	border-color: #F6A623;
}

.ch-checkbox input:checked + label span:before {
	content: '';
	background: url('../img/icons/checkbox.png') no-repeat center center;
	background-size: 90%;
	position: absolute;
	width: 100%;
	height: 100%;
}

 .o-ch .ch-checkbox {
	font-family: 'Circular';
	font-size: 14px;
	color: #434343;
	font-weight: 200;
	float: left;
}

 .o-ch .ch-checkbox i {
	font-style: normal;
	font-weight: 100;
	color: #C8C8C8;
	font-size: 12px;
	display: inline-block;
	margin-left: 30px;
	line-height: 20px;
}

 .order-choose .o-ch-btn {
	color: #fff;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: -0.3px;
	text-align: center;
	float: left;
	background-color: #9AD02D;
	border-radius: 2px;
	margin-top: 18px;
	text-transform: uppercase;
	transition: .3s all;
    border:0;
}

 .order-choose .o-ch-btn.step {
	background-color: #FFA636;
	float: right;
}
 .order-choose .o-ch-btn.verif {
	background-color: #9AD02D;
	float: right;
}

 .order-choose .o-ch-btn:hover {
	background-color: #89BC20;
}
 .order-choose .o-ch-btn.step:hover {
	background-color: #E3920D;
}

 .order-choose .o-ch-btn a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 13px 25px;

}

.order-step-content .order-summary-con {
	width: 100%;
	float: left;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 100px;
}


.order-step-content .order-summary-con .order-head {
	width: 100%;
	display: block;
	padding: 30px 30px 0 30px;
}

.order-step-content .order-summary-con .order-head span.heading {
	font-size: 16px;
	font-weight: 200;
	color: #4A4A4A;
	letter-spacing: -0.2px;
	padding-bottom: 4px;
	display: block;

}

.order-step-content .order-summary-con .order-head span.product-number {
	font-size: 14px;
	font-weight: 100;
	color: #4A4A4A;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
}


.order-step-content .order-summary-con .orders-con {
	width: 98%;
	float: left;
	display: block;
	max-height: 280px;
	overflow-y: scroll;
	margin-top: 15px;
	padding: 0 30px;
}

.order-step-content .order-summary-con .orders-con .order {
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px solid #EFEFEF;
	padding: 13px 0;
}

.order-step-content .order-summary-con .orders-con .order .thumb {
	width: 96px;
	height: 86px;
	border-radius: 2px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}


.order-step-content .order-summary-con .orders-con .order .thumb img {
	width: 86px;
	width: 86px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.order-step-content .order-summary-con .orders-con .order .info {
	float: left;
	margin-top: 7px;
}

.order-step-content .order-summary-con .orders-con .order .info span.heading {
	font-size: 14px;
	font-weight: 100;
	color: #3A3A3A;
	letter-spacing: -0.3px;
	display: block;
}

.order-step-content .order-summary-con .orders-con .order .info span.title {
	font-size: 16px;
	font-family: 'Playfair Display';
	font-weight: 700;
	color: #FFB63C;
	letter-spacing: -0.3px;
	display: block;
	line-height: 21px;
	padding-bottom: 5px;
}


.order-step-content .order-summary-con .orders-con .order .info span.heading,
.order-step-content .order-summary-con .orders-con .order .info span.title {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 110px;
}

.order-step-content .order-summary-con .orders-con .order .info span.count {
	font-size: 14px;
	font-weight: 100;
	color: #3A3A3A;
	letter-spacing: -0.3px;
	display: block;
	padding-bottom: 5px;
}

.order-step-content .order-summary-con .orders-con .order .info span.price {
	font-size: 21px;
	font-weight: 300;
	color: #4B4B4B;
	letter-spacing: -0.5px;
	display: block;
	padding-bottom: 5px;
}

.order-step-content .order-summary-con .orders-con::-webkit-scrollbar {
  width: 7px;
  height: 10px;
  border-radius: 100px;
  border: none;
  background-color: inherit;

}

.order-step-content .order-summary-con .orders-con::-webkit-scrollbar-thumb {
  background: #D6D6D6;
  border-radius: 100px;
  border: none;
}

.order-step-content .order-summary-con .orders-con::-webkit-scrollbar-corner {
  background: inherit;
}

.order-step-content .order-summary-con .order-charge {
	width: 100%;
	float: left;
	display: block;
	margin-top: 15px;
	padding: 0 30px;
	margin-bottom: 15px;
}


.order-step-content .order-summary-con .order-charge span.heading {
	font-family: 'Playfair Display';
	font-size: 16px;
	color: #BFBFBF;
	font-weight: 700;
	letter-spacing: -0.17px;
	padding-bottom: 13px;
	display: block;
}


.order-step-content .order-summary-con .order-charge span.price {
	font-size: 21px;
	font-weight: 300;
	color: #4B4B4B;
	float: left;
	letter-spacing: -0.59px;
}


.order-step-content .order-summary-con .order-charge span.tax {
	float: left;
	color: #BCBCBC;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 15px;
}


.order-step-content .order-summary-con .discount-code {
	width: 100%;
	float: left;
	display: block;
	position: relative;
}


.order-step-content .order-summary-con .discount-code input[type=text] {
	width: 100%;
	height: 55px;
	background: #9C9C9C;
	outline: none;
	border: none;
	padding-left: 30px;
	padding-right: 120px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 15px;
	font-weight: 200;
	letter-spacing: -0.65px;
	font-family: 'Circular';
	padding-top: 5px;
	float: left;

}

.order-step-content .order-summary-con .discount-code input::-webkit-input-placeholder {
	color: #fff;
}

.order-step-content .order-summary-con .discount-code input[type=button] {
	outline: none;
	height: 32px;
	border: none;
	border-radius: 2px;
	background-color: #747474;
	color: #fff;
	font-family: 'Circular';
	font-weight: 200;
	font-size: 13px;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	float: left;
	position: absolute;
	padding: 0 14px;
	right: 14px;
	top: 12px;
	transition: .4s all;
}

.order-step-content .order-summary-con .discount-code input[type=button]:hover {
	background-color: #313131;
}

.order-step-content .order-summary-con .payment-btn {
	width: 100%;
	height: 55px;
	float: left;
	line-height: 57px;
	display: block;
	background-color: #FFA91B;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -0.40px;
	transition: .3s all;
    border:0;
}
.order-step-content .order-summary-con .payment-btn a {
	width: 100%;
	display: block;
	height: 100%;
}

.order-step-content .order-summary-con .payment-btn:hover {
	background-color: #E3920D;
}

.order-step-content .order-bar-content {
	width: 100%;
	float: left;
	display: block;

	margin-bottom: 40px;
}

.order-step-content .order-bar-content .o-bar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: inherit;
	border-top: 2px solid #E5E5E5;
	border-radius: 1px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}


.order-step-content .order-bar-content .o-bar .step {
	flex: 1;
	color: #B4B4B4;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: -0.4px;
	padding-top: 25px;
	transition: .3s all;
	cursor: pointer;
	position: relative;
	z-index: 50;
}

.order-step-content .order-bar-content .o-bar .step.second {
	text-align: center;
}

.order-step-content .order-bar-content .o-bar .step.last {
	text-align: right;
}

.order-step-content .order-bar-content .o-bar .step::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid #E1E1E1;
	border-radius: 100px;
	background: #F6F6F6;
	position: absolute;
	top: 15px;
	z-index: 100;
	display: inline-block;
	margin: 0 auto;
	left: 50%;
    white-space: pre;
	transform: translate(-50%, -25px);
}

.order-step-content .order-bar-content .o-bar .step.first::before {
	left: 1%;
}
.order-step-content .order-bar-content .o-bar .step.second::before {
	left: 50%;
}

.order-step-content .order-bar-content .o-bar .step.last::before {
	left: 98%;
}

.order-step-content .order-bar-content .o-bar .step.active::before {
	border-color: #F5A623;
}

.order-step-content .order-bar-content .o-bar .step.active {
	color: #292929;
	font-weight: 200;
	border-right: none;
	border-left: none;
}

.order-step-content .order-bar-content .o-bar .step:nth-child(odd) {
  background: inherit;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-step-content .order-bar-content .o-bar .step:nth-child(even) {
  background: inherit;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-step-content .order-bar-content .o-bar .step:last-child {
	border-right: none;
}


.order-step-content .order-form-con .order-choose .input-con {
	width: 100%;
	float: left;
}

.order-step-content .order-form-con .order-choose .input-con  input {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #E5E5E5;
	height: 57px;
	display: block;
	padding: 0 30px;
	color: #808080;
	outline: none;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: -0.4px;
	margin-bottom: 20px;
	transition: .3s all;
}

.order-step-content .order-form-con .order-choose .input-con input:focus {
	border-color: #FFA91B;
	color: #000;
 }


.order-step-content .order-form-con .order-choose .dropdown-con {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.order-step-content .order-form-con .order-choose .dropdown-con.month {
	margin-right: 25px;
}

.order-step-content .order-form-con .order-choose .dropdown-con select {
	width: 100%;
	height: 57px;
	line-height: 59px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	outline: none;
	background-color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: -0.4px;
	color: #808080 !important;
	font-family: 'Circular';
	padding-left: 30px;
    background-image: url('../img/icons/ddown-order@2x.png');
    background-repeat: no-repeat;
    background-size: 17px 10px;
    background-position: 94% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.order-step-content .order-form-con .order-choose .dropdown-con select option {
	font-size: 12px;
	color: #808080;
}

.order-step-content .order-form-con .order-result {
	width: 100%;
	display: block;
	text-align: center;
}

.order-step-content .order-form-con .order-result .icon i {
	width: 100px;
	height: 100px;
	background-image: url('../img/icons/order-summary@2x.png');
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;

}

.order-step-content .order-form-con .order-result .icon {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 56px;
}

.order-step-content .order-form-con .order-result span.text {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #4A4A4A;
	font-weight: 100;
	line-height: 33px;
	letter-spacing: -0.26px;
	margin-top: 30px;
	display: inline-block;
}

.order-step-content .order-form-con .order-result span.text b {
	font-weight: 200;
}

.order-step-content .order-form-con .order-result .shopping-continue {
	height: 43px;
	background-color: #F6A623;
	line-height: 43px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	margin-top: 40px;
	transition: .3s all;
}

.order-step-content .order-form-con .order-result .shopping-continue a {
	width: 100%;
	display: block;
	padding: 0 30px;
	height: 100%;
}


.order-step-content .order-form-con .order-result .shopping-continue:hover {
	background-color: #E09111;
}

.order-step-content .order-form-con .order-result .icon svg {
    display: block;
    margin: 0 auto;
}


.order-step-content .order-form-con .order-option span.warn {
	width: 100%;
	border-radius: 2px;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: -0.4px;
	background-color: #BB1D1D;
}

.order-step-content .order-form-con .order-option span.success {
	width: 100%;
	border-radius: 2px;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: -0.4px;
	background-color: #9CCF47;
	margin-top: 3px;
}

.order-step-content .order-form-con .order-option .bank-account {
	width: 100%;
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 25px 30px 10px 30px;
	background-color: inherit;
	float: left;
	margin-top: 20px;

}


.order-step-content .order-form-con .order-option .bank-account span.name {
	color: #2B2B2B;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.4px;
	display: block;
	margin-bottom: 15px;
}


.order-step-content .order-form-con .order-option .bank-account ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 15px;
}


.order-step-content .order-form-con .order-option .bank-account ul li {
	float: left;
	color: #2B2B2B;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: -0.4px;
	line-height: 20px;
}

.order-step-content .order-form-con .order-option .bank-account ul li.default {
	width: 130px;
	color: #7B7B7B;
	font-weight: 100;
}

.order-step-content .order-form-con .order-option .shop-product {
	width: 100%;
	float: left;
	display: block;
}


.order-step-content .order-form-con .order-option .shop-product .thumb {
	width: 52px;
	height: 52px;
	border-radius: 2px;
	float: left;
	margin-right: 20px;
}


.order-step-content .order-form-con .order-option .shop-product .thumb img {
	width: 52px;
	height: 52px;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
}



.order-step-content .order-form-con .order-option .shop-products-con .shop-product .info {
	float: left;
	margin-top: 5px;
	width: 120px;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .info span.head {
	width: 100%;
	font-size: 14px;
	color: #3A3A3A;
	letter-spacing: -0.32px;
	font-weight: 100;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    padding-bottom: 3px;
    text-overflow: ellipsis;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .info span.pr {
	width: 100%;
	font-size: 16px;
	font-family: 'Playfair Display';
	color: #FFB63C;
	letter-spacing: -0.32px;
	font-weight: 700;
	padding-bottom: 5px;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .info span.product-number {
	width: 100%;
	font-size: 12px;
	display: inline-block;
	font-weight: 100;
	color: #3A3A3A;
	letter-spacing: -0.3px;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .info span.product-number b {
	font-weight: 200 !important;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber {
	float: left;
	margin-top: 25px;
	display: none;
	visibility: hidden;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber input {
	outline: none;
	border: 1px solid #DFDFDF;
	text-align: center;
	background: inherit;
	color: #3A3A3A;
	height: 35px;
	border-radius: 3px;
	width: 60px;
	font-size: 13px;
	font-weight: 100;
	font-family: 'Circular';
	letter-spacing: -0.3px;
	margin-right: 10px;
	margin-left: 10px;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber .minus {
	width: 21px;
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 7px;
	transition: .3s all;
	background-image: url('../img/icons/minus@2x.png');
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber .minus:hover {
	background-image: url('../img/icons/minus-hvr@2x.png');
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber .plus {
	width: 21px;
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 7px;
	transition: .3s all;
	background-image: url('../img/icons/plus@2x.png');
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber .plus:hover {
	background-image: url('../img/icons/plus-hvr@2x.png');
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price {
	float: left;
	width: 100%;
	margin-top: 10px;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.oldprice {
	color: #DC4040;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: -0.3px;
	display: block;
	padding-bottom: 3px;
    text-decoration: line-through;

}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.price {
	color: #4B4B4B;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: -0.5px;
	display: block;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.tax {
	font-size: 12px;
	font-weight: 100;
	color: #BCBCBC;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	display: block;
	padding-top: 3px;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.remove {
	color: #3A3A3A;
	font-size: 12px;
	text-align: center;
	border-radius: 2px;
	background-color: #EAEAEA;
	font-weight: 200;
	display: inline-block;
	margin-top: 10px;
	transition: .3s all;
	width: 100%;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.remove a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 7px 10px;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.remove:hover {
	background-color: #DE5140;
	color: #fff;
}


.register-content .reg-form-con .order-history-con {
	width: 100%;
	float: left;
	display: block;
}


.register-content .reg-form-con .order-history-con .orderbox {
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	background-color: inherit;
	padding: 30px;
	margin: 15px 0;
}


.register-content .reg-form-con .order-history-con .orderbox .orders-content {
	width: 100%;
	float: left;
	display: inline-block;
}



.register-content .reg-form-con .order-history-con .orderbox .orders-content .order {
	width: 100%;
	display: block;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}


.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .thumb {
	width: 96px;
	height: 96px;
	float: left;
	display: inline-block;
	margin-right: 20px;
}


.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .thumb img {
	width: 96px;
	height: 96px;
	background-image: 100%;
	background-repeat: no-repeat;
}


.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .info {
	float: left;
}

.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .info span.heading {
	font-size: 14px;
	font-weight: 100;
	color: #3A3A3A;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .info span.name {
	font-size: 16px;
	font-family: 'Playfair Display';
	font-weight: 700;
	color: #F6A623;
	display: block;
	padding-bottom: 5px;
}

.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .info span.prnumber {
	font-size: 14px;
	font-weight: 100;
	color: #3A3A3A;
	display: block;
	padding-bottom: 5px;
}

.register-content .reg-form-con .order-history-con .orderbox .orders-content .order .info span.price {
	font-size: 21px;
	font-weight: 400;
	color: #3A3A3A;
	display: block;
	padding-bottom: 5px;
}


.register-content .reg-form-con .order-history-con .orderbox .order-info {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 20px;
}


.register-content .reg-form-con .order-history-con .orderbox .order-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: 25px;
}

.register-content .reg-form-con .order-history-con .orderbox .order-info ul li {
	float: left;
	font-size: 14px;
	color: #464646;
	font-weight: 200;
	letter-spacing: -0.4px;
}


.register-content .reg-form-con .order-history-con .orderbox .order-info ul li.default {
	width: 115px;
	color: #808080;
	font-weight: 100;
}

.register-content .reg-form-con .order-history-con .orderbox .order-info ul li.cargo {
	color: #D0011B;

}

/* TABLET */
@media only screen and (min-width : 768px) {



.order-step-content .order-form-con .order-option .shop-product .thumb {
	width: 96px;
	height: 96px;
}


.order-step-content .order-form-con .order-option .shop-product .thumb img {
	width: 96px;
	height: 96px;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .info {
	width: 200px;

}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .prnumber {

	display: block;
	visibility: visible;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price {
	float: right;
	width: auto;
	margin-top: 0;
}



.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.oldprice {
	text-align: right;

}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.price {
	text-align: right;
}

.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.tax {
	text-align: right;
}


.order-step-content .order-form-con .order-option .shop-products-con .shop-product .pr-price span.remove {
	width: auto;
}

.order-step-content .order-summary-con .orders-con .order .info span.heading,
.order-step-content .order-summary-con .orders-con .order .info span.title {
	width: 490px;
}

.owl-nav {
	top: 55px;
}

.featured-products .feat-slider .f-slide img {
	height: 330px;
}

.featured-products .fe-box {
	height: 150px;
}


.product-tab-category .product-con .image img {
	height: 255px;
}


.product-tab-category .product-table .tab {
	font-size: 14px;
}

.product-detail .product-image .owl-nav {
	top: 170px;
}


.popular-products .popular-products-slide.p-de .owl-nav {
	top: 90px;
}

}

/* DESKTOP MEDIUM */
@media only screen and (min-width : 992px) {


.register-content .reg-form-con .order-history-con .orderbox .orders-content {
	width: 300px;
	float: left;
}



.register-content .reg-form-con .order-history-con .orderbox .order-info {
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}




.order-step-content .order-summary-con .orders-con .order .info span.heading,
.order-step-content .order-summary-con .orders-con .order .info span.title {
	width: 90px;
}

.order-choose .o-ch .ch-checkbox i {
	margin-left: 10px;
}

.register-content.login {
	margin-top: 90px;
}

.register-content .reg-form-con.login {
	margin-top: 30px;
}


.category-content .category-side {
	margin: 0;
}

.register-content .category-side {
	margin: 0;
}

.popular-products-slide .products-con .cover.p-de {
	height: 255px;
	display: block;
	float: left;
    margin-bottom: 20px;
}

.product-detail .product-info .product-price {
	margin-bottom: 16px;
}

.product-detail .product-info .fl-le.dropdown {
	padding-right: 15px;
	padding-left: 0;
}
.product-detail .product-info .fl-le.dropdown-two {
	padding-right: 0;
	padding-left: 15px;
}

.product-detail .product-info .product-price span.price {
	margin-left: 19px;
}


.product-detail .product-info .product-price span.sales {
	width: auto;
	padding: 14px 6px;
}


.product-detail .product-info .product-price span.sales i {
	display: block;
	font-size: 12px;
	font-style: normal;
}

.product-detail .product-image {
	height: 100%;
}

.product-detail .product-image .cover img {
	height: 100%;
}

.product-detail .modal-choose {
	float: left;
	width: 100%;
	height: 414px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 auto;
}

.product-detail .modal-choose .modal {
    display: block;
    vertical-align: middle;
    margin-right: 0px;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}

.product-detail .modal-choose .modal-box {
	float: left;
    width:100%;
    height:77px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 340px;
	max-height: 340px;
    white-space: nowrap;
}


.product-detail .modal-choose .modal img {
	width: 100px;
    height: 60px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-detail .modal-choose .modal.select img {
    -webkit-filter: none;
    filter: none;
}

.breadcrumb-con {
	display: block;
	visibility: visible;
}

.owl-nav {
	top: 65px;
}

footer .f-first {
	display: block;
	visibility: visible;
}

footer .f-second .newsletter input[type=text] {
	width: 53%;
}

footer .f-last .f-menu-list {
	margin-top: 52px;
}

footer .f-last .f-logo {
	top: 110px;
	float: left;
	margin: 0;
}

.l-search {
	float: left;
	display: block;
	visibility: visible;
	margin-top: 160px;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}

.last-search-con {
	width: 100%;
	display: block;
	float: left;
	visibility: visible;
}



footer .f-last .f-cat-list {
	margin-top: 52px;
	border-right: 1px solid #2A2A2A;
}


footer .f-last .f-cat-list ul li { 
	display: block;
	float: none;
	padding-right: 0;
}

.landing-con {
	height: 925px;
}

header .header-mobile {
	display: none;
	visibility: hidden;
}

header .header-desktop {
	display: block;
	visibility: visible;
}


header .header-desktop .h-top {
	width: 100%;
	height: 73px;
	display: block;
	background-color: rgba(0,0,0,0.68);
	position: relative;
	float: left;
}

header .header-desktop .h-top .h-row {
	float: left;
}

header .header-desktop .h-top .logo-con {
	width: 160px;
	height: 180px;
	float: left;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	background: url('../img/dekoreyon-header-logo-new.png') no-repeat;
}

header .header-desktop .h-top .h-announce {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
	float: left;
}

header .header-desktop .h-top .h-announce span {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: -0.32px;
	text-transform: uppercase;
	line-height: 73px;
}

header .header-desktop .h-top .h-announce span strong {
	color: #FFB843;
	font-weight: 400;
}

header .header-desktop .h-top .h-announce i.h-ico {
	display: inline-block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 25px;
}


header .header-desktop .h-top .h-announce i.h-ico.announce {
	width: 26px;
	height: 20px;
	background-image: url('../img/icons/announce@2x.png');
	margin-right: 13px;
	margin-left: 10px;
}

header .header-desktop .h-top .h-user-con {
	float: right;
}

header .header-desktop .h-top .h-user-con .search-input {
	float: left;
	visibility: hidden;
	opacity: 0;
}

header .header-desktop .h-top .h-user-con .search-input.show {
	visibility: visible;
	opacity: 1;
}

header .header-desktop .h-top .h-user-con .search-input input{
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: none;
	outline: none;
	background-color: white;
	position: absolute;
	float: left;
	left: 0px;
	padding: 0 20px;
	top: 15px;
	font-size: 13px;
}

header .header-desktop .h-top .h-user-con .search-ico {
	float: left;
}

header .header-desktop .h-top .h-user-con .search-ico i.h-ico {
	display: inline-block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 26px;
}

header .header-desktop .h-top .h-user-con .search-ico i.h-ico.search {
	width: 18px;
	height: 18px;
	background-image: url('../img/icons/h-search@2x.png');
}

header .header-desktop .h-top .h-user-con .account-dropdown {
	height: 34px;
	background: inherit;
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.10);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: -0.42px;
	line-height: 32px;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	transition: 0.4s all;
}

header .header-desktop .h-top .h-user-con .account-dropdown.show {
	background: #fff;
	color: #000;
	position: relative;
	z-index: 500;

}

header .header-desktop .h-top .h-user-con .account-dropdown a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 15px;}

header .header-desktop .h-top .h-user-con .account-dropdown:hover {
	background-color: #fff;
	color: #000;
}

header .header-desktop .h-top .h-user-con .shopping-cart {
	float: left;
	position: relative;
	top: 28px;
	margin-right: 20px;
}

header .header-desktop .h-top .h-user-con .shopping-cart span {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: -0.42px;
}

header .header-desktop .h-top .h-user-con .shopping-cart .shopping-ico {
	float: left;
}

header .header-desktop .h-top .h-user-con .shopping-cart .shopping-ico span {
	width: 16px;
	height: 16px;
	float: right;
	border-radius: 100px;
	background-color: #F6A623;
	text-align: center;
	color: #362303;
	font-size: 10px;
	line-height: 16px;
	position: relative;
	left: -8px;
	top: -5px;
}

header .header-desktop .h-top .h-user-con .shopping-cart .shopping-ico i.h-ico {
	display: inline-block;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

header .header-desktop .h-top .h-user-con .shopping-cart .shopping-ico i.h-ico.shopping {
	width: 20px;
	height: 18px;
	background-image: url('../img/icons/shopping@2x.png');
}

header .header-desktop .h-menu {
	width: 100%;
	height: 73px;
	display: block;
	float: left;
	background-color: rgba(0,0,0,0.40);
}

header .header-desktop .h-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.58px;
	line-height: 73px;
}

header .header-desktop .h-menu ul li {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.07);
}

header .header-desktop .h-menu ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.07);
}

header .header-desktop .h-menu ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 16px;
	transition: 0.6s all;
}

header .header-desktop .h-menu ul li a:hover {
	background: rgba(255,255,255,0.07) !important;
}

}

/* DESKTOP LARGE */
@media only screen and (min-width : 1200px) {


.register-content .reg-form-con .order-history-con .orderbox .orders-content {
	width: 350px;
}

.register-content .reg-form-con .order-history-con .orderbox .order-info {
	width: 300px;
}

.order-step-content .order-summary-con .orders-con .order .info span.heading,
.order-step-content .order-summary-con .orders-con .order .info span.title {
	width: 150px;
}

header .header-desktop .h-menu ul li a {
	padding: 0 31px;
}

footer .f-second .newsletter input[type=text] {
	width: 60%;
}

header .header-desktop .h-top .h-announce i.h-ico.announce {
	margin-left: 0;
}

}
.ajax-overlay-confirmation
{
    background: #000;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    position: fixed;
    opacity: .8;
    font-size: 30px;
    text-align: center;
    display: none;
    line-height: 40px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.dropImageArea .context {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 7;
    text-align: center;
    pointer-events: none;
}
.dropImageArea .context img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.dropImageArea .context .desc {
    text-align: center;
    font-family: 'Tahoma';
    font-size: 16px;
    line-height: 25px;
    color: #535353;
    font-weight: normal;
    pointer-events: none;
}
.product-detail .modal-choose .modal img.select { -webkit-filter:none !important; }
.category-side .sub-cat { display: none; }
.category-side .select > .sub-cat { display: block; }