.tm-noblog .tm-content .uk-panel-header.finish-page .uk-panel-title {
	color: #163683;
}
.tm-noblog .tm-content .uk-panel-header.finish-page .uk-alert {
	text-align: center;
    background: #f35217;
    color: #fff;
    border-radius: 5px;
}
#oneStepCheckoutForm .nvg-block-step4 #step4  {
	background-color: #fbfbfb;
	border: 1px solid #e7e6e6;
	border-radius: 5px;
	padding: 10px 10px 0;
}
#oneStepCheckoutForm .nvg-block-step4 {
	margin-top: 10px;
}
#oneStepCheckoutForm .nvg-block-step5 .step-header,
#oneStepCheckoutForm .nvg-block-step2 .step-header {
	display: none;
}
#oneStepCheckoutForm .jshop_subtotal .table-row.total {
	font-size: 21px;
	font-weight: bold;
	color: #0c2663;
}
#oneStepCheckoutForm .jshop_subtotal .table-row .name {
	padding-right: 15px;
}
#oneStepCheckoutForm .jshop_subtotal .table-row {
	justify-content: flex-end;
	display: flex;
}
#oneStepCheckoutForm .jshop_subtotal .table-row:first-child {
	display: none;
}
#oneStepCheckoutForm .jshop_subtotal {
	/*width: 100%;
	justify-content: space-between;
	display: flex;*/
	margin-bottom: 20px;
}
#oneStepCheckoutForm .nvg-form select,
#oneStepCheckoutForm .nvg-form textarea,
#oneStepCheckoutForm .nvg-form input[type="text"],
#oneStepCheckoutForm .nvg-form input[type="password"],
#oneStepCheckoutForm .nvg-form input[type="datetime"],
#oneStepCheckoutForm .nvg-form input[type="datetime-local"],
#oneStepCheckoutForm .nvg-form input[type="date"],
#oneStepCheckoutForm .nvg-form input[type="month"],
#oneStepCheckoutForm .nvg-form input[type="time"],
#oneStepCheckoutForm .nvg-form input[type="week"],
#oneStepCheckoutForm .nvg-form input[type="number"],
#oneStepCheckoutForm .nvg-form input[type="email"],
#oneStepCheckoutForm .nvg-form input[type="url"],
#oneStepCheckoutForm .nvg-form input[type="search"],
#oneStepCheckoutForm .nvg-form input[type="tel"],
#oneStepCheckoutForm .nvg-form input[type="color"] {
	height: 30px;
	padding: 4px 6px;
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #444444;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 4px;
}
#oneStepCheckoutForm input[type="radio"], 
#oneStepCheckoutForm input[type="checkbox"] {
	display:inline-block;
}
#oneStepCheckoutForm .nvg-form label,
#oneStepCheckoutForm .nvg-form input,
#oneStepCheckoutForm .nvg-form select,
#oneStepCheckoutForm .nvg-form textarea {
	
}
#oneStepCheckoutForm .jshop_register input {
	width: 85%;
}

#oneStepCheckoutForm .nvg-user-exist-or-new {
	width: 100%;
	margin-bottom: 20px;
}

#onestepcheckout-overlay{
    position : fixed;
    left : 0;
    top : 0;
    z-index : 65533;
    background : url('../images/overlay.gif') no-repeat center center #FFF;
    opacity : 0.5;
    filter:alpha(opacity=50);
}
#oneStepCheckoutForm .jshop_register {
	margin-top:5px;
}
#step2 .nvg-block-steps-wrapper {
	display: none;
}
.nvg-block-steps-wrapper {position:relative;clear:both;}
#oneStepCheckoutForm .jshop_block_privacy_statement {
	border: 1px solid #ccc;
	padding:5px 15px; 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	margin: 7px 0;
}
.onestepcheckout_message,
.onestepcheckout_warning,
.onestepcheckout_error  {
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
	background: #ebf7fd;
	color: #2d7091;
	border: 1px solid rgba(45,112,145,0.3);
}
.onestepcheckout_warning {
	background: #fffceb;
	color: #e28327;
	border-color: rgba(226,131,39,0.3);
}
.onestepcheckout_error {
	background: #fff1f0;
	color: #d85030;
	border-color: rgba(216,80,48,0.3);
}
#oneStepCheckoutForm .step-header {
	padding-bottom: 2px;
}

#oneStepCheckoutForm .preview_discount {
	color: green;
}
#oneStepCheckoutForm .nvg-icon-trash {
	color: #888;
}
#oneStepCheckoutForm .add_info {
	margin-top: 10px;
}
#oneStepCheckoutForm .rabatt_input {
	padding: 7px 10px;
}
#oneStepCheckoutForm input[id^=quantity] {
	width: 50px;
	height: 30px;
	border: 1px solid #e7e6e6;
	background-color: #fbfbfb;
	text-align: center;
	padding: 0 2px;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	box-sizing: border-box;
}
#oneStepCheckoutForm input[id^=quantity]:focus, #oneStepCheckoutForm input[id^=quantity]:active {
	border-color: #bfbfbf;
}
#oneStepCheckoutForm .fielderror {
	background: #fff1f0;
	border-color: #d85030;
}
#oneStepCheckoutForm  .button_order_finish {
	font-size: 16px;
}
.registr-success {
	background: #f2fae3;
	color: #659f13;
	border-color: #659f13;
	padding:10px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#oneStepCheckoutForm  .row_agb {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 5px;
	margin-top: 10px;
}
#oneStepCheckoutForm div.quantity {
	position: relative;
	cursor: pointer;
	width: 50px;
	padding-bottom: 27px;
	margin: auto;
}
#oneStepCheckoutForm div.quantity span.quantitymore,
#oneStepCheckoutForm div.quantity span.quantityless {
	display: block;
	position: absolute;
	bottom: 0;
	width: 23px;
	height: 23px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #e7e6e6;
	background-color: #fbfbfb;
	box-sizing: border-box;
}
#oneStepCheckoutForm div.quantity span.quantitymore:hover,
#oneStepCheckoutForm div.quantity span.quantityless:hover {
    background-color: #163683;
    border-color: #163683;
    color: #fff;
}
#oneStepCheckoutForm div.quantity span.quantitymore {right: 0;}
#oneStepCheckoutForm div.quantity span.quantityless {
	left: 0;
}
#oneStepCheckoutForm div.quantity input{margin:0;}

