@charset "UTF-8";
html {
	height: 100%;
	position: relative
}
body {
	min-height: 100vh;
	padding-top: 140px;
	height: 100%;
	color: #777;
	font-size: 100%
}
.page_bg_pat {
	background-image: url(../uploads/bg/pattern.png);
	background-color: #fefefe;
	background-attachment: fixed
}
.grey_box {
	border-radius: 10px;
	padding: 20px;
	background-color: #efefef;
	box-shadow: 2px 2px 4px 2px #dcdcdc
}
.purple_box {
	border-radius: 10px;
	padding: 20px;
	background-color: #765fa9;
	box-shadow: 2px 2px 4px 2px #dcdcdc;
	color: #eee
}
.white_box {
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 2px 2px 4px 2px #dcdcdc
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 140px;
	z-index: 20;
	transition: all .3s;
	left: 0
}
header .mob_icon {
	display: none
}
header.fixed {
	height: 80px
}
header .header {
	width: 100%;
	z-index: 1;
	height: 100%;
	transition: all .3s;
	background-color: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 30%)
}
header.fixed .header {
	background-color: #64c4b3
}
header .logo {
	display: block;
	height: 100%;
	width: 200px;
	padding: 15px 0;
	z-index: 2
}
header.fixed .logo {
	padding: 15px 0
}
header .logo a {
	display: inline-block;
	height: 100%;
	z-index: 2
}
header .logo img.logo_c {
	display: block;
	height: 100%;
	transition: all .3s;
	opacity: 1
}
header.fixed .logo img {
	opacity: 0
}
header .logo img.logo_w {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all .3s;
	height: 100%
}
header.fixed .logo img.logo_w {
	opacity: 1
}
header .f_container {
	align-items: center;
	justify-content: space-between;
	height: 100%
}
header nav {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	align-items: center
}
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;
	position: initial
}
header.fixed nav>ul>li {
	padding: 28px 20px
}
header nav>ul>li>a {
	color: #ef3d6f;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	transition: all .3s;
	display: block;
	z-index: 2;
	white-space: nowrap
}
header.fixed nav>ul>li>a {
	color: #fff
}
header nav>ul>li>a:after,
header nav>ul>li>a:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: all .5s;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	opacity: 1
}

header nav ul>li:nth-child(4) a:after,
header nav ul>li:nth-child(4) a:before {
	width: 80px;
	height: 80px
}

header.fixed nav ul>li a:after,
header.fixed nav ul>li a:before {
	display: none
}

header.fixed nav ul>li a:before {
	display: none
}

header nav ul>li a:after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	opacity: 0
}

header nav ul>li a:hover:after {
	opacity: 1
}

header nav ul>li a:hover:before {
	opacity: 0
}

header nav ul li a.products:before {
	background-image: url(../uploads/nav_ic_1.png)
}

header nav ul li a.giftcard:before {
	background-image: url(../uploads/nav_ic_2.png)
}

header nav ul li a.stories:before {
	background-image: url(../uploads/nav_ic_3.png)
}

header nav ul li a.customize:before {
	background-image: url(../uploads/nav_ic_4.png)
}

header nav ul li a.blogs:before {
	background-image: url(../uploads/nav_ic_5.png)
}

header nav ul li a.about:before {
	background-image: url(../uploads/nav_ic_6.png)
}

header nav ul li a.contact:before {
	background-image: url(../uploads/nav_ic_7.png)
}

header nav ul li a.products:after {
	background-image: url(../uploads/nav_ic_1_h.png)
}

header nav ul li a.giftcard:after {
	background-image: url(../uploads/nav_ic_2_h.png)
}

header nav ul li a.stories:after {
	background-image: url(../uploads/nav_ic_3_h.png)
}

header nav ul li a.customize:after {
	background-image: url(../uploads/nav_ic_4_h.png)
}

header nav ul li a.blogs:after {
	background-image: url(../uploads/nav_ic_5_h.png)
}

header nav ul li a.about:after {
	background-image: url(../uploads/nav_ic_6_h.png)
}

header nav ul li a.contact:after {
	background-image: url(../uploads/nav_ic_7_h.png)
}

header nav>ul>li:first-child {
	padding-right: 0
}

header.fixed nav>ul>li:first-child:after {
	height: 80px;
	background-color: #64c4b3;
	top: -30px
}

