@import "iconfont.min.css";
.product-warp {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap:20px;
	--bs-accordion-btn-active-icon:
}
.product-warp .pro-title .category-title-text {
	font-weight:700;
	margin:0px;
}

.pro-category .cm-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.type-list li{padding:10px 0px;}
.type-list li a{transition: all 0.3s linear 0s;}
.type-list li a:hover{opacity:1}
.type-list .active a{font-weight:bold;color:#E45E5F;opacity:1;}
.type-list li em{padding-left:5px;color:#666;font-size:12px;font-weight:normal}


.pro-category,
.pro-list {
	background:#fff;
	border-radius:5px;
	padding:15px;
	 box-shadow: 0 1px 3px rgba(34, 25, 25, 0.1);
    border: 1px solid #efefef;
}
.pro-category {
	width:220px
}
.pro-category .salelist li {
	padding:5px 0
}
.pro-category .salelist li a {
	background:#f6f6f6;
	border-radius:5px;
	display:block;
	padding:10px 10px 10px 22px;
	position:relative;
	text-align:left
}
.pro-category .salelist .active {
	font-weight:700
}
.pro-category .salelist .active a {
	color:var(--color-main-red)
}
.pro-category .salelist li a:before {
	content:"\e611";
	position:absolute;
	right:9px;
	top:9px
}
.panel-heading {
    padding: 2px 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default>.panel-heading{
	background: #f6f6f6;
    border-radius: 4px;
}
.pro-title{ 
    padding-bottom: 23px;}

.pro-list {
	min-height:600px;
	width:calc(100% - 300px);
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
.accordion {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	gap:5px;
}
.accordion .accordion-item,.accordion-item:last-of-type .accordion-button.collapsed {
border: 0;
    box-shadow: none;
}
.accordion-button {

	color:#777;
	font-weight:700;
	padding:5px 12px
}
.accordion-button:not(.collapsed) {
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#000
}
.accordion-button em {
	font-size:13px;
	padding-left:8px
}
.accordion .accordion-item {
	width:100%
}
.accordion-item:first-of-type .accordion-button {
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	
}
.accordion-body {
	padding:0
}
.accordion-body ul {
	padding:5px 0
}
.accordion-body li {
	display:none;
	font-size:14px;
	height:38px;
	line-height:38px;
	overflow:hidden;
	padding-left:11px
}
.accordion-body li a {
	display:block
}
.accordion-button:not(.collapsed):after {
	background-image:var(--bs-accordion-btn-icon);
	opacity:.5
}
.accordion-button:after {
	opacity:.5
}
.accordion-body ul {
	max-height:460px;
	overflow:auto
}
.accordion-body .active li:nth-child(-n+99),.accordion-body li:nth-child(-n+10) {
	display:block
}
.accordion-button:focus {
	border-color:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:0;
	z-index:3
}
.accordion .show-more {
	background:#f5f5f5;
	border-radius:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:61px;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer;
	display:none;
	height:20px;
	margin-bottom:15px
}
.accordion .show-more:after {
	border:none;
	content:"\e61a";
	display:inline-block;
	font-family:iconfont;
	font-weight:200;
	margin:0;
	-webkit-transform:translateX(-5px);
	transform:translateX(-5px);
	width:1em
}
.pro-list-wrap .pro-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.product-warp .p-sort {
	font-size:12px
}
.product-warp .p-sort em {
	color:#666
}
.product-warp .p-sort {
	cursor:pointer;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap:8px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.product-warp .p-sort a {
	border:1px solid #ddd;
	border-radius:4px;
	padding:5px 13px
}
.product-warp .p-sort a.active {
	border:1px solid var(--color-main-red);
	color:var(--color-main-red)
}
.mobile .product-warp .p-sort {
	margin-top:12px;
	-webkit-box-pack:right;
	-ms-flex-pack:right;
	justify-content:right
}
.pro-list-wrap .box-list {
    display: grid
;
    grid-auto-rows: auto;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0px 15px;
}
.pro-list-wrap .box-list .box-li {
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.1);
	border-radius:10px;
	position:relative;
	text-align:center;

}
.pro-list-wrap .box-list .box-li:hover {

}
.pro-list-wrap .box-list .box-li .box-item img {
	border-radius:6px;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.category-product .category-product-item {
	display:block;
	padding:0px 0
}
.category-product .category-product-img {
    margin: 0 auto;
    width:100%;  
}
.category-product .category-product-title {
	-webkit-transition:color .2s ease;
	transition:color .2s ease
}
.pro-list-wrap .box-list .box-li .box-info, .product-warp .box-list .box-li .box-info {
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    line-height: 18px;
}
.product-warp .box-list .box-li .box-info .item-parvalue,.product-warp .box-list .box-li .box-info .item-title {
    margin: auto;
    width: 100%;

}
.product-warp .box-list .box-li .box-info .item-parvalue {
	color:#666;
	display:none;
	font-size:.8rem;
	font-weight:400;
	padding:4px 0
}
.product-warp .box-list .box-li .box-info .price {
	color:var(--bs-red);
	display:none;
	font-weight:700
}
.pro-category .accordion-button {
	--translate:2px;
	position:relative;
	cursor: pointer;
	font-size:14px;
}
.pro-category .accordion-button:after {
	left:90%;
	pointer-events:none;
	position:absolute;
	content: "\e61a";
	 display: inline-block;
    font-family: iconfont;
	transform:translateX(calc(-50% - var(--translate)));
}
.pro-category .accordion-button:not(.collapsed):after {
	transform:translateX(calc(-50% - var(--translate))) rotate(180deg)
}
.category-nav-title {
	color:inherit;
	display:inline-block;
	font-size:inherit;
	font-weight:inherit;
	height:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:80%
}
.category-nav-title:where(.active) {
	color:#000
}
.pro-category .accordion-button {
	color:#777
}
.category-nav-hover {
	-webkit-box-flex:1;
	border-radius:5px;
	-ms-flex:1;
	flex:1;
	-webkit-transition:background-color .15s ease;
	transition:background-color .15s ease
}
.category-nav-hover:before {
	content:"\200B"
}


.category-nav-hover:hover {
	background-color:#fff
}
.category-nav-item-line>a {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.pro-warp-full .pro-list {
	width:100%
}
.pro-warp-full .box-list {
	grid-template-columns:repeat(7,1fr)
}
.all-category {
	color:#000
}
.all-category:hover {
	color:var(--color-main-red)
}
.mobile .pro-category {
    border-radius: 0;
    height: calc(100% - var(--mobile-navbar-height));
    left: -310px;
    overflow-y: auto;
    position: fixed;
    top: 1px;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    width: 200px;
    z-index: 2;
}
.mobile .pro-category.show {
	left:0
}
.mobile .product-warp .mask {
	background:rgba(0,0,0,.71);
	border-radius:0;
	content:"";
	display:none;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:2
}
.mobile .pro-list {
    padding: 19px 0;
    position: relative;
    width: 97%;
    margin: auto;
    min-height: auto;
}
.mobile .pro-list-wrap .box-list {
	grid-template-columns:repeat(3,1fr);
	grid-column-gap:10px;
	grid-row-gap:10px;
	padding:0px
}

.mobile .navbar-radius-back:after,.mobile .pro-list-wrap .pro-title {
	display:none
}
.mobile .product-warp {
	display:block
}
.mobile .pro-dropdown {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap:10px;
	overflow:auto
}
.mobile .pro-dropdown .dropdown-item {
	background:#493627;
	border-radius:5px;
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size:12px;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:9px 9px 9px 12px
}
.mobile .pro-dropdown .dropdown-active {
	background:var(--color-main-red);
	font-weight:700
}
.mobile .category-product .category-product-item {
	padding:0
}
.page-wrap{text-align: center;}
