/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

h3.attributesComments, .chefoptionName {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #c1c1c1;
	}

.chefoptionName {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	}
		
.wrapperAttribsOptions fieldset {
	margin: 0;
	}

#attribsOptionsText {
	font-size: 11pt;
	margin-top: 13px;
	margin-bottom: 10px;
	}

input[type='radio'], input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input[type='radio'] + label {
    margin-left:-20px;
    clear: none;
    padding: 0 0 5px 30px;
    background: url(../images/icons/attoff.png) left top no-repeat; 
    cursor: pointer;
}

input[type='checkbox'] + label {
    margin-left:-20px;
    clear: none;
    padding: 0 0 5px 30px;
    background: url(../images/icons/attcboff.png) left top no-repeat; 
    cursor: pointer;
}

input[type='radio']:checked + label {
    background-image: url(../images/icons/attcheck.png);
    cursor: pointer;
}

input[type='checkbox']:checked + label {
    background-image: url(../images/icons/attcbcheck.png);
    cursor: pointer;
}

.attributesCheckboxList {
	float: left;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1%;
	white-space: nowrap;
    cursor: pointer;
	width: 99%;
	clear: left;
	}
	
 #attributesRadioList {
	float: left;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1%;
	white-space: nowrap;
    cursor: pointer;
	width: 99%;
	clear: left;
	}

.checkboxLabel {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	line-height: 30pt;
}

.checkoutAddressLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 14pt;
}

.checkoutAddressLabel address {
	margin: -5px 0 10px 30px;
}

.loyaltyDiscInfo {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	float: left;
	margin: 20px 0 10px 30px;
	clear: both;
}

.loyaltySingleDiscInfo {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	float: left;
	margin: 0 0 10px 0;
	clear: both;
}

#loyaltyDiscAmt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	float: right;
}

.checkboxInfo {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	float: left;
	margin: 0 0 10px 5px;
	clear: both;
}

.paymentInfo {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	float: left;
	margin: 0 0 10px 5px;
	clear: both;
}

#productAttributes .attributes input[type='radio'], #productAttributes .attributes input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#productAttributes .attributes input[type='radio'] + label {
    margin-left:0;
    clear: none;
    padding: 0 0 0 25px;
    background: url(../images/icons/attoff.png) left top no-repeat; 
    cursor: pointer;
	display: flex;
	justify-content: space-between;
}

#productAttributes .attributes input[type='checkbox'] + label {
    margin-left:0;
    clear: none;
    padding: 0 0 0 25px;
    background: url(../images/icons/attcboff.png) left top no-repeat; 
    cursor: pointer;
	display: flex;
	justify-content: space-between;
}

#productAttributes .attributes input[type='radio']:checked + label {
    background-image: url(../images/icons/attcheck.png);
    cursor: pointer;
}

#productAttributes .attributes input[type='checkbox']:checked + label {
    background-image: url(../images/icons/attcbcheck.png);
    cursor: pointer;
}

#productAttributes input[type="text"] {
	font-size: 18px;
	width: 97%;
	padding: 5px;
	background: #e1e1e1;
	}

.mealOptionsHeading {
	color: #333333;
	float: left;
	width: 40%;
	margin: 0 0 5px 0;
	font-size: 15px;
	}
	
.instructionsText {
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	}

#productAttributes {
	padding-bottom: 5px;
	}
	
#productAttributes fieldset.attributes .selectWrap span.selectInner {
	text-align: center;
	padding: 0;
	text-indent: -20px;
	}