header .menu_box {
	position: absolute;
	background-color: #f6f6f6;
	width: 100%;
	left: 50%;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	display: flex;
	max-width: 1000px;
	transform: translateX(-50%);
	transition: all .3s;
	z-index: 1;
	top: 142px;
	overflow: hidden;
	height: 0;
	padding: 0 15px
}

header nav>ul>li:first-child:hover .menu_box {
	height: 228px;
	padding: 15px
}

header.fixed .menu_box {
	top: 78px
}

header nav>ul>li:first-child:hover .menu_box:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #ef3d6f;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0
}

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: #ef3d6f;
	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: #ef3d6f;
	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 .tools {
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
	justify-content: space-between;
	padding: 15px 0;
	width: 200px
}

header.fixed .tools {
	height: auto
}

header .tools .search {
	position: relative
}

header.fixed .tools .search {
	display: none
}

header .tools .search input[type=text] {
	border-radius: 50px;
	border: none;
	width: 200px;
	height: 40px;
	padding: 0 10px;
	background-color: #f1f2f2
}

header .tools .search input[type=submit] {
	position: absolute;
	left: 5px;
	top: 0;
	width: 40px;
	height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../uploads/serach_header.png);
	background-size: 24px;
	background-color: transparent;
	border: none;
	z-index: 1;
	cursor: pointer;
	padding: 0
}

header .tools .login {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../uploads/header_login.png);
	background-size: 40px;
	margin: 0 15px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #f1f1f1
}

header.fixed .tools .login {
	border: 2px solid #fff
}

.under_header {
	height: 0!important
}

.under_header .login_box {
	position: absolute;
	background-color: #fff;
	padding: 0 10px;
	top: -500px;
	left: 0;
	border-radius: 0 0 10px 10px;
	white-space: nowrap;
	width: 250px;
	box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
	z-index: 0;
	transition: all .3s
}

.under_header .login_box.open {
	top: 0
}

.under_header .login_box .info {
	border-bottom: 1px solid #64c4b3;
	padding: 10px 0;
	margin: 0 10px
}

.under_header .login_box .info .name {
	font-weight: 700;
	color: #64c4b3
}

.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-left: 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")
}

.under_header .add_to_cart_notif {
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: #fff;
	padding: 20px 10px 10px 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
	transition: all .5s;
	color: #64c5b3
}

.under_header .add_to_cart_notif.show {
	bottom: -45px
}

header .tools .basket {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../uploads/header_basket.png);
	background-size: 31px;
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #f1f1f1
}

header.fixed .tools .basket {
	border: 2px solid #fff
}

header .tools .basket .num {
	position: absolute;
	right: -5px;
	bottom: -5px;
	padding: 5px;
	color: #fff;
	background-color: #64c4b3;
	border-radius: 50%;
	height: 20px;
	min-width: 20px;
	line-height: 14px;
	text-align: center
}

header.fixed .tools .basket .num {
	background-color: #ef3d67
}

footer {
	background-color: #595959
}

footer:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	opacity: .1
}

.loaded footer:after {
	background-image: url(../uploads/images/bg_circus.png);
}
footer .copyright {
	background-color: #545454;
	text-align: center;
	color: #fff;
	padding: 26px;
	font-size: 13px;
	z-index: 1
}

footer .footer {
	padding: 100px 0
}

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: #64c4b3
}

footer .footer .cell .add a {
	color: #fff
}

footer .footer .cell .add {
	color: #fff;
	margin-top: 10px
}

footer .footer .cell .add span {
	direction: ltr;
	display: inline-block;
	text-align: right
}

footer .footer .cell .social a {
	background-color: #fff;
	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
}

footer .footer .enamd_box {
	margin-top: 230px
}

footer .footer .enamd {
	padding: 10px;
	border-radius: 5px;
	background-color: #eee;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	vertical-align: bottom
}

footer .footer .enamd img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto
}

.product_box .shadow_box {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 4px 2px #dcdcdc;
	padding: 20px;
	display: inline-block;
 }

.product_box .date {
	position: absolute;
	top: 20px;
	background-color: #eee;
	z-index: 1;
	right: 0;
	border-radius: 50px 0 0 50px
}

.product_box .cover {
	display: inline-block;
	font-size: 0;
	padding-bottom: 20px;
}

