@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #222;
	background-color: #fff;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
    color:#222;
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 1420px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9;
	transition: all .6s;
}

.header-box {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width:1400px) {
	.header-box {
		max-width: 1860px;
		margin: 0 auto;
		padding: 0 30px;
	}
}

.header.fixed {
	background-color: rgba(0, 0, 0, 1);
	transition: all .6s;
}

.header.fixed .logo-box {
	height: 50px;
}

.header-inner {
	display: flex;
	justify-content: space-between;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.logo {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

@media (min-width:992px) {
	.logo {
		margin: 20px 0;
	}
}

.logo-box {
	width: auto;
	height: 50px;
}

@media (min-width:500px) {
	.logo-box {
		height: 94px;
	}
}

@media (min-width:1600px) {
	.logo {
		width: 20%;
	}

	.header-right {
		width: 80%;
	}
}

.header-r-box,
.header-l-inner {
	display: flex;
	align-items: center;
}

.header-r-box {
	height: 100%;
}

.header-l-inner {
	height: 100%;
	border-right: none;
	padding-right: 5px;
	padding-left: 5px;
}

@media (min-width:768px) {
	.header-l-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.header-l-li {
	margin: 0 10px;
	/* position: relative; */
}

.header-l-li span {
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 14px;
	height: 14px;
	background-color: #ed1c24;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	position: absolute;
	top: -6px;
	right: -6px;
}

.header-r-inner {
	display: none;
}

@media (min-width:768px) {
	.header-r-inner {
		display: block;
		padding: 0 0 0 20px;
		display: flex;
		align-items: center;
		border-left: 1px solid #aaa;
	}
}

.header-r-inner a {
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.header-r-inner a:hover,
.header-r-inner a.on {
	color: #ed1c24;
}

.header-r-inner a::after {
	content: '/';
	font-size: 1rem;
	color: #fff;
	margin: 0 10px;
}

.header-r-inner a:last-child::after {
	display: none;
}

.mobile-nav {
	display: block !important;
}

@media (min-width:768px) {
	.mobile-nav {
		display: none !important;
	}
}

.member,
.shop {
	display: none;
}

@media (min-width:500px) {

	.member,
	.shop {
		display: block;
	}
}

.shop-icon {
	position: relative;
}

.search {
	height: 100%;
	/* position: relative; */
}

.search a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.search-box {
	display: none;
	position: absolute;
	right: 0;
	left: auto;
	width: 100%;
	height: auto;
	padding: 0 0 0 10px;
	background-color: #fff;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

@media (min-width:768px) {
	.search-box {
		right: 220px;
		width: auto;
	}
}

@media (min-width:992px) {
	.search-box {
		right: 240px;
	}
}

@media (min-width:1200px) {
	.search-box {
		right: 200px;
	}
}

@media (min-width:1400px) {
	.search-box {
		right: 210px;
	}
}

.search-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-box input {
	min-width: 250px;
	border: none;
	padding: 4px 10px;
}

.search-box .fa {
	background-color: #ed1c24;
	padding: 0 10px;
	color: #fff;
	display: block;
	padding: 14px;
	z-index: 999;
}

.member {
	position: relative;
	height: 100%;
}

.member .icon-1 {
	height: 100%;
	display: flex;
	align-items: center;
}

.member-box {
	display: none;
	position: absolute;
	top: 100%;
	left: -25px;
	z-index: 999;
}

.member-inner {
	margin: 0;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.member-inner li {
	display: inline-block;
	padding: 6px 20px;
	text-align: center;
}

.member-inner li a {
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	color: #555;
}

.member-inner li:hover {
	background-color: #333;
}

.member-inner li:hover a {
	color: #fff;
}

.icon-1 .fa {
	color: #fff;
	font-size: 22px;
}

/*nav*/

.box-menu {
	display: none;
	height: 100%;
}

.mobile-menu-btn {
	display: block;
}

@media (min-width:1100px) {
	.box-menu {
		display: block;
	}

	.mobile-menu-btn {
		display: none;
	}
}

.menu {
	height: 100%;
	display: flex;
	align-items: center;
}

.box-menu li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.box-menu>ul>li {
	padding: 0 10px;
}

.box-menu>ul>li:last-child {
	padding-right: 0;
}

.box-menu>ul>li>a {
	height: 100%;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	padding: 0px 22px;
}

@media(min-width: 992px) {
	.box-menu>ul>li>a {
		padding: 0px 0px;
	}
}

@media(min-width: 1200px) {
	.box-menu>ul>li>a {
		padding: 0px 7px;
	}
}

@media(min-width: 1440px) {
	.box-menu>ul>li>a {
		font-size: 1.125rem;
		padding: 0px 10px;
	}
}

@media (min-width:1700px) {
	.box-menu>ul>li>a {
		padding: 0px 14px;
	}
}

.box-menu>ul>li.dropdown:after {
	/* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	margin-left: -4px;
}

.box-menu>ul>li:last-child>a {}

.box-menu>ul {
	margin-bottom: 0;
}

.box-menu>ul>li {
	text-align: center;
	float: left;
	position: relative;
	/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */
}

.box-menu>ul>li.active,
.box-menu>ul>li.selected,
.box-menu>ul>li:hover {}

.box-menu>ul>li>a>span {
	height: 100%;
	font-size: 16px;
	color: #fff;
	position: relative;
	width: 100%;
	font-weight: normal;
	display: flex;
	align-items: center;
}

@media(min-width: 1200px) {
	.box-menu>ul>li>a>span {
		font-size: 17px;
	}
}

@media(min-width: 1500px) {
	.box-menu>ul>li>a>span {
		font-size: 18px;
	}
}

/* .box-menu>ul>li>a>span::after {
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 0px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	opacity: 0;
} */

/* .box-menu>ul>li.active>a,
.box-menu>ul>li.selected>a,
.box-menu>ul>li:hover>a {
	color: #ac5b26;
} */

.box-menu>ul>li.active>a>span,
.box-menu>ul>li.selected>a>span,
.box-menu>ul>li:hover>a>span {
	color: #ed1c24;
}

.box-menu>ul>li.active>a>span::after,
.box-menu>ul>li.selected>a>span::after,
.box-menu>ul>li:hover>a>span::after {
	opacity: 1;
}

.box-menu>ul>li>ul {
	position: absolute;
	top: 100%;
	padding-top: 20px;
	left: -10px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0;
	opacity: 0;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	pointer-events: none;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box-menu>ul>li>a>span:hover>ul {
	opacity: 1;
}

.box-menu>ul>li ul li {
	text-align: left;
	padding: 10px 10px;
	border-bottom: solid 1px #111;
}

.box-menu>ul>li ul li:last-child {
	border-bottom: none;
}

.box-menu>ul>li ul li a {
	min-width: 120px;
	white-space: nowrap;
	color: #fff !important;
	text-align: center;
}

.box-menu>ul>li ul li:last-child a {
	border-bottom: none;
}

.box-menu>ul>li ul li:hover,
.box-menu>ul>li ul li.active {
	background-color: #ed1c24;
}

.box-menu>ul>li.selected>ul {
	/* display: block; */
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* mobile menu */
.st-menu {
	background-color: #000;
}

.st-menu ul li a {
	color: #fff;
}

/*.mobile-menu-btn { float:right; margin-top: 21px; }fheader-right
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 21px; }
}*/
.mobile-menu-btn {
	float: right;
	margin-left: 10px;
}

@media(min-width: 576px) {
	.mobile-menu-btn {
		margin-left: 15px;
	}
}

.menu-mobile {}

.menu-mobile .menu-mobile-title {
	height: 36px;
	position: relative;
}

.menu-mobile .button-close-menu {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #fff;
	cursor: pointer;
}

.menu-mobile .button-close-menu:hover {
	color: #292929;
}

.menu-mobile .button-close-menu i {
	font-size: 20px;
}

.menu-mobile .mobile-more {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 8px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.menu-mobile ul li.mobile-sub-open>.mobile-more {
	transform: rotate(180deg);
}

.menu-mobile .mobile-more i {
	font-size: 18px;
}

.menu-mobile .menu-mobile-content>li .dropdown-menu {
	position: static;
}

.menu-mobile .mobile-dropdown-menu {
	margin-left: 0 !important;
	padding: 0;
	display: none;
}

.menu-mobile .mobile-sub-open>.mobile-dropdown-menu {
	display: block;
}

.menu-mobile .mobile-dropdown-menu a {
	padding-left: 30px;
	text-decoration: none;
}

.menu-mobile .mobile-dropdown-menu ul a {
	padding-left: 50px;
}

.menu-mobile .mobile-dropdown-menu ul ul a {
	padding-left: 70px;
}

.menu-mobile a:link,
.menu-mobile a:visited,
.menu-mobile a:hover,
.menu-mobile a:active {
	text-decoration: none;
}

.menu-mobile ul li li,
.menu-mobile .see-all,
.menu-mobile ul ul ul ul>li {
	background: #212121;
}

.menu-mobile ul li:hover,
.menu-mobile ul li.mobile-sub-open {
	/* background: rgba(0, 0, 0, 0.1); */
	background-color: #ed1c24;
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
	color: #fff;
}

/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul>li {
	background: #333;
}

.mobile-sub-open>a {
	background-color: #ed1c24;
}


.btn-ud {
	color: #fff !important;
	background-color: #ed1c24;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
}

.btn-ud:focus,
.btn-ud.focus {
	color: #fff;
	background-color: #333;
}

.btn-ud:hover {
	color: #fff;
	background-color: #333;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
	color: #fff;
	background-color: #333;
}

.btn-ud:active:hover,
.btn-ud.active:hover,
.open>.dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open>.dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open>.dropdown-toggle.btn-ud.focus {
	color: #fff;
	background-color: #333;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
	background-image: none;
}

.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
	background-color: #333;
}

/* video */
.video-box {
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width:768px) {
	.video-box {
		height: 100vh;
	}
}

.video-box video {
	width: 100%;
	height: 100%;
	background-size: cover;
	object-fit: cover;
}

/*  */
.main-all {
	min-height: 92vh;
}

/*  */

.plate-box {
	position: relative;
	overflow: hidden;
}

@media(min-width:992px) {
	.plate-box {
		padding: 100px 0 !important;
	}
}

.inner-img {
	position: relative;
	padding-left: 10px;
}

.inner-img::before {
	content: '';
	position: absolute;
	top: -120px;
	left: 0;
	width: 240px;
	height: 400px;
	background-color: #ed1c24;
	z-index: -1;
}

@media (min-width:992px) {
	.inner-img {
		padding-left: 50px;
		padding-right: 20px;
	}

	.inner-img::before {
		top: -120px;
		width: 300px;
		height: 500px;
	}
}

.title-item h2 {
	margin: 0;
}

.title-item span {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ed1c24;
}

.text-item p {
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

@media (min-width:992px) {
	.text-item p {
		font-size: 16px;
		line-height: 30px;
	}
}

.btn-primary-3 {
	border: none;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	padding: 8px 30px;
	transition: all .6s;
}

.btn-primary-3:hover {
	background-color: #000;
	color: #fff;
}

.about-bi {
	position: absolute;
	top: auto;
	bottom: 30px;
	right: -30px;
	z-index: -1;
}

.about-bi img {
	width: auto;
	height: 100px;
	margin-bottom: 10px;
	background-size: 100%;
	object-fit: cover;
	opacity: .5;
}

.about-bi::before,
.about-bi::after {
	content: '';
	position: absolute;
	height: 40px;
	background-color: #ed1c24;
	bottom: -30px;
}

.about-bi::before {
	right: -100px;
	width: 80%;
}

.about-bi::after {
	right: -30%;
	width: 100%;
}

@media (min-width:576px) {
	.about-bi {
		right: 5%;
	}

	.about-bi img {
		opacity: 1;
	}
}

@media (min-width:992px) {

	.about-bi::before,
	.about-bi::after {
		content: '';
		position: absolute;
		height: 60px;
		background-color: #ed1c24;
		bottom: -35px;
	}
}

@media (min-width:1200px) {
	.about-bi img {
		height: 200px;
		margin-bottom: 30px;
	}
}

.dfhn-box {
	background-image: url(../images/dfhn-bj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.dfhn-inner-box {
	position: relative;
	overflow: auto;
	background-color: #fff;
}

.dfhn-inner-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/dfhn-b-img.png) no-repeat center;
	object-fit: cover;
	background-size: 100%;
	width: 178px;
	height: 175px;
}

@media (min-width:768px) {
	.dfhn-inner-box::after {
		width: 378px;
		height: 275px;
	}
}

.l-img {
	background: url(../images/dfhn-t-img.png) no-repeat center bottom;
	background-size: 100%;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	height: 150px;
}

.l-img h2 {
	margin: 0;
	padding: 20px;
	background-color: #ed1c24;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}

@media (min-width:576px) {
	.l-img h2 {
		font-size: 48px;
		padding: 30px;
	}
}

@media (min-width:992px) {
	.l-img {
		height: 100%;
		background-size: cover;
		padding: 20px;
	}

	.l-img h2 {
		font-size: 72px;
		writing-mode: vertical-lr;
	}
}


@media (max-width:1024px) {
	.dfhn-text {
		padding: 10px !important;
	}
}

.certificate {
	background: url(../images/cer-bj.png) center;
	background-color: #000;
}

.card-2 {
	border: none;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
}

.card-2-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 0;
	position: relative;
}

.card-2-img img {
	width: 100%;
	transition: all .6s;
	position: relative;
}

.card-2:hover .card-2-img img {
	transform: scale(1.1);
}

/* .card-2-img .show-img,
.card-2-img .hide-img {
	transition: all .6s;
}

.card-2-img .hide-img {
	opacity: 1;
}

.card-2-img .show-img {
	opacity: 0;
	position: absolute;
}

.card-2:hover .card-2-img .hide-img {
	opacity: 0;
}

.card-2:hover .card-2-img .show-img {
	opacity: 1;
} */

.card-2-body {
	padding: 10px;
}

.card-2-body h3 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.card-2-body span {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.card-2-body i {
	color: #666;
	font-size: 16px;
	text-decoration: line-through;
	font-style: normal;
	margin: 0 5px;
}

.card-2-body b {
	font-size: 16px;
	color: #000;
}

.btn-shop {
	display: inline-flex;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 8px 20px;
	transition: all .6s;
}

.btn-shop:hover {
	background-color: #ed1c24;
	border-color: #ed1c24;
	color: #fff;
}


/* footer */
.footer {
	background: url(../images/footer-bj.png) no-repeat center;
	background-size: cover;
	padding: 30px 0 0;
}

@media (min-width:992px) {
	.footer {
		padding: 60px 0 0;
	}
}

.footer-top {
	/* padding-bottom: 40px; */
}

.footer-contact {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-weight: 300;
}

@media (min-width:768px) {
	.footer-contact {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width:1200px) {
	.footer-contact {
		flex-direction: column;
		flex-wrap: nowrap;
	}
}

.footer-contact li {
	margin-bottom: 20px;
}

.foo-con-icon {
	display: flex;
	align-items: center;
}

.foo-con-icon .fa {
	margin: 0;
	font-size: 20px;
}

.foo-con-icon i {
	color: #fff;
	font-style: normal;
	font-size: 16px;
	margin-left: 10px;
}

.footer-contact span {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	display: block;
}

.footer-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
}

@media (min-width:992px) {
	.footer-right {
		justify-content: space-between;
	}
}

@media (min-width:1200px) {
	.footer-right {
		flex-wrap: nowrap;
	}
}

.mobile-foo {
	display: none;
}

@media (min-width:768px) {
	.mobile-foo {
		display: block;
	}
}

.footer-right li {
	margin-bottom: 30px;
}

.foo-col {
	padding: 0;
}

.footer-title {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width:992px) {
	.footer-title {
		font-size: 24px;
	}
}

.footer-title-b {
	display: block;
	background-color: #333;
	margin: 10px 0 20px;
}

@media (min-width:768px) {
	.footer-title-b {
		margin: 15px 0 30px;
	}
}

.footer-nav li {
	margin-bottom: 10px;
}

.footer-nav a {
	color: #eee;
	font-size: 16px;
}

.footer-nav a:hover {
	color: #ed1c24;
}

.footer-con-li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-con-title {
	display: block;
	color: #fff;
	width: 74px;
}

.footer-con-info {
	color: #aaa;
	/* width: 90%; */
}

.copy-box {
	background-color: #ed1c24;
}

.copy-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
}

@media (min-width:992px) {
	.copy-inner {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.footer-text {
	color: #fff;
}

.share li {
	float: left;
}

.icon-item {
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 100%;
}

.icon-item .fa {
	color: #ed1c24;
	font-size: 18px;
}

.btn-secondary:hover {
	border-color: rgba(0, 0, 0, 0);
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	box-shadow: none;
}

.drow-footer {
	border: none;
	border-radius: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0) !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	padding-left: 0;
}

.drow-footer-menu,
.nav-drow {
	position: initial !important;
	transform: translate3d(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

.drow-footer-menu .dropdown-item {
	color: #fff;
}

.drow-footer-menu .dropdown-item:hover {
	color: #ed1c24;
	background-color: rgba(0, 0, 0, 0);
}

/* ↓↓↓↓↓↓↓↓ */
.delighter .li {
	opacity: 0;
	transform: translatey(15%);
	transition: all .7s ease-out;
}

.delighter.started .li {
	opacity: 1;
	transform: none;
}

.delighter.started .li:nth-child(1) {
	transition: all .7s ease-out .1s;
}

.delighter.started .li:nth-child(2) {
	transition: all .7s ease-out .3s;
}

.delighter.started .li:nth-child(3) {
	transition: all .7s ease-out .5s;
}

.delighter.started .li:nth-child(4) {
	transition: all .7s ease-out .7s;
}

.delighter.started .li:nth-child(5) {
	transition: all .7s ease-out .9s;
}

.delighter.started .li:nth-child(6) {
	transition: all .7s ease-out 1.1s;
}

.delighter .li-left {
	opacity: 0;
	transform: translatex(-15%);
	transition: all .7s ease-out;
}

.delighter.started .li-left:nth-child(1) {
	transition: all .7s ease-out .1s;
}

.delighter.started .li-left:nth-child(2) {
	transition: all .7s ease-out .3s;
}

.delighter.started .li-left:nth-child(3) {
	transition: all .7s ease-out .5s;
}

.delighter.started .li-left:nth-child(4) {
	transition: all .7s ease-out .7s;
}

.delighter.started .li-left:nth-child(5) {
	transition: all .7s ease-out .9s;
}

.animate.up {
	transform: translatey(15%);
	opacity: 0;
	transition: all .75s ease-out;
}

.animate.left {
	transform: translatex(-15%);
	opacity: 0;
	transition: all .75s ease-out;
}

.animate.left-1 {
	transition: all 1.5s ease-out !important;
}

.delighter.started .li-left,
.animate.up.started,
.animate.left.started {
	transform: none;
	opacity: 1;
}

/*back-to-top*/
#back-to-top {
	position: fixed;
	right: 2%;
	bottom: 5%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #333;
	border-radius: 0;
}

@media(min-width: 768px) {
	#back-to-top {
		right: 2%;
		bottom: 6%;
		width: 46px;
		height: 46px;
	}
}

#back-to-top a {
	color: #fff;
}

.banner-img {
	position: relative;
	height: 35vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-img img {
	width: 100%;
	height: 100%;
	background-size: 100%;
	object-fit: cover;
}

@media (min-width:1024px) {
	.banner-img {
		height: auto;
	}
}

.bread-box {
	background-color: #ed1c24;
}

.breadcrumb {
	margin: 0;
}

.breadcrumb .fa {
	font-size: 18px;
	color: #fff;
	margin-right: 5px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
	color: #ddd;
}

.inner-body {
	background-image: url(../images/inner-bj.png);
}

.inner-top {
	display: flex;
	justify-content: space-between;
}

.inner-title h2 {
	color: #fff;
	font-weight: bold;
}

.inner-title span {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ed1c24;
}

.btn-secondary {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0) !important;
	min-width: 160px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-drow {
	border-color: #fff !important;
}

.filter-menu {
	padding: 0;
	border-radius: 0;
}

.filter-menu .dropdown-item:hover {
	background-color: #ed1c24;
	color: #fff;
}

@media (max-width:1200px) {
	.nav-list {
		padding-right: 0 !important;
	}
}

.nav-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5px;
	color: #ddd;
	border-bottom: 1px solid #666;
}

.nav-list li a:hover,
.nav-list li a.on {
	font-weight: bold;
	color: #fff;
}

.nav-drow .dropdown-item {
	font-size: 15px;
	color: #eee;
	padding-left: 15px;
	background-color: rgba(0, 0, 0, 0) !important;
}

.nav-drow .dropdown-item:hover {
	color: #ed1c24 !important;
}

.tit-item,
.in-shop,
.ord {
	color: #fff !important;
}

.disq {
	color: #666 !important;
}

.dish {
	color: #ed1c24 !important;
}

.pagination .page-item {
	margin: 0 5px;
}

.pagination .page-link {
	border-radius: 0 !important;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 16px;
}

.pagination .page-link:hover,
.pagination .page-link.active {
	background-color: #ed1c24;
}



.nav-list .dropdown-item.active {
    color: #ed1c24 !important;
}




.text-not-found p { color:#fff; }

















/* cart start */

/* location slide end*/

.input-group-append {
    cursor: pointer;
}

/*.fixed-menu, header, .box-logo {
    background-color: #fff;
}*/



.main-bg-color {
    background-color: #ED1C24;
    color:#fff;
}
.main-border-color{
    border-color: #313131!important;
}

.a-color {
    color:#313131;
}

.bg-color, .secondary-bg-color {
    background-color: #efefef;
}

.border-style-2 {
    border: 2px solid #ededed;
    padding:1rem;
}

.nav-tabs-main-color .nav-link{
    background-color: #efefef;
}

.nav-tabs-main-color.nav-tabs .nav-link.active {
    background: #313131;
    color:#fff;
}

.big-border{
    width: 100%;
    height:10px;
    /*background-color: #fba615;*/
}

.module-carousel .swiper-slide .carousel-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.2);
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
    text-align: center;
    font-size:16px;
}
@media(min-width: 768px) {
    .module-carousel .swiper-slide .carousel-title{
        font-size:18px;
    }
}
.module-carousel .swiper-slide:hover .carousel-title{background: rgba(0,0,0,0.3);text-decoration: none}

.module-slideshow-wrapper {
    margin-top:0.375rem;
}
@media(min-width: 768px) {
    .module-slideshow-wrapper.no-full-slideshow .swiper-slide .item{
        margin-left:20%;
    }
}

.widget-title-more-style {
    position: relative;
    font-size: 1rem;
    padding-right: 2rem;
    padding: 10px;
    background-color: #efefef;
}
.widget-title-more-style .title{
    font-weight: bold;
}

.widget-title-more-style .more{
    position: absolute;
    top: 9px;
    right: 10px;
    color:#313131;
    text-decoration: underline;
}

.product-featured-wrapper {
    margin-bottom: -10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background-color: #313131;*/
}

.module-post-wrapper {
    padding:10px;
    height: calc(100% - 47px);
}
.module-post-wrapper .item .inner {
    background-color: #fff;
    padding:10px;
}
.module-post-wrapper .item {
    margin-top: 10px;
}
.module-post-wrapper .item h3{
    font-size:1rem;
    line-height: 1.525rem;
}


.module-product-block-wrapper {
    margin:2rem 0;
}
.module-product-block-wrapper .product-layout .product-inner {
    border:none;
}
.module-product-block-wrapper .swiper-button-prev{
    left:22px;
    background-color: rgba(27,44,86,0.8);
    border:none;
    width: 30px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    color:#fff;
}
.module-product-block-wrapper .swiper-button-next{
    right:22px;
    background-color: rgba(27,44,86,0.8);
    border:none;
    width: 30px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    color:#fff;
}
.module-product-block-wrapper .swiper-button-prev.swiper-button-disabled, .module-product-block-wrapper .swiper-button-next.swiper-button-disabled{
    opacity: 0.8;
}
.module-product-block-wrapper .swiper-button-prev i, .module-product-block-wrapper .swiper-button-next i {
    font-size:1.275rem;
}
.module-product-block-wrapper .swiper-button-prev:after, .module-product-block-wrapper .swiper-button-next:after {
    display: none;
}

.module-product-block-wrapper .index-product .index-product-list{border:0;}
.module-product-block-wrapper .nav-tabs{display: flex;border-bottom: 0;align-items: flex-end;}
.module-product-block-wrapper .nav-tabs .nav-item{width: 50%;}
.module-product-block-wrapper .nav-tabs .nav-link{
    color: #3e3a39;
    border:0;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}
.module-product-block-wrapper .tab-content{border:8px solid;padding: 30px;overflow: hidden;border-radius: 0 0 5px 5px;}
.module-product-block-wrapper .slick-prev{width: 30px;height: 50px;background: rgba(27,44,86,0.8);z-index: 999;border-radius: 0 10px 10px 0;}
.module-product-block-wrapper .slick-next{width: 30px;height: 50px;background: rgba(27,44,86,0.8);;z-index: 999;border-radius: 10px 0 0 10px;}

@media(min-width: 992px){
    .module-product-block-wrapper .nav-tabs .active{padding: 20px 15px !important;}
    .module-product-block-wrapper .nav-tabs .nav-item{width: 25%;}
    .module-product-block-wrapper .nav-tabs .nav-link{font-size: 20px;}
}
@media(min-width: 1200px){
    .module-product-block-wrapper .nav-tabs .nav-link{font-size: 24px;}
}




/** top ad start **/

.page-top-banner-wrapper {
    padding:0.725rem 0;
}
@media(min-width: 768px) {
    .page-top-banner-wrapper {
        padding:1rem 0;
    }
}
/** top ad end **/



.input-group-btn .btn {
    border-radius: 0;
    text-decoration: underline;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5 > div {
    padding-left:5px;
    padding-right:5px;
}

.full-loading {
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    width:100%;
    height:100%;
    background: #fff url('../images/loading.gif') no-repeat center center;
}

.popup-body {
    padding-top:0.5rem;
}


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
}

div.required .control-label:after {
    content: '* ';
    color: #f00;
    margin-left: 2px;
    font-weight: bold;
}

.transition-05 {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.no-border-table {
    border:none;
}
.no-border-table td, .no-border-table th {
    border:none;
    padding:0.275rem 1rem;
}



.default-border-title {
    border-bottom: 2px solid rgba(0,0,0,.125);
    font-size: 1.5rem;
}

.default-border-title>span {
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

/*.default-border-title>span:before {
    content: '';
    position: absolute;
    width: calc(100%);
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #fba615;
}*/

.border-left-title {
    position: relative;
    padding-left:1rem;
    font-size:1.375rem;
}
h1.border-left-title {
    margin-bottom: 1rem;
}
.border-left-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 80%;
    background-color: #ED1C24;
}


/*.layui-layer {
    max-width: 100%!important;
}
.layui-layer-title {
    background-color: #ED1C24!important;
    color:#fff!important;
    font-weight: bold;
}
.popup-content {padding:0 15px;max-height: 100%!important;}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background-color:#63ae53!important;color:#fff!important;border:none!important;}
.layui-layer-rim iframe {max-height: 100%!important;height: 626px!important;}*/

/*.btn-info {
    padding: .5rem 2rem;
    background-color: #fba615!important;
    color: #fff !important;
    border: 0!important;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    border-radius: 4px;
    font-size: 16px;
}*/

.btn.btn-full {
    width: 100%;
}
.btn.btn-min {
    padding: .2rem 1rem;
}



.btn-default, .btn-default:hover, .btn-default:link, .btn-default:focus, .btn-default:active {
    overflow: hidden;
    position:relative;
    border-radius: 4px;
    background-color: #DDDDDD;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    z-index: 0;
    border:none!important;
    box-shadow:none!important;
    padding: .5rem 2rem;
    color:#000;
}

.btn-default:hover {
    opacity: 0.8;
    border: 0;
}


.form-group {
    margin-bottom: 1.375rem;
}
.popup-body .form-group {
    margin-bottom: 1rem;
}
.form-control {
    /*box-shadow: none !important;*/
    border-radius: 0!important;
    height: calc(1.5em + .75rem + 4px);
}


.has-error .form-control {
    border-color: #a94442;
}

.common-pad-tb {
    padding-top:50px;
    padding-bottom: 50px;
}
#content {
    min-height: 450px;
    padding-bottom: 50px;
}

.full-content-center {
    width: 100%;
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}

.nav-tabs-style {
    border:1px solid #efefef;
}
.nav-tabs-style .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs-style .nav-tabs a {
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 48px;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    border-color: transparent transparent #efefef transparent;
}

.nav-tabs-style .nav-tabs a.active {
    background-color: #FFFFFF;
    border-color: transparent #efefef transparent transparent;
}

.nav-tabs-style .nav-tabs-half li:last-child a.active {
    border-color: transparent transparent transparent #efefef;
}

.nav-tabs-style .tab-pane {
    padding: 0 15px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

@media(min-width: 768px) {
    .nav-tabs-style .tab-pane {
        padding: 0 40px;
    }
}

.nav-tabs-half > li {
    width: 50%;
    text-align: center;
}

.tabset-title {
    text-align: center;
    margin-bottom: 20px;
}


.sidebar-widget .title {
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-left:18px;
    padding-bottom: 10px;
}
@media(min-width: 768px) {
    .sidebar-widget .title .toggle-icon {
        display: none;
    }
}


.sidebar-widget li {
    box-shadow: none;
    margin: 10px 0 0;
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}
.sidebar-widget ul ul li {
    border-bottom: none;
    padding-left:5px;
    padding: 5px 0;
    margin-top: 0;
    font-weight: normal;
}
.sidebar-widget li .category-href {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
    color: #3e3a39;
}
.sidebar-widget ul ul {
    padding-left: 30px;
    list-style: none;
}

.sidebar-widget ul ul li:first-child {
    padding-top:0;
}
.sidebar-widget ul ul li:last-child {
    padding-bottom: 10px;
}
.sidebar-widget .toggle-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: url(../../images/up-icon.png) center no-repeat;
    background-size: 14px;
    position: absolute;
    right:6px;
    top:2px;
}
.sidebar-widget .toggle-icon.collapsed {
    background: url(../../images/down-icon.png) center no-repeat;
    background-size: 14px;
}
.sidebar-widget a:hover {
    text-decoration: none;
}


/***** Success start *****/
.success-message {
    text-align: center;
}
.success-message .icon-wrapper {
    color:#00d025;
}
.success-message .icon-wrapper i{
    font-size:4.725rem;
}
.success-message .title {
    margin-top: 0.725rem;
}
.success-message .inner {
    margin: 1rem 0;
}
/*** Success end ***/


/**** account module start ****/
.account-module {
    border-radius: 0;
}
.account-module ul i {
    font-size: 1.175rem;
    width: 18px;
    text-align: center;
}
.account-module .list-group-item {
    border:none;
    border-bottom: 1px solid #ededed;
}
.account-module a:hover {
    text-decoration: none;
}

/**** account module end ****/



.category-banner-wrapper img {
    width: 100%;
}

/***** product list start ****/
.row.product-row {
    margin-left: -5px;
    margin-right: -5px;
}
.row.product-row .product-layout{
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}
.product-layout .product-inner {
    border: 1px solid #efefef;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-layout .product-inner .product-promotion-thumb {
    max-height: 44px;
    position: absolute;
    left:0;
    top:0;
}
.product-layout .image {
    overflow: hidden;
    margin-top:20px;
}

@media(min-width: 576px) {
    .product-layout .image {
        margin-top:30px;
    }
}

.product-layout .image:hover img{
    transform: scale(1.08);
    transition: all 0.8s;
}

.product-layout .caption {
    margin-top:10px;
    text-align: center;
}

.product-layout .product-name {
    font-size:16px;
    font-weight: bold;
}
.product-layout .product-summary {
    font-size:14px;
    color: #313131;
    height: 72px;
    overflow: hidden;
}

.product-layout .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-layout .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-size:14px;
    height: 20px;
    margin-top:-4px;
}

.product-list .product-inner .image {
    float: left;
    display: inline-block;
    width: 200px;
}

.product-list .product-inner .caption {
    text-align: left;
    margin-left: 200px;
}

/***** product list end ****/

/***** product detail start ****/
.product-images {
    display: flex;
    margin-bottom: 2rem;
}

.product-images .slider-nav img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}
.product-images .slider-nav .slick-slide.slick-current.slick-active img {
    border: 1px solid #313131;
}

.product-images .slider-for img {
    border: 1px solid #efefef;
    width: 99%;
}

.product-images .slider-nav .slick-slide{margin-top: 5px;}
@media(min-width: 768px){
    .product-images .slider-nav .slick-slide{margin-top: 15px;}
}
@media(min-width: 992px){
    .product-images .slider-nav .slick-slide{margin-top: 20px;}
}
@media(min-width: 1400px){
    .product-images .slider-nav .slick-slide{margin-top: 25px;}
}

.product-images .slider-nav .slick-prev { top: 0px; left:50%; margin-left:-10px; transform: rotate(90deg); background: url(../../images/left-icon-n.png) center no-repeat ;background-size: 46px; z-index: 222; text-indent: -9999px;}
.product-images .slider-nav .slick-next {top: 99%; left:50%; margin-left:-10px; transform: rotate(90deg); background: url(../../images/right-icon-n.png) center no-repeat ;background-size: 46px;z-index: 222; text-indent: -9999px;}

.product-description {
    font-size:14px;
}
.product-description h1 {
    font-size:24px;
}
.product-description .summary {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.product-description .product-price-wrapper {
    font-size:32px;
    font-weight: bold;
    margin-top: 0.5rem;
}
.product-description .product-price-wrapper .price-old{
    font-size:20px;
    color:#aaa;
}
.product-description .quantity-input-wrapper .form-control{
    text-align: center;
    min-width: 40px;
    max-width: 120px;
}
.product-description .quantity-input-wrapper a:hover{
    text-decoration: none;
}

.product-description .product-cart-action{
    margin-bottom: 0;
}
.product-description .buttons {
    margin-top:.375rem;
}
.product-description .buttons .btn {
    width: 100%;
    max-width: 260px;
    padding-top:6px;
    padding-bottom:6px;
    margin:5px 0;
}

.product-description-related .widget-title{margin-bottom:15px;padding-bottom:5px;font-weight: bold;border-bottom: 1px solid #efefef;}
.product-description-related .widget-title span{padding: 10px 20px;border-radius: 5px 5px 0 0;background: #313131;
    color: #fff;font-size:16px;}

#product .radio input, #product .checkbox input {
    display: none;
}

 #product .radio span, #product .checkbox span {
    display: block;
    position: relative;
    padding: 6px 5px;
    margin-bottom: 4px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
}

#product .radio input:checked+span, #product .checkbox input:checked+span {
    border: 2px solid #313131;
    padding: 5px 4px;
}

#product-related.swiper-container {
    padding-bottom: 2rem;
}

#product-related.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.product-video-wrapper {
    margin-top: 2rem;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    max-width: 1100px;
}
.product-video-wrapper iframe {
    width: 100%!important;
    height: 38vw;
}
.product-video-wrapper .video-title {
    text-align: center;
    font-size: 1.375rem;
}

.tab-content-pad {
    padding:15px;
}

.table-style {
    width: 100%;
}
.table-style td {
    padding:0.175rem 0;
    vertical-align: middle;
}
.table-style td.td-text {
    width: 80px;
}
.table-style td.td-space {
    width: 14px;
}
/***** product detail end ****/



/*** min cart start ****/
#box-min-cart {
    position: absolute;
    right:0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media(min-width:768px){
    #box-min-cart{position: fixed;top: 0;width: 350px;}
}
#box-min-cart ul li .table{padding: 0 10px !important;margin:10px 0;border-bottom:1px solid #ddd;}
#box-min-cart .table tr td a{color:#222;}
#box-min-cart .table tr td .model{margin: 5px auto;display: inline-block;}
#box-min-cart .table tr td .model span{color:#666;}
#box-min-cart .table tr td .price{color:#000;}
.min-cart-title {background-color: #313131;font-size: 18px;text-align: left;padding:10px;margin:0;color:#fff;position: relative;}
.min-cart-close {color:#fff!important;position: absolute;right:10px;top:2px;}
#cart.active #box-min-cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color:#222;
}

.min-cart-totals{margin-left:0 !important;margin-right:0px !important;border-top:1px solid #ffb84c !important;}
.min-cart-backdrop {
    position: fixed;
    top:0;
    left:0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
}
@media(min-width: 320px) and (max-width: 767px){
    #box-min-cart{position: fixed;top:0;}
    .head-height{height:55px;}
    .foot-height{height:48px;}
}

#cart.active .min-cart-backdrop {
    visibility: visible;
    opacity: 1;
}

#box-min-cart .table>tbody>tr>td, #box-min-cart .table>tbody>tr>th, #box-min-cart .table>tfoot>tr>td, #box-min-cart .table>tfoot>tr>th, #box-min-cart .table>thead>tr>td, #box-min-cart .table>thead>tr>th {
    padding:10px;
    border-top:0;
    background: transparent!important;
}
#box-min-cart .table-striped>tbody>tr {
    background: transparent!important;
}
#box-min-cart .img-thumbnail {padding:0 5px;border:none;border-radius: 0;}
#cart .min-cart-top-title a {color:#94c11f}
/**** min cart end ****/


/**** checkout & cart start ****/

.checkout-checkout {
    background-color: #f5f5f5;
}
.checkout-step {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout-step .step {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    max-width: 33%;
    margin-left: -2px;
    margin-right: -2px;
    color: #fff;
}
.checkout-step .step .badge-title{
    color:black;
}
.checkout-step .step .badge {
    position: relative;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.checkout-step .step span {
    display: block;
    padding: 0 5px;
}
.checkout-step .step .badge .text {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.checkout-step .step .badge::before {
    content: " ";
    background-color: #cccccc;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.checkout-step .step .badge::after {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: " ";
    background-color: black;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 0;
}
.checkout-step .step:first-child .badge::before {
    width: 50%;
    left: 50%;
}
.checkout-step .step:last-child .badge::before {
    width: 50%;
    right: 50%;
}
.checkout-step .step.visited .badge::after, .checkout-step .step.active .badge::after {
    background-color: #ED1C24;
}
.checkout-step .step.active {
    color:#fff;
}
.checkout-step .step.active .badge-title {
    color:#ED1C24;
}
.checkout-step .step.active .badge::before{
    background: #ED1C24;
}



.quantity-wrapper .btn {
    padding:0;
    width: 30px;
    height: 36px;
    border: 1px solid #ced4da!important;
    border-radius: 0;
    background-color: #f8f8fa;
}
.quantity-wrapper .input-group-prepend:last-child .btn {
    border-left: none!important;
}

.quantity-wrapper .form-control {
    min-width: 30px;
    max-width: 100px;
    height: 36px;
    text-align: center;
}

.checkout-section {
    border-radius: 0;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    background-color: white;
}

.shopping-cart .section-header {
    padding: .65rem 1rem;
    border-bottom: 1px solid #ededed;
    background-color: #f8f8fa;
    line-height: 26px;
}
.section-title {
    font-size: 1.175rem;
    font-weight: bold;
    margin: 0;
    /*color:#ED1C24;*/
}

.shopping-cart .table-header, .shopping-cart .table-row {
    padding: 1rem;
}
.shopping-cart .table-row{
    border-top: 1px solid #EDEDED;
}

.shopping-cart .table-header, .shopping-cart .table-row{
    display: flex;
    justify-content: space-between;
}

.shopping-cart .table-footer {
    border-top: 1px solid #EDEDED;
}

.card {
    border-radius: 0!important;
    border: 1px solid #ededed;
}
.card .card-header {
    border-radius: 0!important;
    font-size: 1.175rem;
    font-weight: bold;
    padding: .65rem 1rem;
    background-color: #f8f8fa;
    border-bottom: 1px solid #ededed;
}



@media(min-width: 768px) {
    .shopping-cart .table-header-title, .shopping-cart .item {
        width: 18%;
    }

    .shopping-cart .item-img {
        width: 90px;
    }
    .shopping-cart .item-name {
        width: 24%;
    }
    .shopping-cart .item-price {
        text-align: center;
    }
    .shopping-cart .item-quantity {
        text-align: center;
    }
    .shopping-cart .item-total {
        text-align: center;
    }
    .shopping-cart .item-action {
        width: 40px;
    }

    .shopping-cart .quantity-wrapper {
        align-items: center;
        justify-content: center;
    }
}



@media (max-width: 767px) {
    .shopping-cart .table-header {
        display: none;
    }
    .shopping-cart .section-header {
        border-bottom: none;
    }
    .table-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cart-item .item-name > a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .shopping-cart .table-body .item-img {
        width: 24%;
    }
    .shopping-cart .table-body .item-name {
        width: 72%;
    }
    .shopping-cart .table-body .item-price {
        width: 100%;
        text-align: right;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .shopping-cart .table-body .item-action {
        position: absolute;
        right:0;
        top:10px;
    }

    .shopping-cart .table-row {
        position: relative;
    }

}

.checkout-product-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
}
.checkout-product-wrapper .item{
    display: flex;
    flex-direction: row;
    width:100%;
    padding:0.75rem 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ededed;
}
.checkout-product-wrapper .item .image {
    width: 80px;
    margin-right:5px;
}
.checkout-product-wrapper .item .info {
    padding-top:3px;
    width: 80%;
}

.checkout-product-wrapper .item .name {
    font-size:16px;
}

.checkout-product-wrapper .item .price-qty {
    font-size:14px;
    text-align: right;
    color:#e85667;
}

.checkout-total-wrapper {
    padding:0 0.75rem;
}
.checkout-total-wrapper .item {
    width: 100%;
    margin:5px 0;
}
.checkout-total-wrapper .item:last-child {
    margin-top: 10px;
    color:#e85667;
    font-size:20px;
}

.quick-checkout-wrapper .checkout-section, .common-pad-1{
    padding:0.75rem;
}
.quick-checkout-wrapper .checkout-section.checkout-cart-section{
    padding:0;
}

.quick-checkout-wrapper .title-wrapper {
    color:#313131;

    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
}
.quick-checkout-wrapper h2 {
    font-size: 1.175rem;
}
.quick-checkout-wrapper .title-wrapper h2 {
    position: relative;
    /*padding-left: 1rem;*/
    font-weight: bold;
}
.quick-checkout-wrapper .title-wrapper h2:before {
    /*content: '';*/
    position: absolute;
    left:0;
    top:1px;
    width: 4px;
    height: 80%;
    background-color:#ED1C24;
}

.checkout-cart-section .section-header {
    padding: 1rem;
    text-align: center;
    background-color: #ED1C24;
    color:#fff;
}

.button-submit-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
    padding-bottom: 1.5rem;
}

.checkout-border-line {
    border-top: 1px solid #ededed;
    padding-top: 1rem;
}

.quick-checkout-wrapper .checkout-section .radio {
    position: relative;
    display: inline-block;
    border: 1px solid #d2d2d2;
}
.quick-checkout-wrapper .checkout-section .radio.active {
    border: 2px solid #313131;
}

.quick-checkout-wrapper .checkout-section .radio label {
    padding: 8px 11px;
    margin:0;
}
.quick-checkout-wrapper .checkout-section .radio.active label {
    padding: 7px 10px;
}
.quick-checkout-wrapper .checkout-section .radio input {
    display: none;
}

.checkout-address-list li {
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding:8px 5px;
    cursor: pointer;
}
.checkout-address-list li .item {
    width: 93%;
    position: relative;
    padding-left:30px;
}
.checkout-address-list li .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #999;
    border-radius: 100%;
    position: absolute;
    left:0;
    top:1px;
}
.checkout-address-list li.active .item:before {
    background-color: #fff;
    border: 1px solid #313131;
}
.checkout-address-list li.active .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #313131;
    border-radius: 100%;
    position: absolute;
    left:4px;
    top:5px;
}

.checkout-address-list li .address-action {
    width: 5%;
    text-align: right;
    cursor: pointer;
}

.checkout-address-list i {
    color:#ED1C24;
}

.btn-new-address {
    cursor: pointer;
}

@media (min-width: 992px) {
    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        max-width: 800px;
    }

    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        overflow: hidden;
        margin: 0 auto;
    }
}

.success-items {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.success-items h1{
    font-size:1.725rem;
}
.success-items .icon-wrapper {
    font-size: 4rem;
    text-align: center;
    color:#4cb64c;
}
.success-items a {
    /*color: #192c56;*/
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 9px;
    margin-top: 0;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
        margin-bottom: 0;
        text-align: right;
    }
}


.faq-wrapper .card.card-style {
    margin-bottom: 1rem;
}

.faq-wrapper .card.card-style .card-header {
    padding:0;
    border-bottom: none;

}
.faq-wrapper .card.card-style .card-header .card-link {
    display:block;
    padding: .65rem 3rem .65rem 1rem;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.faq-wrapper .card.card-style .card-header .card-link:after {
    content: '';
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/arrow-down.png);
    background-size: 100%;
    position: absolute;
    right:1rem;
    top:.55rem;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.faq-wrapper .card.card-style .card-header .card-link.collapsed:after {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.faq-wrapper .card.card-style .card-header .card-link.collapsed {
    border-bottom: none;
}



/**** post start ****/
.post-wrapper .post-list {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.post-wrapper .post-list a:hover {
    text-decoration: none;
}

.post-wrapper .post-list .title {
    font-size:1.525rem;
}
.post-wrapper .post-list .summary {
    margin: .375rem 0;
}
.post-wrapper .post-list .more {
    margin-top: .5rem;
}
.post-wrapper .post-list .more a{
    text-decoration: underline;
    color: #313131;
}
@media(max-width: 767px) {
    .post-wrapper .post-list .title {
        margin-top:.725rem;
    }
}

.post-detail-wrapper .heading-title {
    text-align: center;
    font-size:1.725rem;
}
.post-detail-wrapper .date {
    text-align: center;
    margin:1rem 0;
}
/**** post end ****/

/**** account start ****/

.account-info {
    padding-top:1rem;
    margin-bottom: 2rem;
}

.account-info .hello span {color:#23a1d1;font-weight: bold;}
.account-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #ededed;
    padding:10px;
    height: 100%;
}
.account-information-wrapper {
    padding-left:15px;
    padding-top: 15px;
}
.account-info .account-avatar {
    padding-top:6px;
    text-align: center;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.account-info .account-avatar .fa {
    font-size: 5rem;
}
.account-base-info-wrapper {
    border: 1px solid #ededed;
    padding:10px;
}
.account-base-info-wrapper .item {
    border-bottom: 1px dashed #ededed;
    padding:0.5rem 0.725rem;
}
.account-base-info-wrapper .item i {
    width: 18px;
    text-align: center;
    color:#aeb1bb;
}

.account-inner-buttons > .row{
    justify-content: center;
}
.account-inner-buttons .item {margin-top:2rem;}
.account-inner-buttons .item > a {
    text-align: center;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    color:#fff!important;
}
.account-inner-buttons .item a .fa {
    font-size: 36px;
    margin-top: 8px;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.account-inner-buttons .item h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
.account-inner-buttons .item:hover a .fa {
    font-size: 44px;
    opacity: 1;
    margin-top: 2px;
    -webkit-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.account-inner-buttons .item:hover a {
    text-decoration: none!important;
}

.account-wrapper {
    border: 2px solid #ededed;
    padding:1rem;
}
.table-middle td, .table-middle th {
    vertical-align: middle;
}


.mobile-order-list .item {
    margin-bottom: 15px;
}
.mobile-order-list .head {
    background-color: #efefef;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.mobile-order-list .head div {
    margin: 8px 0;
}
.mobile-order-list .body .info-item {
    margin: 5px 0;
    padding-right:10px;
}

.mobile-order-list .body .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mobile-order-list .inner .image {
    width: 18%;
    padding-right:2%;
}
.mobile-order-list .inner .info {
    width: 80%;
}

.mobile-order-list .btn {
    padding: 4px 10px;
}

.wishlist-wrapper .delete{
    position: absolute;
    top:5px;
    right: 5px;
}


.no-items, .box-empty {
    text-align: center;
    padding:2rem 0;
}

.social-media-wrapper .item {
    margin-left: 2px;
    margin-right: 2px;
}


/*.fixed-contact-icon-wrapper {
    position: fixed;
    z-index: 9999;
    right:0;
    bottom:15%
}*/
.fixed-contact-icon-wrapper .item {
    margin:4px 0;
    position: relative;
}
.fixed-contact-icon-wrapper .item > a{
    display: block;
    width: 45px;
    height: 45px;
    background-color: #2a3a91;
    border-radius: 100%;
    text-align: center;
    color:#fff;
    padding-top:8px;
}
.fixed-contact-icon-wrapper .item.item-messenger > a{
    padding-top:6px;
}
.fixed-contact-icon-wrapper .item.item-whatsapp > a{
    background-color: #47b449;
}
.fixed-contact-icon-wrapper .item.item-messenger > a{
    background-color: #0064ff;
}
.fixed-contact-icon-wrapper .item.item-wechat > a{
    background-color: #2dc100;
}
.fixed-contact-icon-wrapper .item > a i {
    font-size:1.8rem;
}
.fixed-contact-icon-wrapper .item.item-wechat > a i {
}
.fixed-contact-icon-wrapper .item > a img {
    width: 75%;
}
.fixed-contact-icon-wrapper .children-wrapper {
    position: absolute;
    right:115%;
    top:0;
    display: none;
}
.fixed-contact-icon-wrapper .item.active .children-wrapper {
    display: block;
}
.fixed-contact-icon-wrapper .children-inner {
    background-color: #fff;
    min-width: 180px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgb(161 163 175 / 11%);
    padding:0.725rem;
    position: relative;
    font-size:14px;
}

.fixed-contact-icon-wrapper .children-inner:after, .fixed-contact-icon-wrapper .children-inner:before {
    border: solid transparent;
    content: '';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

.fixed-contact-icon-wrapper .children-inner:after {
    border-width: 7px;
    border-left-color: #fff;
    top: 24px;
}

.fixed-contact-icon-wrapper .children-inner:before {
    border-width: 9px;
    border-left-color: #E0E1E5;
    top: 22px;
}

.fixed-contact-icon-wrapper .w-btn {
    font-size: 14px;
    background: #2dc100;
    color: #fff;
    width: 100%;
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

.fixed-contact-icon-wrapper .info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fixed-contact-icon-wrapper .whatsapp-inner .photo {
    width: 28%;
    margin-right:5px;
}
.fixed-contact-icon-wrapper .whatsapp-inner .photo img {
    border-radius: 100%;
}
.fixed-contact-icon-wrapper .whatsapp-inner p {
    line-height: 1.375rem;
}
.fixed-contact-icon-wrapper .whatsapp-inner .info {
    font-size:1rem;
}
.fixed-contact-icon-wrapper .qrcode-inner img {
    max-width: 180px;
}

@media(min-width: 768px) {
    .fixed-contact-icon-wrapper .item > a {
        width: 60px;
        height: 60px;
        padding-top: 12px;
    }
    .fixed-contact-icon-wrapper .item > a i {
        font-size:2.2rem;
    }
    .fixed-contact-icon-wrapper .children-inner {
        min-width: 210px;
    }
}

/**** account end ****/

@media(max-width: 767px) {
    .common-pad-tb {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.follow-wrapper .icon-wrapper{
    display: flex;
    flex-direction: row;
}
.follow-wrapper a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    text-decoration: none;
}

.follow-wrapper .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.follow-wrapper a:hover{background: #f50589;}
.follow-wrapper a .fa{font-size: 16px;}




/**** cookies policy start ****/
.cookie-policy-wrapper {
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    left:0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    color:#fff;
}
.cookie-policy-wrapper .button-cookie-policy {
    text-align: center;
}
@media(min-width: 768px) {
    .cookie-policy-wrapper .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
    }
    .cookie-policy-wrapper .text {
        width: 88%;
    }
}
/**** cookies policy end ****/




.layui-layer-setwin .layui-layer-close2 {
    right:0;
    top:0;
    width: 20px;
    height: 20px;
    background: none;
    font-family: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.layui-layer-setwin .layui-layer-close2:after {
    content: "\f00d";
    width: 20px;
    height: 20px;
    font-size: 1.275rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.layui-layer-setwin .layui-layer-close1 {
    right:0;
    top:-4px;
    width: 20px;
    height: 20px;
    background: none;
    font-family: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.layui-layer-setwin .layui-layer-close1:after {
    content: "\f00d";
    width: 20px;
    height: 20px;
    font-size: 1.275rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}



#back-to-top  {
    font-size:15px;
    line-height:12px;
}
@media (max-width: 768px){
    #back-to-top  {
        font-size:14px;
        line-height:14px;
    }
}


.account-common { margin-top:3%; }
.account-common2 { margin-top:3%; }
.text-not-found { margin-top:130px;/* margin-bottom:130px;*/ font-size:23px; }
@media (max-width: 768px){
    .text-not-found { height:266px; margin-top:50px; margin-bottom:0; font-size:20px; }
    .inner-item-padding {
        padding: 0px 0 36px;
    }
    .account-common { margin-top:15%; }
    .account-common2 { margin-top:35%; }
}


.inner-projects-list-tit { cursor:pointer; }

.product-description .buttons .btn {
    max-width: 350px;
    
}
.inner-product-list-more a { line-height:0.5; }
.index-bottom-list-text{ word-break:normal; }

.index-search-li-login ul li { min-width:72px; display:block; }

.button-back-to-shopping-cart {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #313131;
}

.header-top-r {
    margin-left:-14px;
}



.inner-product-list-tit{
  word-break:normal; 
}



.index-whychoose-list-tit{font-size:16px;}
@media (min-width: 768px){
    .index-whychoose-list-tit {
        font-size: 16px;
        /*height: 65px;*/
    }
}


.agree b { text-decoration:underline; }

@media (min-width:900px){
    .index-whychoose-list-tit { min-height:96px; }
}

.text-underline { text-decoration:underline; }


.title-wrapper h2,.checkout-login a { color:#666666; text-align:left; }
/*body { text-align:left!important; }*/
.radio label { color:#313131; }


/*.account-common { margin-top:8.5%; margin-bottom:3.5%; }*/
/*.account-common .account-common { margin-top:1.5%; }*/
@media(max-width:768px){
    /*.account-common .account-common { margin-top:3.5%; }*/
}
.account-common { margin-top:0; }
.account-module i.fa {
    color:#999;
}

.layui-layer {
    max-width: 98%!important;
}
.layui-layer-title {
    background-color: #ED1C24!important;
    color:#fff!important;
    font-weight: bold;
}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background-color:#089346!important;color:#fff!important;border:none!important;}
.layui-layer-rim iframe {max-height: 100%!important;height: 626px!important;}

.layui-layer-setwin .layui-layer-close2 {
    right:-12px;
    top:-12px;
    width: 20px;
    height: 20px;
    background: none;
    font-size: inherit;
}
.layui-layer-setwin .layui-layer-close2:after {
    content: "×";
    width: 20px;
    height: 20px;
    font-size: 1.675rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #333;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .9;
}

.layui-layer-setwin .layui-layer-close1 {
    right:0;
    top:-5px;
    width: 20px;
    height: 20px;
    background: none;
    font-size: inherit;
}

.layui-layer-setwin .layui-layer-close1:after {
    content: "×";
    width: 20px;
    height: 20px;
    font-size: 1.675rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .9;
}


.account-inner-buttons .inner {
    /*border: 1px solid #ededed;*/
    border-radius: 10px;
    text-align: center;
    padding-top:1rem;
    padding-bottom:1rem;
    height: 100%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    cursor: pointer;
    background-color: #e4f6e8;
    color:#fff;
}

.account-inner-buttons .item:hover .inner {
    box-shadow: 0 10px 24px 1px rgb(0 0 0 / 20%);
}
.account-inner-buttons .item:hover a {
    color:#333333;
}
.account-main-wrapper, .account-base-info-wrapper {
    border-radius: 10px;
}
.account-module .fa {
    width: 16px;
}

.order-list-table .img-thumbnail {
    margin-right:8px;
}

.btn-success,.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ED1C24;
    --bs-btn-hover-border-color: #ED1C24;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ED1C24;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #333333;
    --bs-btn-disabled-border-color: #333333;
}
.btn-success:hover,.btn-primary:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-success-2,.btn-primary-2 {
    padding: .5rem 2rem!important;
}
/* cart en */






/* mirai start */
/* product start */

.product-box {
    background-color: #f7f9f8;
    background-image: url(../images/pro-bj.png);
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cols-style {
    margin-bottom: 24px;
}

.product-list {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.img-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.img-box img {
    transform: scale(1.05);
    transition: all ease .4s;
}

.links-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 249, 242, .7);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px;
    opacity: 0;
    transition: all ease .4s;
}

.product-head {
    font-size: 24px;
    color: #666;
}

@media (min-width:992px) {
    .product-head {
        font-size: 30px;
    }
}

@media (min-width:1200px) {
    .product-head {
        font-size: 36px;
    }
}

.product-price {
    display: flex;
    align-items: center;
}

.product-price span i {
    font-size: 14px;
    font-style: normal;
}

.price {
    font-size: 20px;
    color: #666;
}

@media (min-width:992px) {
    .product-price span i {
        font-size: 16px;
    }

    .price {
        font-size: 24px;
    }
}

.ori-price {
    position: relative;
    display: flex;
    align-items: center;
    /*opacity: .3;*/
}

.ori-price:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #666;
}

.dis-price {
    color: #ed1b23;
}

.shop-jr {
    position: relative;
    display: flex;
    align-items: center;
    color: #ffe;
    margin-top: 30px;
}

.shop-jr:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #ffe;
    transition: all ease .4s;
}

.shop-jr i {
    font-style: normal;
    margin-left: 10px;
    font-size: 18px;
}

.product-list:hover .links-box {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
}

.product-list:hover {
    box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
}

.product-list:hover .img-box img {
    transform: scale(1);
    transition: all ease .4s;
}

.shop-jr:hover:before {
    width: 0;
    transition: all ease .4s;
}

.p-right {
    padding-left: 0px;
    margin-top: 30px;
}

@media (min-width:992px) {
    .p-right {
        padding-left: 50px;
        margin-top: 5px;
    }
}

.catbox-right {
    width: 85%;
    color: #1A1A1A;
    margin-top: 20px;
}

.catbox-right .input-group-prepend a {
    background: #fff;
    cursor: pointer;
}

.catbox-right .input-group-append a {
    background: #fff;
    cursor: pointer;
}

.input-group-prepend {
    border-right: none;
    border: 1px solid #ddd;
}

.input-group-text {
    padding: 10px 20px;
    border: none;
    font-size: 16px;
}

.input-group-append {
    border-left: none;
    border: 1px solid #ddd;
}

.catbox-right .pro-form-control {
    border-left: none;
    border-right: none;
}

.title-li {
    font-size: 24px;
    color: #ffe;
}

@media (min-width:992px) {
    .title-li {
        font-size: 30px;
    }
}

@media (min-width:1200px) {
    .title-li {
        font-size: 36px;
    }
}

.price-li {
    font-size: 20px;
    color: #666;
    margin-top: 5px;
}

@media (min-width:992px) {
    .price-li {
        font-size: 24px;
    }
}

.introduce-li {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.introduce-li ul {
    margin: 10px 0 0 0;
    list-style-type: disc;
}

.introduce-li ul li {
    font-size: 14px;
    color: #fff;
}

.options-li {
    margin-top: 20px;
}

.options-li span {
    font-size: 16px;
}

.options {
    margin-top: 10px;
}

.options .nav-item {
    margin-right: 15px;
}

.options .nav-link {
    border-radius: 0;
    border: 1px solid #ccc;
    color: #666;
}

.options .nav-link.active {
    background-color: #666;
    color: #fff;
}

.options-con span {
    color: #999999;
    font-size: 20px;
}

.options-con span:first-child {
    text-decoration: line-through;
}

.options-con span:last-child {
    color: #ed1b23;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}

.shop-li {
    padding: 0;
    margin-top: 20px;
}

.shop-li i {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    background-color: #ED1C24;
    font-style: normal;
    font-weight: bold;
    z-index: 1;
}

.shop-li:hover i {
    background-color: #333333;
    transition: all ease .8s;
}

/*.share {
    margin-top: 20px;
    display: flex;
    align-content: center;
    line-height: 30px;
}

.share-text {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}*/

.details {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details ul {
    margin-bottom: 0 !important;
}

.details-pills {
    margin: 0 auto;
}

.details-pills .nav-item {
    margin: 0 5px;
}

.details-pills .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    padding: 8px 16px;
    background-color: #eeeeee;
    color: #666;
    font-size: 16px;
}

@media (min-width:992px) {
    .details-pills .nav-link {
        width: 140px;
        padding: 12px 10px;
        font-size: 18px;
    }
}

.details-pills .nav-link.active {
    background-color: #ffe;
}

.details-tab {
    border: 2px solid #eee;
    padding: 20px 10px;
}

@media (min-width:992px) {
    .details-tab {
        padding: 30px 20px;
    }
}

.details-pane p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

@media (min-width:992px) {
    .details-pane p {
        font-size: 16px;
        line-height: 28px;
    }
}

.relevant {
    /*background-color: #0E0E0E;*/
    padding: 40px 0;
    margin-top: 30px;
    position: relative;
}

.relevant::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0E0E0E;*/
}

.relevant::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0E0E0E;*/
}

@media(min-width:992px) {
    .relevant {
        padding: 50px 0;
        margin-top: 80px;
    }
}

.relevant-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.relevant-swiper .page-box {
    bottom: -5px;
}

.relevant-swiper .page-box .swiper-pagination-bullet-active {
    background-color: #ED1C24;
}

.back-box {
    display: flex;
    justify-content: center;
    /*margin-top: 20px;*/
}

@media (min-width:992px) {
    .back-box {
        /*margin-top: 60px;*/
    }
}

.btn-back {
    background-color: #666;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    transition: all .4s;
}

@media (min-width:992px) {
    .btn-back {
        padding: 10px 30px;
        font-size: 18px;
    }
}

.btn-back:hover {
    background-color: #ED1C24;
    transition: all .4s;
}

.swiper-1,
.swiper-2 {
    position: relative;
    overflow: hidden;
}

.swiper-1 {
    /* border: 1px solid #eee; */
}

.swiper-1 .swiper-slide,
.swiper-2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-1 .swiper-slide {
    height: 400px;
    padding: 0px;
    border: 1px solid #eee;
    margin: 0 !important;
}

@media (min-width:768px) {
    .swiper-1 .swiper-slide {
        height: 100%;
        padding: 20px;
    }
}

.swiper-2 {
    margin-top: 10px;
}

.swiper-2 .swiper-slide {
    width: 100px;
    height: 100px;
    border: 2px solid #eee;
    padding: 15px;
}

.swiper-2 .swiper-slide-thumb-active {
    border-color: #ffe;
}

.big-img {
    position: relative;
}

@media (min-width:1200px) {
    .inner-pro-list .links-box {
        padding: 30px;
    }

    .inner-pro-head {
        font-size: 30px;
    }

    .inner-pro-price .price {
        font-size: 20px;
    }

    .inner-pro-shop {
        margin-top: 20px;
    }

    .inner-pro-shop i {
        font-size: 16px;
    }
}

.dec-inn {
    background-image: url(../images/dec-banner.png);
}

.text-con {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    animation: fadeUp 1s;
    -webkit-animation: fadeUp 1s;
}

@keyframes fadeUp {
    from {
        transform: translateY(40px);
    }

    to {
        transform: translatey(0px);
    }
}

@media (min-width:992px) {
    .text-con {
        font-size: 18px;
        line-height: 36px;
    }
}

.dec-t-text {
    margin-top: 15px;
}

.dec-classes {
    margin-top: 20px;
}

@media (min-width:992px) {
    .dec-classes {
        margin-top: 40px;
    }
}

.totle-con {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

@media (min-width:992px) {
    .totle-con {
        font-size: 24px;
    }
}

.dec-class-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-top: 10px;
}

@media (min-width:992px) {
    .dec-class-img {
        margin-bottom: 50px;
    }
}

.classes-img {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.classes-img1 {
    margin-right: 40px;
}

.classes-img b {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

@media (min-width:992px) {
    .classes-img b {
        font-size: 18px;
    }
}

.in-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-inn {
    background-image: url(../images/sale-banner.png);
    background-position: calc(100% - 77%);
}

.sale-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .sale-item {
        flex-direction: row;
    }
}

.sale-map-box {
    height: 350px;
}

@media (min-width:768px) {
    .sale-map-box {
        height: 600px;
    }
}

.sale-map {
    width: 100%;
}

.sale-nav {
    position: relative;
    width: 100%;
    height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0px;
}

@media (min-width:768px) {
    .sale-nav {
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        width: 40%;
        background-color: rgba(255, 255, 255, .8);
        padding: 10px 15px;
    }
}

@media (min-width:992px) {
    .sale-nav{
        width: 30%;
    }
}

.sale-nav .nav-link {
    padding: 8px 5px;
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
}

.sale-nav .nav-link.active {
    background-color: #eeeeee;
}

.sale-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
}

.sale-list span:first-child {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

@media (min-width:992px) {
    .sale-list span:first-child {
        width: 40px;
        height: 40px;
    }
}

.sale-list span:last-child {
    width: auto;
}

.sale-iner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sale-iner b {
    font-size: 14px;
    color: #666;
}

.sale-iner p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #666;
}

@media (min-width:992px) {
    .sale-iner b {
        font-size: 18px;
        margin-bottom:10px;
    }

    .sale-iner p {
        /*margin: 10px 0 0 0;*/
        font-size: 14px;
    }
}

@media (min-width:1400px) {
    .sale-iner b {
        font-size: 24px;
    }

    .sale-iner p {
        font-size: 16px;
    }
}

/* .sale-item:hover .sale-nav{
    left: 10px;
    transition: all ease .8s;
} */

.mobile-show {
    display: block;
}

.web-show {
    display: none;
}

@media (min-width:768px) {
    .mobile-show {
        display: none;
    }

    .web-show {
        display: block;
    }
}

.common-pad {
    padding: 40px 0;
}

@media (min-width:992px) {
    .common-pad {
        padding: 80px 0 120px;
    }
}

/* product end */



.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.relevant-swiper .page-box .swiper-pagination-bullet-active { background-color:#ED1C24; }




.title-box {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .title-box {
        margin-bottom: 60px;
    }
}

.col-style {
    margin-bottom: 30px;
}

.col-style:last-child {
    margin-bottom: 0;
}

.title-box h3 {
    color: #ED1C24;
    font-size: 24px;
    font-weight: bold;
}

.title-box i {
    font-style: normal;
    color: #ED1C24;
}

@media (min-width:992px) {
    .title-box h3 {
        font-size: 36px;
    }
}

.title-box span {
    width: 60px;
    height: 4px;
    background-color: #ED1C24;
    display: block;
    margin: 20px auto 0;
}





















/* contact us start */
.contact-inn {
    background-image: url(../images/contact-banner.png);
}

.con-con-box {
    margin-bottom: 0;
}

.con-con-box li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.icon-con {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.con-li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.col-li-i {
    align-items: center !important;
}

.con-li span {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

@media (min-width:992px) {
    .con-li span {
        font-size: 24px;
    }
}

.color-1 {
    color: #333333 !important;
}

.color-2 {
    color: #ED1C24 !important;
}

.con-li p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.padd {
    padding-left: 0;
}

@media (min-width:992px) {
    .padd {
        padding-left: 50px;
    }
}

.con-li b {
    white-space: nowrap;
    color: #222;
    font-size: 16px;
    margin-right: 15px;
}

.con-li i,
.con-li a {
    color: #555;
    font-size: 16px;
    font-style: normal;
}

.contact-map {
    padding-left: 0px;
    height: 350px;
}

@media (min-width:992px) {
    .contact-map {
        padding-left: 50px;
        height: 100%;
    }
}
/* contact us end */


















































.inquiry {
    background-image: url(../images/inquiry.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 60px;
}

@media (min-width:992px) {
    .inquiry {
        padding: 60px 0 80px;
    }
}

.inquiry-in {
    padding: 0 0;
}

@media (min-width:768px) {
    .inquiry-in {
        padding: 0 100px;
    }
}

@media (min-width:992px) {
    .inquiry-in {
        padding: 0 150px;
    }
}

@media (min-width:1200px) {
    .inquiry-in {
        padding: 0 250px;
    }
}

.form-box {
    margin-bottom: 20px;
}

.form-box textarea,
.form-box input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
}

.sub-re {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width:768px) {
    .sub-re {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.re-box {
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .re-box {
        margin-bottom: 0;
    }

}

.btn-submit {
    padding: 8px 36px;
    color: #fff !important;
    background-color: #333333;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    transition: all .4s;
}

@media (min-width:768px) {
    .btn-submit {
        padding: 13px 40px;
    }
}

.btn-submit:hover {
    background-color: #ED1C24;
    transition: all .4s;
}







/* 商務合作 start */
.inner-in {
    padding-bottom: 60px !important;
}

.about-inn {
    background-image: url(../images/about-banner.png);
}

.top-tit1 {
    font-size: 20px;
    color: #ED1C24;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.top-tit2 {
    font-size: 28px !important;
}

@media (min-width:992px) {

    .top-tit1,
    .top-tit2 {
        font-size: 36px;
        margin-bottom: 60px;
    }
}
.awards-bot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.awards-img {
    margin: 0 15px;
}

@media (min-width:992px) {
    .awards-img {
        margin: 0 30px;
    }
}

.enterprise {
    margin-top: 60px;
}

.enterprise-list {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all .4s;
}

.enter-img {
    position: relative;
    overflow: hidden;
}

.enter-img img {
    transition: all .4s;
}

.enter-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    transition: all .4s;
}

.enterprise-list:hover {
    border: 1px solid #ED1C24;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: all .4s;
}

.enterprise-list:hover .enter-img img {
    transform: scale(1.1);
    transition: all .4s;
}

.enterprise-list:hover .enter-link {
    color: #ED1C24;
    transition: all .4s;
}
/* 商務合作 end */



.information-title { text-align:center; font-size:30px; font-weight:bold; }
@media(max-width:960px){
    .information-title { font-size:28px; }
}
@media(max-width:760px){
    .information-title { font-size:20px; }
}
@media(min-width:960px) and (max-width:1440px){
    .information-title { font-size:28px; }
}



.shop-jr {
    position: relative;
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 30px;
}

.shop-jr:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #333333;
    transition: all ease .4s;
}

.shop-jr i {
    font-style: normal;
    margin-left: 10px;
    font-size: 18px;
}

/* mirai end */



.product-text { color:#fff; margin-bottom:50px; }


.mfp-figure:after {
    /*box-shadow: none!important;*/
    /*background: none!important;*/
}

img.mfp-img {
    padding: 40px 0 22px!important;
}

.sp-p p { margin-bottom:0; min-height:24px; }


.footer-left li a { color:#fff; }

.layui-layer-dialog .layui-layer-content { word-break: normal!important; }
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}