/* sidenav */
#sidenav {
	position: relative;
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	display: none;
}

#sidenav a#showSide {
	padding: 10px 20px;
	background: #e8e8e8;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 3px rgb(0 0 0 / .2);
	display: block;
	color: #080808;
}

#sidenav a#showSide i {
	margin-right: 10px;
	color: #080808;
}

#sidenav h3.sideTitle {
	font-weight: 900;
	font-size: 30px;
	color: var(--primary);
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: solid 1px #3c3c3c;
}

#sidenav ul.cate>li h4,
#sidenav ul.cate>li ul li .subULHead {
	position: relative;
}

#sidenav ul.cate>li a {
	padding: 12px 20px 12px 30px;
	display: block;
	font-weight: 400;
	color: #303030;
	padding-top: 15px;
	padding-left: 42px;
	padding-bottom: 15px;
	border-bottom: solid 1px #bfbfbf;
	position: relative;
}

#sidenav ul.cate>li a:after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #939393;
	border-right: 1px solid #939393;
	transform: translateY(-50%) rotate(45deg);
	vertical-align: 1px;
	position: absolute;
	left: 20px;
	top: 50%;
}

#sidenav ul.cate>li.action>h4 a {
	background: #f2f2f2;
}

#sidenav ul.cate>li>ul a:after {
	left: 25px;
	transform: translateY(0%) rotate(0deg);
	border-right: 0px solid #939393;
}

#sidenav ul.cate>li ul {
	display: none;
	-webkit-transition: none;
	transition: none;
}

#sidenav ul.cate>li.action>ul,
#sidenav ul.cate>li>ul>li.action>ul {
	display: block;
}

#sidenav ul.cate>li>ul a {
	padding-left: 50px;
	border-left: 2px transparent solid;
}

#sidenav ul.cate>li>ul>li.action>div p a {
	border-left-color: var(--primary);
	color: var(--primary);
}

#sidenav ul.cate>li>ul>li>ul li a {
	padding-left: 60px;
	color: #7b7b7b;
}

#sidenav ul.cate>li>ul>li>ul li.action a {
	font-style: italic;
}

#sidenav ul.cate>li b[data-action="sideOpen"] {
	position: absolute;
	padding: 0 10px;
	right: 20px;
	width: 35px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 41px;
	top: calc((100% - 41px) / 2);
	left: auto;
	cursor: pointer;
}

#sidenav ul.slist li {
	padding: 12px 5px;
}

#sidenav ul.slist li a {
	color: #626262;
}



/* imglist */
#imglist img {
	height: 400px;
}

#imglist .img_nav img {
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
	object-fit: contain;
}

/* productinfo */
#productinfo h2 {
	margin: 5px 0 15px;
	font-weight: 400;
	font-size: 22px;
}

#productinfo .txt,
.buyBtns {
	margin-bottom: 10px;
}

#productinfo h2 {
	padding-top: 0.2em;
	font-size: 25px;
	color: #2d2d2d;
	font-weight: bold;
	border-bottom: 1px #e5e4e4 solid;
	padding-bottom: 0.7vw;
}

#productinfo .txt label {
	margin-right: 15px;
	width: 50px;
}

#productinfo .price font {
	font-size: 18px;
}

#productinfo article {
	margin-bottom: 15px;
	padding-bottom: 15px;
	/* border-bottom: 1px #ddd solid; */
	font-weight: 400;
	font-size: 17px;
	color: #7e7e7e;
}

#productinfo #community {
	margin-top: 15px;
}

/* orderfunction */
#productinfo #orderfunction {
	margin-bottom: 25px;
}

#orderfunction a {
	line-height: 24px;
}

#orderfunction a.limit {
	line-height: 21px;
}

#orderfunction input {
	width: 50px;
}

/* buyBtns */
.buyBtns a {
	padding: 10px 0;
	background: #3a4856;
}

/* productTabs */
#productTabs {
	background-color: #fff;
	overflow: hidden;
}

#productTabs ul.tabs {
	margin: 40px 0 35px;
	z-index: 2;
	position: relative;
	margin-bottom: 10px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	background-color: #3a4856;
}

#productTabs ul.tabs li a {
	padding: 10px 40px;
}

#productTabs ul.tabs li.active a {
	color: #ffffff;
}

#productdetail .img_box .slick-slide {
	background-color: #fff;
	text-align: center;
}

.table_box {
	width: 94%;
	padding: 20px;
	overflow-x: scroll;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
}

.table_box table {
	width: 1000px;
}

.table_box table td {
	padding: 13px;
	border: #666666 1px solid;
}

#imglist .img_box {
	margin-bottom: 20px;
}

.producTitle {
	margin: 40px;
	text-align: center;
}

@media screen and (min-width: 1281px) {
	#sidenav a#showSide {
		display: none;
	}

	#sidenav ul.cate {
		margin-top: 10px;
	}

	#productdetail {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		text-align: justify;
	}

	#sidenav {
		position: relative;
		margin-left: 0;
		display: inline-block;
		vertical-align: top;
		width: 280px;
		display: none;
	}

	.producbox {
		margin-left: 3%;
		display: inline-block;
		vertical-align: top;
		margin-top: 0%;
		width: 100%;
	}

	#productdetail {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		text-align: justify;
	}
}

@media screen and (max-width: 1280px) {
	#sidenav {
		margin-bottom: 30px;
	}

	#content_wrap {
		padding: 50px 10px 50px;
	}

	.producTitle {
		margin: 10px;
		text-align: center;
	}

	#sidenav h3.sideTitle {
		display: none;
	}

	#sidenav ul.cate {
		position: absolute;
		width: calc(100% - 2px);
		background: #fff;
		border: 1px #e1e1e1 solid;
		box-shadow: 0 0 3px rgb(0 0 0 / .2);
		z-index: -1;
		opacity: 0;
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transform: scale(0.75) translateY(-21px);
		-ms-transform: scale(0.75) translateY(-21px);
		transform: scale(0.75) translateY(-21px);
		-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

	#sidenav ul.cate[data-type="1"] {
		z-index: 99;
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}

	#productinfo {
		margin-top: 5vw;
	}

	#imglist {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#imglist img {
		height: 250px;
	}
}