.product_box img {
	max-height: 100%;
	z-index: 1;
}

.product_box .cover .new_por {
	position: absolute;
	right: -27px;
	top: -9px;
	width: 100px;
	height: 60px;
	background-image: url(../uploads/images/new_pro.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3
}

.product_box .info {
	text-align: center;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly
}

.product_box .info .title,
.product_box .info a {
	color: #64c4b3;
	font-size: 1.1em;
	font-weight: 700
}

.product_box .info .price {
	color: #777;
	font-size: 1em;
	font-weight: 300;
	direction: rtl
}

.product_box .info .price span {
	display: inline-block
}

.product_box .info .price span.discounted:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: #ef3d6f;
	width: 100%;
	top: 13px
}

.product_box .info .discounted_price {
	font-size: 1.1em;
	font-weight: 500;
	color: #ef3d6f
}

.product_slider {
	text-align: center
}


.product_slider .sec_title {
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
	background-color: #ef3d6f;
	display: inline-block;
	border-radius: 50px;
	padding: 10px 25px
}

.product_slider .sec_title h2 {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-weight: 700;
	font-size: 1em
}

.product_slider .slider_container .product_box {
	cursor: pointer;
	padding: 10px;
	display: block;
}

.product_slider .slider_container {
	direction: ltr
}

.product_slider .slider_box .slide_row {
	width: 300px;
	direction: rtl
}

.product_slider .slider_container .lSAction {
	position: absolute;
	top: 40%;
	width: 100%
}

.product_slider .owl-carousel .owl-nav button,
.product_slider .slider_container .lSAction>a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.product_slider .owl-carousel .owl-nav button.owl-prev,
.product_slider .slider_container .lSAction>.lSPrev {
	background-image: url(../uploads/slider_prev_red.png);
	left: 0
}

.product_slider .owl-carousel .owl-nav button.owl-next,
.product_slider .slider_container .lSAction>.lSNext {
	background-image: url(../uploads/slider_next_red.png);
	right: 0
}



@media only screen and (max-width:1420px) {
	body {
		font-size: 85%;
		padding-top: 120px
	}
	header {
		height: 120px
	}
	header .f_container {
		padding: 0 20px
	}
	header .tools .search input[type=text] {
		width: 150px;
		height: 30px
	}
	header .tools .search input[type=submit] {
		background-position: center;
		background-size: 20px;
		width: 30px;
		height: 30px
	}
	header .tools .basket {
		width: 30px;
		height: 30px;
		background-size: 22px
	}
	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
	}
	footer .footer {
		padding: 100px 20px
	}
	footer .footer .enamd_box {
		margin-top: 200px
	}
	footer .footer .enamd {
		margin-bottom: 20px
	}
	header nav>ul>li {
		padding: 15px 10px
	}
	header .menu_box {
		top: 120px
	}
	header.fixed nav>ul>li {
		padding: 28px 10px
	}
	.container {
		padding: 0 20px
	}
	.product_box .info {
		min-height: 80px
	}
	.product_box .cover .new_por {
		width: 80px;
	}
}

@media only screen and (max-width:1024px) {
	body {
		font-size: 80%;
		padding-top: 80px;
		height: auto
	}
	header .logo {
		width: 50px
	}
	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: 30px 15px 0 auto;
		display: block;
		z-index: 2;
		cursor: pointer
	}
	header .mob_icon span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #ef3d6f;
		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 {
		height: 80px
	}
	header .tools {
		z-index: 2;
		height: auto
	}
	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 .tools .search {
		opacity: 0;
		left: -110%;
		transition: opacity .3s .3s cubic-bezier(.77, .2, .05, 1);
		display: none
	}
	header.show_mob .tools .search {
		opacity: 1;
		top: 90px;
		left: 0;
		display: block
	}
	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: #ef3d6f;
		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%
	}
	footer .footer .enamd_box {
		margin-top: 120px
	}
	.product_slider .sec_title {
		margin-bottom: 40px
	}

}

@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 .enamd_box {
		margin-top: 30px;
		text-align: center
	}
	footer .footer .enamd {
		width: 80px;
		height: 80px;
		margin-left: 10px
	}
	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;
	}
	.product_box .shadow_box{
		width: 100%;
	}
}

@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
	}

}

@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
	}
}