@media (min-width: 960px) {
	#page {
	    margin-top: 75px;
	}
}

h1{
	text-align: left;
	font-size: 2.5rem;
	margin: 40px 0 0 0;
}
/* sticker */
#settings{
	
}
#settings h1{
	position: relative;
}
#pro_sticker{
	position: absolute;
	font-size: 1rem;
	top: -20px;
	left: 230px;
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transform: rotate(-20deg);
}

.t_small{
	font-size: .9rem;
	line-height: 1.1rem;
}

#colorful{
	background: #fff;
}
#product_price{
	font-weight:normal;
	margin-bottom:20px;
	font-size: 1.2rem;
}
.side_block{
	padding: 8px 0;
}
#colcon{
	position: relative;
}

#reddot{
	position: absolute;
	top: 20%;
	left: 60%;
	width: max(10vw, 100px);
}
#color_picker, #color_picker_ref{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.cpick{
	width:30px;
	height:30px;
	cursor:pointer;
	border-radius: 50%;
	margin: 0 10px 10px 0;
	overflow: hidden;
	border: 2px solid #ccc;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cin{
	width:22px;
	height:22px;
	cursor:pointer;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.color_selected{
	border: 2px solid #de2000;
}

.side{
	background: #fff;
	padding: 0 max(4vw, 10px);
	min-height: 1px;
}
#settings{
	position: relative;
	grid-row: span 2;
}
.sizing{
	margin-bottom: 12px;
}
.setsec{
	font-weight: bold;
	padding-bottom: 8px;
}
.size_info{
	font-size: .8rem;
	color: #666;
	text-align: center;
}

/* buy options */
.buy_opt{
	border: 1px solid #999;
	border-radius: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #333;
}
.buy_opt .buy_body{
	display: none;
}
.buy_opt_select{
	border: 2px solid green;
}
.buy_head{
	display: flex;
	justify-content: space-between;
	height: 50px;
	padding: 10px;
	line-height: 30px;
}
.buy_left{
	display: flex;
}
.buy_right{
	margin-right: 5px;
}
.buy_label{
	margin-left: 10px;
}
.radio{
	display: inline-block;
	position: relative;
	height: 30px;
	width: 30px;
	border-radius: 40px;  
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #666;
}
.buy_opt_select .radio::before{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #333;
	left: 9.5px;
	top: 9.5px;
	content: '';
}
.buy_body{
	padding: 0 10px 20px 41px;
	font-size: min(1rem, 4.5vw);
}
.cfs input{
	border: 1px solid #999;
}



/* slider */
input[type=range] {
	-webkit-appearance: none; /* remove default */
	width: 100%;
	height: 50px;
	background: transparent; /* we will style track separately */
	margin: 0;
	padding: 0;
}

/* Thumb styling */
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background: url('https://halfbikes.com/images/shop/thumb.jpg') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	margin-top: 0px; /* align vertically */
	box-shadow: none;
}

input[type=range]::-moz-range-thumb {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background: url('https://halfbikes.com/images/shop/thumb.jpg') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	border: none;
	box-shadow: none;
}

input[type=range]::-webkit-slider-runnable-track {
	height: 48px;
	background: #fff;
	border-radius: 24px;
}
#size_error{
	display:none;
	text-align: center;
	color:tomato; 
	margin-bottom: 10px;
}

#weight_note{
	display:none;
	margin: 10px 0 20px 0;
}

.section_tit{
	display: block;
	font-size: min(8vw, 60px);
	line-height: min(8vw, 60px);
	margin: max(30px, 4vw) max(10px, 2vw) 0 max(10px, 2vw);
	text-align: center;
}

/* picto */
.pictos{
	--min: 150px;
}
.picto img{
	height: max(55px, 4vw);
	margin-bottom: max(8px, 1vw);
}
.picto_tit{
	font-size: 0.9rem;
	line-height: 1.1rem;
	margin: 0.5rem;
	max-width:150px;
	text-transform: uppercase;
}

/* specs */
.spec{
	border-top: 1px solid #666;
	padding: .7rem 0 .9rem 0;
}
.spec_title{
	font-weight: bold;
	margin-bottom: .3rem;
}