/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */
		
	label.checked span.holder { background-position:left top !important; } /* Background position when checked */
	
	label.radio span.holder {
		height: 54px; /* Total height of your radio image */
		background-image:url(../../images/carrito_radio_bg.svg); /* Path to your radio image */
		background-repeat:no-repeat;
		background-position:right top;
	}


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float: left; 
	}
	
	label.inline {
		float: left; margin: 0 10px 0 0;
	}
	
		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
		}
	
		label.prettyCheckbox span.holderWrap {
			display: block; float: right;
			position: relative;
			margin-right: 5px;
			overflow: hidden;
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
		}