.cart{
	width: 100%;
	border: none;
	border-spacing: 0px;
	margin-top: 30px;
}
.cart td{
	padding: 5px;
}
.cart td.lm{
	padding: 5px;
	vertical-align: middle;
}
.cart thead td,
.cart .tfooter td{
	font-weight: bold;
	background: #E4E4E4;
}
.cart tbody td{
	border-top: 1px dashed #DDD;
	background: #F5F5F5;
}
.cart input{
	width: 40px;
}
.cart_plus,
.cart_minus{
	position: relative;
	cursor: pointer;
	top: 0px;
	z-index: 1;
}
.cart_delete{
	cursor: pointer;
}
.cart_comment{
	margin-left: 20px;
	font-size: 10px;
	color: #929292;
}
#text{
	width: 854px;
	resize: vertical;
}
.widget--search--header-form, .widget--cart--header{
	display: none !important;
}
.cartline{
	margin: 12px 0;
}
.cartline.info table td{
	width: 33%;
	padding: 5px;
}
.cartline.info table td:first-child{
	padding-left: 0px;
}
.cartline.info table td:last-child{
	padding-right: 0px;
}
.cartline.info input{
	width: 100%;
	padding: 10px 15px;
	outline: none;
	border: 1px solid #a9a9a9;
	border-radius: 2px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#text{
	width: 100%;
	padding: 10px 15px;
	outline: none;
	border: 1px solid #a9a9a9;
	border-radius: 2px;
	box-sizing: border-box;
}
.middle{
	text-align: center;
	vertical-align: middle;
}

.radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.radio + label {
    cursor: pointer;
    margin-bottom: 12px;
    display: block;
}
.radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
	content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #ff0000;
    border-radius: 50%;
    background: #FFF;
}
.radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 9px;
    left: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1B4E9B;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
.radio:checked + label:after {
	opacity: 1;
}
.radio:focus + label:before {
	/*box-shadow: 0 0 0 3px rgba(255,255,0,.5);*/
}