.btn-rounded {
	border-radius: 30px;
}

/* product model page */
/* ============================================= */

/* Product search form style */
.product-search-form .input-group,
.supermarket-search-form .input-group {
	--bs-border-radius: 60px;
	border-radius: var(--bs-border-radius) !important;
	-webkit-border-radius: var(--bs-border-radius) !important;
	-moz-border-radius: var(--bs-border-radius) !important;
	-ms-border-radius: var(--bs-border-radius) !important;
	-o-border-radius: var(--bs-border-radius) !important;
}

.product-search-form .input-group .input-group-text,
.supermarket-search-form .input-group .input-group-text {
	padding: 10px 20px;
	color: var(--darkGrey-color);
}

/* Product model catalog seciton */
#products-model-section {
	padding: 50px 0;
}

#products-model-section .section-title {
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 30px;
}

#products-model-section .section-title h2 {
	color: var(--blue-color);
	font-weight: 700;
	font-size: 24px;
}

/* Catalogs accordion */

#catalogs .accordion-item {
	background: transparent;
	border: 0px;
}

#catalogs .accordion-button:not(.collapsed) {
	box-shadow: 0 0 0 black;
}

#catalogs .category .accordion-header .accordion-button {
	background-color: transparent;
	color: #363b3e;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	padding-top: 0;
	text-decoration: none;
}

#catalogs .category .accordion-header .accordion-button:focus {
	box-shadow: 0 0 0 black;
}

#catalogs .category .accordion-header .accordion-button::after {
	display: none;
}

#catalogs .category .accordion-header .accordion-button img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#catalogs .category>.accordion-header .accordion-button[aria-expanded='true'] img {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	background: var(--blue-color);
}

#catalogs .sub-category>.accordion-header .accordion-button[aria-expanded='true'] {
	color: var(--blue-color);
}

#catalogs .category .accordion-body {
	padding-top: 0;
	padding-bottom: 0;
}

#catalogs .sub-category .list .list-item {
	position: relative;
}

#catalogs .sub-category .list .list-item a {
	font-size: 14px;
	font-weight: 700;
	color: #9c9c9c;
	padding-left: 10px;
	text-decoration: none;
}

#catalogs .sub-category .list .list-item.active {
	color: var(--lightBlue-color);
}

#catalogs .sub-category .list .list-item.active::after {
	content: '';
	position: absolute;
	left: -14px;
	top: 8px;
	width: 16px;
	height: 2px;
	background-color: var(--lightBlue-color);
}

#catalogs .category>.accordion-collapse.show {
	border-bottom: 1px solid #010346;
	margin-bottom: 30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

#catalogs .sub-category .accordion-collapse.show {
	border-bottom: 1px dashed #9c9c9c;
	margin-bottom: 30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

/* Product models page style */
#product-models .summary {
	color: #010346;
}

#product-models .product-model .title,
#product-catalogs .product-catalog .title {
	font-size: 18px;
	font-weight: 700;
	color: var(--blue-color);
	margin-bottom: 15px;
}

#product-models .product-model .feature-model,
#product-catalogs .product-catalog .feature-catalog {
	background: white;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

#product-catalogs .product-catalog .feature-catalog {
	box-shadow: 0 0 5px #363b3e30;
}

#product-models .product-model .feature-model .btn,
#product-catalogs .product-catalog .feature-catalog .btn {
	font-size: 14px;
	font-weight: 700;
}

#product-models .product-model .models .btn-light {
	width: 100%;
	margin-bottom: 10px;
}

/* Series carouse */
#product-series-carousel {
	border-bottom: 2px solid var(--mediumGrey-color);
	overflow-x: visible;
	margin-bottom: 300px;
}

#product-series-carousel .carousel-inner .carousel-item div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

#product-series-carousel .carousel-inner .carousel-item div img {
	max-width: 500px;
	margin: 0 auto;
}

#product-series-carousel .carousel-indicators {
	bottom: -60%;
}

#product-series-carousel .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 100%;
	height: auto;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 0px;
	cursor: pointer;
	background-clip: padding-box;
	border: 1px solid transparent;
	background: #f2f2f2;
	opacity: 0.7;
	transition: opacity 0.6s ease;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
}

#product-series-carousel .carousel-indicators .active {
	opacity: 1 !important;
	border: 1px solid var(--mediumGrey-color);
}

#product-series-carousel .carousel-control-next,
.carousel-control-prev {
	align-items: end;
	bottom: 20px;
	width: auto;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 0.9;
	transition: opacity 0.15s ease;
}

/* product inquery form page */
#product-inquery-page .inquery-header {
	border-bottom: 1px solid var(--blue-color);
}

#product-inquery-page .inquery-refer {
	border-bottom: 1px solid var(--darkGrey-color);
}

#product-inquery-page .inquery-form-wrapper .form-container {
	border-top: 1px solid var(--darkGrey-color);
}

#product-inquery-page .inquery-form .input-group .input-group-text,
#product-inquery-page .inquery-form .input-group .form-control {
	border-radius: 0;
}

#product-inquery-page .inquery-form .input-group .input-group-text {
	width: 200px;
	font-weight: 700;
	color: var(--mediumGrey-color);
	background-color: #f2f2f2;
}

#search-result-page .search-result-header {
	border-bottom: 2px solid var(--mediumGrey-color);
}

.icon-btn {
	background: var(--mediumGrey-color);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Media query */
@media only screen and (max-width: 768px) {
	.product-search-form .row {
		overflow: hidden;
		height: 0;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
	}

	.product-search-form.show .row {
		height: 280px;
	}

	.product-search-form.show .collapse-btn {
		display: none;
	}

	.product-search-form.show button:not(.collapse-btn) {
		display: block !important;
	}

	.product-search-form button {
		margin-bottom: -15px;
	}

	.catalog-wrapper {
		padding-top: 10px;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 9999;
		background: #fff;
		width: 100%;
		max-width: 300px;
		box-shadow: 0 0 20px #00000080;
		border-radius: 0 30px 30px 0;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-ms-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-webkit-border-radius: 0 30px 30px 0;
		-moz-border-radius: 0 30px 30px 0;
		-ms-border-radius: 0 30px 30px 0;
		-o-border-radius: 0 30px 30px 0;
	}

	.catalog-wrapper.show {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}

	.catalog-wrapper #catalogs {
		overflow-y: auto;
		max-height: 90vh;
	}

	#products-model-section .section-title h2 {
		font-size: 18px;
	}

	/* Inquery form page */
	.inquery-form-wrapper .form-container .input-group {
		flex-direction: column;
		width: 100%;
		margin-bottom: 15px;
	}

	.inquery-form-wrapper .form-container .input-group .input-group-text,
	.inquery-form-wrapper .form-container .input-group .form-control {
		width: 100% !important;
	}

}


/* Add for description table on db && css for product inquery page  */
.z_ctxzb h4 {
	margin: 10px;
}
.z_ctxzb .zhicun {
	text-align: left;;
}
.z_ctxzb table td {
	border-bottom: 1px solid lightgray;
    padding: 10px;
    text-align: center;
}
#product-inquery-page .inquery-refer {
    border-bottom: none !important;
}


.z_ctxzb {
	margin-bottom: 20px;
  }
  .z_ctxzb .zhicun {
	padding: 10px;
	background: lightgray;
	margin-bottom: 30px !important;
  }
  .z_ctxzb h4 {
	margin: 0!important;
	font-weight: bold;
  }
  
  .z_ctxzb h4.zhicun span {
	font-weight: normal;
  }
  .z_ctxzb h4.zhicun .phonea {
	margin-left: 50px;
	margin-right: 10px;
  }