body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

html,
body {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	padding: 0 15px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	cursor: pointer;
	color: #EE7642;
}

a:hover {
	text-decoration: none;
	color: #EE7642;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.btn-primary {
	color: #fff;
	background-color: #EE7642;
	border-color: #EE7642
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #EE7642;
	border-color: #EE7642
}

.btn-primary:hover {
	color: #fff;
	background-color: #EE7642;
	border-color: #EE7642
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #EE7642;
	border-color: #EE7642
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #EE7642;
	border-color: #EE7642
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #EE7642;
	border-color: #EE7642
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.clear{
	clear: both;
}
.swiper-slide {
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.container-fluid {
	padding: 0;
}

/* .row {
	margin: 0 auto;
} */
.row.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.bold {
	font-weight: bold;
}

.pd0 {
	padding: 0;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.swiper-pagination.right {
	bottom: unset;
	left: unset;
	width: auto;
}

/* top */
#top {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 0 20px 0;
	z-index: 100;
}

header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}

.top-height {
	height: 50px;
	background: #fff;
}

.header-height {
	height: 150px;
	opacity: 1;
}

#top .heading {
	background: #231816;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}

#top .heading div {
	text-align: center;
}

#nav {
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
}

.heading .head-title {
	width: 100%;
	position: absolute;
	left: 0;
}

.list-inline .heading-btn {
	background: #EE7642;
	padding: 4px 15px;
	border-radius: 20px;
}

/* logo */

#logo {
	display: flex;
	justify-content: center;
}

#logo img {
	height: 60px;
}

/* menu */

#menu {
	font-size: 14px;
	font-weight: bold;
}

#menu .nav>li {
	float: left;
}

.navbar {
	min-height: 60px;
}

#menu .navbar-nav {
	width: 540px;
	margin: 0;
}

#menu .nav>li>a {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	color: #EE7642;
}

#menu .dropdown-menu {
	border: 1px solid #000;
	padding: 10px;
	min-width: 0;
	border-radius: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	display: block;
	padding: 3px 12px;
	clear: both;
	line-height: 20px;
	color: #261617;
	font-size: 12px;
	white-space: nowrap;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: #EE7642;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #EE7642;
	background-image: linear-gradient(to bottom, #EE7642, #EE7642);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #EE7642;
	background-image: linear-gradient(to bottom, #EE7642, #EE7642);
	background-repeat: repeat-x;
	border-color: #EE7642 #EE7642 #EE7642;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #EE7642;
}

/* content */
#content.mt20 {
	margin-top: 20px;
}

.common-home {
	background: #F7F6F6;
}

.home-banner {
	margin-bottom: 70px;
}

.home-banner img {
	width: 100%;
}

.h3-title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}

.h3-title img {
	max-width: 90%;
	height: 26px;
}

.h3-title.center {
	text-align: center;
}

.h3-more {
	font-size: 16px;
	color: #000;
	padding: 30px 0 50px;
}

.promoting {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}

.promoting h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.promoting p {
	font-size: 16px;
}
.promoting img{
	width: 100%;
}
.news {
	margin-bottom: 40px;
}

.news .news-item {
	padding: 10px;
	background: #fff;
	overflow: hidden;
	margin: 0 5px 20px;
}

/* .news .news-item.mr0{
	margin-right: 0;
} */

.news-item .list {
	position: relative;
	display: block;
}

.news-item .list .photo {
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 5px #999;
}

.news-item .list .photo img {
	width: 100%;
}

