
@import "uikit.css";
#oneStepCheckoutForm .uk-panel-box {width: 100%;box-sizing: border-box;}
#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 .fielderror {
	background: #ffffff !important;
	border-color: #ff0000;
}
#oneStepCheckoutForm  .button_order_finish {
    display: inline-block;
    border: 0px !IMPORTANT;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 17px;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 51px;
    min-width: 202px;
    height: 49px;
    background-color: #ff8200;
    border-radius: 25px;
    border: 0px;
}
.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: 1px dotted #aaa;
	padding: 5px;
	margin-top: 10px;
}
#oneStepCheckoutForm div.quantity {
	position: relative;
	cursor: pointer;
	width: 105px;
	padding: 0px !important;
	margin: 0px auto;
	margin-top: 22px;
}

#oneStepCheckoutForm div.quantity span.quantitymore:after,
#oneStepCheckoutForm div.quantity span.quantityless:after {
}

#oneStepCheckoutForm div.quantity span.quantityless:after {
	border-top: 6px solid #717171;
	border-bottom: 0px;
}
#oneStepCheckoutForm div.quantity input{margin:0;}

#oneStepCheckoutForm  .jshop_nvg_register input {}
#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;}
.jshop.address_block input {
}

.jshop.address_block .uk-grid > div:first-child {
}

.jshop.address_block .uk-grid > div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
span.requiredtext {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #ff0119;
    position: absolute;
    left: 0px;
    top: 0px;
}
.uk-text-center {
    position: relative;
    text-align: left !important;
    margin-top: 15px;
}

#oneStepCheckoutForm .button_order_finish:hover {
    color: #ffffff;
    background: #2f2f2f;
}
a.jclose {
    position: absolute;
    left: 0px;
    top: 21px;
    background: #393939;
    color: #fff !important;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 20px !important;
    line-height: 20px !important;
    color: #fff;
    text-decoration: none !important;
}

a.jclose:hover {
    color: #fff;
    background: #17181a;
}
tr.jshop_prod_cart td {
    position: relative;
}

td.jshop_img_description_center a {
    display: inline-block;
    text-decoration: none;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

p.jshop_cart_attribute {
    font-size: 14px;
    color: #8b929c;
}

table.jshop.jshop_subtotal {
    /* background: #31323a; */
    color: #31323a;
    font-size: 15px;
    line-height: 22px;
    padding: 15px 0px 3px 0px;
    display: block;
    border: 0px !IMPORTANT;
    width: 100%;
    box-sizing: border-box;
}

table.minicart.uk-table {
    margin: 0px !IMPORTANT;
    border: 0px !important;
    border-spacing: 0px !important;
    padding: 0px !important;
}

table.jshop.jshop_subtotal tr td {/* width: 50%; */text-align: left;display: inline-block !IMPORTANT;width: auto !IMPORTANT;}
td.prprice {
    padding-top: 48px;
    text-align: center;
    line-height: 25px;
    color: #31323a;
    font-size: 16px;
    font-weight: 500;
}

td.prprice i {
    font-size: 12px;
}

td.prtotal {
    padding-top: 43px;
    line-height: 25px;
    font-size: 23px;
    display: block;
    text-align: right;
    color: #ff8200;
    vertical-align: top;
    top: 7px;
    font-weight: 700;
}

td.prtotal i {
    font-size: 12px;
}
#oneStepCheckoutForm div.quantity span.quantitymore:hover {}

#oneStepCheckoutForm div.quantity span.quantityless:hover {
}
table.minicart.uk-table thead th {
    vertical-align: top;
    padding: 0px 0px;
    text-align: center;
    box-sizing: border-box;
    border-top: 2px solid #ff8200;
    border-bottom: 2px solid #ff8200;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
}
th.tdmt1 {text-align: left !important;}

.basket_img {
    line-height: 74px !important;
}
table.jshop.jshop_subtotal {
    text-align: left;
    line-height: 25px;
}
table#table_shippings span.currencycode i {
    font-size: 13px;
}

td.jshop_shipping_method i {
    font-size: 14px;
}

.deltxt {
    color: #ff030f;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    margin-bottom: 25px;
}
.jshop .total td.value {
    color: #17181a;
    font-size: 30px;
    line-height: 25px;
    font-size: 23px;
    display: block;
    color: #ff8200;
}
.jshop .total {
    color: #050000 !important;
}
a.jclose:hover {
}
span.credits-offer__top_text > span {
    display: block;
    font-weight: normal;
    margin-top: -18px;
}

th.tdmt4 {
    width: 210px;
    text-align: right !IMPORTANT;
}

th.tdmt3 {
    width: 125px;
}