@charset "UTF-8";

:root {
	--bkcolor: #000;
	--bkcolor2: #f5f5f5;
	--font-color: #e8e8e8;
	--font-size: 18px;
	--font-size24: 24px;
	--font-size34: 34px;
	--font-size44: 44px;
	--active-color: #01b8fc;
	--active-color2: rgba(18, 184, 246, 0.75);
	--header-border-color: rgba(232, 232, 232, 0.3);
}

body {
	background-color: #fff;
}

ul,
li,
dl,
dd {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

a {
	text-decoration: none;
}

.color_active {
	color: var(--active-color);
}

.cust-header {
	background-color: var(--bkcolor);
	padding-top: 1em;
	margin-bottom: 0 !important;
}

.cust-header .site-branding {
	display: flex;
}

.cust-header .logo img {
	max-height: 65px;
	width: auto !important;
}

.cust-header .site-search {
	display: none;
}

.cust-header .custer-header-div {
	color: #fff;
	margin-bottom: 0px;
	padding-top: 8px;
}

.cust-header .custer-header-div label {
	margin-right: 6px;
}

.cust-header .custer-header-div label i {
	color: var(--active-color);
}

.cust-header .cust-nav {
	background-color: #333;
}

.cust-header .cust-nav #site-header-cart {
	display: none;
}

.cust-header .cust-nav .main-navigation {
	width: 100%;
	margin-right: 0px;
	margin: 0px auto;
}

.cust-header .cust-nav .first-nav-a {
	color: #fff !important;
	text-decoration: none !important;
}

.cust-header .cust-nav .main-navigation ul li a:hover,
.cust-header .cust-nav .main-navigation ul li:hover>a,
.cust-header .cust-nav .site-title a:hover,
.cust-header .cust-nav .site-header ul.menu li.current-menu-item>a {
	color: #fff !important;
}

.cust-header .cust-nav .main-navigation ul li a,
.cust-header .cust-nav .site-title a,
.cust-header .cust-nav ul.menu li a,
.cust-header .cust-nav .site-branding h1 a,
.cust-header .cust-nav button.menu-toggle,
.cust-header .cust-nav button.menu-toggle:hover,
.cust-header .cust-nav .handheld-navigation .dropdown-toggle {
	color: #fff !important;
	text-decoration: none;
}

.cust-header .cust-nav li:hover {
	background-color: var(--active-color) !important;
}

.cust-slide {
	background-color: #000;
}

.cust-slide .carousel-control-prev,
.cust-slide .carousel-control-next {
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: 45%;
}

.cust-slide .carousel-control-prev {
	left: 50px;
}

.cust-slide .carousel-control-next {
	right: 50px;
}

.cust-slide .carousel-item img {
	opacity: 0.59;
}

.cust-slide .carousel-indicators .active {
	background-color: var(--active-color);
}

.cust-slide .banner-inform-div {
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	color: #fff;
	text-align: center;
	z-index: 100;
}

