@font-face {
	font-family: 'Barlow';
	src: url(../fonts/Barlow-Regular.ttf) format('truetype'), url(../fonts/Barlow-Regular.eot) format('eot'), url(../fonts/Barlow-Regular.woff) format('woff'), url(../fonts/Barlow-Regular.woff2) format('woff2');
	font-weight: 400;
}
@font-face {
	font-family: 'Barlow';
	src: url(../fonts/Barlow-Medium.ttf) format('truetype'), url(../fonts/Barlow-Medium.eot) format('eot'), url(../fonts/Barlow-Medium.woff) format('woff'), url(../fonts/Barlow-Medium.woff2) format('woff2');
	font-weight: 500;
}
@font-face {
	font-family: 'Antonio-Bold';
	src: url(../fonts/Antonio-Bold.ttf) format('truetype'), url(../fonts/Antonio-Bold.eot) format('eot'), url(../fonts/Antonio-Bold.woff) format('woff'), url(../fonts/Antonio-Bold.woff2) format('woff2');
}
body {
	font-family: "Barlow";
	font-weight: 400;
}
.ui.container {
	padding: 0 15px;
	position: relative;
	width: 1550px;
}
:root {
	--font: 'Antonio-Bold';
}
#header {
	z-index: 200;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
#header .nav {
	display: inline-block;
	width: 100%;
	background: #FFFFFF;
}
#header .nav > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
#header .nav > div .logo {
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
	vertical-align: middle;
}
#header .nav > div .menu-box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: auto;
}
#header .nav > div .menu-box ul.menu > li {
	margin: 0 25px;
	font-size: 20px;
	font-weight: 500;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 100;
	float: left;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#header .nav > div .menu-box ul.menu > li > a {
	display: block;
	padding: 25px 0;
}
#header .nav > div .menu-box ul.menu > li > a:after {
	content: "";
	display: block;
	width: 0;
	border-bottom: 1px solid currentColor;
	transition: width .5s ease;
}
#header .nav > div .menu-box ul.menu > li:hover a:after {
	width: 100%;
}
#header .nav > div .menu-box ul.menu > li ul.sub-menu {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 15px;
	background: #fff;
	top: 100%;
	left: -10px;
	min-width: 180px;
	white-space: nowrap;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	-moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
	transition: transform 0.5s, opacity 0.3s;
	transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
	-moz-transition: -moz-transform 0.5s, opacity 0.3s;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	display: none \9;
}
#header .nav > div .menu-box ul.menu > li ul.sub-menu li {
	position: relative;
	display: block;
	float: none;
	padding: 0 15px;
	line-height: 40px;
	color: black;
	font-size: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
}
#header .nav > div .menu-box ul.menu > li ul.sub-menu li a {
	display: block;
}
#header .nav > div .menu-box ul.menu > li ul.sub-menu li:hover {
	background: #222;
	color: white;
}
#header .nav > div .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
	top: 0;
	left: 100%;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	opacity: 0;
	display: none \9;
}
#header .nav > div .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	-ms-transform: rotate3d(0, 0, 0, 0);
	-o-transform: rotate3d(0, 0, 0, 0);
	display: block \9;
}
#header .nav > div .menu-box ul.menu > li:hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	-ms-transform: rotate3d(0, 0, 0, 0);
	-o-transform: rotate3d(0, 0, 0, 0);
	display: block \9;
}
#header .nav > div .h-search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	cursor: hand;
}
#header .nav > div .setting > div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}
#header .nav > div .setting .cart em {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 15px;
	height: 15px;
	display: block;
	background-color: black;
	color: white;
	border-radius: 15px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-style: normal;
}
#header .nav .search-box {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
#header .nav .search-box form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
}
#header .nav .search-box form input {
	background: none;
	outline: none;
	border: none;
}
#header .nav .search-box form input[type="text"] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 26px;
	color: #000;
	padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
	width: 22px;
	height: 22px;
	background: url(../images/tc-zoom.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#header .nav .search-box .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}
#banner ul.slick-dots {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#banner ul.slick-dots li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 6px solid white;
	background-color: #fd2318;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
#banner ul.slick-dots li button {
	display: none;
}
#banner ul.slick-dots li.slick-active {
	border-color: #fd2318;
	background-color: white;
}
#banner .slick-slide .content {
	display: none;
}
#banner .slick-active .content {
	display: block;
}
table {
	width: 100%;
	margin-bottom: 20px;
	word-break: break-word;
}
table td,
table th {
	padding: 5px 10px;
	border: 1px solid #666;
	width: 50%;
}
table td:first-child {
	color: #2d2d2d;
}
table td:last-child {
	color: #666;
}
.wpulike.wpulike-default {
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
	display: inline-block;
}
.post-views-box {
	position: relative;
	margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
	background-image: url(../images/fw.png) !important;
	-webkit-filter: none;
	filter: none;
}
.wpulike {
	z-index: 10;
}
.wpulike.post-views-box {
	z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
	width: 50px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
	background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
	background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
	background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
	width: 25px  !important;
	height: 25px !important;
	background: #fff !important;
	border: 7px solid #7d7d7d !important;
	border-radius: 100% !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
	border-color: #fd2318 !important;
}
#mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 200;
}
#mobile:before {
	content: '';
	width: 100%;
	height: 200%;
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	background: rgba(0, 0, 0, 0.13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#mobile .m-search {
	padding: 10px 15px;
	background: #0d95e8;
	z-index: 2;
	position: relative;
}
#mobile .m-search form {
	width: 100%;
	padding-right: 50px;
	position: relative;
}
#mobile .m-search form input {
	width: 100%;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	background: url("../images/icon-search-black.png") center left 5px no-repeat white;
	background-size: 14px;
	padding-left: 25px;
	font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
	text-align: center;
	background: #333;
	z-index: 1;
	position: relative;
	line-height: 60px;
	height: 60px;
}
#mobile .m-logo img {
	max-height: 40px;
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}
#mobile .m-btn {
	position: absolute;
	bottom: 16px;
	left: 15px;
	width: 30px;
	z-index: 2;
	height: 24px;
}
#mobile .m-btn i {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: white;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
#mobile .m-btn i.ie1 {
	margin-top: -10px;
}
#mobile .m-btn i.ie3 {
	margin-top: 10px;
}
#mobile .box {
	position: fixed;
	background: white;
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 0;
	height: 100%;
	overflow: auto;
	top: 0;
	padding: 25px;
	padding-top: 145px;
}
#mobile .m-nav ul li {
	display: block;
	position: relative;
}
#mobile .m-nav ul li a {
	display: block;
	padding: 8px 0;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
	background: #eee;
	padding-left: 15px;
}
#mobile .m-nav ul li i {
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#mobile .m-nav ul li i:before {
	content: "\f105";
	font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
	content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
	content: "\f106";
}
#mobile .m-nav ul li ul {
	display: none;
}
#mobile .m-nav ul li li a {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
}
#mobile .m-nav ul li li a:after {
	content: '-';
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
	padding-left: 30px;
}
#mobile .yuy {
	padding: 20px 0;
}
#mobile .yuy h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#mobile .yuy ul li {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	padding-right: 5px;
	border-right: 1px solid #eee;
	margin-bottom: 5px;
}
#mobile .yuy ul li img {
	max-width: 30px;
}
#mobile h6 {
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
#mobile #gotop {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #eee;
	background: white;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: none;
}
#mobile.active .m-btn i {
	margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
	opacity: 0;
}
#mobile.active .m-btn i.ie3 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile.active:before {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#mobile.active .box {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hover-language ul.sub-menu {
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	min-width: 100px;
	white-space: nowrap;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	display: none \9;
}
.hover-language ul.sub-menu li a {
	display: block;
	float: none;
	padding: 0 15px;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
	background: #000000;
	color: white;
}
.hover-language:hover ul.sub-menu {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	transform: rotate3d(0, 0, 0, 0);
	display: block \9;
}
#banner li {
	position: relative;
}
#banner li > img {
	width: 100%;
}
#banner .content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#banner span.arrow {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(180, 180, 180, 0.4);
	cursor: pointer;
}
#banner span.arrow.arrow_l {
	left: -34px;
}
#banner span.arrow.arrow_r {
	right: -34px;
}
#banner span.arrow:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.init-1 {
	padding: 70px 0;
	text-align: center;
	-webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}
