@charset "UTF-8";
html {
	height: 100%;
	position: relative
}
body {
	min-height: 100vh;
	height: 100%;
	color: #333;
	font-size: 100%;
	background-color: #f5f5f5;

}


body{
	padding-top: 90px;
}
body[data-path="products"],
body[data-path="products/middle-perfume"],
body[data-path="products/niche-perfume"],
body[data-path="/"]{
	padding-top: 0;
}
 

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
	transition: all .3s;
	left: 0
}

header{
	box-shadow: 0 0 10px 0 rgb(1 1 1 / 10%);
    background-color: #fdf3e9;
}
body[data-path="products"] header,
body[data-path="products/middle-perfume"] header,
body[data-path="products/niche-perfume"] header,
body[data-path="/"] header{
	box-shadow: none;
    background-color:transparent;
}

header.fixed {
	box-shadow: 0 0 10px 0 rgb(1 1 1 / 10%) !important;
    background-color: #fdf3e9 !important;
}

header .mob_icon {
	display: none
}

header .header {
	width: 100%;
	z-index: 1;
	height: 100%;
	transition: all .3s;

}
header .header .lang{
	color: #cd9a63;
	font-weight: bold;
}


header .logo {
	display: block;
	z-index: 2;
    width: 20%;
}
header .tools{
	text-align: right;
}
header .logo ,
header .tools{
	min-width: 200px;
}
header .tools span{
	color: #cd9a63;
	padding:0 5px;
	display: inline-block;
}
header .tools a{
	color: #cd9a63;
}
header .logo a {
	display: inline-block;
	height: 100%;
	z-index: 2
}
header .logo a  img{
	vertical-align: middle;
}

header .f_container {
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 15px 0;
}

header nav {
	display: flex;
	justify-content: center;
	padding: 0 20px;
	align-items: center;
	width: 60%;
}

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

header nav>ul {
	display: flex;
	align-items: baseline;
	position: initial
}

header nav>ul>li {
	padding: 15px 20px;
	min-width: 115px;
}

 

header nav>ul li a {
 	font-weight: 700;
	font-size: 1em;
	transition: all .3s;
	display: block;
	z-index: 2;
	white-space: nowrap;
	color: #cd9a63;
}
header nav>ul > li > a {
	text-align: center;
}
header nav ul ul {
    position: absolute;
    left: 0;
    top: 50px;
    text-align: left;
    padding: 0 15px 0 35px;
    list-style: disc;
    color: #cd9a63;
    border-radius: 0 0 3px 3px;
    height: 0;
    overflow: hidden;
	transition: .4s all;
}
header nav>ul ul li a {
	font-size: .9em;
}
header nav ul li:hover ul{
    height: 65px;
	padding: 10px 15px 10px 35px;

}


header nav ul ul {
    background-color: #fdf3e9;
}
body[data-path="products"] header nav ul ul ,
body[data-path="products/middle-perfume"] header nav ul ul ,
body[data-path="products/niche-perfume"] header nav ul ul ,
body[data-path="/"] header nav ul ul {
    background-color: transparent;
}


header.fixed nav ul ul {
    background-color: #fdf3e9 !important;
}

 


 

header .menu_box ul {
	width: 33.33%;
	padding: 0;
	margin: 0
}

header .menu_box ul img {
	border-radius: 5px;
	width: 100%;
	height: 100%
}

header .menu_box ul li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

header .menu_box a {
	text-align: right;
	color: #cd9a63;
	font-size: 1em;
	margin-bottom: 10px;
	display: inline-block
}

header .menu_box ul li:not(.lvl2) a {
	padding-right: 10px;
	transition: all .3s;
	font-weight: 300
}

header .menu_box ul li:not(.lvl2) a:hover {
	padding-right: 15px
}

header .menu_box ul li:not(.lvl2) a:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #cd9a63;
	border-radius: 50%;
	opacity: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute
}

header .menu_box ul li.lvl2 a {
	font-weight: 500
}

 

header.fixed .tools {
	height: auto
}

 
  

header .tools .login {
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../uploads/header_login.png);
	background-size: 25px;
	cursor: pointer;
	display: inline-block;
}


.under_header {
	height: 0!important
}

.under_header .login_box {
	position: absolute;
	background-color: #faf3e9;
	padding: 0 10px;
	top: 0;
	border-radius: 0 0 3px 3px;
	white-space: nowrap;
	width: 250px;
	box-shadow: inset 0 3px 5px 0px rgb(0 0 0 / 20%);
	z-index: 0;
	transition: all .3s;
	display: none;
	opacity: 0;
}
.lang_fa .under_header .login_box {
	left: 0;
}
.lang_en .under_header .login_box {
	right: 0;
}
.under_header .login_box.open {
	display: block;
	opacity: 1;
}

