body {
	overflow-x: hidden;
}
label {
	font-weight: 700;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	/* color: #0a0a0a; */
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 17px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	padding-left: 17px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.428;
	font-weight: 500;
	color: #000;
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}

blockquote p, q p {
	font-style: italic;
	font-size: 14px;
}
blockquote::before {
	content: url('../image/quote-item.png');
	display: block;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #eeeeee;
	padding: 7px 20px;
	max-width: 100%;
	background: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	height: 42px;
	border-radius: 0;
}
textarea {
	line-height: 28px;
	padding: 11px 26px;
	height: auto;
	width: 100%;
	border-radius: 0;
}
select {
	font-size: 15px;
	color: #0a0a0a;
	padding: 0 21px;
}
option {
	padding: 5px 21px;
	height: 30px;
	line-height: 30px;
}
.button, button, input[type="submit"] {
	display: inline-block;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: 600;

	border-radius: 0;
	font-family: 'Jost', sans-serif;
	line-height: 24px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none;
	border-color: #e6e6e6 !important;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	text-align: inherit;
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
table {
	border: 1px solid #f3f3f3;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #f3f3f3;
	padding: 10px;
	font-weight: normal;
}
table tr th:last-child,
table tr td:last-child {
	border-right: 0;
}
table tr:last-child td, table tr:last-child th {
	border-bottom: none;
}
@media (min-width: 1500px) {
	.auto-clear .col-bg-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-bg-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-bg-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-bg-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-bg-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-bg-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.auto-clear .col-lg-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-lg-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-lg-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-lg-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-lg-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-lg-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .col-md-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-md-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-md-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-md-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-md-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-md-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .col-sm-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-sm-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-sm-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-sm-6:nth-child(odd) {
		clear: left;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-xs-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-xs-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-xs-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-xs-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-xs-6:nth-child(odd) {
		clear: left;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1) {
		clear: left;
	}
	.auto-clear .col-ts-2:nth-child(6n+1) {
		clear: left;
	}
	.auto-clear .col-ts-15:nth-child(5n+1) {
		clear: left;
	}
	.auto-clear .col-ts-3:nth-child(4n+1) {
		clear: left;
	}
	.auto-clear .col-ts-4:nth-child(3n+1) {
		clear: left;
	}
	.auto-clear .col-ts-6:nth-child(odd) {
		clear: left;
	}
}
/*-------------------Custom Bostrap Colum > 1500px---------------------*/
@media (min-width: 1500px) {
	.col-bg-1,
	.col-bg-10,
	.col-bg-11,
	.col-bg-12,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.col-bg-1,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9,
	.col-bg-10,
	.col-bg-11 {
		float: left;
	}
	.col-bg-12 {
		width: 100%;
	}
	.col-bg-11 {
		width: 91.66666667%;
	}
	.col-bg-10 {
		width: 83.33333333%;
	}
	.col-bg-9 {
		width: 75%;
	}
	.col-bg-8 {
		width: 66.66666667%;
	}
	.col-bg-7 {
		width: 58.33333333%;
	}
	.col-bg-6 {
		width: 50%;
	}
	.col-bg-5 {
		width: 41.66666667%;
	}
	.col-bg-4 {
		width: 33.33333333%;
	}
	.col-bg-3 {
		width: 25%;
	}
	.col-bg-2 {
		width: 16.66666667%;
	}
	.col-bg-1 {
		width: 8.33333333%;
	}
}
/*-------------------Custom Bostrap Colum < 480px----------------------*/
@media (max-width: 480px) {
	.col-ts-1,
	.col-ts-10,
	.col-ts-11,
	.col-ts-12,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-ts-1,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9,
	.col-ts-10,
	.col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
	.col-ts-pull-12 {
		right: 100%;
	}
	.col-ts-pull-11 {
		right: 91.66666667%;
	}
	.col-ts-pull-10 {
		right: 83.33333333%;
	}
	.col-ts-pull-9 {
		right: 75%;
	}
	.col-ts-pull-8 {
		right: 66.66666667%;
	}
	.col-ts-pull-7 {
		right: 58.33333333%;
	}
	.col-ts-pull-6 {
		right: 50%;
	}
	.col-ts-pull-5 {
		right: 41.66666667%;
	}
	.col-ts-pull-4 {
		right: 33.33333333%;
	}
	.col-ts-pull-3 {
		right: 25%;
	}
	.col-ts-pull-2 {
		right: 16.66666667%;
	}
	.col-ts-pull-1 {
		right: 8.33333333%;
	}
	.col-ts-pull-0 {
		right: auto;
	}
	.col-ts-push-12 {
		left: 100%;
	}
	.col-ts-push-11 {
		left: 91.66666667%;
	}
	.col-ts-push-10 {
		left: 83.33333333%;
	}
	.col-ts-push-9 {
		left: 75%;
	}
	.col-ts-push-8 {
		left: 66.66666667%;
	}
	.col-ts-push-7 {
		left: 58.33333333%;
	}
	.col-ts-push-6 {
		left: 50%;
	}
	.col-ts-push-5 {
		left: 41.66666667%;
	}
	.col-ts-push-4 {
		left: 33.33333333%;
	}
	.col-ts-push-3 {
		left: 25%;
	}
	.col-ts-push-2 {
		left: 16.66666667%;
	}
	.col-ts-push-1 {
		left: 8.33333333%;
	}
	.col-ts-push-0 {
		left: auto;
	}
	.col-ts-offset-12 {
		margin-left: 100%;
	}
	.col-ts-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-ts-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-ts-offset-9 {
		margin-left: 75%;
	}
	.col-ts-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-ts-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-ts-offset-6 {
		margin-left: 50%;
	}
	.col-ts-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-ts-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-ts-offset-3 {
		margin-left: 25%;
	}
	.col-ts-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-ts-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-ts-offset-0 {
		margin-left: 0;
	}
	.hidden-ts {
		display: none;
	}
}
/*---------------------Custom Bostrap 5 columns------------------------*/
.col-bg-15,
.col-bg-45,
.col-lg-15,
.col-lg-45,
.col-md-15,
.col-md-45,
.col-sm-15,
.col-sm-45,
.col-xs-15,
.col-xs-45,
.col-ts-15,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-ts-15,
.col-ts-45 {
	float: left;
}
.col-ts-15 {
	width: 20%;
}
.col-ts-45 {
	width: 80%;
}
@media (min-width: 480px) {
	.col-xs-15,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-45 {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.col-sm-15,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-45 {
		width: 80%;
	}
}
@media (min-width: 992px) {
	.col-md-15,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-45 {
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.col-lg-15,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-45 {
		width: 80%;
	}
}
@media (min-width: 1500px) {
	.col-bg-15,
	.col-bg-45 {
		float: left;
	}
	.col-bg-15 {
		width: 20%;
	}
	.col-bg-45 {
		width: 80%;
	}
}
/*-----------------------CUSTOM COL > 1500---------------------------*/
@media (min-width: 1500px) {
	.col-bg-1,
	.col-bg-10,
	.col-bg-11,
	.col-bg-12,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.col-bg-1,
	.col-bg-2,
	.col-bg-3,
	.col-bg-4,
	.col-bg-5,
	.col-bg-6,
	.col-bg-7,
	.col-bg-8,
	.col-bg-9,
	.col-bg-10,
	.col-bg-11 {
		float: left;
	}
	.col-bg-12 {
		width: 100%;
	}
	.col-bg-11 {
		width: 91.66666667%;
	}
	.col-bg-10 {
		width: 83.33333333%;
	}
	.col-bg-9 {
		width: 75%;
	}
	.col-bg-8 {
		width: 66.66666667%;
	}
	.col-bg-7 {
		width: 58.33333333%;
	}
	.col-bg-6 {
		width: 50%;
	}
	.col-bg-5 {
		width: 41.66666667%;
	}
	.col-bg-4 {
		width: 33.33333333%;
	}
	.col-bg-3 {
		width: 25%;
	}
	.col-bg-2 {
		width: 16.66666667%;
	}
	.col-bg-1 {
		width: 8.33333333%;
	}
}
/*-----------------------CUSTOM COL < 480---------------------------*/
@media (max-width: 479px) {
	.col-ts-1,
	.col-ts-10,
	.col-ts-11,
	.col-ts-12,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-ts-1,
	.col-ts-2,
	.col-ts-3,
	.col-ts-4,
	.col-ts-5,
	.col-ts-6,
	.col-ts-7,
	.col-ts-8,
	.col-ts-9,
	.col-ts-10,
	.col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
}
.slick-list {
	margin: 0 -15px;
	padding: 0;
}
.owl-slick .slick-list {
	margin-top: -5px !important;
	padding-top: 5px;
	margin-bottom: -5px !important;
	padding-bottom: 5px;
}
.slick-track {
	margin-left: 0;
}
.slick-slide {
	padding: 0 15px;
}
.slick-slider .slick-arrow {
	display: inline-block;
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	background-color: #dd3232;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
}
.slick-slider .slick-arrow:first-child {
	right: 29px;
}
.slick-vertical .slick-slide {
	border: none;
}
.slick-slider.nav-center {
	position: relative !important;
}
.slick-slider.nav-center > .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 30px;
	background-color: transparent;
	color: #aaaaaa;
}
.slick-slider.nav-center > .slick-arrow:hover {
	color: #0a0a0a;
}
.slick-slider.nav-center > .slick-arrow::before {
	font-family: FontAwesome, sans-serif;
	content: '\f105';
}
.slick-slider.nav-center > .slick-arrow:first-child {
	right: auto;
	left: 0;
}
.slick-slider.nav-center > .slick-arrow:first-child::before {
	content: '\f104';
}
.slick-slide > div:not([class]) > * {
	display: block !important;
}
.slick-dots {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	margin-top: 40px;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	font-size: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 7px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	background-color: #ccc;
	position: relative;
}
.slick-dots li.slick-active {
	background-color: transparent;
}
.slick-dots li.slick-active::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border: 2px solid #dd3232;
	border-radius: 50%;
}
.slick-dots li button {
	display: none;
}
.slick-dots .slick-slide img {
	cursor: pointer;
	margin: auto;
}
.slick-slider.nav-botton-center > .slick-arrow {
	top: auto;
	bottom: 0;
	right: 43.5%;
}
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

/*tabs*/
.tab-container {
	position: relative;
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden
}
.tab-container .active {
	opacity: 1;
	visibility: inherit;
	position: inherit;
	-vendor-animation-duration: 0.3s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: infinite;
	height: auto;
	overflow: inherit;
}
/*--------PAGINATION--------------*/
.pagination {
	display: block;
	margin: 50px 0 0;
	padding: 0;
}
.pagination.grid {
	margin-top: 20px;
}
.pagination .page-numbers {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #F1F1F1;
	font-size: 16px;
	color: #888;
	font-weight: 500;
	margin-left: 5px;
	border-radius: 50%;
}
.pagination .page-numbers:first-child {
	margin-left: 0;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
	color: #fff;
	border-color: transparent;
	background-color: #dd3232;
}
.pagination .page-numbers .icon {
	font-weight: 700;
}
.pagination.style1 {
	text-align: right;
}
.pagination.style2 {
	text-align: center;
}
.shop-grid-content .pagination {
	margin-top: 10px;
}
.content-inlookbook .pagination {
	margin-top: 10px;
	margin-bottom: 60px
}
.main-content-blog.mansory .pagination {
	margin-top: 10px;
}
.Testimonial-inner {
	padding: 17px 22px 20px;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	margin-left: 8px;
	margin-right: 8px;
}
/*list-products*/
ul.list-products {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
/*product item*/
.product-item {
	list-style: none;
	margin-bottom: 30px;
}
.product-item .product-inner {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	border: 2px solid #F1F1F1;
	padding: 0 0 20px;
	background-color: #fff;
}
.product-item.style-list .product-inner {
	padding: 20px 0 20px;
}
.dungar-product.layout1 .product-item .product-inner {
	background-color: transparent;
	border: none;
}
.product-item:hover .product-inner {
	z-index: 2;
	border-color: #dd3232;
}
.product-item .product-top {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 8px;
	right: 0;
}
.product-item .flash {
	font-size: 12px;
	border-radius: 0;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	float: left;
	line-height: 22px;
	height: 22px;
	min-width: 44px;
	padding: 0 5px;
	text-align: center;
	background-color: #dd3232;
	color: #fff;
	position: relative;
}
.product-item .yith-wcwl-add-to-wishlist > div a:before {
	font-size: 18px;
	font-family: 'FontAwesome';
	content: "\f08a";
	color: #fff;
}
.product-item .yith-wcwl-add-to-wishlist > div a:hover::before {
	content: "\f004";
}
.product-item .product-thumb {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.product-item.style-list .button.quick-wiew-button,
.product-item.style2 .button.quick-wiew-button,
.product-item.style-3 .button.quick-wiew-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	font-size: 0;
	background-color: #fff;
	color: #222;
	border-radius: 100%;
	z-index: 10;
	font-weight: 400;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product-item.style-list:hover .button.quick-wiew-button,
.product-item.style2:hover .button.quick-wiew-button,
.product-item.style-3:hover .button.quick-wiew-button {
	opacity: 1;
	visibility: visible;
}
.product-item.style-list .button.quick-wiew-button::before,
.product-item.style2 .button.quick-wiew-button::before,
.product-item.style-3 .button.quick-wiew-button::before {
	font-size: 18px;
	content: "\f12d";
	font-family: 'Flaticon';
	font-weight: normal;
}
.product-item.style-list .button.quick-wiew-button:hover,
.product-item.style2 .button.quick-wiew-button:hover,
.product-item.style-3 .button.quick-wiew-button:hover {
	color: #fff;
}
.product-item .product-info {
	text-align: center;
	position: relative;
}
.product-item .product-name {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 4px;
	letter-spacing: 0;
}
.product-item.style-list .product-name {
	font-size: 22px;
}
.product-item .thumb-group {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	background-color: #dd3232;
	border-radius: 10px 0 0 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	margin-right: -10px;
}
.product-item .product-inner:hover .thumb-group {
	opacity: 1;
	visibility: visible;
	margin-right: 0;
}
.product-item .thumb-group .quick-wiew-button,
.product-item .thumb-group .yith-wcwl-add-to-wishlist,
.product-item .thumb-group .loop-form-add-to-cart {
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	position: relative !important;
	display: block;
	vertical-align: top;
}
.product-item .thumb-group .yith-wcwl-add-to-wishlist {
	font-size: 0;
}
.product-item .thumb-group .quick-wiew-button {
	font-size: 0;
	padding: 0;
}
.product-item .thumb-group .quick-wiew-button::before {
	font-size: 18px;
	content: "\f12d";
	font-family: 'Flaticon';
	font-weight: normal;
}
.product-item .thumb-group .loop-form-add-to-cart {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.cart-form .single_add_to_cart_button {
	color: #fff !important;
	white-space: nowrap;
}
.cart-form .product-addtocart {
	text-align: center !important;
}
.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button {
	font-size: 0;
	background-color: transparent;
	padding: 0;
}
.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button::before {
	font-family: 'Flaticon';
	content: "\f12e";
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.product-item .thumb-group .loop-form-add-to-cart:hover .single_add_to_cart_button::before {
	color: #fff;
}
.product-item .thumb-group .quick-wiew-button:hover,
.product-item .thumb-group .button.quick-wiew-button:hover {
	color: #fff;
}
.product-item .thumb-group .yith-wcwl-add-to-wishlist:hover a {
	color: #fff;
}
.shop-grid-content.full-width .shop-top-control .select-item {
	width: 23.2%;
}
/*product item style2*/
.product-item.style2 .product-inner {
	display: table;
	border: 1px solid #eee;
}
.product-item.style2 .product-thumb {
	width: 240px;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle
}
.product-item.style2 .yith-wcwl-add-to-wishlist {
	display: none;
}
.product-item.style2 .product-info {
	text-align: left;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
}
.product-item.style2 .product-name {
	font-size: 22px;
	margin-bottom: 9px;
}
.product-item.style2 .product-name a {
	color: #0a0a0a;
}
.product-item.style2 .stars-rating {
	margin-bottom: 5px;
}
.product-item.style2 .desc {
	font-size: 16px;
	color: #555555;
	margin-bottom: 15px;
}
.product-item.style2 .group-buttons .price, .product-item.style2 .group-buttons .added_to_cart {
	vertical-align: middle;
	color: #0a0a0a;
}
.product-item.style2 .group-buttons .price {
	padding: 0 10px 15px 0;
	border-right: 0;
	font-size: 16px
}
.product-item.style2 .group-buttons .button {
	background-color: #000;
}
.product-item.style-2 .group-buttons .added_to_cart {
	background: transparent;
	border: 1px solid #dddddd;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.product-item.style-2 .group-buttons .added_to_cart:hover {
	color: #ffffff;
}
.slider-product .slick-slider > .slick-arrow {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #fff;
	color: #aaaaaa;
	right: -22px;
	z-index: 33;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.slider-product:hover .slick-slider > .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.slider-product .slick-slider > .slick-arrow:first-child {
	left: -22px;
}
/*STARS-RATING*/
.star-rating {
	font-size: 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.star-rating:before, .star-rating > span:before {
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	content: "\f006\f006\f006\f006\f006";
	font-size: 13px;
	line-height: 13px;
	color: #ffb933;
	letter-spacing: 0.1em;
}
.star-rating > span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 13px;
}
.star-rating .star-1 {
	width: 20%;
}
.star-rating .star-2 {
	width: 40%;
}
.star-rating .star-3 {
	width: 60%;
}
.star-rating .star-4 {
	width: 80%;
}
.star-rating .star-5 {
	width: 100%
}
.star-rating > span:before {
	content: "\f005\f005\f005\f005\f005";
	color: #ffb933;
}
.count-star {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 14px;
}
/*-----------------PRICE----------------------*/
.product-item .price {
	display: block;
	font-size: 14px;
	color: #dd3232;
	font-weight: 500;
	line-height: 100%;
}
.product-item .price del {
	color: #aaa;
	margin-right: 5px;
	font-size: 14px;
}
.product-item .price ins {
	text-decoration: none;
}
/*detaills page*/
.details-thumd {
	width: 51.7241%;
	float: left;
	padding-right: 20px;
	position: relative;
}
.details-infor {
	width: 48.2759%;
	float: right;
}
.details-thumd .thumbnails_carousel .owl-item a {
	display: block;
	position: relative;
}
.details-thumd .thumbnails_carousel .owl-item a::before {
	border: 1px solid #eee;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	content: '';
	z-index: 1;
	border-radius: 0;
}
.details-thumd .thumbnails_carousel .owl-item a.active::before {
	border-color: #dd3232;
}
.details-thumd .thumbnails_carousel .owl-item img {
	margin: 0 auto;
}
.details-thumd .image-preview-container {
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 0;
}
.btn-zoom.open_qv {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #dddddd;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	z-index: 32;
	
}
.btn-zoom.open_qv:hover {
	color: #ffffff;
}
.zoomContainer:nth-child(n+1), .zoomContainer:first-child {
	display: none !important;
}
.zoomContainer:last-child {
	display: block !important;
}
.details-thumd .product-preview {
	padding: 0 40px;
}
.details-thumd .owl-thumb-item {
	font-size: 0;
	display: none;
}
.details-thumd .owl-nav .owl-next {
	right: -40px;
}
.details-thumd .owl-nav .owl-prev {
	left: -40px;
}
.details-thumd .owl-nav div {
	width: 35px;
	height: 35px;
	border: 1px solid #eeeeee;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #aaaaaa;
	background: #ffffff;
	z-index: 33;
	border-radius: 50%;
}

.details-infor .stars-rating {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
.details-infor .availability {
	text-transform: capitalize;
	font-size: 14px;
	color: #555555;
	margin-bottom: 10px;
}
.details-infor .availability a {
	font-weight: 700;
}
.details-infor .price {
	font-size: 22px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 15px;
}
.details-infor .product-details-description {
	font-size: 14px;
	color: #555555;
	margin-bottom: 15px;
}
.details-infor .variations .text-attribute {
	font-size: 14px;
	font-weight: 700;
}
.details-infor .variations .text-attribute span {
	color: #555555;
	font-weight: normal;
}
.details-infor .group-button .yith-wcwl-add-to-wishlist, .details-infor .group-button .size-chart-wrapp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
	font-size: 14px;
	color: #555555;
}
.details-infor .group-button .size-chart-wrapp {
	margin-left: 25px;
}
.details-infor .group-button .yith-wcwl-add-to-wishlist div a::before,
.details-infor .group-button .size-chart-wrapp .btn-size-chart a::before {
	font-family: 'FontAwesome';
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}
.details-infor .group-button .yith-wcwl-add-to-wishlist div a::before {
	content: "\f08a";
}
.details-infor .group-button .yith-wcwl-add-to-wishlist div a:hover::before {
	content: "\f004";
}
.details-infor .group-button .size-chart-wrapp .btn-size-chart a::before {
	content: "\f11b";
	font-family: 'Flaticon';
}
.details-infor .quantity, .details-infor .group-button .button {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.details-infor .quantity .control {
	padding: 1px 8px;
}
.details-infor .group-button .button {
	min-width: 150px;
	font-size: 13px;
	color: #fff;
}
.tab-details-product {
	margin-top: 80px;
	width: 100%;
	float: left;
}
.tab-details-product .tab-link {
	margin-bottom: 35px;
	padding: 0;
	padding-bottom: 4px;
}
.no-sidebar .tab-details-product .tab-link {
	text-align: center;
}
.tab-details-product .tab-link li {
	list-style: none;
	display: inline-block;
	padding: 0 30px;
	font-weight: 700;
}
.tab-details-product .tab-link li:first-child {
	padding-left: 0;
}
.tab-details-product .tab-link li:last-child {
	padding-right: 0;
}
.tab-details-product .tab-link li a {
	display: inline-block;
	font-size: 14px;
	color: #bbb;
	position: relative;
	text-transform: uppercase;
	font-family: 'Jost';
}
.tab-details-product .tab-link li.active a::after {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
}
.tab-details-product #product-descriptions p {
	margin-bottom: 0;
}
.reviews-tab .comments .reviews-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.reviews-tab .commentlist {
	padding: 0;
	margin: 0;
}
.reviews-tab .conment {
	list-style: none;
	margin-bottom: 30px;
}
.reviews-tab .avatar {
	float: left;
}
.reviews-tab .comment-text {
	overflow: hidden;
	padding-left: 30px;
}
.reviews-tab .stars-rating {
	float: right;
	display: inline-block;
}
.reviews-tab .comment-text .meta {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.review_form .comment-reply-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comment-form-review p {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.comment-form-review label {
	display: block;
	font-weight: normal;
}
.review_form .comment-form-review .stars {
	margin-bottom: 0;
}
.review_form .comment-form-review .stars a {
	font-size: 0;
	color: #ccc;
	display: inline-block;
	border-right: 1px solid #eee;
	padding: 0 10px;
	line-height: 13px;
	float: left;
}
.review_form .comment-form-review .stars a:last-child {
	border: none;
}
.review_form .comment-form-review .stars a:first-child {
	padding-left: 0;
}
.review_form .comment-form-review .stars a::before {
	font-family: 'FontAwesome';
	font-size: 13px;
	display: inline-block
}
.review_form .comment-form-review .stars a.star-1::before {
	content: "\f005";
}
.review_form .comment-form-review .stars a.star-2::before {
	content: "\f005\f005";
}
.review_form .comment-form-review .stars a.star-3::before {
	content: "\f005\f005\f005";
}
.review_form .comment-form-review .stars a.star-4::before {
	content: "\f005\f005\f005\f005";
}
.review_form .comment-form-review .stars a.star-5::before {
	content: "\f005\f005\f005\f005\f005";
}
.comment-form-review input[type="text"], .comment-form-review input[type="email"], .comment-form input[type="url"] {
	clear: both;
	float: left;
	padding: 6px 15px;
	width: 48%;
}
.comment-form-review .form-submit .submit {
	padding: 9px 30px;
}
/*product related/ product upsells*/
.related, .up-sells {
	position: relative;
}
.product-grid-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #0a0a0a;
	text-align: center;
	font-style: normal;
	margin-bottom: 40px;
	position: relative;
	font-weight: 700;
	letter-spacing: 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 60px;
}
.product-grid-title::before {
	position: absolute;
	content: '';
	width: 70px;
	border-bottom: 4px solid #dd3232;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.related .product-item, .up-sells .product-item {
	margin-bottom: 0;
}
.related .slick-slider.nav-center > .slick-arrow,
.up-sells .slick-slider.nav-center > .slick-arrow {
	color: #aaaaaa;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #f3f3f3;
	font-size: 20px;
	opacity: 0;
	right: 50px;
	visibility: hidden;
	background: #ffffff;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
}
.related .slick-slider.nav-center > .slick-arrow:first-child,
.up-sells .slick-slider.nav-center > .slick-arrow:first-child {
	left: 50px;
}
.related:hover .slick-slider.nav-center > .slick-arrow,
.up-sells:hover .slick-slider.nav-center > .slick-arrow {
	opacity: 1;
	visibility: visible;
	right: -20px;
}
.related:hover .slick-slider.nav-center > .slick-arrow:first-child,
.up-sells:hover .slick-slider.nav-center > .slick-arrow:first-child {
	left: -20px;
}
@media (min-width: 1280px) {
	.brand-slider-wrapp .owl-slick .slick-arrow:first-child {
		left: -41px;
	}
	.brand-slider-wrapp .owl-slick .slick-arrow {
		right: -41px;
	}
}
.brand-item img {
	border: 1px solid transparent;
	margin: 0 auto;
}
.brand-slider-wrapp:hover .owl-slick .slick-arrow {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
	.slider-item .slider-infor .button {
		font-size: 16px;
	}
	.testimonial-item .image {
		width: 100px;
		height: 100px;
	}
	.testimonial-item .info {
		padding-right: 30px;
	}
	.dungar-countdown .box-count {
		min-width: 40px;
	}
	.box-footer:nth-child(2) {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-item.style-list .product-name {
		font-size: 16px;
	}
	.title-form {
		font-size: 16px;
	}
	/*single blog*/
	.blog-item .post-format {
		float: none;
		width: auto;
	}
	.blog-list .blog-item .post-format {
		max-width: 100%;
	}
	.blog-item .post-info {
		width: 100%;
		padding: 0;
		overflow: visible;
	}
	.blog-item .post-info::before {
		display: none;
	}
	.blog-slider.style-1 .blog-item {
		margin: 0;
		padding: 15px;
	}
	.blog-list .blog-item {
		padding: 20px;
	}
	/*product item*/
	.product-item .loop-form-add-to-cart {
		display: none;
	}
	/*details page*/
	.details-thumd {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.details-infor {
		width: 100%;
		padding: 0;
		border: 0;
		float: none;
	}
	.tab-details-product .tab-link li {
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
	}
	.slider-item.style1 .slider-inner .slider-infor, .slider-item.style3 .slider-inner .slider-infor, .slider-item.style2 .slider-inner .slider-infor,
	.slider-item.style4 .slider-inner .slider-infor, .slider-item.style5 .slider-inner .slider-infor, .slider-item.style6 .slider-inner .slider-infor,
	.slider-item.style7 .slider-inner .slider-infor, .slider-item.style8 .slider-inner .slider-infor, .slider-item.style9 .slider-inner .slider-infor,
	.slider-item.style10 .slider-inner .slider-infor, .slider-item.style11 .slider-inner .slider-infor, .slider-item.style12 .slider-inner .slider-infor,
	.slider-item.style13 .slider-inner .slider-infor, .slider-item.style14 .slider-inner .slider-infor, .slider-item.style15 .slider-inner .slider-infor,
	.slider-item.style19 .slider-inner .slider-infor, .slider-item.style20 .slider-inner .slider-infor, .slider-item.style21 .slider-inner .slider-infor,
	.slider-item.style22 .slider-inner .slider-infor, .slider-item.style23 .slider-inner .slider-infor, .slider-item.style24 .slider-inner .slider-infor,
	.slider-item.style25 .slider-inner .slider-infor, .slider-item.style26 .slider-inner .slider-infor, .slider-item.style27 .slider-inner .slider-infor {
		padding-right: 30px;
		padding-left: 30px;
	}
	.item-banner.style3 .banner-content {
		padding-left: 30px;
	}
}
.sevice-box-content .sevice-button:hover, .footer-device-mobile-item.device-cart .count-icon, .widget_filter_size li.active,
.product-item.style-list .single_variation_wrap > .button:hover, .shoppingcart-content .control-cart .button:hover, .checkout-wrapp .button:hover,
.attribute_size .list-size a.active, .attribute_size .list-size a:hover, .tab-details-product .tab-link li a::after {
	background-color: #dd3232;
	
}
a:active,
.tab-details-product .tab-link li.active a, .review_form .comment-form-review .stars a.active, .review_form .comment-form-review .stars a:hover{
	color: #dd3232;
	
}
.details-thumd .thumbnails_carousel .owl-item .active img {
	border-color: #dd3232;
}
.product-item .product-inner img {
	width: 100%;
}

.item-pic__box {
	position: relative;
	width: 360px;
	float: left;
}
.small-box {
	position: relative;
	width: 360px;
	height: 360px;
	margin-bottom: 5px;
}
.dc-idsItem a {
	font-size: 14px;
	font-family: PingFang SC;
	word-wrap: break-word;
	margin-right: 30px;
}
/* .dc-idsItem .iconfont::before {content: "\e61c"} */
.dc-idsItem.selected a, .dc-idsItem a:hover {color: #33B371;border-bottom: 3px solid #33B371;padding-bottom: 10px;}
/* .dc-idsItem.selected .iconfont::before {content: "\e61b"} */
  
html{
	scroll-behavior: smooth;
}
.benefits,.color,.lead-time,.customization{
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.span1{
	width: 20%;
}
.span2{
	width: 80%;
}
.itemLi img{
	width: 40px;
	height:40px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.itemLi{
	display: flex;
	justify-content: space-between;
}
.itemLi input{
	width: 50px;
	text-align: center;
	padding: 0;
	height: 40px;
	margin-top: -5px;
	border-radius: 6px;
}
.itemLi button{
	padding: 0;
	font-size: 30px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	background: none;
	color: gray;
	cursor: pointer;
}
.item-left,.item-right{
	line-height: 45px;
}
.item-left{
	margin-right: 60px;
}
.itemOff{
	display: none;
}
.total{
	display: none;
}
.payments{
	display: flex;
}
.payments img{
	width: 20px;
	height: 20px;
}
.payments span{
	margin-right: 20px;
}
.sidebar-btn1,.sidebar-btn2{
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #f60;
	border-radius: 20px;
	font-size: 18px;
	padding: 0;
	font-weight: 500;
	cursor: pointer;
}
.sidebar-btn1{
	margin-bottom: 20px;
}
.sidebar-btn1::before{
	content: '\2709';
	margin-right: 10px;
}
.sidebar-btn2::before{
	content: '\260F';
	margin-right: 10px;
}
.sidebar-btn2{
	background-color: white;
	color: #f60;
	border: 1px solid #f60;
}
.pie{
	display: block;
	margin-top: 15px;
}

.news-box{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 30px;
    margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.news-products{
    display: flex;
    flex-wrap: wrap;
}
.news-product-item{
    width: 25%;
}
.news-product-img{
    border: 1px solid black;
    margin-right: 10px;
}
.news-product-name{
    text-align: center;
    color: black;
}
.news-recommend{
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.news-recommend-left,.news-recommend-right{
    line-height: 50px;
}
.news-recommend-left{
    font-weight: 600;
    color: black;
}
.news-recommend-right a,.news-edit a,.news-conImg a,.news-sideProduct a,.news-hotRead a{
    color: red;
    border: 1px dashed black;
    border-radius: 8px;
    padding: 2px;
    background-color: #fff;
}
.news-conBox{
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}
.news-title{
    font-weight: 600;
    text-align: center;
    color: black;
    font-size: 18px;
}
.news-edit{
    text-align: right;
}
.news-smTitle{
    text-align: center;
    font-size: 14px;
    color: rgb(95, 95, 234);
    margin-top: 10px;
}
.news-smTitle a{
    margin-right: 10px;
}
.news-abstract{
    text-align: center;
    color: black;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-abstract span{
    color: gray;
}
.news-conMain{
    color: black;
}
.news-conMain{
    color: black;
    font-size: 14px;
}
.news-conImg img{
    width: 100%;
    height: 300px;
}
.news-conImg{
    position: relative;
    border-radius: 8px;
}
.news-editImg{
    position: absolute;
    right: 2px;
    top: 2px;
}
.news-sideImg{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid skyblue;
    text-align: center;
}
.news-right{
    position: relative;
	padding: 15px;
}
.news-sideProduct{
    position: absolute;
    right: 15px;
    top: 10px;
}
.news-hotRead{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.news-hotRead,.news-recommendRead{
    color: black;
}
.news-hotRead-con{
	border-bottom: 2px solid skyblue;
}
.news-hr{
    width: 30px;
    height: 4px;
    background-color: skyblue;
    margin-top: 5px;
}
.news-hotRead-item,.news-recommendRead-item{
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
}
.news-hotRead-title a:hover,.news-recommendRead-title a:hover{
	color: skyblue;
}
.news-recommendRead{
	margin-top: 10px;
}
.company-introduce-title,.company-images-title,.company-vision-title,.company-honour-title,.team-introduction-title,.delivery-capacity-title,.production-capacity-title{
	color: black;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px;
}
.company-introduce-content,.company-vision-content,.team-introduction-content,.delivery-capacity-content,.production-capacity-content{
	font-size: 16px;
	color: black;
	line-height: 30px;
}
.company-honour-imgs img{
	width: 200px;
	height: 300px;
}
.company-honour-imgs,.team-introduction-imgs,.company-introduce-imgs,.production-capacity-imgs,.delivery-capacity-imgs{
	text-align: center;
    width: 95%;
    margin: 0 auto 20px auto;
}
.table-th1{
	background-color: rgb(252, 252, 252)
}
.contact-title{
	display: block;
	margin-bottom: 20px;
	color: black;
	font-size: 20px;
}
.contact-us-item{
	margin-bottom: 50px;
}
@media (max-width:991px) {
	.index-Product_Categories-text {
        font-size: 30px;
        padding: 40px 0 20px 0;
    }
	.product-Hot-products-img+div {
        margin: 15px 0 25px 0;
        font-size: 20px;
    }
}
.index-Product_Categories-text {
    text-align: center;
    font-size: 36px;
    color: #111;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-Hot-products-img {
    display: block;
    text-align: center;
    background-color: #f7f7f7;
}
.product-Hot-products-img+div {
    color: #111;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
.product-Hot-products-img,.index-Product_Categories-img {
    width: 95%;
    margin: 5px auto;
}
.index-Product_Categories-img {
    display: block;
    background-color: #f7f7f7;
    text-align: center;
}
.index-Categories{
	font-size: 20px;
}
.home-about-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin-top: 10px;
}
.home-about-btn{
	margin-top: 10px;
	background-color: #1367af;
	border-radius: 8px;
	width: 150px;
	height: 40px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.home-about-btn:hover,.home-about-btn a:hover{
	background-color: black;
	color: #fff;
}

@font-face {
	font-family: "iconfont"; /* Project id 4364576 */
	src: url('//at.alicdn.com/t/c/font_4364576_i6pmkd42eq.woff2?t=1709085780853') format('woff2'),
		 url('//at.alicdn.com/t/c/font_4364576_i6pmkd42eq.woff?t=1709085780853') format('woff'),
		 url('//at.alicdn.com/t/c/font_4364576_i6pmkd42eq.ttf?t=1709085780853') format('truetype');
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-jiantou_xiangyou:before {
	content: "\eb08";
  }
  
  .icon-jiantou:before {
	content: "\e637";
  }
  
  .icon-a-Frame427320373:before {
	content: "\e6b4";
  }
  
  .icon-a-Frame427320374:before {
	content: "\e6ae";
  }
  
  .icon-a-Frame4273203741:before {
	content: "\e6af";
  }
  
  .icon-a-Frame4273203742:before {
	content: "\e6b0";
  }
  
  .icon-a-Group34903:before {
	content: "\e69c";
  }
  
  .icon-a-Group34906:before {
	content: "\e69d";
  }
  
  .icon-a-Group34900:before {
	content: "\e69e";
  }
  
  .icon-a-Group34901:before {
	content: "\e69f";
  }
  
  .icon-a-Group34902:before {
	content: "\e6a0";
  }
  
  .icon-shouji:before {
	content: "\e69b";
  }
  
  .icon-Frame4:before {
	content: "\e69a";
  }
  
  .icon-Frame3:before {
	content: "\e699";
  }
  
  .icon-shouhoufuwu:before {
	content: "\e693";
  }
  
  .icon-xiazaizhongxin:before {
	content: "\e694";
  }
  
  .icon-Success-Small:before {
	content: "\e602";
  }
  
  .icon-shengchengzhong:before {
	content: "\e634";
  }
  
  .icon-dizhi:before {
	content: "\e814";
  }
  
  .icon-dianchi:before {
	content: "\e685";
  }
  
  .icon-dianchi1:before {
	content: "\e686";
  }
  
  .icon-kongzhiqi:before {
	content: "\e684";
  }
  
  .icon-diandongche:before {
	content: "\e683";
  }
  
  .icon-a-Group35628:before {
	content: "\e676";
  }
  
  .icon-Frame:before {
	content: "\e677";
  }
  
  .icon-changjianwenti:before {
	content: "\e678";
  }
  
  .icon-Union:before {
	content: "\e679";
  }
  
  .icon-a-Group35663:before {
	content: "\e67b";
  }
  
  .icon-Frame1:before {
	content: "\e67c";
  }
  
  .icon-Frame2:before {
	content: "\e67d";
  }
  
  .icon-Vector:before {
	content: "\e680";
  }
  
  .icon-dianji:before {
	content: "\26";
  }
  