.news-item .list .rsp {
	width: calc(100% - 20px);
	height: 70px;
	background: #000;
	/* opacity: .5; */
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.news-item .list .text {
	position: absolute;
	width: calc(100% - 20px);
	height: 70px;
	left: -100%;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	color: #FFFFFF;
	text-align: center;
}

.news-item .list a,
.news-item .list a:hover {
	color: #fff;
}

.news-item .list .text h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.news-item .list .text p {
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.collect {
	margin-bottom: 30px;
}

.collect-item {
	display: block;
	background: #fff;
}

.collect-item .photo {
	position: relative;
}

.collect-item .photo img {
	width: 100%;
}

.collect-item .photo:hover .text {
	/*transform: scale(1);*/
	opacity: 1;
}

.collect-item .photo .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*transform: scale(0);*/
	opacity: 0.5;
	/* border-top-left-radius: 10px; */
	/* border-top-right-radius: 10px; */
	background-color: rgba(0, 0, 0, 0.75) !important;
	/* box-shadow: inset 0px 0px 10px 4px rgba(255, 255, 255, .75); */
	transition: all 0.5s ease;
	display: flex;
}

.collect-item .photo .text p {
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	margin: auto;
}

.collect-xs {
	display: none;
}

.collect-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.collect-left {
	position: relative;
}

.collect-left .photo {
	width: 100%;
}

.collect-left .text {
	display: flex;
	align-items: center;
	padding: 20px 0;
	width: 100%;
}

.collect-left .text span {
	width: 10px;
	height: 40px;
	margin-right: 10px;
	background: #EF7840;
}

.collect-left .text p {
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}


/* .collect-right{
} */
.collect-right .text {
	background: #F3F3F3;
	height: 100%;
	padding: 40px;
}

.collect-right .text span {
	display: block;
	width: 150px;
	height: 36px;
	margin-bottom: 30px;
	line-height: 36px;
	background: #000;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.collect-right .text p {
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.home-product {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	margin-bottom: 70px;
}

.product-left {
	width: 53%;
}

.product-left .photo img {
	width: 100%;
}

.product-left .thumbs {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.product-left .thumbs li {
	width: 33%;

}

.product-left .thumbs li img {
	width: 100%;
}

.product-right {
	width: 43%;
}

.product-right .item {
	margin: 30px 0;
	height: calc(100% - 60px);
	padding-right: 40px;
}

.product-right h3 {
	font-weight: bold;
	font-size: 16px;
}

.product-right p {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.product-right .button-group {
	background: #000;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
	font-size: 16px;
	padding: 10px 0;
	border-radius: 5px;
	cursor: pointer;
}

.product-right .price {
	font-weight: bold;
}

.feed {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.feed-list {
	display: flex;
	justify-content: center;
	margin-bottom: -30px;
}

.feed-list .feed-item {
	flex: 1;
}

.feed-list .feed-item img {
	width: 100%;
}

/* footer */
.home-footer {
	width: 100%;
}

footer {
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
	background-color: #231816;
	color: #fff;
}

footer .col-sm-3 {
	margin-bottom: 20px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #eee;
}

footer a.button,
.home-footer a.button {
	display: block;
	width: 80px;
	height: 26px;
	margin-top: 10px;
	line-height: 26px;
	background: #EE7642;
	text-align: center;
	border-radius: 3px;
}

footer a:hover {
	color: #fff;
}

footer p {
	text-align: center;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

footer img {
	width: 20px;
	margin: 0 5px 10px;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.fancybox-nav span {
		visibility: visible !important
	}
}

#product-product .elevate-zoom-preview {
	margin-bottom: 14px
}

#product-product #product-thumbnail-gallery a.thumbnail {
	padding: 0;
	margin-bottom: 10px
}

#product-product #product-thumbnail-gallery a.thumbnail.active {
	border-color: #EE7642
}

#product-product #product-thumbnail-gallery a.thumbnail:hover {
	border-color: #EE7642;
	cursor: pointer
}

#product-product h1 {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
}

@media (max-width: 768px) {
	#product-product h1 {
		font-size: 16px
	}
}

#product-product h3 {
	font-size: 16px
}

@media (min-width: 768px) {
	#product-product .product-description {
		padding-left: 30px;
		padding-top: 80px;
	}
}

#product-product .product-description .form-group label {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px
}

#product-product #product .radio,
#product-product #product .checkbox {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	cursor: pointer
}

#product-product #product .radio:hover span,
#product-product #product .checkbox:hover span {
	border: 2px solid #333;
	padding: 5px 4px
}

#product-product #product .radio img,
#product-product #product .checkbox img {
	padding: 0
}

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

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

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

#product-product .product-attribute li {
	padding: 3px 0
}

#product-product .product-attribute li .title {
	color: #777;
	display: inline-block;
	width: 100px
}

#product-product .product-attribute li span {
	color: #000
}

#product-product .tax-discounts-box {
	color: #777;
	list-style: none;
	padding-left: 0;
	margin-bottom: 14px
}

#product-product .product-price-wrapper {
	font-size: 26px;
	border-bottom: 1px solid #eee;
	margin: 10px 0 17px;
	padding-bottom: 14px
}

#product-product .product-price-wrapper .price-new {
	font-weight: bold;
	color: #f30240
}

#product-product .product-price-wrapper .price-old {
	color: #888;
	font-size: 18px;
	margin-left: 4px
}

#product-product .product-price-wrapper .points {
	font-size: 16px
}

#product-product .product-cart-action {
	overflow: hidden;
	margin: 24px 0 30px
}

#product-product .product-cart-action .form-control,
#product-product .product-cart-action button {
	height: 46px
}

#product-product .product-cart-action .quantity-input-wrapper {
	float: left;
	width: 110px;
	margin-right: 20px;
	position: relative
}

