
/* checkout + mein Konto */

.checkoutsteps {
    margin-top: 30px;
}

.checkoutsteps .col-sm-12{
    display: flex;
    justify-content: center;
}

.checkoutsteps .col-sm-12 > div {
    width: 25%;
    height: 100px;
    padding-top: 40px;
    text-align: left;
}

.checkoutsteps .col-sm-12 .active {
    color:#e73431;
}

.checkoutsteps .checkout_basket {
    background:url(../img/checkout_step_cart.svg) no-repeat top left;
    background-size: 30px 30px !important;
}
.checkoutsteps .checkout_basket.active {
    background:url(../img/checkout_step_cart_hover.svg) no-repeat top left;
}

.checkoutsteps .checkout_payment {
    background:url(../img/checkout_step_payment.svg) no-repeat top left;
    background-size: 30px 30px !important;
}
.checkoutsteps .checkout_payment.active {
    background:url(../img/checkout_step_payment_hover.svg) no-repeat top left;
}

.checkoutsteps .checkout_ordersummary {
    background:url(../img/checkout_step_summary.svg) no-repeat top left;
    background-size: 30px 30px !important;
}
.checkoutsteps .checkout_ordersummary.active {
    background:url(../img/checkout_step_summary_hover.svg) no-repeat top left;
}

.checkoutsteps .checkout_ordersuccess {
    background:url(../img/checkout_step_confirmation.svg) no-repeat top left;
    background-size: 30px 30px !important;
}
.checkoutsteps .checkout_ordersuccess.active {
    background:url(../img/checkout_step_confirmation_hover.svg) no-repeat top left;
}

.paymentwrapper label{
    padding-left: 30px;
    position: relative;
}

.paymentwrapper label:before {
    height: 15px;
    width: 15px;
    content:'';
    display: inline-block;
    position: absolute;
    left:0;
    border: 2px #565656 solid;
    top: 3px;
    border-radius: 50%;
}

.paymentwrapper label:hover:before {
    border: 2px #e73431 solid;
    background: #e73431 ;
}

.paymentwrapper input[type="radio"]:checked+label {
    color: #0f283c;
}

.paymentwrapper input[type="radio"]:checked+label:before {
    border: 2px #0f283c solid;
    background: #0f283c ;
}
.paymentwrapper input[type="radio"] {
    display: none;
}

form .actionbutton.button, .primarybuttonm, .button.actionbutton, .OrderDetailForm .addtobasket.button, .createaccountbutton, .createaddressbutton{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .6em 1em;
    border: 1px solid transparent;
    border-radius: 12px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: "font_medium";
    font-size: 17.28px;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0f283c;
    color: #fff;
    font-weight: normal;
    width: auto;
    width:100%;
    background-image: none;
}

.font-loginform a.button {
    color: #fff;
    font-family: "font_medium";
    font-size: 17.28px;
    font-weight: normal;
}

form .actionbutton.button:hover, .primarybutton:hover, .button.actionbutton:hover, .OrderDetailForm .addtobasket.button:hover, .createaccountbutton:hover, .createaddressbutton:hover{
    background-color: #153854;
    color: #fff !important;
    border: 1px solid transparent;
}

form .button.normal, .OrderDetailForm .button.backbutton, .deliveryadressbutton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .6em 1em;
    border: 1px solid transparent;
    border-radius: 12px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: "font_medium";
    font-size: 17.28px;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #8AA9A7;
    color: #fff;
    font-weight: normal;
    width: auto;
    width:100%;
}

form .button.normal:hover, .OrderDetailForm .button.backbutton:hover, .deliveryadressbutton:hover {
    background-color: #8AA9A7;
    color: #fff!important;
    border: 1px solid transparent;
}

.productlist-loadmorebutton-container .button {
    background-color: #F5F1E9;
    color: #2b2e34;
}

.productlist-loadmorebutton-container .button:hover {
    background-color: #F5F1E9;
    color: #2b2e34 !important;
}

.font-basket-heading {
    font-size: 20px;
    line-height: 27px;
    color: #4D4D4D;
    font-family: "font_bold";
}

.productheader , .product{
    border-bottom: 2px solid #F5F1E9;
}
.captions + .product {
    border-top: 2px solid #F5F1E9;
}

.font-basket-product, .font-basket-amount, .font-basket-unit {
    font-weight: normal;
    color: #696C7B;
    font-family: "font_regular" !important;
    font-size:16px;
}

.textsmall {
    font-size:14px;
    color: #696C7B;
    font-family: "font_regular" !important;
}

.font-nra {
    font-size: 14px;
    color: #696C7B;
    font-family: "font_regular" !important;
}

