html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}



.btn-primary {
    background-color: rgba(2, 2, 2, 0.7) !important;
    border: 1px solid #fff;
}

.btn-primary:hover {
   background-color: rgba(2, 2, 2, 0.65) !important;
    border: 1px solid black;
    text-decoration: none !important;
}

.fa-times-circle {
    font-size: 23px;
    color: #d22e2e;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.header-nav .user li {
    list-style-type: none;
    margin-right: 3em;
}

ul li a {
    color: rgba(2, 2, 2, 0.65);
}

ul li a:hover {
    color: rgba(2, 2, 2, 1)
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
}

.footer-nav li  {
    list-style-type: none;
    margin-right: 3em;
}


body {
    background-image: url(/images/login_background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
    transition: .25s all ease;
}

.login-container {
    display: block;
    position: relative;
    z-index: 0;
    margin: 4rem auto 0;
    padding: 5rem 4rem 0 4rem;
    width: 100%;
    max-width: 500px;
    min-height: 680px;
    /*box-shadow: 0 50px 70px -20px rgba(0, 0, 0, 0.85);*/
    background-size: 100% 100%;
}

.vaios-footer {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-style: italic;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.vaios-footer span a {
    color: white;
    opacity: 1 !important;

}

.vaios-footer span a:hover {
    color: #d9534f;
}

#discounts {
    cursor: pointer;
}

#discounts:hover {
    color: red;
}

.login-container:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at left bottom, #303030 0%,#505050 59%, #252525 100%);

/*    background-image: radial-gradient(ellipse at left bottom, rgba(22, 40, 76, 1) 0%,rgba(33, 56, 101, 0.97) 59%, rgba(23, 35, 59, 0.85) 100%);*/
    -webkit-box-shadow: 0px 0px 37px 7px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 37px 7px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 37px 7px rgba(0,0,0,0.65);
    border-radius: 20px;
    border: 1px solid #3F5172;
}

.form-login {
    position: relative;
    z-index: 1;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.login-nav {
    position: relative;
    padding: 0;
    margin: 0 0 2.5em 1rem;
}

.wrong-message {
    position: relative;
    color: #fff;
    font-weight: 400;
}

.login-nav__item {
    list-style: none;
    display: inline-block;
}

.login-nav__item + .login-nav__item {
    margin-left: 2.25rem;
}

.login-nav__item span {
    position: relative;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.7rem;
    padding-bottom: .5rem;
    transition: border-bottom-width .15s;
}

.change_data_content {
    margin: 0 auto;
}

.gender-select option {
    background: #fff;
    color: black;
}

.login-nav__item.active span,
.login-nav__item span:hover{
    color: #ffffff;
    transition: .15s all ease;
}

.login-nav__item span:after {
    content: '';
    display: inline-block;
    height: 10px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 100%;
    bottom: -1px;
    left: 0;
    border-radius: 50%;
    transition: .15s all ease;
}

.login-nav__item span:hover:after,
.login-nav__item.active span:after{
    background-color: rgb(255, 255, 255);
    height: 2px;
    right: 0;
    bottom: 2px;
    border-radius: 0;
    transition: .20s all ease;
}
.login__label {
    display: block;
    padding-left: 1rem;
}

.login__label,
.login__label--checkbox {
    color: #fff;
    text-transform: uppercase;
    font-size: .75rem;
    margin-bottom: 1rem;
}

.login__label--checkbox {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-bottom: 1em;
    color: #ffffff;
    font-size: .75rem;
    text-transform: inherit;
}

.simple-keyboard {
    padding: 1em;
    position: absolute;
    bottom: 0;
}

.login__input {
    color: white;
    font-size: 1.15rem;
    height: 2.25em;
    padding: .5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    border-radius: 1.5rem;
    background-color: rgba(228, 230, 235, 0.2);
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
}

.modal, .modal-open {
    padding-right: 0px !important;
}


.login__input:hover,
.login__input:focus{
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.31) !important;
    -moz-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.31) !important;
    box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.31) !important;
}

.login__input + .login__label {
    margin-top: 1.5rem;
}

.login__input--checkbox {
    position: absolute;
    top: .1rem;
    left: 0;
    margin: 0;
}

.login__submit {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: .75rem;
    border-radius: 2rem;
    display: block;
    width: 50%;
    color: rgba(255, 255, 255, 0.9);
    background-color: #353535;
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.login__submit:hover {
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.31) !important;
    -moz-box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.31) !important;
    box-shadow: 0px 0px 13px 2px rgba(255,255,255,0.31) !important;
}

.login__forgot {
    display: block;
    margin-top: 3rem;
    text-align: center;
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.login__forgot:hover {
    color: #d0d0d0;
    border: none;
}

.profile-content {
    -webkit-box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.51);
    box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.51);
    padding-bottom: 3em;
    min-height: 650px
}

.profile-button button {
    margin-left: 1em;
    padding-left: 2em;
    padding-right: 2em;
}

.btn-success {
    background-color: rgba(30, 68, 35, 0.9);

}

.profile-header {
    padding: 1.5em;
    padding-left: 3em;
}

.profile-active {
    color: rgb(30, 68, 35) !important;
    padding-bottom: 0.4rem;
}

.profile-header ul li a {
    color: rgba(30, 68, 35, 0.5);
}

.profile-header ul li a:hover {
    color: rgb(30, 68, 35) !important;
    border-bottom: 1px solid rgb(30, 68, 35);
    padding-bottom: 0.4em;
    text-decoration: none;
}

.wrong-data {
    color: red !important;
}

.profile-header ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-left: 0.75em;
    border-bottom: 1px solid rgb(30, 68, 35);
    padding-bottom: 0.4em;
    text-decoration: none;
    list-style-type: none;
}

.profile-header ul li {
    text-decoration: none;
    font-size: 18px;
    padding-left: 2em;
}

.user-data {
padding-left: 1em;
    padding-right: 3em;
}

.form-div .change_data_content label {
    color: #000000;
}

.change_data_content input, .change_data_content select {
    opacity: 1;
    border: 1px solid rgb(22, 47, 22);
}

.form-div .change_data_content {
    margin: 0;
    padding-left: 4em;
}

/*.modal-content, .modal-dialog {*/
/*    min-width: 1000px;*/

/*}*/

.delivery-address {
    margin: 0 1.5em !important;
}

.form-div .login__input {
    color: rgba(22, 47, 22, 0.7);
}

.form-div .login__input:hover,
.form-div .login__input:focus {
    border: 1px solid rgba(22, 47, 22, 0.5) !important;
    color: rgb(22, 47, 22) !important;;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(22,47,22,0.31) !important;
    -moz-box-shadow: 0px 0px 13px 2px rgba(22,47,22,0.31) !important;
    box-shadow: 0px 0px 13px 2px rgba(22,47,22,0.31) !important;
}
/*.delivery-address input {*/
/*    width: 50% !important;*/
/*}*/

.product-header, .category-header {
    border-bottom: 1px solid green;
}

.product, .category {
    width: 20%;
    padding: 1.5em;
}

.product-buttons button {
    margin: 0 auto;
}

.product-text p {
    font-size: 16px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

@media only screen and (max-width: 768px) {

}