.under_header .login_box .info {
	border-bottom: 1px solid #cd9a63;
	padding: 10px 0;
	margin: 0 10px
}

.under_header .login_box .info .name {
	font-weight: 700;
	color: #cd9a63
}

.under_header .login_box .info .wallet {
	font-size: 14px;
	margin-top: 10px;
	color: #ee3b6f
}

.under_header .login_box .links {
	padding: 10px 0
}

.under_header .login_box .links a {
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	border-radius: 5px;
	color: #999
}

.under_header .login_box .links a:hover {
	background-color: #eee
}

.under_header .login_box .links a span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin:0 10px;
	background-repeat: no-repeat;
	background-size: contain
}

.under_header .login_box .links a span.story {
	background-image: url("../uploads/icon/story.png")
}

.under_header .login_box .links a span.profile {
	background-image: url("../uploads/icon/profile.png")
}

.under_header .login_box .links a span.order {
	background-image: url("../uploads/icon/order.png")
}

.under_header .login_box .links a span.order {
	background-image: url("../uploads/icon/order.png")
}

.under_header .login_box .links a span.logout {
	background-image: url("../uploads/icon/logout.png")
}

.under_header .login_box .links a span.giftcard {
	background-image: url("../uploads/icon/giftcard.png")
}

.under_header .login_box .links a span.admin {
	background-image: url("../uploads/icon/admin.png")
}

 

 
 
footer {
	background-color: #222;
	color: #fff;
}

 
footer .copyright {
	border-top: 1px solid rgb(255 255 255 / 20%);
	background-color: #1d1d1d;
	text-align: center;
	padding: 26px;
	font-size: .9em;
	z-index: 1
}

footer .footer {

	padding: 20px 0;
	height: 300px;
}

