/*CSS for radio button with images*/ .radio-button > input { display: none; } label.radio-button-with-img { display: inline-block; } .radio-button-with-img > img.text{ padding: 4px 5px; } .radio-button-with-img > img.icon{ padding: 4px 0px; } .radio-button-with-img > img{ border: 5px inset transparent; border-radius: 2px; margin-right: 5px; } .radio-button-with-img img:hover{ border: 5px outset #008EFF; transition: 0.2s; } label.radio-button-with-img > input:checked + img{ border: 5px inset #008EFF; transition: 0.2s; } .adsertclassified_radio_btn_images { display: flex; justify-content: space-evenly; }