div#compreTamanho {max-width: 1260px;width: 100%;margin: 0 auto 30px;padding: 0 20px !important;}
#compreTamanho .titulo-categoria {border: 0;font-size: 28px;font-weight: 700;text-align: center;padding: 0;line-height: 1.25;margin-bottom: 40px;color: var(--color_title);}
#compreTamanho .span6{border-radius: 5px;padding: 30px;}

#compreTamanho .span6.meninas {background-color: #fee1ed;}
#compreTamanho .span6.meninos {background-color: #d9edf4;}
#compreTamanho .span6 p {font-size: 30px;text-align: center;color: #5c5c5c;}
#compreTamanho li:first-child {font-size: 23px;color: #5c5c5c;padding-bottom: 10px;margin-right: 10px;}
#compreTamanho ul {border-bottom: 1px solid #ffffff40;text-align: center;margin: 10px 0;}
#compreTamanho .meninas ul:nth-child(2), #compreTamanho .meninos ul:nth-child(2) {padding-bottom: 20px !important;}
#compreTamanho .meninas ul:last-child, #compreTamanho .meninos ul:last-child {margin-bottom: 0;}


#compreTamanho li {display: inline-block;}
#compreTamanho li:first-child {background-color: transparent;}
#compreTamanho li a {padding: 7px 10px;background-color: #ffffff;border-radius: 10px;font-weight: 500;font-size: 14px;transition:all 0.5s ease;color: #888889;}
#compreTamanho .meninas img, #compreTamanho .meninos img {height: 33px;}
#compreTamanho ul:last-child {border-bottom: 0px solid #ffffff40;}
#compreTamanho .meninos li a:hover {text-decoration: none;background-color: #adcbda;color: #fff;transition:all 0.5s ease;}
#compreTamanho .meninas li a:hover {text-decoration: none;background-color: #fdafd0;color: #fff;transition:all 0.5s ease;}


@media (max-width: 768px){
	#compreTamanho li {white-space: nowrap;line-height: 36px;}
	#compreTamanho li:first-child {padding-bottom: 5px;margin-right: 0;}
	#compreTamanho li:first-child {display: block;}
	#compreTamanho .span6 {margin-bottom: 20px;}		
	#compreTamanho .meninas ul:nth-child(3), #compreTamanho .meninos ul:nth-child(3) {padding-bottom: 15px;}
	#compreTamanho .meninas img, #compreTamanho .meninos img {width: 33px;}
}