body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #606060;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000 !important;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus, .btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000 !important;
}

.btn-success,
.btn-success.active{
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff !important;
    border-radius: 0;
}

.btn-info{
    background: #000000;
    padding: 9px 45px;
    border-radius: 0;
    border: 1px solid #000000;
}

.btn-info:hover,
.btn-info:active:hover,
.btn-info.active:hover{
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

a{
    color: #606060;
}

a:hover{
    color: #000000;
}

h2{
    font-size: 36px;
    color: #000000;
    font-family: 'Tinos', serif;
}

h1{
    font-family: 'Tinos', serif;
    color: #000000;
    font-size: 40px;
    text-transform: none;
}

.heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}

.heading-wrapper.heading-wrapper-bordered h2{
    margin-bottom: 40px;
}

/*Login*/
.modal-header{
    background: #ffffff;
    border-bottom: 0;
    padding: 20px 30px 5px;
}
.modal .title{
    color: #111111;
    font-size: 24px;
    text-align: center;
    font-family: 'Tinos', serif;
}

.modal .close{
    color: #000000;
    padding: 3px 0px;
    font-weight: 100;
    font-size: 30px;
}

.form-group label{
    font-size: 12px;
    color: #626262;
}

.modal .form-control{
    border: 1px solid #CCCCCC;
}

.forgotten-password{
    color: #3a3a3a;
}

.forgotten-password:hover{
    color: #000000;
}

.registration-btn-wrapper .title{
    color: #626262;
    font-size: 13px;
    text-transform: none;
}

.modal-footer .registration-btn-wrapper .btn{
    height: 46px;
    line-height: 44px;
    text-transform: none;
    font-size: 16px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.modal-footer .registration-btn-wrapper .title{
    color: #000000;
    font-family: 'Roboto', serif;
}

.modal-footer .registration-btn-wrapper .btn:hover{
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
.modal-footer{
    background: transparent;
    border-top: 0;
    padding: 15px 30px 35px;

}

.modal-footer .btn{
    margin: 0 auto;
    height: 46px;
}

.modal-footer .btn.btn-login{
    height: 46px;
}

.modal-footer .btn.btn-login span{
    text-transform: none;
    font-size: 16px;
}
.icheckbox_flat.checked{
    border: 1px solid #FF3943;
    background: #FF3943 url(../../images/core/check_box.png) center no-repeat !important;
}

.icheckbox_flat, .iradio_flat{

}

.modal .form-group.form-group-checklabel{
    margin-bottom: 10px;
}

.modal.modal-email .title,
.modal.modal-email .close{
    color: #000000;
}

.icheckbox_flat:hover, .iradio_flat:hover{
    border: 1px solid #FF3943;
}
.icheckbox_flat:hover, .iradio_flat{
    border: 1px solid #FF3943;
}

.icheckbox_flat.checked, .iradio_flat.checked{
    background: transparent;
}

.iradio_flat.checked:after{
    background: #FF3943;
    width: 10px;
    height: 10px;
}

.table > thead > tr > th{
    color: #000000;
}

.modal.orderdetails-modal .title{
    font-size: 25px;
}

.modal.modal-medium.orderdetails-modal .title{
    font-size: 20px;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:focus,
.btn-primary.focus{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

.delivery-option-text button:hover, .delivery-option-text button:focus, .delivery-option-text button:active:focus {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff;
}

#invoice_modal_order:hover .close{
    background: transparent !important;
    border: none !important;
}

#invoice_modal_order .close {
    border: none;
}

#invoice_modal_order .close:hover {
    background: transparent;
    color: #000000;
}

.table>tbody>tr:hover>td, .table>tbody>tr:hover>th{
    background-color: #efefef;
}

.newsletter .form-group input{
    color: #000000 !important;
}

.icheckbox_flat {
    flex-shrink: 0;
}

.popover.bottom>.arrow:after{
    border-bottom-color: #000000;
}

.popover-title{
    padding: 10px 10px;
    font-size: 14px;
    line-height: 14px;
    background: #000000;
    color: #ffffff;
}

.filter-group .btn-search:focus{
    background: #Ffffff !important;
}
.btn:focus, .btn:active:focus{
    color: #000000;
}