#oneStepCheckoutForm  .jshop_nvg_register input,
#oneStepCheckoutForm  .nvg-block-adress-fields select,
#oneStepCheckoutForm .add_info textarea {font: inherit;width: 100%;padding: 10px;margin-bottom: 10px;line-height: 20px;border: 1px solid #e7e6e6;border-radius: 5px;outline: none;background: #fbfbfb;box-sizing: border-box;}
#oneStepCheckoutForm  .jshop_nvg_register select {width:100%;}
#oneStepCheckoutForm .minicart  .jshop_img_description_center a {
	align-items: center;
	display: flex;
}
.finish-page .minicart .trow:last-child {
	border-bottom: 0;
}
#oneStepCheckoutForm .minicart .tcell {
	position: relative;
}
#oneStepCheckoutForm .minicart .thead, #oneStepCheckoutForm .minicart .thead-hidden {
	color: #0c2663;
}
#oneStepCheckoutForm .minicart  {
	width: 100%;
}
#oneStepCheckoutForm  .requiredtext {cursor:help;}
.finish-page .shipping_description_title, .finish-page .payment_description_title {font-size:120%;font-weight:bold;border-bottom:2px solid #ccc;}
.nvg-hidden {display:none;}
.nvg-addinfo-textarea {max-width: 100%;min-height: 50px;height:100px;}
.address_block {clear:both;}
.nvg-block-adress-fields {width: 100%;margin: 0;}
.jshop.address_block >.clearfix >.nvg-block-adress-fields {
	display: none;
}
#oneStepCheckoutForm .jshop_nvg_register input.fielderror {
	border-color: #da0000;
}
#oneStepCheckoutForm .cart-btn {
	width: 100%;
	text-align: center;
	clear: both;
}
#oneStepCheckoutForm .jshop_prod_cart .uk-thumbnail {
	padding: 0;
	background: transparent;
	border: 0;
	width: 100%;
	max-width: 120px;
	max-height: 100px;
}
#oneStepCheckoutForm .nvg-block-cart-table, #oneStepCheckoutForm .add_info {
	width: calc(100% - 300px);
	padding-left: 30px;
	float: right;
}
#oneStepCheckoutForm .nvg-block-wrapper >div {
    width: 100%;
}
#oneStepCheckoutForm .nvg-block-wrapper {
	width: 270px;
	float: left;
	flex-wrap: wrap;
	display: flex;
}
#oneStepCheckoutForm {
	width: 100%;

}
@media (max-width: 959px) {
	#oneStepCheckoutForm .nvg-block-step4 {
		margin-top: 0;
	}
	#oneStepCheckoutForm .nvg-block-wrapper >div:nth-child(2) {
		padding-left: 15px;
	}
	#oneStepCheckoutForm .nvg-block-wrapper >div:nth-child(1) {
		padding-right: 15px;
	}
	#oneStepCheckoutForm .nvg-block-wrapper >div {
		width: 50%;
    	box-sizing: border-box;
	}
	#oneStepCheckoutForm .nvg-block-step2 .step-header {
		display: block;
	}
	#oneStepCheckoutForm .nvg-block-cart-table, #oneStepCheckoutForm .add_info, #oneStepCheckoutForm .nvg-block-wrapper {
		width: 100%;
		padding: 0;
	}
	#oneStepCheckoutForm .nvg-block-cart-table {
		order: 1;
	}
	#oneStepCheckoutForm .nvg-user-exist-or-new {
		order: 2;
	}
	#oneStepCheckoutForm .nvg-block-wrapper {
		order: 3;
	}
	#oneStepCheckoutForm .add_info {
		order: 4;
	}
	#oneStepCheckoutForm .cart-btn {
		order: 5;
	}
	#oneStepCheckoutForm {
		flex-flow: column wrap;
	}
	#oneStepCheckoutForm {
		flex-flow: column wrap;
		display: flex;
	}
}
@media (max-width: 649px) {
	#oneStepCheckoutForm div.quantity input {
		margin-left: 5px;
		margin-right: 5px;
	}
	#oneStepCheckoutForm div.quantity span.quantitymore, #oneStepCheckoutForm div.quantity span.quantityless {
		width: 30px;
		height: 30px;
		line-height: 25px;
		position: relative;
	}
	#oneStepCheckoutForm div.quantity {
		width: auto;
		padding-bottom: 0;
		display: flex;
	}
	#oneStepCheckoutForm .minicart .trow:last-child {
		margin-bottom: 20px;
	}
}
@media (max-width: 549px) {
	#oneStepCheckoutForm .nvg-block-wrapper >div:nth-child(1), #oneStepCheckoutForm .nvg-block-wrapper >div:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	#oneStepCheckoutForm .nvg-block-step4 {
	    margin-top: 20px;
	}
}
@media (max-width: 415px) {
	#oneStepCheckoutForm .jshop_prod_cart .uk-thumbnail {
		max-width: 90px;
		max-height: 100px;
	}
}