#pic-wrapper {
	width: 100vw;
	position: relative;
	margin-bottom: 25px;
}

#pic-wrapper img {
	width: 100%;
	opacity: 1;
}

#main_pic_cont {
	margin-top: 143px;
}



#banner_subcontent {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner_pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_pic_cont {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
}

#nav-sel {
	color: #606263;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 10px 5%;
	width: 95%;
	font-size: 14px;
}

#nav-sel a {
	text-decoration: none;
	color: inherit;
}

#nav-sel a:hover {
	color: #1C7AB6;
}

#nav-wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}


#nav-col {
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;

}

#nav-col a {
	text-decoration: none;
	color: inherit;
}

.nav-col-item-wrap {
	position: relative;
}

.nav-col-item {
	font-size: 13px;
	font-weight: 700;
	color: #4d4d4f;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	display: block;
}

.nav-col-item:hover {
	color: #1C7AB6;
}

.nav-col-item-sel {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #1C7AB6;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	display: block;
	list-style-position: outside;
}

.nav-col-sublist .nav-col-item-wrap .nav-col-item-sel::before {
	content: ". ";
}

.circle {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	width: 8px;
	height: 8px;
}

.toggleSubList {
	position: absolute;
	padding-left: 45%;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.nav-col-sublist {
	width: calc(100% - 10px);
	position: relative;
	left: 10px;
}

.nav-col-sublist-hid {
	display: none;
}

.nav-col-subitem {
	font-size: 12px;
	height: 21px;
	font-weight: 400;
	color: #616161;
}

.nav-col-subitem-sel {
	font-size: 12px;
	height: 21px;
	font-weight: 400;
	color: #1C7AB6;
}

.nav-col-subitem:hover {
	color: #1C7AB6;
}

#prod-list-wrapper {
	margin: 0 auto;
	max-width: 1345px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

#prod-list-title {
	height: 38px;
	line-height: 38px;
	padding-left: 1.171878vw;
	background: #1C7AB6;
	font-family: "Montserrat", sans-serif;
	max-width: 1345px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}

#prod-list-desc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #616161;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	white-space: pre-wrap;
}

#prod-list-desc-2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 80px;
	color: #616161;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	white-space: pre-wrap;
}

#prod-list-container {
	margin-top: 10px;
	padding-left: 0.390625vw;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


.prod-item {
	width: 22.08664%;
	height: 0;
	padding-bottom: calc(24.38664% + 80px);
	display: inline-block;
	margin-left: 0.35756%;
	margin-right: 0.35756%;
	padding-left: 1.07271%;
	padding-right: 1.07271%;
	overflow: hidden;
	position: relative;
}


.prod-item-pic {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.prod-item img {
	display: block;
	height: 80%;
	width: 80%;
	margin: 10px 25px;
	position: absolute;
}



.prod-item .prod-name {
	font-size: 13.5px;
	line-height: 14px;
	height: 42px;
	margin: auto;
	margin-top: 5px;
	font-weight: 700;
	color: #616161;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.prod-item .prod-price {
	font-size: 15px;
	margin: auto;
	margin-top: 10px;
	font-weight: 700;
	color: #1C7AB6;
	text-align: center;
	width: 100%;
	position: relative;
}



.categ-item {
	width: calc(32.2% - 20px);
	height: 48px;
	display: inline-block;
	margin-left: 0.5%;
	margin-right: 0.5%;
	overflow: hidden;
	position: relative;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #616161;
}

.categ-item:hover {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	color: #1C7AB6;
}



.categ-item-pic {
	width: 48px;
	height: 100%;
	position: relative;
	display: inline-block;
}

.categ-item img {
	display: block;
	max-height: 100%;
	width: 100%;
	position: absolute;
}

.categ-item .categ-name {
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	font-weight: 700;
	text-align: left;
	width: calc(100% - 125px);
	margin-left: 6px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

.categ-item .prod-count {
	width: 40px;
	height: 20px;
	color: #1C7AB6;
	border: 1px solid #1C7AB6;
	border-radius: 2px;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	font-weight: 700;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 10px;
}

#prod-page-bar {
	float: left;
	margin-bottom: 0px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#prod-page-bar ul {
	padding-left: 0px;
}

#prod-page-bar li {
	list-style-type: none;
	display: inline-block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 5px;
	padding-left: 0.78125vw;
	padding-right: 0.78125vw;
	margin-left: 0.15625vw;
	margin-right: 0.15625vw;
	background: #ededed;
	color: #616161;
}





#prod-page-bar li:hover {
	background: #1C7AB6;
	color: #fff;
}

.page-bar-middle,
.page-bar-current {
	background: #1C7AB6 !important;
	color: #fff !important;
}

#prodCountItems {
	color: #606263;
	font-size: 13px;
	width: 98%;
	margin: auto;
	margin-bottom: 20px;
}

.promo {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	text-decoration-line: line-through;
	margin-right: 5px;
	color: #1C7AB6;
}

.flex {
	display: flex;
	width: 70%;
	margin-left: 25px;
	white-space: nowrap;
}

.row {
	justify-content: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1345px;
}



.promo_icon:before {
	display: block;
	content: ' ';
	background-image: url(../svgs/Promo_icon.svg);
	background-size: 100% 100%;
	height: 35%;
	width: 35%;
	top: -5px;
	left: 20px;
	position: absolute;
	z-index: 999;
}

.prod-item:hover img,
.promo_icon:hover {
	transform: scale(1.15);
	transition: all .4s ease;
}

@media only screen and (max-width: 990px) {

	#nav-col {
		display: none;
	}
}