.cust-slide .banner-inform-div .h2 {
	font-size: 80px;
	font-weight: bold;
	line-height: 160px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.cust-slide .banner-inform-div .h2 span {
	color: var(--active-color);
	text-transform: uppercase;
}

.cust-slide .banner-inform-div .div-a {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.cust-slide .banner-inform-div .div-a a {
	display: block;
	background-color: var(--active-color);
	border: solid 2px var(--active-color);
	width: 240px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s;
}

.cust-slide .banner-inform-div .div-a a span {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.cust-slide .banner-inform-div .div-a a:hover {
	background-color: rgba(18, 184, 246, 0.5);
	transition: all 0.3s;
}

.cust-slide .banner-inform-div .div-a a:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.5);
	border: solid 2px rgba(0, 0, 0, 0.5) !important;
	transition: all 0.3s;
}

.cust-slide .banner-inform-div .div-a a:nth-child(2):hover {
	background-color: rgba(0, 0, 0, 0.65);
	border: solid 2px rgba(0, 0, 0, 0.85);
	transition: all 0.3s;
}

.cost-search {
	background-color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-around;
	padding-left: 20px;
	padding-right: 20px;
	column-gap: 20px;
}

.cost-search .col22 {
	width: 20%;
	height: 40px;
}

.cost-search .search-btn {
	width: 100%;
	height: 40px;
	border: unset;
	border-radius: 8px;
	background-color: var(--active-color);
	color: #fff;
	text-transform: capitalize;
}

.h2-title {
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	font-weight: 550;
	margin-bottom: 20px;
}

.h3-title {
	text-align: left;
	font-size: 18px;
	line-height: 50px;
	font-weight: 550;
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.FeaturedDiv {
	height: 360px;
	position: relative;
	margin: 0px auto;
	max-width: 96%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.FeaturedDiv .swiper {
	width: 100%;
	height: 350px;
	margin: 20px auto;
}

.FeaturedDiv .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.FeaturedDiv .swiper-button-next,
.FeaturedDiv .swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 8px;
}

.FeaturedDiv .swiper-button-next:after,
.FeaturedDiv .swiper-button-prev:after {
	font-size: 16px;
}

.index-more-div {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.index-more-div a {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: var(--active-color);
	color: #fff;
	border-radius: 6px;
	border: solid 2px var(--active-color);
	margin-left: 20px;
	margin-right: 20px;
	transition: all 0.3s;
}

.index-more-div a:hover {
	opacity: 0.8;
	background-color: var(--active-color2);
	transition: all 0.3s;
}

.product-item {
	text-align: center;
	background-color: #f5f5f5;
	padding-bottom: 8px;
	border-bottom: solid 8px var(--active-color);
	transition: all 0.3s;
}

.product-item .product-img {
	display: flex;
	width: 100%;
	height: 180px;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s;
}

.product-item .product-img img {
	transform: scale(1);
	transition: all 0.3s;
}

.product-item .product-img:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.product-item ul {
	width: 98%;
	margin: 0px auto;
}

.product-item ul .product-title {
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
}

.product-item ul .product-title a {
	color: #000;
}

.product-item ul .product-sale_price {
	margin-top: 4px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 550;
}

.product-item ul .product-regular_price {
	margin-top: 4px;
	font-size: 12px;
	text-decoration: line-through;
}

.product-item ul .product-licheng {
	margin-top: 4px;
	font-size: 12px;
}

.product-item:hover {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}

.bodystyle-bk {
	position: relative;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	color: #000;
	min-height: 400px;
	clear: both;
}

.bodystyle-bk .bodystyle-list {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}

.bodystyle-bk .bodystyle-list .bodystyle-item {
	text-align: center;
}

.bodystyle-bk .bodystyle-list .bodystyle-item a {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.bodystyle-bk .bodystyle-list .bodystyle-item a img {
	display: block;
	max-width: 100%;
	max-height: 80px;
	margin-bottom: 10px;
	transform: scale(1);
	transition: all 0.3s;
}

.bodystyle-bk .bodystyle-list .bodystyle-item a:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.OurDepartments-div {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
}

.OurDepartments-div .OurDepartments-row {
	justify-content: space-between;
	display: flex;
}

.OurDepartments-div .left-div {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.OurDepartments-div .left-div .left-item {
	height: 220px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	transform: scale(1);
	transition: all 0.3s;
}

.OurDepartments-div .left-div .left-item .bk {
	width: 100%;
	height: 100%;
	border: solid 1px #ddd;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-position: center;
	transform: scale(1);
	transition: all 0.3s;
}

.OurDepartments-div .left-div .left-item:hover .bk {
	border: solid 1px var(--active-color);
	transform: scale(1.2);
	transition: all 0.3s;
}

.OurDepartments-div .left-div .left-item:nth-child(1) {
	margin-bottom: 20px;
}

.OurDepartments-div .left-div .left-item:nth-child(1) .bk {
	background-image: url("/wp-content/themes/storefront/assets/images/home1.jpg");
}

.OurDepartments-div .left-div .left-item:nth-child(2) .bk {
	background-image: url("/wp-content/themes/storefront/assets/images/home2.jpg");
}

.OurDepartments-div .right-item {
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

.OurDepartments-div .right-item .bk {
	width: 100%;
	height: 100%;
	border: solid 1px #ddd;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: all 0.3s;
	background-image: url("/wp-content/themes/storefront/assets/images/home3.jpg");
}

.OurDepartments-div .right-item:hover .bk {
	border: solid 1px var(--active-color);
	transform: scale(1.2);
	transition: all 0.3s;
}

.OurDepartments-div .title-a {
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 25px;
	font-weight: 550;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	display: block;
	z-index: 1;
}

.OurDepartments-div .view-detail {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	background-color: var(--active-color);
	color: #fff;
	text-align: center;
	display: block;
	z-index: 1;
	transition: all 0.3s;
}

.OurDepartments-div .view-detail:hover {
	background-color: var(--active-color2);
	transition: all 0.3s;
}

.borderbottom {
	display: block;
	width: 80px;
	height: 4px;
	background-color: var(--active-color);
	margin: 0px auto;
}

.more-cls {
	display: block;
	background-color: var(--active-color);
	color: #fff;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	border-radius: 4px;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.aboutusDiv {
	position: relative;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	/* 背景图片固定*/
	color: #fff;
	min-height: 400px;
	clear: both;
}

.aboutusDiv .aboutus-infrom {
	position: relative;
	z-index: 1;
}

.aboutusDiv .aboutus-infrom .aboutus-des {
	text-align: center;
	margin-bottom: 30px;
}

.aboutusDiv .aboutus-infrom .AboutUsTxt {
	max-width: 60%;
	margin: 0px auto;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.aboutusDiv .bk {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.45);
}

.content-area {
	margin-bottom: 0px;
}

body.home .site-main {
	margin-bottom: 0px;
}

.site-main {
	margin-bottom: 40px;
}

.AddressDiv {
	text-align: center;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	font-weight: 550;
}

.googlemapDiv,
.googlemapDiv2 {
	position: relative;
	min-height: 400px;
}

.cust-footer {
	background-color: #333;
	color: #fff;
}

.cust-footer .footer-item {
	max-width: 300px;
	margin: 0px auto;
}

.cust-footer .footer-item .h2-title {
	font-size: 20px;
	line-height: 50px;
	border-bottom: solid 1px #fff;
	text-align: left;
}

.cust-footer .footer-item .desc {
	color: #ddd;
	font-size: 14px;
	line-height: 25px;
}

.cust-footer .footer-item .desc-share a {
	color: #fff;
	margin-right: 8px;
	font-size: 20px;
}

.storefront-breadcrumb {
	margin-bottom: 0px;
}

.entry-header h1 {
	font-size: 2rem;
}

.right-div {
	width: 98%;
	float: right;
	border: solid 2px #000;
	border-radius: 20px;
	padding: 20px;
	color: #333;
}

.right-div .h2-title {
	font-size: 20px;
	line-height: 50px;
	border-bottom: solid 2px #999;
	text-align: left;
	color: #000;
}

.right-div .h2-title svg {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.right-div .desc {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}

.right-div .ourhours strong {
	float: right;
}

.right-div .desc-share a {
	color: #fff;
	margin-right: 8px;
	font-size: 20px;
}

.form-div {
	border-radius: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.form-div .entry-header {
	margin-bottom: 40px;
}

.form-div ul li {
	margin-bottom: 25px;
}

.form-div ul li label {
	display: inline-block;
	min-width: 110px;
	color: #000;
	font-weight: 500;
}

.form-div ul li .wpcf7-textarea {
	max-height: 100px;
	margin-top: 6px;
	border: solid 1px #ddd;
	border-top: solid 1px #ddd;
	box-shadow: unset;
	background-color: #fff;
}

.form-div select,
.form-div .wpcf7-validates-as-date,
.form-div .wpcf7-text {
	word-wrap: normal;
	width: 100%;
	max-width: 350px;
	height: 40px;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #ddd;
	border-top: solid 1px #ddd;
	box-shadow: unset;
}

.form-div .wpcf7-submit {
	background-color: var(--active-color);
	min-width: 120px;
	color: #fff;
}

.form-div2 {
	display: flow-root;
}

.form-div2 .h2-title {
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: solid 2px #eee;
	margin-bottom: 20px;
}

.form-div2 .h2-title p {
	margin-bottom: 0px;
}

.form-div2 ul {
	margin-bottom: 30px;
}

.form-div2 ul li {
	width: 33.3%;
	float: left;
}

.form-div2 ul li input,
.form-div2 ul li textarea {
	background-color: #fff;
	border-radius: 4px;
}

.form-div2 ul li.Additional-li {
	width: 100%;
}

.form-div3 {
	background-color: unset;
	border-radius: unset;
	padding: unset;
	box-shadow: unset;
}

.form-div3 .h2-title {
	border-bottom: unset;
	height: 40px;
}

.form-div3 ul {
	display: flow-root;
	border-radius: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.form-div3 ul li {
	height: 90px;
	overflow: hidden;
	margin-bottom: 0px;
}

.form-div3 ul li p {
	padding-left: 4px;
}

.form-div3 ul.ul-4 .h2-title {
	width: 100%;
}

.form-div3 ul.ul-4 li {
	width: 25%;
}

.form-div3 ul.ul-5 li {
	width: 100%;
	height: 40px;
}

.form-div3 .submit-li {
	text-align: right;
	position: relative;
}

.form-div3 .submit-li .wpcf7-submit {
	position: absolute;
	right: 0px;
}

.product-filters {
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
	display: flow-root;
}

.product-filters .h2-title {
	color: #fff;
	font-size: 28px;
	font-weight: 550;
	line-height: 60px;
	text-align: left;
	margin-bottom: 0px;
}

.product-filters li {
	float: left;
	height: 40px;
	width: 20%;
	margin-bottom: 8px;
}

.product-filters li button {
	width: 98%;
	margin: 0px auto;
	color: #fff !important;
	margin-bottom: 10px;
}

.product-filters li #Reset {
	background-color: #333;
	border: 1px solid #333;
}

.product-list {
	position: relative;
}

.product-list .storefront-sorting {
	position: relative;
	height: 65px;
	margin-bottom: 20px;
}

.product-list .storefront-sorting .woocommerce-result-count {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 18px;
	font-weight: 550;
	position: absolute;
	left: 0px;
	top: 0px;
}

.product-list .storefront-sorting .woocommerce-result-count .screen-reader-text {
	display: none;
}

.product-list .storefront-sorting .sortdiv {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.product-list .storefront-sorting .sortdiv strong {
	padding-top: 2px;
	padding-bottom: 2px;
}

.product-list .storefront-sorting .sortdiv a {
	color: #000;
	font-size: 14px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	transition: all 0.3s;
}

.product-list .storefront-sorting .sortdiv a:hover {
	border: 2px solid #000;
	transition: all 0.3s;
}

.product-list .storefront-sorting .sortdiv a.asc {
	border-left: solid 2px var(--active-color);
	border-top: solid 2px var(--active-color);
	transition: all 0.3s;
}

.product-list .storefront-sorting .sortdiv a.desc {
	border-right: solid 2px var(--active-color);
	border-bottom: solid 2px var(--active-color);
	transition: all 0.3s;
}

.product-list .storefront-sorting .gridbtn {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000;
	position: absolute;
	right: 0px;
	bottom: 20px;
}

.product-list .storefront-sorting .gridbtn a {
	font-size: 24px;
	margin-left: 10px;
	font-weight: bold;
}

.product-list .storefront-sorting .gridbtn a.active {
	color: var(--active-color);
}

.product-list .products li.product {
	width: 32% !important;
	margin-right: 1.3% !important;
}

.product-list .products li.product .img-cls {
	margin-bottom: 0px;
	display: flex;
    height: 350px;
	align-items: center;
}

.product-list .products li.product .img-cls img {
	margin-bottom: 0px;
	max-width: 100%;
	width: 100%;
}

.product-list .products li.product .img-count {
	width: 100%;
	text-align: center;
	background-color: #eee;
}

.product-list .products li.product .img-count a {
	color: #333;
	line-height: 30px;
	font-size: 12px;
}

.product-list .products li.product .a-list {
	display: flex;
	height: 30px;
}

.product-list .products li.product .a-list a {
	display: block;
	width: 33.3%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: var(--active-color);
	transition: all 0.3s;
}

.product-list .products li.product .a-list a:nth-child(2) {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.product-list .products li.product .a-list a:hover {
	background-color: blue;
	transition: all 0.3s;
}

.product-list .products li.product .AddtoCompare {
	border-bottom: 1px solid #eee;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	height: 40px;
	padding-top: 8px;
}

.product-list .products li.product .AddtoCompare label {
	float: left;
}

.product-list .products li.product .AddtoCompare .abtn {
	color: #000;
	cursor: pointer;
	float: right;
	border: 1px solid var(--active-color);
	font-size: 14px;
	display: none;
	width: 80px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
}

.product-list .products li.product .AddtoCompare .abtn:hover {
	color: #fff;
	background-color: var(--active-color);
	transition: all 0.3s;
}

.product-list .products li.product .AddtoCompare.active .abtn {
	display: block;
}

.product-list .products li.product .title-cls {
	padding: 4px;
	text-align: left;
}

.product-list .products li.product .title-cls a {
	font-size: 18px;
	color: #000;
	font-weight: 550;
}

.product-list .products li.product .licheng-cls {
	position: relative;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.product-list .products li.product .licheng-cls h4 {
	text-align: left;
}

.product-list .products li.product .licheng-cls p {
	text-align: left;
	font-size: 10px;
	color: #666;
}

.product-list .products li.product .licheng-cls .price-cls {
	position: absolute;
	width: 100px;
	text-align: right;
	top: 5px;
	right: 10px;
}

.product-list .products li.product .attr-dl {
	display: flow-root;
	width: 98%;
	margin: 0px auto;
}

.product-list .products li.product .attr-dl dd {
	width: 50%;
	height: 25px;
	line-height: 25px;
	float: left;
	color: #333;
	font-size: 12px;
}

.product-list .products li.product .attr-dl dd label {
	float: left;
}

.product-list .products li.product .attr-dl dd span {
	float: right;
	margin-right: 10px;
	font-weight: bold;
}

.product-list .products li.product .reporta-p {
	text-align: left;
	margin-bottom: 0px;
	height: 30px;
	margin-top: 8px;
}

.product-list .products li.product .reporta-p img {
	max-height: 30px;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
}

.product-list .products .product-cont {
	width: 98%;
}

.product-list div:last-child.storefront-sorting {
	display: block !important;
}

.product-list div:last-child.storefront-sorting .sortdiv,.product-list div:last-child.storefront-sorting .gridbtn{
    display: none !important;
}
.product-list div:last-child.storefront-sorting .woocommerce-pagination{
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: 0px;
} 

body.wp-singular {
	background-color: #f5f5f5;
}

.product-single-title {
	text-align: left;
}

.product-single-title p {
	font-size: 12px;
}

.product-single-price {
	text-align: right;
	color: red;
	font-weight: bold;
	position: relative;
}

.product-single-price .price-cls {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

.product-single-price .price-cls .span-tax {
	margin-right: 20px;
}

.product-single-price .price-cls ins {
	font-size: 30px;
	margin-left: 20px;
}

.product-single-cont {
	margin-top: 20px;
}

.product-single-imgs .swiper-slide{
    max-height: 600px;
}
.product-single-imgs .picuture-max {
	width: 100%;
	height: auto; max-height: 600px;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
}

.product-single-imgs .picuture-max img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.product-single-imgs .mySwiperProductSigle {
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	display: block;
	overflow: hidden;
}

.product-single-imgs .mySwiperProductSigle .swiper-slide {
	width: 90px !important;
	height: 90px;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
}

.product-single-imgs .mySwiperProductSigle .swiper-slide a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	cursor: pointer;
	background-color: #fff;
}

.product-single-imgs .mySwiperProductSigle .swiper-slide a img {
	width: 100%;
	max-height: 100%;
	opacity: 0.38;
	transform: scale(1.5);
}

.product-single-imgs .mySwiperProductSigle .swiper-slide-thumb-active a {
	background-color: #fff;
}

.product-single-imgs .mySwiperProductSigle .swiper-slide-thumb-active a img {
	opacity: 1 !important;
}

.product-single-right {
	position: relative;
	display: flow-root;
}

.product-single-right .reporta-p {
	display: block;
	width: 80px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.product-single-right .reporta-p a {
	display: block;
	text-align: right;
}

.product-single-right .reporta-p a img {
	float: right;
}

.product-single-right .attr-list {
	display: flow-root;
}

.product-single-right .attr-list li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 3px;
	display: flex;
}

.product-single-right .attr-list li label {
	text-align: center;
	display: block;
	width: 50%;
	color: #333;
	font-weight: 550;
}

.product-single-right .attr-list li span {
	display: block;
	width: 50%;
	text-align: center;
	font-weight: 500;
}

.product-single-right .attr-list li.li1 {
	background-color: #ddd;
}

.product-single-right .price-cls {
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: red;
}

.product-single-right .price-cls del {
	color: #000;
}

.product-single-right .price-cls ins {
	margin-left: 20px;
}

.product-single-right .Financefrom {
	height: 20px;
	font-size: 12px;
	border-bottom: solid 1px #666;
	margin-bottom: 8px;
	text-align: right;
}

.product-single-right .Financefrom label {
	font-weight: 550;
	float: left;
}

.product-single-right .a-div a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s;
	margin-top: 8px;
	padding: 0px;
}

.product-single-right .a-div a.btn {
	border: 2px solid #000;
	line-height: 40px;
	background-color: #fff;
}

.product-single-right .a-div a.btn:hover {
	background-color: #000;
	color: #fff;
	transition: all 0.3s;
}

.product-single-right .a-div a.btn1 {
	background-color: var(--active-color);
	color: #fff;
}

.product-single-right .a-div a.btn1:hover {
	background-color: blue;
	color: #fff;
	transition: all 0.3s;
}

.product-detail-row,
.product-detail-li {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	display: flow-root;
}

.product-detail-li.btnbk {
	text-align: left;
	background-color: unset;
}

.product-detail-li.btnbk #allOptions {
	display: block;
}

.product-detail-li.btnbk #allOptionsMob {
	display: none;
}

.product-detail-li .ul-arrt li {
	width: 50%;
	line-height: 20px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.compare-div {
	display: flow-root;
	overflow-x: auto;
}

.compare-div .cprodut-imglist {
	display: flex;
	justify-content: flex-start;
}

.compare-div .cprodut-imglist .cproduct-img {
	width: 450px;
	margin-right: 20px;
	height: auto;
	text-align: center;
}

.compare-div .cprodut-imglist .cproduct-img img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

.compare-div .cprodut-imglist .cproduct-img h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 550;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.compare-div .cprodut-imglist .cproduct-img .price {
	text-align: left;
}

.compare-div .cprodut-imglist .cproduct-img .price ins {
	float: right;
}

.compare-div .arrt-h2 {
	text-align: center;
	line-height: 60px;
	font-weight: 550;
	font-size: 18px;
	background-color: #ddd;
	color: #000;
	margin-bottom: 0px;
}

.compare-div .cproduct-VehicleOverview {
	margin-top: 20px;
	color: #fff;
	display: flow-root;
}

.compare-div .cproduct-VehicleOverview .VehicleOverview {
	width: 100%;
	display: block;
	overflow-x: auto;
}

.compare-div .cproduct-VehicleOverview .attrlist {
	width: auto;
}

.compare-div .cproduct-VehicleOverview .attrlist li {
	display: flex;
	line-height: 30px;
	min-height: 20px;
	text-align: center;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.compare-div .cproduct-VehicleOverview .attrlist li label {
	display: block;
	width: 150px;
	text-align: center;
	font-weight: bold;
}

.compare-div .cproduct-VehicleOverview .attrlist li dd {
	display: block;
	min-width: 300px;
	list-style: unset;
	margin: 0px auto;
	text-align: center;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.compare-div .cproduct-VehicleOverview .attrlist li.li_title {
	height: 50px;
}

.compare-div .cproduct-VehicleOverview .attrlist li.li_0 {
	background-color: #666;
}

.compare-div .cproduct-VehicleOverview .attrlist li.li_1 {
	background-color: #999;
}

.compare-div .cproduct-Standard {
	display: flow-root;
	height: auto;
	margin-top: 20px;
}

.compare-div .cproduct-Standard .StandardDiv {
	display: block;
	overflow-x: auto;
}

.compare-div .cproduct-Standard .StandardDiv .attrlist-product {
	display: block;
	float: left;
	margin: 0px auto;
	width: 450px;
	margin-right: 20px;
	height: auto;
}

.compare-div .cproduct-Standard .StandardDiv .attrlist-product .li-title {
	font-weight: 550;
	padding: 8px;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	margin-top: 10px;
}

.compare-div .cproduct-Standard .StandardDiv .attrlist-product li {
	margin-bottom: 20px;
	color: #666;
	font-size: 12px;
}

.compare-div .cproduct-Standard .StandardDiv .attrlist-product .h3-title {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
}

@media (max-width: 500px) {
	.col-full {
		margin-left: 0em;
		margin-right: 0em;
		padding: 0;
	}

	.cust-header .col-full {
		margin-left: 1em;
		margin-right: 1em;
	}

	.cust-header .logo img {
		max-height: 45px;
		width: auto !important;
	}

	.cust-header .custer-header-div {
		display: none;
	}

	.cust-header .cust-nav .main-navigation ul li a,
	.cust-header .cust-nav .site-title a,
	.cust-header .cust-nav ul.menu li a,
	.cust-header .cust-nav .site-branding h1 a,
	.cust-header .cust-nav button.menu-toggle,
	.cust-header .cust-nav button.menu-toggle:hover,
	.cust-header .cust-nav .handheld-navigation .dropdown-toggle {
		color: #000 !important;
		border: unset;
	}

	.cust-header .cust-nav .toggled .primary-navigation {
		display: block;
		background-color: rgba(255, 255, 255, 0.85);
		padding: 10px;
	}

	.custom-logo-link img {
		max-height: 45px;
	}

	.storefront-breadcrumb {
		padding-left: 10px;
		padding-right: 10px;
	}

	.cust-slide .carousel-item img {
		opacity: 0.99;
	}

	.banner-inform-div {
		display: none;
	}

	.cost-search {
		display: flow-root;
	}

	.cost-search .col22 {
		width: 45%;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 8px;
	}

	.FeaturedDiv {
		margin-top: 0px;
	}

	.product-item {
		min-height: 350px;
	}

	.index-more-div a {
		width: 40%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.bodystyle-bk .bodystyle-list {
		display: block;
		margin-top: 40px;
	}

	.bodystyle-bk .bodystyle-list .bodystyle-item {
		display: block;
		height: 60px;
		position: relative;
		text-align: right;
		border-bottom: solid 2px #999;
		margin-bottom: 6px;
	}

	.bodystyle-bk .bodystyle-list .bodystyle-item img {
		float: left;
		margin-right: 10px;
		max-height: 40px !important;
	}

	.bodystyle-bk .bodystyle-list .bodystyle-item a {
		font-weight: bold;
	}

	.OurDepartments-div .OurDepartments-row {
		display: flow-root;
	}

	.OurDepartments-div .left-div .left-item {
		height: 120px;
	}

	.OurDepartments-div .right-div {
		height: 220px;
		margin-top: 15px;
	}

	.aboutusDiv .aboutus-infrom .AboutUsTxt {
		width: 100%;
		max-width: 100%;
	}

	.AddressDiv {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 25px;
	}

	.footer-hidden {
		display: none;
	}

	.cust-footer {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.cust-footer .footer-item {
		width: 100%;
		max-width: 100%;
	}

	.cust-footer .footer-cl3 .h2-title {
		display: none;
	}

	.right-div {
		width: 100%;
		margin-top: 15px;
	}

	.form-div input {
		max-width: 100%;
	}

	.product-filters {
		display: none;
	}

	.product-filters li {
		width: unset;
	}

	.product-list .products li.product {
		width: 100% !important;
		margin: 0px auto;
		margin-right: unset;
		margin-bottom: 12px;
	}

	.product-list .products .product-cont {
		margin: 0px auto;
	}

	.product-single-title {
		display: flow-root;
		margin-bottom: 10px;
	}

	.product-single-title h1 {
		font-size: 24px;
	}

	.product-single-price .price-cls {
		position: relative;
		font-size: 16px;
	}

	.product-single-price .price-cls ins {
		font-size: 20px;
	}

	.product-single-cont {
		margin-top: 0px;
	}

	.h3-title {
		line-height: 40px;
	}

	.product-detail-li .ul-arrt li {
		width: 100%;
		float: unset;
	}

	.product-detail-li.list-cont {
		display: none;
	}

	.product-detail-li.btnbk #allOptions {
		display: none;
	}

	.product-detail-li.btnbk #allOptionsMob {
		display: block;
	}

	.form-div2 ul li {
		width: 100%;
	}

	.form-div3 ul.ul-4 li {
		width: 100%;
	}

	.form-div3 ul.ul-5 li {
		height: auto;
	}

	body.page article.hentry {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
    
	.woocommerce-pagination{
	    margin-right: 60px;
        margin-top: 25px
	}
}
@media (min-width: 1400px) {
	.col-full {
		max-width: 1400px;
	}

	body.single-product #content .col-full {
		max-width: 1500px;
	}

	.main-navigation ul.menu>li>a,
	.main-navigation ul.nav-menu>li>a {
		padding: 1em 1em;
	}

	.main-navigation ul li,
	.secondary-navigation ul li {
		margin-right: 10px;
	}

	.main-navigation ul.menu ul.sub-menu,
	.main-navigation ul.nav-menu ul.children {
		background-color: #333;
	}

	.main-navigation ul.menu ul.sub-menu li {
		border-bottom: solid 1px #000;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1620px;
	}

	.site-header .site-branding img {
		max-height: 95px;
	}
}