#product-product .product-cart-action .quantity-input-wrapper a {
	right: 1px;
	position: absolute;
	background: #e5e5e5;
	width: 23px;
	height: 23px;
	font-size: 16px;
	text-align: center;
	line-height: 23px;
	color: #000;
}

#product-product .product-cart-action .quantity-input-wrapper a.quantity-up {
	top: 1px
}

#product-product .product-cart-action .quantity-input-wrapper a.quantity-down {
	bottom: 1px
}

#product-product .product-cart-action #button-cart {
	float: left;
	margin-right: 20px;
	padding: 8px 34px 8px 53px;
	position: relative;
	font-size: 16px;
	background: #EE7642;
	border-color: #EE7642;
	color: #fff
}

#product-product .product-cart-action #button-cart:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 18px
}

#product-product .product-cart-action .wishlist-share {
	float: left
}

@media (max-width: 768px) {
	#product-product .product-cart-action .wishlist-share {
		margin-top: 8px
	}
}

#product-product .product-cart-action .wishlist-share button {
	padding: 8px 16px;
	margin-right: 6px
}

#product-product .stars-box .rating {
	float: left;
	margin: -3px 20px 0 0
}

#product-product .stars-box .rating span {
	font-size: 16px
}

#product-product .stars-box .more-review a {
	color: #666
}

#product-product .tab-content {
	padding: 20px;
	margin: 20px 0 20px;
	border: 1px solid #d4d4d4
}

#product-product .tab-content img {
	max-width: 100%
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs li.active {
	margin-bottom: auto
}

.nav-tabs li:hover,
.nav-tabs li a:hover,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:active {
	color: #fff;
}

.nav-tabs li.active a {
	border: none;
	color: #fff;
	background: #EE7642 !important
}

.nav-tabs li a {
	position: relative;
	border: none !important;
	font-size: 16px;
	color: #333
}

.nav-tabs li a:hover {
	background-color: #EE7642 !important
}

.desc p span {
	padding: 0 20px;
	display: block;
	max-width: 950px;
	margin: 0 auto;
}

.desc p img {
	width: 100%;
}
.category-content{
	padding: 0 15px;
}
.product-list {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.product-list .photo {
	margin-right: 30px;
}

.product-list .photo img {
	max-width: 280px;
	max-height: 220px;
}

.product-list .caption {
	width: 48%;
}

.product-list .caption h3 {
	font-weight: bold;
	font-size: 16px;
}

.product-list .caption p {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.product-list .caption .price {
	font-weight: bold;
}

.product-list .caption .more {
	display: block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: #000;
	text-align: center;
	color: #fff;
}

.breadcrumb {
	/* max-width: 1000px; */
	margin: 0 auto 30px;
}

.control-label {
	font-weight: bold;
}

#language.btn-link,
#language.btn-link :hover {
	color: #fff;
	border: none;
	text-decoration: none;
}

#language.btn-link span,
#language.btn-link span:hover {
	color: #FFFFFF;
	text-decoration-color: #fff;
	margin: 0 5px;
}

.dropdown-menu .btn-link {
	color: #333;
}

.layer-alert .layui-layer-content a {
	color: #EF7840;
	text-decoration: underline;
	font-size: 16px;
}

.layer-alert .layui-layer-btn a.layui-layer-btn0 {
	border-color: #EF7840;
	background-color: #EF7840
}

.faq-list.nav-tabs {
	border-bottom: none;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	background-color: #EF7840;
	border-color: #EF7840;
}

.list-group.list-text {
	margin-top: 30px;

}

.list-group.list-text .list-group-item {
	border-width: 0 0 1px 0;
	margin-bottom: 0;
}

.list-group.list-text .list-group-item {
	display: flex;
}

.list-group.list-text .list-group-item .img {
	width: 320px;
	height: 220px;
	margin-right: 40px;
}

.list-group.list-text .list-group-item .img img {
	width: 100%;
	height: 100%;
}

.list-group.list-text .list-group-item .text {
	flex: 1;
}

.list-inline a {
	color: #FFFFFF;
}

.dropdown-menu>li>a:hover {
	background: #EF7840;
	color: #FFFFFF;
}

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

.contact-box h3,
.contact-box .p-title {
	text-align: center;
	margin-bottom: 20px;
}

.contact-box .p-title {
	margin-bottom: 10px;
}

.contact-box p {
	font-size: 14px;
	line-height: 25px;
}

.contact-box p a {
	font-size: 16px;
	text-decoration: underline;
	color: #666;
}

.info-title {
	font-size: 21px;
	text-align: center;
	margin: 0 0 20px 0;
}