.init-1 .Tit {
	font-size: 72px;
	font-family: var(--font);
	text-transform: uppercase;
}
.init-1 .Tit span {
	color: #FFFFFF;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.init-1 .list {
	margin-top: 80px;
}
.init-1 .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.init-1 .list li {
	min-height: 225px;
	padding-top: 45px;
}
.init-1 .list li + li {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.init-1 .list .icon {
	margin-bottom: 15px;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	transition: .5s ease;
}
.init-1 .list .icon img {
	vertical-align: middle;
}
.init-1 .list li:hover .icon {
	transform: rotateY(180deg);
}
.init-1 .imgs {
	margin-top: 40px;
	overflow: hidden;
}
.init-1 .imgs .box {
	margin: -25px;
}
.init-1 .imgs .box .item {
	width: 340px;
	padding: 25px;
}
.baseBtn {
	display: inline-block;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid currentcolor;
	height: 54px;
	line-height: 52px;
	border-radius: 3px;
	min-width: 190px;
	text-align: center;
	padding: 0 20px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
}
.baseBtn i {
	margin-right: 25px;
}
.baseBtn:hover,
.baseBtn.on {
	color: #000000;
	background-color: transparent;
}
.baseBtn.on:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.baseTit {
	font-size: 60px;
	font-family: var(--font);
	text-transform: uppercase;
}
.baseTit.line::before {
	content: "";
	margin-bottom: 20px;
	display: block;
	width: 130px;
	border-bottom: 4px solid #000000;
	opacity: .1;
}
.init-2 {
	padding: 120px 0;
}
.init-2 .list {
	margin-top: 50px;
}
.init-2 .list ul {
	margin: -12px;
}
.init-2 .list li {
	padding: 12px;
}
.init-2 .list .img {
	position: relative;
}
.init-2 .list .img .info {
	position: absolute;
	left: 40px;
	top: 40px;
	opacity: 0;
	transition: opacity .5s ease;
}
.init-2 .list .img:hover .info {
	opacity: 1;
}
.init-2 .list .img .info a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	background-color: #FFFFFF;
	transition: background-color .5s ease;
}
.init-2 .list .img .info a.cur,
.init-2 .list .img .info a.active,
.init-2 .list .img .info a:hover {
	background-color: #000000;
}
.init-2 .list .img .info a img {
	display: inline-block;
	vertical-align: middle;
	transition: .5s ease;
}
.init-2 .list .img .info a.cur img,
.init-2 .list .img .info a.active img,
.init-2 .list .img .info a:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.init-2 .list .img .info a + a {
	margin-left: 10px;
}
.init-2 .list .name {
	font-size: 24px;
	font-weight: 500;
}
.init-2 .list span.arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(180, 180, 180, 0.4);
	cursor: pointer;
}
.init-2 .list span.arrow.arrow_l {
	left: -120px;
}
.init-2 .list span.arrow.arrow_r {
	right: -120px;
}
.init-2 .list span.arrow:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.init-3 .box {
	position: relative;
}
.init-3 .box .content {
	position: absolute;
	left: 28%;
	bottom: 10%;
	width: 44%;
}
.init-3 .box .content .text {
	line-height: 2;
}
.init-4 {
	padding: 60px 0 100px;
}
.init-4 .list {
	background: url(../images/init-4-bg.jpg) no-repeat center top;
	padding-top: 150px;
	margin-top: 50px;
}

.init-4 .slick-list {
	padding-top: 40px;
}