.product input, .textfield, select {
    border: 2px solid #F5F1E9;
    height: 40px;
    font-size: 20px;
    color: #4D4D4D;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: left;
    font-family: "font_regular" !important;
}

select {
    font-family: "font_regular"  ,sans-serif !important;
   
}



.donationfield:focus { padding-left:15px !important; }
.donationfield { padding-left:8px !important; }


.donationfield:focus::-webkit-input-placeholder { color:transparent; }
.donationfield:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.donationfield:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.donationfield:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

select, select[size], select[multiple] {
    height: 40px;
    font-size: 20px;
    background: none;

}

textarea, textarea.comment {
    border: 2px solid #F5F1E9;
    font-size: 20px;
    color: #4D4D4D;
    margin-bottom: 25px;
    padding: 10px 15px;
    text-align: left;
    font-family: "font_regular" !important;
}

.icon.delete, .button.delete {
    background: url(../img/cart_remove.svg) left center no-repeat;
    height: 20px;
    background-size: 20px 20px !important;
    padding: 0;
    line-height: 20px;
}

.icon.delete:hover, a:hover .icon.delete, .dropdown-toggle:hover .icon.delete, .button.delete:hover {
    background: url(../img/cart_remove_hover.svg) left center no-repeat;
    height: 20px;
}

.refresh.button {
    background: url(../img/cart_update.svg) left center no-repeat;
    height: 20px;
    background-size: 20px 20px !important;
    padding: 0;
    line-height: 20px;
}

.refresh.button:hover {
    background: url(../img/cart_update_hover.svg) left center no-repeat;
    height: 20px;
    background-size: 20px 20px !important;
}

text {
    font-family: "font_bold" !important;
}

.font-basket-heading-small {
    font-family: "font_bold" !important;
    color: #4D4D4D;
}

.font-loginform {
    font-family: "font_regular" !important;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 24px;
    
}

.totalamount.font-text-title {
    font-family: "font_bold" !important;
    color: #4D4D4D;
    text-decoration: none;
}

.totalrow .totalamount.font-text-title {
    font-size: 22px ;
    color: #0f283c;
}

.row.captions.font-basket-heading {
    margin:0;
}

.totalrow {
    margin:20px 0;
    
}

.font-text-title {
    font-family: "font_bold" !important;
    color: #4D4D4D;
}

.basket-main-table .product img{
    height: auto;
}

.basket-main-table .product .col-sm-1.hidden-xs{
    display: block ;
  
}

.basket-main-table .product .productthumbnail {
    padding-left: 0;
    padding-right: 20px;
}

.basket-main-table .product .delete-button .icon.delete {
    margin-top: 10px;
}

.basket-main-table .product .productname .productlink {
    font-size: 22px;
    margin-bottom: 5px;
}

.basket-main-table .text-right {
    padding-right: 5px;
}

.font-basket-product a {
    color:#0f283c;
}

.font-basket-product a:hover {
    color: #e73431;
}


/* Mein Konto*/

.nav-tabs.submit-tabs a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    margin: 10px 30px 0 0;
    border: none;
    padding: 0 0 10px 0;
}

.nav.nav-tabs li.active a  {
    border-bottom: 4px solid #F5F1E9;
}

.nav-tabs {
    border-bottom: 1px solid #F5F1E9;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background:none;
}

.font-loginform-heading {
    color: #2B2E34;
    font-size: 25px;
    line-height: 34px;
    font-family: "font_medium";
}

.createaccountbutton, .login .createaddressbutton  {
    margin-top: 20px;
}

.createaddressbutton:hover {
    background-image: none;
}

.login .createaddressbutton {
    padding-left: 0;
    padding-right: 0;
}

.createaccountbutton, .createaccountbutton:hover {
    background-image: none;
}

.font-loginform .button.delete {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .6em 1em;
    border: 1px solid transparent;
    border-radius: 12px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: "font_medium";
    font-size: 17.28px;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #e73431;
    color: #fff;
    font-weight: normal;
    width: auto;
    width: 100%;
    background-image: none;
    height: 39px;
}

/* Bestellungen */
.historyoverviewline{
    border-top: 2px solid #F5F1E9;
    padding: 10px 0;
}

.orderdetail .productrow > div{
    border-top: 2px solid #F5F1E9;
    padding: 10px 15px;
}

.historyoverviewline:hover {
    border-top: 2px solid #F5F1E9;
    padding: 10px 0;
    background-color: #ffffff;
}

.historysortbutton {
    font-size: 20px;
    line-height: 27px;
    color: #4D4D4D;
    font-family: "font_bold";
}

.orderdetail .total {
    color: #4D4D4D;
    font-family: "font_bold";
}

.icon.print {
    margin-top: 20px;
}