
@import "uikit.css";
#oneStepCheckoutForm .uk-panel-box {
	background: #fafafa;
	color: #444;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#oneStepCheckoutForm .uk-form select,
#oneStepCheckoutForm .uk-form textarea,
#oneStepCheckoutForm .uk-form input[type="text"],
#oneStepCheckoutForm .uk-form input[type="password"],
#oneStepCheckoutForm .uk-form input[type="datetime"],
#oneStepCheckoutForm .uk-form input[type="datetime-local"],
#oneStepCheckoutForm .uk-form input[type="date"],
#oneStepCheckoutForm .uk-form input[type="month"],
#oneStepCheckoutForm .uk-form input[type="time"],
#oneStepCheckoutForm .uk-form input[type="week"],
#oneStepCheckoutForm .uk-form input[type="number"],
#oneStepCheckoutForm .uk-form input[type="email"],
#oneStepCheckoutForm .uk-form input[type="url"],
#oneStepCheckoutForm .uk-form input[type="search"],
#oneStepCheckoutForm .uk-form input[type="tel"],
#oneStepCheckoutForm .uk-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 .uk-form label,
#oneStepCheckoutForm .uk-form input,
#oneStepCheckoutForm .uk-form select,
#oneStepCheckoutForm .uk-form textarea {
	font-family: Cuprum!important;
}
#oneStepCheckoutForm .jshop_register input {
	width: 85%;
}

#oneStepCheckoutForm .uk-form  .uk-form-icon input {
	padding-left: 0!important;
}
#oneStepCheckoutForm .uk-navbar {
	background: #f7f7f7;
	color: #444444;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
#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 .uk-grid {
	margin-top:5px;
}

#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 {
	text-transform: uppercase;
	color: rgb(9, 9, 177);
}
#oneStepCheckoutForm .uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] > .uk-panel.uk-hidden + .uk-panel {
	margin-top: 0px;
}
#oneStepCheckoutForm .preview_discount {
	color: green;
}
#oneStepCheckoutForm .uk-icon-trash {
	color: #888;
}
#oneStepCheckoutForm .add_info {
	margin-top: 10px;
}
#oneStepCheckoutForm .rabatt_input {
	padding: 7px 10px;
}
#oneStepCheckoutForm input[id^=quantity] {
	width: 60px;
	height: 38px;
	color: #424236;
	font-family: SF UI Text;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
#oneStepCheckoutForm .fielderror {
	background: #fff1f0;
	border-color: #d85030;
}
#oneStepCheckoutForm  .button_order_finish {
	padding: 10px 40px;
	color: #FFF;
	font-family: SF UI Text;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.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 .minicart thead th {
	background: #F8F7F6;
	color: #424236;
	font-family: SF UI Text;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#oneStepCheckoutForm .minicart thead th:first-child {
	border-radius: 22px 0 0 0;
	background: #F8F7F6;
}
#oneStepCheckoutForm .minicart thead th:last-child {
	border-radius: 0 22px 0 0;
	background: #F8F7F6;
}
#oneStepCheckoutForm .jshop_prod_cart {
	border-bottom: 1px solid #E3E3E3;
}
#oneStepCheckoutForm  .row_agb {
	border: 1px dotted #aaa;
	padding: 5px;
	margin-top: 10px;
}
#oneStepCheckoutForm div.quantity {
	
}

#oneStepCheckoutForm div.quantity span.quantitymore, #oneStepCheckoutForm div.quantity span.quantityless {
	cursor: pointer;
}
#oneStepCheckoutForm div.quantity img {
	opacity: .7;
}

#oneStepCheckoutForm div.quantity img:hover {
	opacity: 1;
}

#oneStepCheckoutForm  .jshop_nvg_register input {
	height: 40px;
	padding: 10px 15px;
	border-radius: 60px;
	border: 1px solid #E3E3E3;
	background: #FFF;
}
#oneStepCheckoutForm  .jshop_nvg_register select {width:90%;}

#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;}

#oneStepCheckoutForm .cart-prod-title {
	color: #424236;
	font-family: BureauAP;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#oneStepCheckoutForm p.jshop_cart_attribute {
	margin-bottom: 10px;
	padding-left: 0;
}

#oneStepCheckoutForm .short_description {
	color: #424236;
	font-family: SF UI Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

#oneStepCheckoutForm .pfcartimg {
	max-width: 185px;
	border-radius: 22px;
}

#oneStepCheckoutForm .cart-trash {
	position: absolute;
	bottom: 25%;
	color: #d91919;
}

#oneStepCheckoutForm .cart-prod-price {
	color: #424236;
	font-family: SF UI Text;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#oneStepCheckoutForm .btn-back {
	padding: 12px 62px;
	border-radius: 22px;
	border: 1px solid #D6DD8F;
	background: #FFF;
	color: #424236;
	font-family: SF UI Text;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#oneStepCheckoutForm .btn-back:hover {
	opacity: .7;
}

#oneStepCheckoutForm .right-cart-bar {
	border-radius: 22px;
	background: #FFF;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
}

#oneStepCheckoutForm .jshop_shipping_method .shipping_descr {
	font-size: 14px;
}