#addons_title{
	margin: 0 0 15px 0;
	text-align: center;
	font-family: var(--hont);
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
}
.shop_nav_focus{
	color: #333;
}
/* addons */

.addons{
	--min: 240px;
	--gap: max(10px, 2vw);
	margin-top: 0;
	background: #eee;
}
.addon{
	font-size: .85rem;
	line-height: 1rem;
	background: #fff;
	padding: 10px 20px 20px 20px;
	border-radius: 4px;
}
.addon_img{
	padding: 0 10%;
	cursor:pointer;
}
.addon_btn, .addon_more, .addon_btn_parts{
	line-height: 28px;
	height: 28px;
	border: 0;
	border-radius: 100000000000000px;
	text-transform: uppercase;
	font-size: .7rem;
	cursor: pointer;
	text-align: center;
}
.addon_btn, .addon_btn_parts{
	background: #333;
	color: #fff;
}
.addon_more{
	border: 1px solid #ccc;
}
.addon_tit_pri{
	display: grid; 
	grid-template-columns: 8fr 1fr;
	font-family: var(--hont);
	font-weight: bold;
	font-size: 1rem;
}
.addon_mor_add{
	display: grid; 
	grid-template-columns: 1fr 4fr;
	grid-gap: 10px;
	margin-top: 10px;
}
.addon_price{
	justify-self: end;
}
.addon_desc{
	display: none;
	margin-top: 10px;
}
.part{
	display: none;
}
#parts_btn{
	font-family: var(--hont);
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 2.4rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
}
.subsku{
	margin: 0 !important;
}

/* halfbike */
#hb_holder{
	padding: 6vw max(10px, 2vw) 0 ;
}
#hb_block{
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
}
#top_btns{
	display: block;
	margin: 0 0 20px 0;
}

@media (min-width: 960px) {
	#hb_block{grid-template-columns: 1fr 1fr}
	#top_btns{display: none;}
}


#hb_info{
	justify-self: center;
	align-self: center;
	padding: 10px;
}
#hb_title{
	font-family: var(--hont);
	font-weight: bold;
	font-size: 2rem;
	line-height: 2rem;
	min-width: 280px;
}
#addons_title_2{
	margin: 25px 0 15px 0;
	text-align: center;
	font-family: var(--hont);
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
}
#hb_img{
	width: 100%;
}
.hb_shop_now{
	margin: 20px 0;
}

/* other */
#outlet_banner{
	padding: 0 0 20px 0;
	background: #fff;
	text-align: center;
}

#outlet_banner a, #outlet_banner a:hover, #outlet_banner a:visited{
	color: #fff;
	background: #ccc;
	padding: 5px 10px;
}