footer .footer .cell {
	width: 70%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

footer .footer .cell .flex>div {
	width: 33%
}

footer .footer .cell .content {
	margin-top: 10px;
	color: #eee;
	font-size: .9em;
	line-height: 25px
}

footer .footer .cell:last-child {
	width: 30%
}

footer .footer .cell .title {
	font-weight: 700;
	font-size: 20px;
	color: #cd9a63
}

footer .footer .cell .add a {
	color: #fff;

}

footer .footer .cell .add {
	margin-top: 10px
}

footer .footer .cell .add span {
	direction: ltr;
	display: inline-block;
}
.lang_fa footer .footer .cell .add span {
	text-align: right;
}
.lang_en footer .footer .cell .add span {
	text-align: left;
}
footer .footer .cell .social a {
	border-radius: 50%;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px
}

footer .footer .cell .social a.aparat {
	background-image: url("../uploads/icon/aparat.png")
}

footer .footer .cell .social a.instagram {
	background-image: url("../uploads/icon/instagram.png")
}

footer .footer .cell .social a.linkedin {
	background-image: url("../uploads/icon/linkedin.png")
}

footer .footer .cell .social a.whatsapp {
	background-image: url("../uploads/icon/whatsapp.png")
}

footer .footer .cell .link {
	margin-top: 10px
}

footer .footer .cell .link a {
	color: #fff;
}

footer .footer .cell:last-child {
	text-align: left;
	align-self: flex-end
}
   
@media only screen and (max-width:1420px) {
	body {
		font-size: 85%;
		padding-top: 100px
	}
	header {
		height: 120px
	}
	header .f_container {
		padding: 0 20px
	}
 
 
 
	header .tools .login {
		width: 30px;
		height: 30px;
		background-size: 30px
	}
	header nav ul li a:after,
	header nav ul li a:before {
		width: 40px;
		height: 40px
	}
	header nav ul li:nth-child(4) a:after,
	header nav ul li:nth-child(4) a:before {
		width: 60px;
		height: 60px
	}

 
	header nav>ul>li {
		padding: 15px 10px
	}
	header .menu_box {
		top: 120px
	}
 
	.f_container ,
	.container {
		padding: 0 20px
	}
 
	footer .footer{
		padding: 20px;
	}
}

@media only screen and (max-width:1024px) {
	header {
		height: 100px
	}
	header nav>ul>li:first-child:hover .menu_box:after {
		display: none
	}
	header nav>ul>li>a:hover:after {
		opacity: 0!important
	}
	header nav ul>li a:hover:before {
		opacity: 1!important
	}
	header .mob_icon {
		width: 30px;
		height: 30px;
		margin: 0 15px 0 auto;
		display: block;
		z-index: 2;
		cursor: pointer;
	}
	header .tools{
		position: absolute;
		opacity: 0;
		top: 80%;
		left: auto;
		right: 40px;
		visibility: hidden;
		z-index: 2;
	}
	header.show_mob .tools{
		opacity: 1;
		visibility: visible;
	}
	header .mob_icon span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #cd9a63;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 0px 4px;
		transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
	}
	header .mob_icon span:first-child {
		transform-origin: 0% 0%
	}
	header .mob_icon span:nth-last-child(2) {
		transform-origin: 0% 100%
	}
	header.show_mob .mob_icon span:nth-last-child(1) {
		transform: rotate(-45deg) translate(-1px, 1px);
		-webkit-transform: rotate(-45deg) translate(-1px, 1px);
		-moz-transform: rotate(-45deg) translate(-1px, 1px)
	}
	header.show_mob .mob_icon span:nth-last-child(2) {
		opacity: 0;
		transform: rotate(0) scale(.2, .2);
		-webkit-transform: rotate(0) scale(.2, .2);
		-moz-transform: rotate(0) scale(.2, .2)
	}
	header.show_mob .mob_icon span:nth-last-child(3) {
		transform: rotate(45deg) translate(-2px, -2px);
		-webkit-transform: rotate(45deg) translate(-2px, -2px);
		-moz-transform: rotate(45deg) translate(-2px, -2px)
	}
	header.fixed.show_mob .logo img {
		opacity: 1
	}
	header.fixed.show_mob .logo img.logo_w {
		opacity: 0
	}
 
	header nav {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: #fff;
		top: 0;
		right: -110%;
		border-radius: 0;
		transition: right .3s cubic-bezier(.77, .2, .05, 1)
	}
	header.show_mob nav {
		right: 0
	}
 
	header.show_mob .logo img.logo ,
	header.show_mob .logo img.logo_w {
		opacity: 0;
	}
	header nav>ul {
		flex-direction: column;
		padding-bottom: 100px;
		overflow-y: auto;
		height: 100%;
		margin-top: 100px
	}
	header nav ul li a,
	header.fixed nav ul li a {
		color: #cd9a63 !important;
		text-align: right;
		display: inline-block;
		align-items: center
	}
	header nav>ul>li>a:after,
	header nav>ul>li>a:before,
	header.fixed nav>ul>li>a:after,
	header.fixed nav>ul>li>a:before {
		width: 30px!important;
		height: 30px!important;
		margin: 0 0 -5px 10px;
		display: inline-block
	}
	header nav ul li {
		padding: 0!important;
		margin-bottom: 20px;
		width: 100%
	}
	header .menu_box,
	header.fixed .menu_box {
		position: relative;
		background-color: #fff;
		width: 100%;
		left: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		max-width: 1000px;
		z-index: 1;
		top: 0;
		transform: translateX(0);
		height: auto
	}
	header nav>ul>li:first-child:hover .menu_box,
	header.fixed nav>ul>li:first-child:hover .menu_box {
		padding: 0
	}
	header nav ul ul li {
		margin: 15px 10px 0 0!important
	}
	header .menu_box a {
		margin-bottom: 0
	}
	footer .footer .cell {
		width: 65%
	}
	footer .footer .cell:last-child {
		width: 35%
	}
 
	.product_slider .sec_title {
		margin-bottom: 40px
	}
	footer .footer{
		height: auto;
	}
}

@media only screen and (max-width:900px) {
	.product_box .shadow_box {
		padding: 10px;
	}
	footer:after {
		background-image:none;
	}
	footer .footer {
		padding: 30px 20px;
		display: block
	}
	footer .footer .cell {
		width: 100%
	}
	footer .footer .cell:last-child {
		width: 100%
	}
	footer .footer .cell .content {
		margin: 30px 0
	}
	footer .footer .cell .social {
		text-align: center
	}
	footer .footer .cell .social a {
		margin: 0 7px;
		width: 30px;
		height: 30px;
		background-size: 16px
	}
	.product_box .cover .new_por {
		width: 60px;
	}
}

@media only screen and (max-width:768px) {
	footer .footer .cell .flex {
		flex-wrap: wrap
	}
	footer .footer .cell .flex>div {
		width: 50%
	}
	footer .footer .cell .flex>div:last-child {
		width: 100%;
		margin-top: 20px
	}
	.product_box .info {
		min-height: 50px
	}
	footer .copyright{
		padding: 10px;
	}
}

@media only screen and (max-width:540px) {
	body {
		font-size: 70%
	}

}

@media only screen and (max-width:414px) {
	body {
		font-size: 65%
	}
	footer .footer .cell .flex {
		display: block
	}
	footer .footer .cell .flex>div {
		width: 100%
	}
	footer .footer .cell .flex>div:first-child {
		margin-bottom: 30px
	}
}