z	html,
	body 
	{
		padding: 0;
		height:	100%;
		font-family: OpenSansRegular;
		font-size: 14px;
		color: #444444;
		background-color: #ffffff;	
	}

	header, 
	nav, 
	section, 
	article, 
	aside, 
	footer 
	{
	   display: block;
	}

	#root-header,
	#root-main,
	#root-footer 
	{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		position: relative;
		max-width: 1024px;
	}
	
	#header,
	#main,
	#footer
	{
		margin: 0 auto;
		position: relative;
		max-width: 1024px;
	}
	
	#header
	{
		margin-top: 10px;
	}
	
	#main
	{
	
	}
	
	#footer
	{
	
	}


	/* ustawiwnia placeholderow */
	::-webkit-input-placeholder 
	{
		color: #aaaaaa;
	}

	/* Firefox 18- */
	:-moz-placeholder 
	{
		color: #aaaaaa;
	}

	/* Firefox 19+ */
	::-moz-placeholder
	{
		color: #aaaaaa;
	}

	:-ms-input-placeholder
	{
		color: #aaaaaa;
	}
	.bg-gray-1::-webkit-input-placeholder 
	{
		color: #ffffff;
	}

	/* Firefox 18- */
	.bg-gray-1:-moz-placeholder 
	{
		color: #ffffff;
	}

	/* Firefox 19+ */
	.bg-gray-1::-moz-placeholder 
	{
		color: #ffffff;
	}

	.bg-gray-1:-ms-input-placeholder 
	{
		color: #ffffff;
	}

