body{
    font-family: 'Sarabun', sans-serif;
}

a{
    color: #000000;
}

a:hover{
    color: #00B9E7;
}

/* Modals */
.modal-header{
    background: #Ffffff;
    text-align: center;
    border-bottom: none;
    padding: 30px 40px 10px;
}

.modal .title{
    color: #000000;
    font-size: 21px;
}

.modal .close{
    color: #00B9E7;
    font-size: 29px;
}

.modal-header .close{
    margin-top: 0;
}

.form-group label{
    color: #606060;
    font-size: 13px;
    margin-bottom: 5px;
}

.modal .form-control,
.form-control{
    border: 1px solid #CCCCCC;
    border-radius: 9px;
    background: #F9F9F9;
    height: auto;
}

.forgotten-password small{
    font-size: 13px;
}

.forgotten-password{
    color: #000000;
}

.forgotten-password:hover{
    color: #00B9E7;
}

.modal-footer{
    background: #ffffff;
    border-top: none;
    text-align: center;
    padding: 5px 30px 40px;
}

.modal-footer .btn-login{
    border: 1px solid #00B9E7;
    color: #00B9E7;
    background: #ffffff;
    font-size: 15px;
    line-height: 35px;
    height: 37px;
    border-radius: 18px;
}

.modal-footer .btn-login:hover{
    color: #ffffff;
    background: #00B9E7;
}

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

.modal-footer .registration-btn-wrapper .btn{
    background: #757575;
    font-size: 15px;
    line-height: 37px;
    height: 37px;
    border-radius: 18px;
    border: none;
    color: #ffffff;
}

.styled-select select{
    border: 1px solid #C2C2C2;
    border-radius: 9px;
    color: #848484;
    font-size: 13px;
}

.styled-select{
    border: none;
    background: url(../../images/nbshop5_vulkan_izdavastvo/core/triangle-bottom_1.png) no-repeat 95% #F9F9F9;
}

.modal-footer .btn{
    border: 1px solid #00B9E7;
    color: #00B9E7;
    background: #ffffff;
    font-size: 15px;
    line-height: 35px;
    height: 37px;
    border-radius: 18px;
}

.modal-footer .btn:hover{
    color: #ffffff;
    background: #00B9E7;
}

/* Newsletter modal */
.modal.modal-email .close{
    color: #00B9E7;
}

.modal.modal-email .title{
    color: #000000 !important;
    font-size: 21px !important;
}

.modal.modal-email .description{
    text-align: left;
}

.modal.modal-email .form-control{
    background: #ffffff;
    color: #8F8F8F;
    border-radius: 22px;
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modal.modal-email .input-btn-wrapper .btn{
    font-size: 16px;
    background: #00B8E6;
    color: #ffffff;
    font-weight: 400;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    text-transform: none;
}

.icheckbox_flat.checked, .iradio_flat.checked{
    background: #ffffff;
}

.iradio_flat.checked:after{
    width: 8px;
    height: 8px;
    background: #00B9E7;
}

.iradio_flat{
    border: 1px solid #00B9E7;
}

.icheckbox_flat{
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.icheckbox_flat.checked{
    background: url('../../images/nbshop5_vulkan_izdavastvo/core/icheck1.png') no-repeat 2px 2px #00B9E7;
    border: 1px solid #00B9E7;
}

.icheckbox_flat.checked.disabled, .iradio_flat.checked.disabled{
    background: url('../../images/nbshop5_vulkan_izdavastvo/core/icheck1.png') no-repeat 2px 2px #00B9E7;
}

.btn{
    line-height: 22px;
}

.btn-success{
    background-color: #ffffff;
    color: #00B9E7;
    border: 1px solid #00B9E7;
    border-radius: 20px;
    padding: 5px 30px;
}

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

.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-color: #00B9E7;
    border: 1px solid #00B9E7;
}