.init-4 .list li {
	padding: 0 50px;
}
.init-4 .list .img {
	transition: 1s all;
}
.init-4 .list .img:hover {
	transform: translateY(-40px);
}
.init-4 .list .text {
	margin: 0 0 35px;
}
.init-4 .list .text::before {
	content: "“";
	font-family: var(--font);
	font-size: 72px;
	line-height: 1;
	opacity: .4;
	display: block;
	margin: auto;
}
.init-4 .list .line {
	margin-bottom: 40px;
	height: 1px;
	background: url(../images/line.png);
}
.init-4 .list .name {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	padding-top: 3px;
	padding-right: 50px;
}
.init-5 {
	background: url(../images/init-5-bg.jpg) no-repeat center;
	background-size: cover;
	color: #FFFFFF;
	padding: 150px 0 190px;
}
.init-5 .container {
	max-width: 1100px;
}
.init-5 .content {
	line-height: 2;
}
.init-6 {
	padding: 110px 0;
}
.init-6 .list {
	margin-top: 40px;
}
.init-6 .list ul {
	margin: -13px;
}
.init-6 .list li {
	padding: 13px;
}
.init-6 .list .box {
	background-color: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, right top, from(#eaeaea), to(#dcdcdc));
	background-image: -webkit-linear-gradient(left, #eaeaea, #dcdcdc);
	background-image: -moz-linear-gradient(left, #eaeaea, #dcdcdc);
	background-image: linear-gradient(to right, #eaeaea, #dcdcdc);
}
.init-6 .list .box .img {
	position: relative;
}
.init-6 .list .box .img .addCart {
	padding: 10px 15px;
	background: #111;
	color: white;
	text-transform: uppercase;
	transition: .5s;
	z-index: 3;
	position: absolute;
	cursor: pointer;
	cursor: hand;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	max-width: 100%;
	opacity: 0;
}
.init-6 .list .box .img:hover .addCart {
	opacity: 1;
}
.init-6 .list .box .img .addCart:hover {
	opacity: .7;
}
.init-6 .list .box .img .info {
	position: absolute;
	left: 30px;
	top: 30px;
	opacity: 0;
	transition: opacity .5s ease;
}
.init-6 .list .box .img:hover .info {
	opacity: 1;
}
.init-6 .list .box .img .info a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #FFFFFF;
	transition: background-color .5s ease;
}
.init-6 .list .box .img .info a.cur,
.init-6 .list .box .img .info a.active,
.init-6 .list .box .img .info a:hover {
	background-color: #000000;
}
.init-6 .list .box .img .info a img {
	width: 17px;
	display: inline-block;
	vertical-align: middle;
	transition: .5s ease;
}
.init-6 .list .box .img .info a.cur img,
.init-6 .list .box .img .info a.active img,
.init-6 .list .box .img .info a:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.init-6 .list .box .img .info a + a {
	margin-left: 10px;
}
.init-6 .list .box .name {
	font-weight: 500;
	padding: 35px 30px;
}
.init-6 .dots {
	margin-top: 60px;
}
.init-6 .dots li {
	margin: 0 10px;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background-color: #000000;
	opacity: .27;
	cursor: pointer;
}
.init-6 .dots li button {
	display: none;
}
.init-6 .dots li.slick-active {
	opacity: 1;
}
.baseLine em {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.init-7 {
	padding: 55px 0;
}
.init-7 .Tit {
	margin-bottom: 25px;
	font-weight: 500;
}
.init-7 .item {
	width: 50%;
}
.init-7 .item > div:last-of-type {
	height: 62px;
	line-height: 62px;
}
.init-7 .item > div:last-of-type img {
	vertical-align: middle;
}
#footer {
	background-color: #0e0f10;
	color: #FFFFFF;
	padding: 75px 0 65px;
}
#footer .logo {
	margin-bottom: 30px;
}
#footer .copy {
	margin-bottom: 55px;
	opacity: .37;
}
#footer .social-links {
	margin-top: 55px;
}
#footer .social-links a + a {
	margin-left: 15px;
}
#footer .item:nth-child(1) {
	width: 50%;
}
#footer .item:nth-child(2) {
	width: 30%;
}
#footer .item:nth-child(3) {
	width: 20%;
}
#footer .item h4 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 500;
}
#footer .item ul li + li {
	margin-top: 25px;
}
#footer .item ul li a {
	color: #8c8c8c;
	border-bottom: 1px solid transparent;
}
#footer .item ul li a:hover {
	color: #FFFFFF;
	border-color: currentColor;
}
@media (max-width: 1800px) {
	.init-2 .list span.arrow.arrow_l {
		left: 0;
	}
	.init-2 .list span.arrow.arrow_r {
		right: 0;
	}
}
@media (max-width: 1550px) {
	.ui.container {
		width: 1400px;
	}
	#banner span.arrow.arrow_l {
		left: 15px;
	}
	#banner span.arrow.arrow_r {
		right: 15px;
	}
}
@media (max-width: 1400px) {
	.ui.container {
		width: 1200px;
	}
	#header .nav > div .menu-box ul.menu > li {
		margin: 0 15px;
	}
	.init-4 .list li {
		padding: 0 25px;
	}
	.init-1 .Tit {
		font-size: 60px;
	}
	.baseTit {
		font-size: 48px;
	}
	#footer .item {
		width: 33.33%!important;
	}
}
@media (max-width: 1200px) {
	.ui.container {
		width: 1000px;
	}
	#header .nav > div .menu-box ul.menu > li {
		margin: 0 12px;
		font-size: 14px;
	}
	.init-1 .Tit {
		font-size: 48px;
	}
	.font-20 {
		font-size: 18px;
	}
	.baseTit {
		font-size: 40px;
	}
	.init-2 .list .img .info {
		left: 20px;
		top: 20px;
	}
	.init-2 .list .name {
		font-size: 20px;
	}
	.init-4 .list .name {
		font-size: 20px;
		padding-top: 10px;
	}
	.init-6 .list .box .name {
		padding: 15px;
	}
	.init-6 .list .box .img .info {
		left: 15px;
		top: 15px;
	}
}
@media (max-width: 1000px) {
	.ui.container {
		width: 700px;
	}
	#nav-height {
		height: 120px!important;
	}
	#header {
		display: none!important;
	}
	#mobile {
		display: block;
	}
	.init-1 .Tit {
		font-size: 40px;
	}
	.font-20 {
		font-size: 16px;
	}
	.font-18 {
		font-size: 16px;
	}
	.baseBtn i {
		margin-right: 10px;
	}
	.baseBtn {
		min-width: auto;
	}
	.baseTit {
		font-size: 32px;
	}
	.init-1 {
		padding: 60px 0;
	}
	.init-1 .list {
		margin-top: 60px;
	}
	/*.init-1 .imgs {*/
	/*	margin-top: 60px;*/
	/*}*/
	.init-2 {
		padding: 60px 0;
	}
	.init-2 .list {
		margin-top: 40px;
	}
	.init-3 .box .content {
		position: static;
		width: 100%;
	}
	.init-4 {
		padding: 60px 0;
	}
	.init-4 .list {
		margin-top: 40px;
		padding-top: 0;
		background: none;
	}
	.init-5 {
		padding: 90px 0;
	}
	.init-6 {
		padding: 60px 0;
	}
	.init-6 .dots {
		margin-top: 40px;
	}
	.init-7 .item {
		width: 100%;
	}
	.init-7 .item + .item {
		margin-top: 55px;
	}
	#footer {
		padding: 60px 0;
	}
	#footer .box {
		margin: -15px;
	}
	#footer .item {
		padding: 15px;
	}
	#footer .item ul li + li {
		margin-top: 15px;
	}
	#footer .item h4 {
		font-size: 20px;
	}
}
@media (max-width: 700px) {
	.ui.container {
		width: 100%;
	}
	.baseBtn {
		height: auto;
		line-height: 1.5;
		padding: 10px 20px;
	}
	.init-1 .Tit {
		font-size: 24px;
	}
	.init-1 .Tit span {
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	}
	.init-1 .list li {
		min-height: auto;
		width: 100%!important;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.init-1 .list li + li {
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.baseTit {
		font-size: 24px;
	}
	.init-2 .list .name {
		font-size: 18px;
	}
	.init-4 .list .name {
		font-size: 18px;
	}
	.init-4 .list .text {
		margin: -51px 0 20px;
	}
	.init-4 .list .text::before {
		font-size: 50px;
	}
	.init-4 .list .line {
		margin-bottom: 20px;
	}
	#footer .item {
		width: 100% !important;
	}
	#footer .copy {
		margin-bottom: 20px;
	}
	#footer .social-links {
		margin-top: 20px;
	}
	#footer .item ul li + li {
		margin-top: 10px;
	}
}
.inner-banner {
	margin-top: 60px;
}
.mbx {
	font-weight: 500;
	opacity: .47;
}
@-webkit-keyframes wobble2 {
	0% {
		-webkit-transform: rotate(-1deg) translate(-5px, -5px);
		-moz-transform: rotate(-1deg) translate(-5px, -5px);
		transform: rotate(-1deg) translate(-5px, -5px);
	}
	50% {
		-webkit-transform: rotate(1deg) translate(5px, 5px);
		-moz-transform: rotate(1deg) translate(5px, 5px);
		transform: rotate(1deg) translate(5px, 5px);
	}
	100% {
		-webkit-transform: rotate(-1deg) translate(-5px, -5px);
		-moz-transform: rotate(-1deg) translate(-5px, -5px);
		transform: rotate(-1deg) translate(-5px, -5px);
	}
}
@-moz-keyframes wobble2 {
	0% {
		-webkit-transform: rotate(-1deg) translate(-5px, -5px);
		-moz-transform: rotate(-1deg) translate(-5px, -5px);
		transform: rotate(-1deg) translate(-5px, -5px);
	}
	50% {
		-webkit-transform: rotate(1deg) translate(5px, 5px);
		-moz-transform: rotate(1deg) translate(5px, 5px);
		transform: rotate(1deg) translate(5px, 5px);
	}
	100% {
		-webkit-transform: rotate(-1deg) translate(-5px, -5px);
		-moz-transform: rotate(-1deg) translate(-5px, -5px);
		transform: rotate(-1deg) translate(-5px, -5px);
	}
}
@keyframes wobble2 {
	0% {
		-webkit-transform: rotate(-1deg) translate(-5px, -5px);
		-moz-transform: rotate(-1deg) translate(-5px, -5px);
		transform: rotate(-1deg) translate(-5px, -5px);
	}
	50% {
		-webkit-transform: rotate(1deg) translate(5px, 5px);
		-moz-transform: rotate(1deg) translate(5px, 5px);
		transform: rotate(1deg) translate(5px, 5px);
	}
	100% {
		-webkit-transform: rotate(-1deg) translate(-5px, -5px);
		-moz-transform: rotate(-1deg) translate(-5px, -5px);
		transform: rotate(-1deg) translate(-5px, -5px);
	}
}
.about-page .about-1 {
	margin-top: 70px;
}
.about-page .about-1 .left {
	padding-right: 30px;
	width: 50%;
	vertical-align: middle;
}
.about-page .about-1 .right {
	width: 50%;
	vertical-align: middle;
}
.about-page .about-1 .right .logo {
	margin-bottom: 50px;
}
.about-page .about-1 .right .text {
	line-height: 2;
}
.about-page .about-2 {
	margin-top: 110px;
}
.about-page .about-2 .box {
	position: relative;
	padding-top: 90px;
}
.about-page .about-2 .box .content {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
}
.about-page .about-2 .box .content .text {
	line-height: 2;
}
.about-page .about-2 .box .content.right {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	text-align: right;
}
.about-page .about-2 .box .content.right .baseTit.line::before {
	margin-left: auto;
}
.about-page .about-3 {
	margin-top: 120px;
}
.about-page .about-3 .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.about-page .about-3 .box .left {
	width: 50%;
	background-color: #f2f2f2;
	padding: 80px 30px 90px 60px;
}
.about-page .about-3 .box .left .text {
	line-height: 2;
}
.about-page .about-3 .box .right {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #82e58c;
}
.about-page .about-3 .box .right > div {
	margin: auto;
	text-align: center;
}
.about-page .about-3 .box .right > div .logo {
	margin-bottom: 60px;
}
.about-page .about-4 {
	margin: 110px 0;
}
.about-page .about-4 .left {
	width: 50%;
	padding-right: 10%;
	vertical-align: middle;
}
.about-page .about-4 .left .list {
	height: 670px;
	position: relative;
	display: block;
}
.about-page .about-4 .left .list ul li {
	display: inline-block;
	width: auto;
	position: absolute;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.about-page .about-4 .left .list ul li:nth-child(1) {
	width: 21.69014085%;
	top: 0;
	left: 11.26760563%;
}
.about-page .about-4 .left .list ul li:nth-child(2) {
	width: 21.97183099%;
	top: 17.65625%;
	left: 39.43661972%;
}
.about-page .about-4 .left .list ul li:nth-child(2) a {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
.about-page .about-4 .left .list ul li:nth-child(3) {
	width: 26.1971831%;
	top: 14.0625%;
	left: 65.49295775%;
}
.about-page .about-4 .left .list ul li:nth-child(3) a {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	animation-delay: .9s;
}
.about-page .about-4 .left .list ul li:nth-child(4) {
	width: 34.50704225%;
	top: 32.03125%;
	left: 0;
}
.about-page .about-4 .left .list ul li:nth-child(4) a {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}
.about-page .about-4 .left .list ul li:nth-child(5) {
	width: 34.92957746%;
	top: 50%;
	left: 38.73239437%;
}
.about-page .about-4 .left .list ul li:nth-child(5) a {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.about-page .about-4 .left .list ul li:nth-child(6) {
	width: 23.23943662%;
	top: 50%;
	left: 76.05633803%;
}
.about-page .about-4 .left .list ul li:nth-child(6) a {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s;
}
.about-page .about-4 .left .list ul li:nth-child(7) {
	width: 16.05633803%;
	top: 79.375%;
	left: 18.5915493%;
}
.about-page .about-4 .left .list ul li:nth-child(7) a {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.about-page .about-4 .left .list ul li a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-animation: wobble2 7s linear infinite;
	-moz-animation: wobble2 7s linear infinite;
	animation: wobble2 7s linear infinite;
}
.about-page .about-4 .left .list ul li a img {
	width: 100%;
}
.about-page .about-4 .left .list ul li a:hover {
	-webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
}
.about-page .about-4 .left .list ul.active li {
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.about-page .about-4 .right {
	width: 50%;
	vertical-align: middle;
}
.about-page .about-4 .right .text {
	line-height: 2;
}
.about-page .about-5 {
	background-color: #efefef;
}
.about-page .about-5 .box {
	max-width: 1200px;
	margin: auto;
	padding: 70px 0;
}
.about-page .about-5 .box .text {
	line-height: 2;
}
.about-page .about-6 {
	margin: 90px 0;
}
.about-page .about-6 .list ul {
	margin: -15px;
}
.about-page .about-6 .list ul li {
	padding: 15px;
}
.about-page .about-6 .list ul li .name {
	font-size: 24px;
	font-weight: 500;
}
@media (max-width: 1550px) {
	.about-page .about-4 .left {
		padding-right: 5%;
	}
	.about-page .about-4 .left .list {
		height: 550px;
	}
}
@media (max-width: 1200px) {
	.about-page .about-4 .left .list {
		height: 420px;
	}
}
@media (max-width: 1000px) {
	.about-page .about-1 .left {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.about-page .about-1 .right {
		width: 100%;
		margin-top: 40px;
	}
	.about-page .about-2 {
		margin-top: 60px;
	}
	.about-page .about-2 .box {
		padding-top: 0;
	}
	.about-page .about-2 .box .content {
		position: static;
		width: 100%;
	}
	.about-page .about-3 {
		margin-top: 60px;
	}
	.about-page .about-3 .box {
		display: block;
	}
	.about-page .about-3 .box .left {
		width: 100%;
		padding: 5%;
	}
	.about-page .about-3 .box .right {
		width: 100%;
		padding: 5%;
	}
	.about-page .about-3 .box .right > div .logo {
		margin-bottom: 30px;
	}
	.about-page .about-4 {
		margin: 60px 0;
	}
	.about-page .about-4 .left {
		width: 100%;
		padding-right: 0;
	}
	.about-page .about-4 .left .list {
		height: 670px;
	}
	.about-page .about-4 .right {
		width: 100%;
		margin-top: 40px;
	}
	.about-page .about-6 {
		margin: 60px 0;
	}
}
@media (max-width: 700px) {
	.about-page .about-4 .left .list {
		height: 320px;
	}
}
.contact-page .contact-1 {
	margin: 70px 0 55px;
}
.contact-page .contact-1 .left {
	width: 50%;
	vertical-align: middle;
}
.contact-page .contact-1 .right {
	width: 50%;
	vertical-align: middle;
	padding-left: 5%;
}
.contact-page .contact-1 .right .Tit {
	margin-bottom: 40px;
	font-size: 48px;
	font-family: var(--font);
	text-transform: uppercase;
}
.contact-page .contact-1 .right ul li {
	line-height: 40px;
	margin-top: 40px;
}
.contact-page .contact-1 .right ul li i {
	width: 80px;
	font-size: 30px;
	line-height: inherit;
	vertical-align: top;
}
.contact-page .contact-1 .right ul li + li i {
	font-size: 36px;
}
@media (max-width: 1000px) {
	.contact-page .contact-1 .left {
		width: 100%;
	}
	.contact-page .contact-1 .right {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.contact-page .contact-1 .right .Tit {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.contact-page .contact-1 .right ul li {
		margin-top: 20px;
	}
}
.faq-page .faq-1 {
	margin-top: 75px;
}
.faq-page .faq-1 ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.17);
}
.faq-page .faq-1 ul li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.faq-page .faq-1 .tab-title {
	padding: 30px 35px;
	cursor: pointer;
}
.faq-page .faq-1 .tab-title .accordion-icon {
	display: inline-block;
	width: 50px;
	margin-top: 8px;
	margin-right: 20px;
	float: left;
}
.faq-page .faq-1 .tab-title .accordion-icon .open {
	display: none;
}
.faq-page .faq-1 .tab-title .accordion-icon .close {
	display: block;
}
.faq-page .faq-1 .tab-title.active .open {
	display: block;
}
.faq-page .faq-1 .tab-title.active .close {
	display: none;
}
.faq-page .faq-1 .accordion-title {
	font-size: 24px;
	font-weight: 600;
}
.faq-page .faq-1 .tab-content {
	display: none;
	line-height: 2;
	padding: 20px 260px 50px 105px;
}
.faq-page .faq-2 {
	margin: 80px 0 20px;
}
@media (max-width: 1000px) {
	.faq-page .faq-1 .tab-content {
		padding: 30px;
	}
	.faq-page .faq-1 .tab-title .accordion-icon {
		width: 30px;
		margin-right: 15px;
	}
	.faq-page .faq-1 .accordion-title {
		font-size: 18px;
		font-weight: 500;
	}
}
.installation-page .installation-1 {
	margin-top: 70px;
}
.installation-page .installation-1 .box {
	background-color: #82e58c;
	padding: 100px;
	text-align: center;
}
.installation-page .installation-1 .box .Tit {
	font-size: 30px;
	margin-bottom: 45px;
}
.installation-page .installation-1 .box .form {
	max-width: 530px;
	margin: auto;
	position: relative;
}
.installation-page .installation-1 .box .form input {
	width: 100%;
	height: 74px;
	border: none;
	font-size: 18px;
	padding-left: 70px;
}
.installation-page .installation-1 .box .form input[type='submit'] {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	padding-left: 0;
	background: url(../images/search-icon.png) no-repeat center;
}
.installation-page .installation-2 {
	margin-top: 80px;
}
.installation-page .installation-2 .text {
	line-height: 2;
}
.installation-page .installation-2 .text a {
	color: #d10000;
	border-bottom: 1px solid currentColor;
}
.installation-page .installation-2 ul {
	margin: -15px;
}
.installation-page .installation-2 ul li {
	padding: 15px;
}
.installation-page .installation-2 ul li .icon {
	height: 60px;
}
.installation-page .installation-2 ul li .name {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.installation-page .installation-3 {
	margin: 90px 0 55px;
}
.installation-page .installation-3 .list {
	margin-top: 40px;
}
.installation-page .installation-3 .list ul {
	margin: -20px -25px;
}
.installation-page .installation-3 .list ul li {
	padding: 20px 25px;
}
.installation-page .installation-3 .list ul li .name {
	font-weight: 500;
	background-color: #ebebeb;
	padding: 15px;
	text-align: center;
}
@media (max-width: 1200px) {
	.installation-page .installation-2 ul li .name {
		font-size: 24px;
	}
}
@media (max-width: 1000px) {
	.installation-page .installation-1 .box {
		padding: 60px 5%;
	}
	.installation-page .installation-1 .box .Tit {
		font-size: 24px;
	}
	.installation-page .installation-2 ul li .name {
		font-size: 20px;
	}
	.installation-page .installation-2 .text br {
		display: none;
	}
	.installation-page .installation-3 .list ul {
		margin: -15px;
	}
	.installation-page .installation-3 .list ul li {
		padding: 15px;
	}
}
.product-yd-page .product-yd-1 {
	margin: 100px 0 50px;
}
.product-yd-page .product-yd-1 .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}
.product-yd-page .product-yd-1 .box .item {
	width: 50%;
	padding: 10px;
}
.product-yd-page .product-yd-1 .box .item .mml-text {
	border-radius: 50px;
	padding: 25px 50px;
	height: 100%;
	background-color: #cecece;
}
.product-yd-page .product-yd-1 .box .item .mml-text .name {
	font-size: 48px;
	font-family: var(--font);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product-yd-page .product-yd-1 .box .item .mml-text .left {
	width: 35%;
}
.product-yd-page .product-yd-1 .box .item .mml-text .right {
	width: 60%;
	margin-top: 10%;
}
.product-yd-page .product-yd-1 .box .item .mml-text .right .text {
	margin-bottom: 25px;
}
.product-yd-page .product-yd-1 .box .item .mml-text .btn {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	text-align: left;
	background-color: #000000;
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}
.product-yd-page .product-yd-1 .box .item .mml-text .btn span {
	display: none;
}
.product-yd-page .product-yd-1 .box .item .mml-text .btn:hover {
	padding: 0 25px;
	width: 175px;
	background-color: #FFFFFF;
	background-image: url(../images/arrow-black.png);
	background-position: center right 24px;
}
.product-yd-page .product-yd-1 .box .item .mml-text .btn:hover span {
	display: block;
}
@media (max-width: 1400px) {
	.product-yd-page .product-yd-1 .box .item .mml-text .name {
		font-size: 34px;
		/*margin-bottom: 50px;*/
	}
	.product-yd-page .product-yd-1 .box .item .mml-text .right {
		margin-top: 5%;
	}
}
@media (max-width: 1000px) {
	.product-yd-page .product-yd-1 .box .item {
		width: 100%;
	}
	.product-yd-page .product-yd-1 {
		margin: 60px 0;
	}
	.product-yd-page .product-yd-1 .box .item .mml-text .name {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.product-yd-page .product-yd-1 .box .item .mml-text {
		border-radius: 25px;
	}
}
@media (max-width: 500px) {
	.product-yd-page .product-yd-1 .box .item .mml-text {
		padding: 25px;
	}
	.product-yd-page .product-yd-1 .box .item .mml-text .left {
		width: 100%;
		text-align: center;
	}
	.product-yd-page .product-yd-1 .box .item .mml-text .right {
		width: 100%;
	}
	.product-yd-page .product-yd-1 .box .item .mml-text .name {
		text-align: center;
	}
}
.slide-bar {
	margin: 70px 0 40px;
}
.slide-box .results i {
	display: none;
}
.slide-box .slide-left {
	width: 22%;
	padding-right: 60px;
	position: relative;
}
.slide-box .slide-left .slide-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
	cursor: pointer;
}
.slide-box .slide-left .slide-type .type-name {
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 15px;
	background-color: #ebebeb;
}
.slide-box .slide-left .slide-type .type-name i {
	float: right;
	margin-top: 3px;
	width: 24px;
	text-align: center;
	transform: rotate(180deg);
	transition: .5s ease;
}

.slide-box .slide-left .slide-type .type-name.active i {
	transform: rotate(0);
}

.slide-box .slide-left .slide-type ul li {
	padding: 10px 15px;
	cursor: pointer;
}
.slide-box .slide-left .slide-type ul li i {
	float: right;
	width: 24px;
	height: 24px;
	border: 2px solid black;
	background-repeat: no-repeat;
	background-position: center;
}
.slide-box .slide-left .slide-type ul li.active i {
	background-color: black;
	background-image: url(../images/check.png);
}
.slide-box .slide-left .slide-info {
	text-align: center;
	background-color: #ebebeb;
	padding: 10%;
}
.slide-box .slide-left .slide-info .title {
	line-height: 2;
}
.slide-box .slide-left .slide-info a {
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	padding-right: 20px;
	background-image: url(../images/cus-icon.png);
	background-repeat: no-repeat;
	background-position: left 20px center;
}
.slide-box .slide-right {
	width: 78%;
}
.slide-box .slide-right .tags span {
	display: inline-block;
	padding: 0 15px;
	min-width: 115px;
	background-color: #ebebeb;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
}
.slide-box .slide-right .tags span i {
	float: right;
	line-height: 1;
	vertical-align: middle;
	font-size: 0;
	margin-top: 12px;
	cursor: pointer;
}
.slide-box .slide-right .categroy select {
	width: 270px;
	height: 40px;
	border: 2px solid #d9d9d9;
	font-size: 18px;
	font-weight: 500;
}
.slide-box .slide-right .product_list {
	margin-top: 40px;
}
.slide-box .slide-right .product_list ul {
	margin: -15px;
}
.slide-box .slide-right .product_list ul li {
	padding: 15px;
}
.slide-box .slide-right .product_list ul li .name {
	font-size: 24px;
	font-weight: 500;
}
.slide-box .slide-right .product_list ul li .price {
	font-size: 24px;
}
.slide-box .slide-right .product_list ul li .price span {
	border-bottom: 1px solid currentColor;
}
@media (max-width: 1200px) {
	.slide-box .slide-left {
		width: 30%;
		padding-right: 30px;
	}
	.slide-box .slide-right {
		width: 70%;
	}
}
@media (max-width: 1000px) {
	.slide-box .results i {
		display: inline-block;
	}
	.slide-box .slide-left {
		width: 100%;
		padding-right: 0;
		position: fixed;
		z-index: 999;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #FFFFFF;
		padding: 10%;
		overflow-y: auto;
		display: none;
	}
	.slide-box .slide-right {
		width: 100%;
	}
	.slide-box .slide-left .slide-info {
		display: none;
	}
	.slide-box .slide-left .slide-close {
		display: block;
	}
	.slide-box .slide-right .tags {
		width: 100%;
		margin-bottom: 20px;
	}
	.slide-box .slide-right .categroy {
		width: 100%;
	}
	.slide-box .slide-right .categroy select {
		width: 100%;
	}
	.slide-box .slide-right .product_list ul li .name {
		font-size: 18px;
	}
	.slide-box .slide-right .product_list ul li .price {
		font-size: 18px;
	}
}
.prodet-page .prodet-1 {
	margin-top: 60px;
}
.prodet-page .prodet-1 .left {
	width: 60%;
	padding-right: 5%;
}

.prodet-page .prodet-1 .left ul {
	margin: -15px;
}

.prodet-page .prodet-1 .left ul li {
	padding: 15px;
}

.prodet-page .prodet-1 .left .small {
	width: 25%;
	padding-right: 15px;
}
.prodet-page .prodet-1 .left .big {
	width: 75%;
	padding-left: 15px;
}
.prodet-page .prodet-1 .right {
	width: 40%;
}
.prodet-page .prodet-1 .right .product_name {
	font-size: 48px;
	font-weight: bold;
}
.prodet-page .prodet-1 .right .product_info {
	background-color: #f7f7f7;
	padding: 40px;
}
.prodet-page .prodet-1 .right .product_info .title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-1 .right .product_info .content {
	line-height: 30px;
	margin-top: 20px;
}
.prodet-page .prodet-1 .right .product_info .link {
	line-height: 30px;
	margin-top: 20px;
}
.prodet-page .prodet-1 .right .product_info .link a {
	border-bottom: 1px solid currentColor;
}
.prodet-page .prodet-1 .right .addbtn {
	margin-top: 35px;
}
.prodet-page .prodet-1 .right .addbtn > div {
	display: inline-block;
	vertical-align: bottom;
}
.prodet-page .prodet-1 .right .addbtn .product_price {
	line-height: 1;
}
.prodet-page .prodet-1 .right .addbtn .quantityform {
	margin-top: 5px;
}
.prodet-page .prodet-1 .right .addbtn .quantityform .iconleft,
.prodet-page .prodet-1 .right .addbtn .quantityform .iconright {
	background: none;
	height: 40px;
	line-height: 36px;
	border: 2px solid #bababa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	float: left;
	width: 45px;
}
.prodet-page .prodet-1 .right .addbtn .quantityform .iconleft {
	border-right: 0;
}
.prodet-page .prodet-1 .right .addbtn .quantityform .iconright {
	border-left: 0;
}
.prodet-page .prodet-1 .right .addbtn .quantityform input {
	float: left;
	width: 20px;
	height: 40px;
	line-height: 28px;
	text-align: center;
	color: #000;
	background: none;
	border: 2px solid #bababa;
	border-left: 0;
	border-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}
.prodet-page .prodet-1 .right .cart {
	margin-top: 20px;
}
.prodet-page .prodet-1 .right .cart a {
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 20px;
	font-weight: 500;
}
.prodet-page .prodet-1 .right .adv {
	margin-top: 40px;
}
.prodet-page .prodet-1 .right .adv ul {
	margin: -15px;
}
.prodet-page .prodet-1 .right .adv ul li {
	padding: 15px;
	text-align: center;
}
.prodet-page .prodet-1 .right .adv ul li .icon {
	height: 55px;
}
.prodet-page .prodet-1 .right .adv ul li p {
	font-weight: 500;
}
.prodet-page .prodet-2 {
	margin-top: 120px;
}
.prodet-page .prodet-2 .list {
	margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
	margin: -30px;
}
.prodet-page .prodet-2 .list ul li {
	padding: 30px;
}
.prodet-page .prodet-2 .list ul li .left {
	width: 37%;
	vertical-align: middle;
}
.prodet-page .prodet-2 .list ul li .right {
	padding-left: 8%;
	width: 63%;
	vertical-align: middle;
}
.prodet-page .prodet-2 .list ul li .right .name {
	font-size: 30px;
	font-weight: 500;
}
.prodet-page .prodet-3 {
	margin: 100px 0 50px;
}
.prodet-page .prodet-3 .list ul {
	margin: -20px;
}
.prodet-page .prodet-3 .list ul li {
	padding: 20px;
}
@media (max-width: 1000px) {
	.prodet-page .prodet-1 .left {
		width: 100%;
	}
	.prodet-page .prodet-1 .right {
		width: 100%;
		margin-top: 40px;
	}
	.prodet-page .prodet-1 .right .product_name {
		font-size: 24px;
	}
	.prodet-page .prodet-1 .right .product_info {
		padding: 20px;
	}
	.prodet-page .prodet-1 .right .product_info .title {
		font-size: 18px;
	}
	.prodet-page .prodet-2 {
		margin-top: 60px;
	}
	.prodet-page .prodet-2 .list ul {
		margin: -15px;
	}
	.prodet-page .prodet-2 .list ul li {
		padding: 15px;
		width: 100%;
	}
	.prodet-page .prodet-2 .list ul li .right .name {
		font-size: 24px;
	}
	.prodet-page .prodet-2 .list ul li .right {
		padding-left: 5%;
	}
}
@media (max-width: 700px) {
	.prodet-page .prodet-2 .list ul li .right .name {
		font-size: 18px;
	}
}
.new-product-page .new-product-2 {
	margin-top: 120px;
}
.new-product-page .new-product-2 ul {
	margin: -30px -65px;
}
.new-product-page .new-product-2 ul li {
	padding: 30px 65px;
}
.new-product-page .new-product-2 ul li .img {
	border: 2px solid #e5e5e5;
}
.new-product-page .new-product-2 ul li .name {
	font-size: 24px;
	font-weight: 500;
}
.new-product-page .new-product-2 ul li .price {
	font-size: 24px;
}
.new-product-page .new-product-2 ul li .price span {
	border-bottom: 1px solid currentColor;
}
@media (max-width: 1200px) {
	.new-product-page .new-product-2 ul {
		margin: -15px;
	}
	.new-product-page .new-product-2 ul li {
		padding: 15px;
	}
}
@media (max-width: 1000px) {
	.new-product-page .new-product-2 {
		margin-top: 60px;
	}
	.new-product-page .new-product-2 ul li .name {
		font-size: 18px;
	}
	.new-product-page .new-product-2 ul li .price {
		font-size: 18px;
	}
}




/* 定制页 */
.busy-modal {
	position: fixed;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eeeeee;
}
.custom-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 140;
	width: -webkit-calc(100vw - 800px);
	width: -moz-calc(100vw - 800px);
	width: calc(100vw - 800px);
}
.custom-nav.p-2 {
	padding: 20px 70px 30px 30px;
}
.product-customization-wrapper {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: unset;
	bottom: 0;
	width: 800px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-left: 2px solid #e2e2e2;
}
.nav-item {
	width: 50%!important;
	color: #FFFFFF;
	background-color: #282828;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: relative;
	cursor: pointer;
}
.nav-item.active::after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 8px solid #282828;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.nav-item + .nav-item {
	border-left: 1px dashed #FFFFFF;
}
.nav-item span {
	font-weight: 500;
}
.fk-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #FFFFFF;
	overflow-y: auto;
}
.save-button {
	padding: 20px 25px;
	background-color: #eeeeee;
}
.save-button .btns {
	margin: -10px;
}
.save-button .item {
	padding: 10px;
}
.save-button .rounded-pill {
	border-radius: 4px;
	height: 70px;
	font-size: 24px;
	text-transform: uppercase;
	width: 100%;
	border: none;
	color: #FFFFFF;
	background-color: #282828;
}
.select-item {
	background-color: #eeeeee;
	position: sticky;
	top: 0;
}
.select-item ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.select-item ul li {
	padding: 25px 0;
	width: 25%!important;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.select-item ul li .icon {
	height: 45px;
}
.select-item ul li.active {
	border-color: #000000;
}
.select-tag {
	display: none;
}
.select-tag.active {
	display: block;
}
.select-tag > div {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 35px 0;
	border-bottom: 1px solid #e2e2e2;
}
.select-tag ul li {
	padding: 15px;
	border-bottom: 1px solid #e2e2e2;
}
.select-tag ul li.active {
	background-color: #eeeeee;
}
.select-tag ul li > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.select-tag ul li .img {
	width: 100px;
}
.select-tag ul li .name {
	font-size: 24px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px;
}
.up-photo > div {
	width: 100%;
	height: 100%;
	padding: 10%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.up-photo .inner-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.up-photo .tnc {
	padding-top: 40px;
	margin-bottom: 16px;
}
.upload-photo-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 8px;
}
.image-panel {
	display: none;
}
.image-panel .item:not(.add-image) {
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f9f6f1;
	border: 1px solid transparent;
	vertical-align: top;
	aspect-ratio: 1;
}

.image-panel .item:not(.add-image).active {
	border-color: black;
}

.add-image {
	position: relative;
}
.add-image input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.add-image::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background-color: #000;
	border-radius: 10px;
	margin: 0 auto;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.add-image i {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.no-user-image .add-image {
	width: 80px;
	aspect-ratio: 1;
	background-color: #000;
	border-radius: 16px;
	margin: 0 auto;
	color: #fff;
}
.custom-product {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.custom-product .product {
	position: absolute;
	top: 50%;
	left: -webkit-calc(60% - 800px / 2);
	left: -moz-calc(60% - 800px / 2);
	left: calc(60% - 800px / 2);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-product .product .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-product .product .mask.active:after {
	position: absolute;
	display: block;
	content: "";
	background-color: #c8323266;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.custom-product .product .mask img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-name-price {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: .5em;
	padding-left: 30px;
}
.product-name-price .name {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}
.product-name-price .price {
	font-size: 24px;
}
.product-name-price .price span {
	border-bottom: 1px solid black;
}
.selected-image-action-wrapper {
	padding: 10px;
	width: 100vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	max-width: 350px;
	left: -webkit-calc(60% - 800px / 2);
	left: -moz-calc(60% - 800px / 2);
	left: calc(60% - 800px / 2);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	bottom: 30px;
}
.button-reset {
	background-color: transparent;
	padding: 6px 12px;
	overflow: hidden;
	margin-left: auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-right: auto;
	width: 50px;
	height: 50px;
	border: none;
}
.image-edit-button {
	font-size: 20px;
	border-radius: 10px;
	background-color: #fff;
	display: none;
	padding: 12px 0;
	margin-right: 10px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-moz-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}
.selected-image-action-wrapper .image-edit-button img {
	margin-right: 20px;
}
@media (max-width: 1600px) {
	.product-customization-wrapper {
		width: 600px;
	}
	.custom-product .product {
		left: -webkit-calc(60% - 600px / 2);
		left: -moz-calc(60% - 600px / 2);
		left: calc(60% - 600px / 2);
	}
	.selected-image-action-wrapper {
		left: -webkit-calc(60% - 600px / 2);
		left: -moz-calc(60% - 600px / 2);
		left: calc(60% - 600px / 2);
	}
}
@media (max-width: 1400px) {
	.product-customization-wrapper {
		width: 400px;
	}
	.custom-product .product {
		left: -webkit-calc(60% - 400px / 2);
		left: -moz-calc(60% - 400px / 2);
		left: calc(60% - 400px / 2);
	}
	.selected-image-action-wrapper {
		left: -webkit-calc(60% - 400px / 2);
		left: -moz-calc(60% - 400px / 2);
		left: calc(60% - 400px / 2);
	}
	.upload-photo-title {
		font-size: 24px;
	}
	.select-tag > div {
		font-size: 18px;
	}
	.select-tag ul li .img {
		width: 60px;
	}
	.select-tag ul li .name {
		padding-left: 25px;
		font-size: 18px;
	}
	.select-item ul li .icon {
		height: auto;
	}
	.select-item ul li .tag {
		display: none;
	}
	.save-button .rounded-pill {
		font-size: 18px;
	}
	.product-name-price .name {
		font-size: 24px;
	}
	.product-name-price .price {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.product-customization-wrapper {
		width: 300px;
	}
	.custom-product .product {
		left: -webkit-calc(60% - 300px / 2);
		left: -moz-calc(60% - 300px / 2);
		left: calc(60% - 300px / 2);
	}
	.selected-image-action-wrapper {
		left: -webkit-calc(60% - 300px / 2);
		left: -moz-calc(60% - 300px / 2);
		left: calc(60% - 300px / 2);
	}
	.no-user-image .add-image {
		width: 48px;
	}
	.add-image::after {
		width: 48px;
		height: 48px;
	}
}
@media (max-width: 1000px) {
	.product-customization-wrapper {
		bottom: unset;
		left: 0;
		width: 100%;
		border-left: none;
	}
	.custom-product .product {
		left: 50%;
	}
	.selected-image-action-wrapper {
		left: 50%;
	}
	.fk-content {
		display: none;
	}
	.product-name-price {
		top: unset;
		bottom: 15%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-align: center;
		width: 100%;
		padding-right: 30px;
	}
	.image-edit-button {
		font-size: 14px;
	}
}




#custom_pic {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



.selected-image-edit-wrapper {
	padding: 10px;
	width: 100vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	max-width: 350px;
	left: -webkit-calc(60% - 800px / 2);
	left: -moz-calc(60% - 800px / 2);
	left: calc(60% - 800px / 2);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	bottom: 30px;
}


.selected-image-edit-wrapper .button-edit {
	font-size: 16px;
	border: none;
	border-radius: 20px;
	background-color: #fff;
	padding: 12px 0;
	margin-right: 10px;
	overflow: hidden;
	flex: 1 0 0;
}

.selected-image-edit-wrapper .button-edit:hover {
	background-color: #E0E0E0;
}

.selected-image-edit-wrapper .image-clean-button {
	width: 48px;
	height: 48px;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	position: relative;
}

.d-none {
	display: none!important;
}



.finish-edit-image {
	padding: 10px;
	width: 100vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	max-width: 350px;
	left: -webkit-calc(60% - 800px / 2);
	left: -moz-calc(60% - 800px / 2);
	left: calc(60% - 800px / 2);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	bottom: 30px;
}

.finish-edit-image .image-finish-button {
	width: 48px;
	height: 48px;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}






.cms-page-container .item-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #fff;
}
.banner-carousel .item-wrapper {
	width: 100%;
	text-align: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}
.banner-carousel .banner-image-wrapper {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.banner-carousel .banner-image-wrapper picture img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: -webkit-calc(9 / 16);
	aspect-ratio: -moz-calc(9 / 16);
	aspect-ratio: calc(9 / 16);
}
.banner-carousel .content-wrapper {
	position: absolute;
	top: 66px;
	left: 50%;
	line-height: 1.2;
	z-index: 3;
	margin-right: 20px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.banner-carousel .content-wrapper .banner-title {
	position: relative;
	border-radius: 16px 16px 16px 0;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
	line-height: 1.2;
}
.cta-button-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.cms-page-container .item-cta {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border: 2px solid;
	border-radius: 40px;
	padding: 10px 20px;
	color: inherit;
	display: inline-block;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	word-break: normal;
	white-space: nowrap;
	color: #fff;
	border-color: #fff;
}
.cms-page-container .item-cta:hover {
	color: #000;
	background-color: #fff;
}

@media (min-width: 1000px) {
	.banner-carousel .item-wrapper .content-wrapper.custom {
		left: 200px;
	}
}

@media (min-width: 768px) {
	.banner-carousel .banner-image-wrapper picture img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.banner-carousel .content-wrapper {
		bottom: 42px;
		left: 16px;
		margin-right: 20px;
		text-align: left;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
	.banner-carousel .content-wrapper {
		display: block;
	}
	.banner-carousel .item-wrapper .content-wrapper {
		bottom: 60px;
		left: 32px;
		top: unset;
	}
	.banner-carousel .item-wrapper .content-wrapper .banner-title {
		font-size: 48px;
		padding: 20px;
	}
	.cta-button-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cms-page-container .item-cta {
		padding: 12px 20px;
		font-size: 20px;
		min-width: 250px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}



#CartsCon .minicart_box{ font-size:14px; line-height:22px;}