@charset "UTF-8";
html {
	height: 100%;
	position: relative
}
body {
	min-height: 100vh;
	padding-top: 100px;
	height: 100%;
	color: #777;
	font-size: 100%;
	background-color: #fff;

}
 
  

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 20;
	transition: all .3s;
	left: 0
}
header.fixed {
	box-shadow: 0 0 10px 0 rgb(1 1 1 / 10%);
}

header .mob_icon {
	display: none
}

header .header {
	width: 100%;
	z-index: 1;
	height: 100%;
	transition: all .3s;
}


header .logo {
	display: block;
	width: 120px;
	z-index: 2
}
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 .logo img.logo_w {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all .3s;
	height: 100%
}



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;
	width: 100%;
}

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 {
 	font-weight: 700;
	font-size: 1em;
	text-align: right;
	transition: all .3s;
	display: block;
	z-index: 2;
	white-space: nowrap;
	color: #005b9c;
}

 
 
 
 

 

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: #005b9c;
	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: #005b9c;
	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;
	margin: 0 15px;
	cursor: pointer;
}


.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 #005b9c;
	padding: 10px 0;
	margin: 0 10px
}

.under_header .login_box .info .name {
	font-weight: 700;
	color: #005b9c
}

.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")
}

 

 
 
#fullpage{
	padding-bottom: 370px;
}
footer {
	background-color: #f5f5f5;
 
}

 
footer .copyright {
	background-color: #ddd;
	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: #005b9c
}

footer .footer .cell .add a {
}

footer .footer .cell .add {
	margin-top: 10px
}

footer .footer .cell .add span {
	direction: ltr;
	display: inline-block;
	text-align: right
}

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 {
}

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: 120px
	}
	header {
		height: 120px
	}
	header .f_container {
		padding: 0 20px
	}
 
 
	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
	}

 
	header nav>ul>li {
		padding: 15px 10px
	}
	header .menu_box {
		top: 120px
	}
	header.fixed nav>ul>li {
		padding: 28px 10px
	}
	.f_container ,
	.container {
		padding: 0 20px
	}
 
	footer .footer{
		padding: 20px;
	}
}

@media only screen and (max-width:1024px) {
	body {
		font-size: 80%;
		padding-top: 100px;
		height: auto
	}
	header {
		height: 100px
	}
	header .logo {
		width: 120px
	}
	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 .mob_icon span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background: #005b9c;
		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 .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.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: #005b9c !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
	}
}