/* -------------- Responsiv -------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#container {
		width: 490px;
	}
	li.product h3  {
		font-size: 15px;
	}
	li.product span.price .amount {
		font-size: 13px;
	}
	li.product a.add_to_cart_button,
	li.product a.button {
		position: static;
		margin: 5px 10px 10px;
		width: auto;
		padding: 4px 8px !important;
	}

	.woocommerce-message .button {
		font-size: 12px;
	}

	.shop_table td.product-remove a.remove {
		width: 8px;
		font-size: 12px;
		padding: 0px 5px;
	}
	table.shop_table td {
		padding: 5px;
		font-size: 13px;
	}
	.shop_table .cart_item .product-quantity input {
		padding: 4px 8px;
	}
	.shop_table .actions {
		text-align: left;
	}
	.shop_table .actions .button {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	.shop_table .actions .button.checkout-button {
		margin-right: 0;
	}

	.shop_table .actions .coupon {
		float: none;
		width: auto;
	}
	.shop_table .actions .coupon .button {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.checkout h3 {
		font-size: 17px;
	}

	ul.order_details {
		border-right: none;
	}

	ul.order_details li {
		display: block;
		padding: 10px 13px;
		border-bottom: 1px solid #e0e0e0;
		text-transform: uppercase;
		font-size: 12px;
	}

	ul.order_details li:last-child {
		border-bottom: 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#container {
		width: 420px;
	}
	ul.products li.product {
		width: 48%;
		margin-right: 4%;
		margin-left: 0;
		clear: none !important;
	}
	ul.products li.product.last {
		margin-bottom: 20px !important;
		margin-right: 4% !important;
	}
	ul.products li.product:nth-child(2n+2) {
		margin-right: 0 !important;
	}
	li.product h3  {
		font-size: 15px;
	}
	li.product span.price .amount {
		font-size: 13px;
	}
	li.product a.add_to_cart_button,
	li.product a.button {
		position: static;
		margin: 5px 10px 10px;
		width: auto;
		padding: 4px 8px !important;
	}

	div.product .images {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	div.product .summary {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.woocommerce-message {
		text-align: center;
	}
	.woocommerce-message .button {
		font-size: 12px;
		float: none;
		width: auto;
		display: block;
		margin: 0 60px 10px;
	}

	.shop_table td.product-remove a.remove {
		width: 8px;
		font-size: 12px;
		padding: 0px 5px;
	}
	table.shop_table th {
		padding: 10px 5px;
		font-size: 14px;
	}
	table.shop_table td {
		padding: 10px 5px;
		font-size: 13px;
	}

	.shop_table thead th.product-thumbnail {
		display: none;
	}
	.shop_table .cart_item .product-thumbnail {
		display: none;
	}
	
	.shop_table thead th.product-subtotal {
		border-right: 1px solid #f0f0f0;
	}
	td.product-subtotal { /* last td in the table */
		border-right: 1px solid #f0f0f0;
	}

	.shop_table .cart_item .product-quantity input {
		padding: 5px 6px;
	}
	.shop_table .cart_item .product-quantity input[type=number] {
		width: 50px;
		margin: 0 2px;
	}

	.shop_table .actions {
		text-align: left;
	}
	.shop_table .actions .button {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	.shop_table .actions .button.checkout-button {
		margin-right: 0;
	}

	.shop_table .actions .coupon {
		float: none;
		width: auto;
	}
	.shop_table .actions .coupon .button {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}


	.checkout h3 {
		font-size: 24px;
	}

	.col-1,
	.col-2 {
		float: none !important;
		width: auto !important;
	}

	ul.order_details {
		border-right: none;
	}

	ul.order_details li {
		display: block;
		padding: 10px 13px;
		border-bottom: 1px solid #e0e0e0;
		text-transform: uppercase;
		font-size: 12px;
	}

	ul.order_details li:last-child {
		border-bottom: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	#container {
		width: 300px;
	}
	ul.products li.product {
		float: none;
		width: auto;
		margin-left: 0;
	}
	ul.products li.product.last {
		margin-bottom: 20px !important;
	}

	div.product .images {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	div.product .summary {
		float: none;
		width: auto;
		margin-left: 0;
	}

	.woocommerce-message {
		text-align: center;
	}
	.woocommerce-message .button {
		font-size: 12px;
		float: none;
		width: auto;
		display: block;
		margin: 0 40px 10px;
	}

	.shop_table td.product-remove a.remove {
		width: 8px;
		font-size: 12px;
		padding: 0px 5px;
	}
	table.shop_table th {
		padding: 10px 5px;
		font-size: 14px;
	}
	table.shop_table td {
		padding: 5px;
		font-size: 11px;
	}

	.shop_table thead th.product-thumbnail {
		display: none;
	}
	.shop_table .cart_item .product-thumbnail {
		display: none;
	}
	
	.shop_table thead th.product-subtotal {
		border-right: 1px solid #f0f0f0;
	}
	td.product-subtotal { /* last td in the table */
		border-right: 1px solid #f0f0f0;
	}

	.shop_table .cart_item .product-quantity input {
		float: none;
		display: block;
		width: auto;
		padding: 5px 0;
		width: 100%;
	}
	.shop_table .cart_item .product-quantity input[type=number] {
		width: 97%;
		margin: 0;
		text-align: center;
	}
	
	.shop_table .actions {
		text-align: left;
	}
	.shop_table .actions .input-text {
		width: 100px;
	}
	.shop_table .actions .button {
		float: none;
		width: 100%;
		padding: 10px 0;
		margin-right: 0;
		font-size: 13px;
	}
	.shop_table .actions .button.checkout-button {
		margin-right: 0;
	}

	.shop_table .actions .coupon {
		float: none;
		width: auto;
	}
	.shop_table .actions .coupon .button {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding: 7px 8px;
	}


	.checkout h3 {
		font-size: 21px;
	}

	.col-1,
	.col-2 {
		float: none !important;
		width: auto !important;
	}

	.addresses .col-1,
	.addresses .col-2 {
		width: auto;
	}

	ul.order_details {
		border-right: none;
	}

	ul.order_details li {
		display: block;
		padding: 10px 13px;
		border-bottom: 1px solid #e0e0e0;
		text-transform: uppercase;
		font-size: 12px;
	}

	ul.order_details li:last-child {
		border-bottom: 0;
	}
}