/* comparisons */ .comparisons{ .boxWrapper{ .boxContent{ .boxComparison{ .boxComparing { margin-bottom: 15px; } .boxElements{ margin-bottom: 10px; } } } } select{ background: url('../images/arrow_select.png') no-repeat scroll right center @color01; color: @color01_type; font-size: 10px; text-transform: uppercase; text-indent: 0.01px; text-overflow: ''; text-align: left; font-family: @type_Special; .border-radius(4px); border-bottom: 3px solid darken(@color01, 20%); width: 75%; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding-left: 10px; height: 20px; line-height: 13px; cursor:pointer; padding-top: 2px; padding-right: 45px; } &.maxSize-479{ .boxWrapper{ .boxContent{ .boxComparison{ .boxComparing { margin-bottom: 8px; } } } } select{ width: 95%; } } } /* Fin comparisons */