
@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap);*/
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}
body,html{height:100%}
body{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;font-style:normal;line-height:1.625;position:relative;visibility:visible;color:#474747}
body[dir=rtl]{text-align:right}
/*h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif;color:#000}*/
a,button{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;text-decoration:none;background-color:transparent;border:0}
textarea{width:100%;padding-left:20px;padding-top:20px;outline:0}
label{margin-bottom:15px}
.form-control{
	display:block;width:100%;min-height:45px;padding:6px 80px 6px 20px;font-size:14px;font-weight:400;line-height:1.625;
	color:#474747;border-radius:5px;
	background-color:#fff;
}
.form-control:focus{color:#495057;background-color:#fff;border-color:#ced4da;outline:0;-webkit-box-shadow:none;box-shadow:none}
p:last-child{margin-bottom:0}dl,ol,ul{margin-top:0;margin-bottom:0;padding:0;margin:0;list-style:none}
li{list-style:none}
button:focus,input:focus{outline:0 dotted;outline:0 auto -webkit-focus-ring-color;-webkit-box-shadow:none;box-shadow:none}
input{
	display:inline-block;
	line-height:50px;
	height:50px;
	font-size:15px;
	width:100%;
	background:0;
	border-radius:0;
	-webkit-border-radius:0;
	text-align:left;
	box-shadow:none;	
	-webkit-box-shadow:none;
	padding-left:20px;
	padding-right:10px;
	outline:0;
}
.img-responsive{max-width:100%;display:block;width:100%}
.pt-100px{padding-top:100px}
@media only screen and (min-width:992px) and (max-width:1199px){.pt-100px{padding-top:80px}}
@media only screen and (min-width:768px) and (max-width:991px){.pt-100px{padding-top:60px}}
@media only screen and (max-width:767px){.pt-100px{padding-top:60px}}.pb-100px{padding-bottom:100px}
@media only screen and (min-width:992px) and (max-width:1199px){.pb-100px{padding-bottom:80px}}
@media only screen and (min-width:768px) and (max-width:991px){.pb-100px{padding-bottom:60px}}
@media only screen and (max-width:767px){.pb-100px{padding-bottom:60px}}.pt-70px{padding-top:70px}
.pb-40px{padding-bottom:40px}.line-height-1{line-height:1}.mt-25px{margin-top:25px}.mt-30px{margin-top:30px}
.mt-20px{margin-top:20px}.mb-30px{margin-bottom:30px}.ml-20px{margin-left:20px}
.ml-15px{margin-left:15px}.mr-15px{margin-right:15px}.ml-5px{margin-left:5px}.ml-10px{margin-left:10px}
.pl-35px{padding-left:35px}.pr-35px{padding-right:35px}.mb-n-50{margin-bottom:-50px}.mb-50px{margin-bottom:50px}
.mb-40px{margin-bottom:40px}
.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.bg-black{background-color:#2f333a}
.bg-gray{background-color:#f4f4f4}
.bg-white{background-color:#fff}

@media only screen and (max-width:767px){.section-title .title{font-size:30px}}
@media only screen and (min-width:992px) and (max-width:1199px){.section-title{padding:0 170px}}
@media only screen and (min-width:768px) and (max-width:991px){.section-title{padding:0 80px}}
@media only screen and (max-width:767px){.section-title{padding:0}}
@media only screen and (max-width:479px){.section-title{margin-bottom:30px}}.section-title P{line-height:30px;color:#747474}
@media only screen and (max-width:479px){.section-title.mb-60px{margin-bottom:30px}}
.sticky-nav.menu_fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	-webkit-animation:sticky 1s;animation:sticky 1s;
	-webkit-box-shadow:2px 4px 12px rgba(51,51,51,.20);
	box-shadow:2px 4px 12px rgba(51,51,51,.20);
	background-color:rgba(255,255,255,0.96);
	padding: 10px 0;
}
@keyframes 
-webkit-keyframes sticky{
	0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes sticky{
	0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.header-to-bar{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#b5b5b5;
	font-size:14px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	line-height:50px;
	background-color:#242424;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-weight:300;
}
.header-main{
	/*background-color:#fff8f4*/
}

header{
    width: 100%;
    height: 80px;
	position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
header .logo{
	width: 176px;
	float: left;
	margin-top: 12px;
	
}

.menuzy{
	display: flex;
  	/*flex-direction: row-reverse;*/
  	justify-content: space-between;
  	align-items: center;
  	height: 100%;
}
.menuvi{
	width: 250px;
	height: 250px;
	background: url(../images/phone_slide_logo.png) no-repeat;
    background-size: 100%;
}

/*@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px){.header-main{padding:10px 0}}*/
.header-actions{display:-webkit-box;display:
-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;
align-items:center}.header-actions>*+*{margin-left:18px}
@media only screen and (max-width:575px){.header-actions>*+*{margin-left:15px}}
@media only screen and (max-width:479px){.header-actions>*+*{margin-left:8px}}.header-actions .header-action-btn{
position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;color:#000;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}
.header-actions .header-action-btn:hover{color:#FEDE10}.header-actions .header-action-btn i{-webkit-transition:0s;transition:0s;font-size:26px}
@media only screen and (max-width:575px){.header-actions .header-action-btn i{font-size:25px}}
@media only screen and (max-width:479px){.header-actions .header-action-btn i{font-size:22px}}
.header-actions .header-action-btn i:hover{color:#FEDE10}
.header-actions .header-action-btn .header-action-num{font-size:11px;font-weight:700;
position:absolute;z-index:2;top:-10px;right:-7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;
-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;border-radius:50%;background-color:#FEDE10;width:21px;height:21px}
.header-actions .header-action-btn .cart-amount{
	display:block;font-size:16px;font-weight:700;
	text-align:center;padding-left:15px;color:#0f0f0f;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
}
.header-actions .header-action-btn:hover .cart-amount{color:#FEDE10}
.main-menu{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	/*justify-content: space-between;*/
}
.main-menu ul{
	display:-webkit-box;display:
	-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:0;
	padding-left:0;
	list-style:none;
	width: 430px;
}
.main-menu ul li+li{margin-left:50px}
@media only screen and (min-width:992px) and (max-width:1199px){.main-menu ul li+li{margin-left:30px}}

.header-main .main-menu ul li a{
	font-size:20px;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	display:block;position:relative;
	line-height:80px;
	text-align: center;
	text-shadow: 0px 1px 3px #999;
}
.main-menu ul li.active>a,.main-menu ul li:hover>a{color:#FEDE10;}
.main-menu ul li.dropdown{
	position:relative;
	/*width: 80px;*/
}

.header-logo{
	width: 176px;
	height: 52px;
	float: left;
	background: url(../images/logo01.png) no-repeat;
	background-size: 100%;
}
.contant{
	float: right;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	line-height: 0px;
	color: #fff;
	padding: 30px 40px;
	margin-top: 10px;
	display: block;
	text-shadow: 0px 1px 3px #999;
	box-shadow: 0px 1px 3px rgba(153, 153, 153, 0.3);
}
.contant:hover{
	float: right;
	border: 1px solid #FEDE10;
	text-align: center;
	font-size: 20px;
	line-height: 0px;
	color: #333;
	padding: 30px 40px;
	margin-top: 10px;
	background-color: #FEDE10;
	text-shadow: none;
	box-shadow: 0px 1px 3px rgba(153, 153, 153, 0.3);
}
.pe-7s-menu{
	width: 52px;
	height: 52px;
	background: url(../images/index_top_menu_w01.png) no-repeat;
    background-size: 100%;
    float: right;
}



.menu_fixed .pe-7s-menu{
	width: 52px;
	height: 52px;
	background: url(../images/index_top_menu01.png) no-repeat;
    background-size: 100%;
    float: right;
}

.menu_fixed .main-menu ul li a{
	color:#333;
	text-shadow: none;
}
.menu_fixed .main-menu ul li a:hover{
	color:#333;
	font-weight: bold;
	text-shadow: none;
}
.menu_fixed .contant{
	float: right;
	border: 1px solid #333;
	text-align: center;
	font-size: 20px;
	line-height: 0px;
	color: #333;
	padding: 30px 40px;
	margin-top: 10px;
	display: block;
	text-shadow: none;
	box-shadow: none;
}
.menu_fixed .contant:hover{
	float: right;
	border: 1px solid #FEDE10;
	text-align: center;
	font-size: 20px;
	line-height: 0px;
	color: #333;
	padding: 30px 40px;
	margin-top: 10px;
	background-color: #FEDE10;
	/*text-shadow: 0px 1px 3px #999;
	box-shadow: 0px 1px 3px rgba(153, 153, 153, 0.3);*/
}
@media (max-width: 1000px){
	.menu_fixed .contant{
		display: none;
	}
	.contant{
		display: none;
	}
}
.menu_fixed .header-logo{
	width: 176px;
	height: 46px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	background-size: 100%;
}
@media (max-width: 600px){
	.contant{
		display: none;
	}
	.menu_fixed .contant{
		display: none;
	}
}
.con .main-menu ul li.dropdown ul.sub-menu{
position:absolute;z-index:9;text-align:left;opacity:0;visibility:hidden;-o-transform-origin:0 0;-ms-transform-origin:0 0;
-moz-transform-origin:0 0;-webkit-transform-origin:0 0;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);
-webkit-transform:rotateX(-75deg);min-width:250px;left:auto!important;background:#fff;-webkit-box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3);
box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3);display:block;-o-transition:-o-transform .3s,opacity .3s;-ms-transition:-ms-transform .3s,opacity .3s;
-moz-transition:-moz-transform .3s,opacity .3s;-webkit-transition:-webkit-transform .3s,opacity .3s;padding:20px 0}
.main-menu ul li.dropdown ul li{padding:0;margin:0;
display:block}
.main-menu ul li.dropdown ul li a{display:block;line-height:20px;padding:12px 0 12px 20px;font-weight:400;
font-size:16px;color:#2d2d2d;text-transform:capitalize}.main-menu ul li.dropdown ul li a:hover{padding-left:25px}.main-menu ul li.dropdown:hover 
.sub-menu{opacity:1;visibility:visible;transform:rotateX(0);-o-transform:rotateX(0);-moz-transform:rotateX(0);
-webkit-transform:rotateX(0);-o-transition:-o-transform .3s,opacity .3s;-ms-transition:-ms-transform .3s,opacity .3s;
-moz-transition:-moz-transform .3s,opacity .3s;-webkit-transition:-webkit-transform .3s,opacity .3s}
.main-menu ul li.dropdown:hover .mega-menu{opacity:1;visibility:visible;transform:rotateX(0);-o-transform:rotateX(0);
-moz-transform:rotateX(0);-webkit-transform:rotateX(0);-o-transition:-o-transform .3s,opacity .3s;-ms-transition:
-ms-transform .3s,opacity .3s;
-moz-transition:-moz-transform .3s,opacity .3s;-webkit-transition:-webkit-transform .3s,opacity .3s}.main-menu ul li .mega-menu{position:absolute;
-webkit-box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3);
box-shadow:-1px 10px 80px -15px rgba(0,0,0,.3);
background:#fff;padding:30px 0 30px 30px;opacity:0;visibility:hidden;
-o-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;
-webkit-transform-origin:0 0;transform-style:preserve-3d;-o-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
-webkit-transform-style:preserve-3d;transform:rotateX(-75deg);-o-transform:rotateX(-75deg);-moz-transform:rotateX(-75deg);
-webkit-transform:rotateX(-75deg);left:0;width:100%;z-index:2;-o-transition:-o-transform .3s,opacity .3s;
-ms-transition:-ms-transform .3s,opacity .3s;-moz-transition:-moz-transform .3s,opacity .3s;
-webkit-transition:-webkit-transform .3s,opacity .3s;z-index:15}
.main-menu ul li .mega-menu li ul{width:25%;margin-right:30px;border-right:1px solid #ebebeb}.main-menu ul li .mega-menu li ul li.title a{
color:#000;font-size:16px;font-weight:500;display:block;margin-bottom:20px;height:auto}
.main-menu ul li .mega-menu li ul li.title a:hover{color:#FEDE10;padding-left:0}
.main-menu ul li .mega-menu li ul li a{color:#2d2d2d;text-transform:capitalize;line-height:30px;font-weight:400;font-size:14px;
display:block;padding:0;border:0;height:auto;margin-bottom:15px}
.main-menu ul li .mega-menu li ul li a:hover{color:#FEDE10;padding-left:10px}.main-menu ul li .mega-menu li ul li:last-child a{margin:0}
.header-bottom-set .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;border:0;background-color:transparent;padding:0}
.header-bottom-set .dropdown-toggle::after{display:none}
.header-bottom-set .dropdown-toggle i{font-size:29px}
.header-bottom-set .dropdown-men{
muargin:0;top:40px!important;left:auto!important;right:0;min-width:130px;overflow:hidden;padding:0 15px;background:#fff;border-radius:0;border:0;
-webkit-box-shadow:0 3px 25.5px 4.5px rgba(0,0,0,.06);box-shadow:0 3px 25.5px 4.5px rgba(0,0,0,.06);
-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;inset:40px 0 auto auto!important}
@media only screen and (min-width:768px) and (max-width:991px){.header-bottom-set .dropdown-menu{top:48px!important;inset:48px 0 auto auto!important}}
@media only screen and (max-width:767px){.header-bottom-set .dropdown-menu{top:46px!important;inset:46px 0 auto auto!important}}
.header-bottom-set .dropdown-menu li{border-bottom:1px solid #ebebeb}.header-bottom-set .dropdown-menu li:last-child{
border:0}.header-bottom-set .dropdown-menu .dropdown-item{padding:10px;color:#2d2d2d;line-height:25px;font-size:14px;background:0}
.header-bottom-set .dropdown-menu .dropdown-item:hover{color:#FEDE10}.action-form{position:relative}
.submit{
position:absolute;top:0;left:auto;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;
-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;
height:100%;background:#FEDE10;color:#fff;font-size:20px;border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none;outline:0}
body.offcanvas-open{overflow:hidden}
.offcanvas{
	font-size:14px;
	font-weight:400;
	position:fixed;
	z-index:100;
	top:0;
	right:0;
	left:auto;
	display:block;
	width:400px;
	height:100%;
	padding:20px;
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	background-color:#1A1A1A;
	-webkit-box-shadow:none;
	box-shadow:none;
	overflow:auto;
	visibility:visible;
}
@media only screen and (max-width:479px){
	.offcanvas{width:300px}
}
.offcanvas .inner{position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;
-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}
.offcanvas .inner .head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;
-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:30px 20px}
.offcanvas .inner .head .title{color:#000;font-weight:700}.offcanvas .inner .head .offcanvas-close{
position:relative;width:20px;height:20px;text-indent:-9999px;border:0;background-color:transparent}
.offcanvas .inner .head .offcanvas-close::after{position:absolute;top:calc(50% - 1px);left:0;
width:20px;height:2px;content:"";-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);background-color:#FEDE10}
.offcanvas .inner .head .offcanvas-close::before{position:absolute;top:calc(50% - 1px);left:0;width:20px;height:2px;content:"";
-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#FEDE10}
.offcanvas .inner .head .offcanvas-close:hover:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.offcanvas .inner .head .offcanvas-close:hover:after{-webkit-transform:rotate(0);transform:rotate(0)}
.offcanvas .inner .offcanvas-menu ul{

}
.offcanvas .inner .offcanvas-menu ul li{
	position:relative;
	display:block;
	line-height:28px;
	
}
.offcanvas .inner .offcanvas-menu ul li a{
	display:block;
	padding:10px 0;
	text-transform:capitalize;
	color:#fff;
	/*border-top:1px solid #eee;*/
	font-size:60px;
	font-weight:600;
	line-height: 102px;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu{
	position:static;
	top:auto;
	display:none;
	visibility:visible;
	width:100%;
	min-width:auto;
	padding:0;
	-webkit-transition:none;
	transition:none;
	opacity:1;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li{line-height:inherit;position:relative}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a{
	text-transform:capitalize;
	font-weight:400;
	padding-left:10px;
	padding-right:0;
	display:block;
	border-top:1px solid #eee;
	font-size:14px;
	font-weight:500;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child{border-bottom:0 solid #eee}
.offcanvas .inner .offcanvas-menu ul li .menu-expand{position:absolute;z-index:2;top:0;right:0;width:24px;height:49px;cursor:pointer;background-color:transparent}
.offcanvas .inner .offcanvas-menu ul li:hover>a{color:#FEDE10}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before{background:#FEDE10}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after{background:#FEDE10}
/*.offcanvas .inner .offcanvas-menu ul li:last-child{border-bottom:1px solid #eee}*/
.offcanvas .inner .offcanvas-social li{display:inline-block;margin:0 10px 0 0;line-height:40px;padding:0}
@media only screen and (max-width:479px){.offcanvas .inner .offcanvas-social li{margin:0 5px 0 0}}
.offcanvas .inner .offcanvas-social li a{
position:relative;display:inline-block;vertical-align:middle;color:#fff;background:#FEDE10;font-size:16px;padding:0;line-height:40px;width:40px;height:40px;
border-radius:100%;text-align:center;border:0;z-index:1;-webkit-transition:all .3s linear;transition:all .3s linear}
.offcanvas .inner .offcanvas-social li a:hover{background:#000;color:#fff}
@media only screen and (max-width:479px){.offcanvas .inner .offcanvas-social li a{line-height:35px;width:35px;height:35px;font-size:15px}}
.offcanvas .inner .foot .buttons a{
	display:block;
	text-transform:capitalize;
	font-weight:500;
	font-size:16px;
	border:0;
	color:#fff;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:10px 15px;
	line-height:26px;
	border:0;
	background:#000;
	border-radius:0;
	width:auto;
	height:auto;
}
.offcanvas .inner .foot .buttons a:hover{
	background-color:#FEDE10;
	color:#fff
}
.offcanvas .inner .foot .buttons .current-btn{
	background-color:#FEDE10;
	color:#fff
}
.offcanvas .inner .foot .sub-total{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #eee;
	margin:30px 0 0 0;
}
.offcanvas .inner .foot .sub-total .table>:not(caption)>*>*{
	padding:0;border:0
}
.offcanvas .inner .foot .sub-total .table>tbody>tr>td{
	border:0;
	padding:0;
	color:#000;
	text-transform:capitalize;
	font-size:20px;
	vertical-align:middle;
	font-weight:500;
	line-height:30px
}
.offcanvas .inner .foot .sub-total .table>tbody>tr>td.theme-color{
	color:#FEDE10
}
.offcanvas .inner .foot .sub-total .amount{
	color:#eb2606;font-weight:600
}
.offcanvas .inner .foot .minicart-message{
	margin-top:30px;margin-bottom:30px
}
.offcanvas-menu>ul>li .menu-expand{
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	width:24px;
	height:44px;
	cursor:pointer;
	background-color:transparent;
}
.offcanvas-menu>ul.sub-menu>li .menu-expand{right:15px}
.offcanvas.offcanvas-mobile-menu{
	right:auto;
	left:0;
	padding:0;
	/*-webkit-transform:translateY(100%);*/
	transform:translateY(-100%);
	width:100%;
	padding:5%;
	/*opacity: 0;*/
}
@media only screen and (max-width:479px){.offcanvas.offcanvas-mobile-menu{
	width:100%}
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close{
	position:absolute;
	width:64px;
	height:64px;
	/*text-indent:-9999px;*/
	z-index: 101;
	border:0;
	right:5%;
	top:2%;
	-webkit-animation-delay:.5s;
	animation-delay:.5s;
	background: url(../images/index_top_menu_close.png) no-repeat;
    background-size: 100%;

}
.menulogo{
	width: 176px;
	height: 46px;
	background: url(../images/logo03.png) no-repeat;
    background-size: 100%;
}
/*.offcanvas.offcanvas-mobile-menu .offcanvas-close::after{
	position:absolute;top:calc(50% - 1px);
	left:50%;margin-left:-10px;
	width:20px;
	height:2px;
	content:"";
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background-color:#fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before{
	position:absolute;
	top:calc(50% - 1px);
	left:50%;margin-left:-10px;
	width:20px;height:2px;content:"";
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color:#fff;
}*/
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after{
	-webkit-transform:rotate(0);transform:rotate(0)
}
.offcanvas.offcanvas-cart .inner .head,.offcanvas.offcanvas-wishlist .inner .head{
	margin-bottom:30px;
	padding:0;
}
.offcanvas.offcanvas-cart .inner .head .title,.offcanvas.offcanvas-wishlist .inner .head .title{
	font-size:20px;
}
.offcanvas-menu>ul>li .menu-expand::after,.offcanvas-menu>ul>li .menu-expand::before{
	position:absolute;top:calc(50% - 1px);
	left:calc(50% - 7px);
	width:14px;height:2px;content:"";
	-webkit-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
	-webkit-transform:scale(.75);
	transform:scale(.75);background-color:#000;
}
.offcanvas-menu>ul>li .menu-expand::after{
	-webkit-transform:rotate(90deg) scale(.75);
	transform:rotate(90deg) scale(.75)
}
.offcanvas-menu>ul>li.active>.menu-expand::after{
	-webkit-transform:rotate(0) scale(.75);
	transform:rotate(0) scale(.75)
}
.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after{
	-webkit-transform:rotate(0) scale(.75);
	transform:rotate(0) scale(.75)
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open{
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
/*.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close{
	left:80%
}*/
.offcanvas-overlay{
	position:fixed;
	z-index:999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:none;
	background-color:rgba(0,0,0,.5)
}
.offcanvas.offcanvas-open{
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.minicart-product-list{
	margin:0;
	padding-left:0;
	list-style:none
}
.minicart-product-list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ebebeb
}
.minicart-product-list li .image{
	-webkit-box-flex:1;
	-ms-flex:1 0 75px;
	flex:1 0 75px
}
.minicart-product-list li .image img{
	max-width:100%;
	border:1px solid #ebebeb;
}



/*下一屏*/
#scroll{
	width: 52px;
	height: 26px;
	z-index: 10;
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	bottom: 50px;
	display: block;
	cursor: pointer;
	background: url(../images/nextscreen.png) no-repeat;
	background-size: 52px;
}
#scroll:hover{
	/*background: url(../images/nextscreen_hover.png) no-repeat;
	background-size: 52px;*/
	opacity: 0.5;
}

/*下一屏 end*/
@media (max-width: 600px){
    #scroll{
        display: none;
    }
}