/* correct default Bootstrap values */
/* line 1092 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
}

/* line 1131 */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 1181 */
select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

/* line 1714 */
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

/* END */

body {
    font-size: 13px;
    line-height: 18px;
}

.width-100 {
    width: 100% !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.clearfix {
    clear: both;
}

.d-none {
    display: none !important;
}


.push {
    height: 5px;
    min-height: 5px;
}

.basket {
    background: #fff;
    margin-top: 5px;
}

.basket .basket-inner {
    padding: 0px;
}

.basket .basket-item {
    line-height: 20px;
    padding: 5px 0;
    color: #707070;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.basket .basket-item .basket-item-amount {
    white-space: nowrap;
    margin-left: 10px;
}

.basket .basket-title {
    color: #183852;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.basket .basket-item-total {
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #ccc solid;
}

.basket .ssl-secured img {
    padding-left: 10px;
}

.basket .basket-footer {
    background: #b2b2b2;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    color: #5e5c59;
}

p.legal, p.phonenumber_hint {
}

.footer {
    min-height: 40px;
    line-height: 40px;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
}

.footer input {
    margin-left: 5px;
    margin-right: 5px;
}

.sp-payment-logo img {
    height: 50px;
}

.payment-form .control-group .one-fifth {
    height: 26px;
    width: 19%;
    display: inline-block;
    position: relative;
}

.payment-form .control-group .half {
    height: 26px;
    width: 49.6%;
    display: inline-block;
    position: relative;
}

.payment-form .control-group span.half a {
    margin-left: 4%;
    right: 0;
    text-align: center;
}

.cc-logo {
    width: 40px;
}

input.btn-cancel {
    background: #D3D3D3;
    border: 0;
    color: #fff;
    text-shadow: none;
    word-wrap: normal;
    margin-left: 20px;
}

input.btn-cancel:hover {
    background: #afb0ac;
    border: 0px;
    color: #333;
}

input[type=submit] {
    background: #7ba02d;
    text-shadow: none;
    word-wrap: normal;
    border: 0px solid #7ba02d;
    background-image: -webkit-linear-gradient(top, #7ba02d, #7ba02d);
}

input[type=submit]:hover {
    background: #7ba02d;
    color: #333;
}

input.btn-success:active {
    background: #7ba02d;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #ababab;
    border-color: #7ba02d
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #7ba02d;
    -webkit-box-shadow: 0 0 0px #7ba02d;
    -moz-box-shadow: 0 0 0px #7ba02d;
    box-shadow: 0 0 0px #7ba02d
}

select:focus {
    outline-color: #7ba02d;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #7ba02d;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 0px 0px #7ba02d, 0 0 0px #7ba02d;
    -moz-box-shadow: inset 0 0px 0px #7ba02d, 0 0 0px #7ba02d;
    box-shadow: inset 0 0px 0px #7ba02d, 0 0 0px #7ba02d
}

.modal {
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0 auto;
    max-height: 95%;
    max-width: 900px;
}