/*
 * ostylowanie inputow
 * style dla input[type=*] 
 */ 
	select,
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="date"],
	input[type="datetime"],
	input[type="file"],
	input[type="month"],
	input[type="number"],
	input[type="range"],
	input[type="search"],
	input[type="submit"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	textarea
	{
		height: 40px;
		padding: 0 0 0 15px;
		border: medium none;
		
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #aaaaaa #cccccc #cccccc;
		border-image: none;
		border-radius: 2px;
		border-style: solid;
		border-width: 1px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}
	
	
	input[type="search"]
	{
	  -webkit-appearance: textfield;
	}
	
	select 
	{
		padding: 7px;
		margin: 0 10px;
	}
	
	/*
	 * ostylowanie checkboxów 
	 * style dla input[type=checkbox] 
	 */
	 
	.regular-checkbox:checked + label
	{
		display: inline-block;
		
		background: #ffffff;
		border-color: #aaaaaa #eeeeee #eeeeee;
		border-image: none;
		border-style: solid;
		border-width: 1px;				
	}

	.regular-checkbox 
	{
		display: none;
	}

	.regular-checkbox + label 
	{
		background: url('../images/order/checbox-add.png') 50% 50% no-repeat;
		/*border: 1px solid #cacece;*/
		padding: 9px;
		display: inline-block;
		position: relative;

		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
	}
	
	.regular-checkbox + label:active, .regular-checkbox:checked + label:active 
	{
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	.regular-checkbox:checked + label 
	{
		background-color: #ffffff;
		/*border: 1px solid #7FB000;*/	
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #7FB000;
	}

	.regular-checkbox:checked + label:after 
	{
		content: '\2714';
		font-size: 14px;
		position: absolute;
		top: -3px;
		left: 3px;
		color: #7FB000;
	}

	.big-checkbox + label
	 {
		padding: 10px;
		margin: 0px 8px 6px 0;
		
		/* ustalenie polożenia dla checkboxow */
		position: absolute;
		bottom: 0px;
		right: -2px;
	}

	.big-checkbox:checked + label:after 
	{
		font-size: 16px;
		left: 4px;
	}

	.big-checkbox + label + span 
	{
		display: inline-block;
		position: relative;	
		bottom: 12px;
	}

	.big-checkbox + label {
		position: absolute;
		
	}
	/* koniec styli dla checkboxow */
	
	h1,
	h2
	{
		font-size:  1.6em;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 5px;
		margin: 30px 0 0;
	}
	
	/* postep zamowienia */	
	
	.card-steps
	{
		position: relative;
		z-index: 0;			
	}
	
	.card-steps li
	{
		display: block;
		float: left;
		padding: 15px 0;
		border-top: 1px;
		border-right: 1px;
		border-bottom: 1px;
		border-left: 0px;
		border-color: #cccccc;
		border-style: solid;
		text-align: center;
		width: 25%;
		position: relative;
		font-family: OpenSansRegular;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}
	
	.card-steps li:first-child
	{
		border-left: 1px solid #cccccc;	
	}
	
	.card-steps li span
	{
		display: block;
		position: absolute;
		right: -12.5px;
		top: 12.5px;
		z-index: 10;
		width: 25px;
		height: 25px;
		background: url('../images/order/order_next-step-arrow.png') 50% 50% no-repeat;
	}
	
	.card-steps .current
	{
		background-color: #0F76BB;
		color: #ffffff;
		font-family: OpenSansBold;
	}
	
	/* szczegoly zamowienia */
	
	.card-item
	{
		margin-top: 25px;
	}
	
	.order-info
	{
		margin: 0;
		padding: 25px;
		background: #f4f4f4;
	}
	
	.card-item  .product-picture
	{
		max-width: 310px;
		float: left;
	}	

	.card-item  .product-picture img
	{
		display: block;
		width: 100%;
	}
	
	.card-item  .product-info
	{
		width: 100%;
		padding-left: 320px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	.product-category
	{
		font-size: 0.8em
	}
	
	.mirror-option 
	{
		display:block;
		margin-top: 45px;
	}
	
	.mirror-option label
	{
		display:block;
	}
	
	.product-name
	{
		font-size: 1.6em;
		font-family: OpenSansBold
	}
	
	.product-price 
	{
		font-family: OpenSansBold;
		font-size: 1.3em;
		color: #e03804;
	}	
	
	.parameters
	{
		width: 85%
		/*float: right;*/
	}
	
	.parameters tr td
	{
		padding: 5px 15px;
		max-width: 1	
	}
	
	.parameters tr:first-child
	{
		font-weight: 700;
	}
	
	.parameters tr td:first-child
	{
		width: 70%;
		min-width: 160px;
	}
	
	.parameters tr td + td
	{
		width: 30%;
		min-width: 130px;
		text-align: right;
		background: #ffffff;
	}	
	
	.parameters tr
	{
		border-top: 1px dotted #cccccc;
	}

	.parameters tr:first-child
	{
		border-top: none;
	}
	
	/* dodatki */
	
	.order-addons
	{
		margin: 0;
		padding: 25px 15px;
		background: #f4f4f4;
		text-align:left
	}
	
	.addons > li
	{
		display: block;
		float: left;
		height: 140px;
		width: 15.8%;
		min-width:186px;
		background: #ffffff;
		border: 1px solid #cccccc;
		margin: 0.3%;
		padding: 5px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}

	.addons-free {
		/*margin-left: 5px;*/
	}

	.addons-free > li
	{
		display: block;
		float: left;
		height: 56px;
		/*width: 206px;*/
		width: 15.8%;
		min-width:186px;
		/*border: 1px solid #cccccc;*/
		margin: 0.3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.addons-free > li img {
		padding-right: 14px;
	}

	.addons-free > li .addon-name-container {
		display: table;
		height: 56px;
		font-size: 13px;
	}

	.addons-free > li .addon-name {
		display: table-cell;
		vertical-align: middle;
		width: 130px;
	}

	.addon-name
	{

	}
	
	.addon-icon
	{
	/*
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	*/
	}
	
	.addon-price
	{
		position: absolute;
		bottom: 5px;	
	}
	
	.addon-old-price
	{
		font-size: 0.8em;
		color: #E03804;
		text-decoration:line-through;
		padding: 0 2px 0 4px;
	}
	
	.addon-new-price
	{
		padding: 0 2px 0 2px;		
	}

	/* kod promocyjny i podlczenie */
	
	.promo-code
	{
		float: left;
		width:65%;
	}
	
	.promo-code input
	{
		width: 100%;
		max-width: 480px;
		min-width: 250px;
		display: inline-block;
	}
	
	.promo-code #recalculate
	{
		width: 80px;	
		height: 38px;
		margin-left: 3px;		
		display: inline-block;
		border: 1px solid #cccccc;		
		background: #ededed;
		text-align: center;
		color: #444444;
		line-height: 240%;
	}		
	
	.final-price
	{
		/*
		border-top: 1px solid #CCCCCC;
		background: #f4f4f4;
		*/
		float: right;
		padding: 15px 0px;	
	}
	
	.final-price > span:first-child
	{
		font-family: OpenSansBold;
		color: #E03804;
		font-size: 2.8em;
		padding-left: 15px;
	}
	
	.final-price > span + span
	{
		color: #E03804;
	}
	
	
	.order-price
	{
		margin-top: 50px;
	}
	
	.order-price label,
	.order-changes label
	{
		display: block;
		font-size: 1.6em;
		padding-bottom: 10px;
		
	}
	
	.order-changes textarea
	{
		height: 100px;
		margin: 5px 0;
		padding: 0.5%;
		width: 100%;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}
	
	.next-step
	{
		margin: 20px 0;
	}
	
	.button-next,
	.button-prev	
	{
		padding-top: 15px;
		padding-bottom: 15px;
		cursor: pointer;
		margin:  auto;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;		
	}
	
	.button-next
	{
		color:#ffffff;	
		font-size: 1.6em;		
		background: #095f98 url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat;
		float: right;	
		padding-left:20px;
		padding-right: 60px;
		border: 1px solid #095f98;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);		
		text-shadow: 0 2px 2px rgba(0,0,0,.3);	
		text-decoration: none;
		background: -moz-linear-gradient(top, #0F76BB 0%, #095f98 99%); /* FF3.6+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0F76BB), color-stop(99%,#095f98)); /* Chrome,Safari4+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -webkit-linear-gradient(top, #0F76BB 0%,#095f98 99%); /* Chrome10+,Safari5.1+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -o-linear-gradient(top,#0F76BB 0%,#095f98 99%); /* Opera 11.10+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -ms-linear-gradient(top, #0F76BB 0%,#095f98 99%); /* IE10+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, linear-gradient(to bottom, #0F76BB 0%,#095f98 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F76BB', endColorstr='#095f98',GradientType=0 ); /* IE6-9 */
	
	}
	.button-next:hover
	{
		text-shadow: 1px -2px 2px rgba(0,0,0,.3);		
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -moz-linear-gradient(top, #095f98 0%, #0F76BB 100%); /* FF3.6+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095f98), color-stop(100%,#0F76BB)); /* Chrome,Safari4+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -webkit-linear-gradient(top, #095f98 0%,#0F76BB 100%); /* Chrome10+,Safari5.1+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -o-linear-gradient(top, #095f98 0%,#0F76BB 100%); /* Opera 11.10+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, -ms-linear-gradient(top, #095f98 0%,#0F76BB 100%); /* IE10+ */
		background: url('../images/order/order_next-step-arrow.png') 95% 50% no-repeat, linear-gradient(to bottom, #095f98 0%,#0F76BB 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095f98', endColorstr='#0F76BB',GradientType=0 ); /* IE6-9 */		
	}
	
	.button-prev
	{
		color: #cccccc;
		font-size: 1.6em;
		background: #ffffff url('../images/order/order_prev-step-arrow.png') 9% 50% no-repeat;
		border: 1px solid #cccccc;
		float: left;
		padding-left: 50px;
		padding-right: 20px;
	}
	
	.button-next > span
	{
		font-family: OpenSansBold;
	}
	
	
	/* pozostale */
	
	.col-info,
	.col-param
	{
		display: block;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			
	}
	.col-2
	{
		width: 49%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	.border1
	{
		margin-left: 1px solid #ffffff;
	}
	
	.dotted-line
	{
		width: 100%;
		height: 1px;
		border-top:1px dotted #cccccc;
		padding-bottom: 9px;
		margin-top: 18px;
	}
	
	.col-info
	{
		width: 38%;
		min-width: 220px;
		margin-bottom: 30px;
		padding-left: 3%;
	}
	
	.col-param
	{
		width: 62%;		
	}
	
	.info
	{
		padding: 30px 0;
		background: #F4F4F4;
	}
	
	.info p
	{
		padding: 8px 0;
	}
	
	.center
	{
		text-align: center;
		padding-top: 50px;	
	}
	
	.get-confirm
	{
		cursor: pointer;
	}
	
	/* ******** KROK 2 ********* */
	.payment-method,
	.delivery-method,
	.customer-data
	{
		background: #f4f4f4;
		padding:25px;
	}
	
	.payment-method  ul > li,
	.delivery-method ul > li
	{
		margin: 9px;
	}
	
	.delivery-method label > span
	{
		font-family: OpenSansBold;
		color: #E03804;
	}
	
	.delivery-method address 
	{
		padding: 10px 20px 0px 40px;
	}
	.delivery-method address > span
	{
		display: inline-block;
		font-size: 0.8em;
	}
	
	.customer-data  ul > li ,
	.shipping-address ul > li
	{
		margin: 11px 0;
	}
	
	.customer-data label,
	.shipping-address label
	{
		display: inline-block;
		width: 170px;
	}	
	
	.customer-data label > span,
	.shipping-address label > span
	{
		font-size: 0.8em;
		color: #848484;
	}
	
	.customer-data input,
	.shipping-address input
	{
		display: inline-block;
		width: 260px;
	}

	.merge
	{
		display: inline-block;
		width: 260px;
	}	
	
	.customer-data .half-input,
	.shipping-address  .half-input
	{
		display: inline-block;
		width: 123px;
	}
		
	.agreement
	{	
		display: block;
		margin: 30px 0 21px;
	}
	
	.agreement > li
	{
		margin-bottom: 9px;
	}

	input.error {
		background: url("../images/icons/30x30/error.png") no-repeat scroll 98% center #ffffff;
		color: #444444;
	}

	input.valid {
		background: url("../images/icons/30x30/valid.png") no-repeat scroll 98% center #ffffff;
		color: #444444;

	}

	/* ********* KROK 3 ********* */
	.order-final,
	.order-customer-data,
	.order-delivery,
	.order-invoice
	{
		background: #f4f4f4;
		padding:25px;
	}
	
	.order-final table
	{
		width: 100%;
	}
	
	.order-final table tr
	{
		border-top: 1px dashed #cccccc;	
	}
	
	.order-final table tr:first-child
	{
		border-top: none;
	}
	
	.order-final table tr td:first-child,
	.order-final table tr th:first-child
	{
		text-align: left;
	}
	.order-final table tr td + td,
	.order-final table tr th + th
	{
		text-align: right;
	}	
	
	.order-final table th,
	.order-final table td
	{
		padding: 10px 0;
	}	
	
	.order-final table th
	{
		font-weight: 700;
		padding-bottom: 35px;
	}
	
	.order-final table tr:last-child td
	{
		width: 100%;
		text-align: right;
		padding-top: 30px;
	}
	
	.order-final table tr:last-child td > span
	{
		font-weight: 700;
		text-decoration: underline;
		font-size: 1.6em;
	}
	
	#footer 
	{
		margin-top: 30px;
		border-top: 1px solid #cccccc;
		border-left: 1px dotted #cccccc;
		border-right: 1px dotted #cccccc;
		background: #e8e8e8;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 84%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(84%,#ffffff));
		background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 84%);
		background: -o-linear-gradient(top,  #e8e8e8 0%,#ffffff 84%);
		background: -ms-linear-gradient(top,  #e8e8e8 0%,#ffffff 84%);
		background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 84%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		
	}
	
	#footer ul li
	{
		/*
		display: inline-block;
		padding-right: 50px;
		*/
	}
	#footer ul li span
	{
		vertical-align: 35%;
	}
	
/* stopka */

#root-footer,
#footer {
	min-height: 210px;	
}

#root-header {
	margin-bottom: 10px;
}
#root-footer {
	background: #c9c9c9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #f4f4f4 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(71%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#f4f4f4 71%);
	background: -o-linear-gradient(top,  #c9c9c9 0%,#f4f4f4 71%);
	background: -ms-linear-gradient(top,  #c9c9c9 0%,#f4f4f4 71%);
	background: linear-gradient(to bottom,  #c9c9c9 0%,#f4f4f4 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f4f4f4',GradientType=0 );	
}

#footer .footer-wraps {
	
}

#footer .footer-wraps > li {
	display: block;
	float: left;
	position: relative;
	width: 33.333%;
}
#footer .footer-wraps > li > div {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 35px 5px;
	box-sizing: border-box;
	line-height: 160%;
	text-align: center;
}	
/* *******************************************************
 ***                     MEDIA QUERIES                 ***
 ******************************************************* */

@media only screen and (max-width: 1366px) 
{
	#root-header,
	#root-main,
	#root-footer
	{
		width: 95%; 
	}	
}	

@media only screen and (max-width: 1024px) 
{
	.card-item .product-info {
		margin-left: 10px;
		width: 50%;
	}
}

@media only screen and (max-width: 768px) 
{
	.parameters {
		float: left;
		margin-left: -344px;
		margin-top: 50px;
	}
	
	/* step 2 */
	.helper-float-left {
		/*float: none !important;*/
	}
	
	.col-2 {
		width: 100%;
	}
	
	.customer-data input {
		width: 50%;
	}

	.customer-data .half-input {
		width: 30%;
	}
	
	.merge {
		width: 50%;
	}
}	

@media only screen and (max-width: 620px) 
{
	#header div {
		font-size: 14px;
		margin: 0;
		line-height: normal !important;
	}
	
	.card-steps li {
		float: none;
		width: 100%;
		font-size: 14px;
		padding: 10px;
		text-align: left;
	}
	
	.card-steps li span {
		transform: rotate(90deg);
		right: 5px;
		top: 30px;

	}
	
	.order-info {
		padding: 10px;
	}
	
	.order-addons {
		padding: 10px;
	}
	
	.card-item .product-info {
		padding-left: 0px;
	}
	
	.col-info {
		margin-top: 10px
	}
	
	.mirror-option label:first-child {
		margin-bottom: 10px;
	}
	
	.parameters {
		width: 200px;
		font-size: 14px;
		margin: 0px;
	}
	
	.parameters tr td:first-child {
		/*max-width: 130px;*/
		width: 100%;
	}
	
	.parameters tr td {
		padding: 5px;
	}
	
	.parameters tr td + td {
		max-width: 110px;
	}
	
	.addons-free > li {
		display: block;
		width: 100%;
		height: 60px;
		min-width: initial;
	}
	
	.addons-free > li img {
		float: left;
		padding: initial;
		margin-right: 10px;
	}
	
	.addons-free > li .addon-name {
		display: block;
		width: 100%;
	}
	
	#footer .footer-wraps > li {
		width: 100%;
		float: none;
	}
	
	/* STEP 2 */
	.customer-data input {
		width: 100%;
	}
	
	.payment-method, .delivery-method, .customer-data {
		padding: 10px;
	}
	
	.merge {
		width: 100%;
	}
	
}