/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.small-bold-font {
    font-size: 1.2rem;
    font-weight: 500;
}

/*profile*/
#editProfile {
    padding-left: 30px;
}

#editProfile:before {
    margin-top: -7px;
    padding-left: 10px;
}

#bonusList .more {
    max-width: 30px;
    text-align: center;
    color: rgba(0,0,0,.5);
}

/*registration*/

.consent-all-group {
    font-weight: 500;
    font-size: 1.5rem;
}

.consent-all-group label {
    font-size: 1.5rem !important;
}

.registration-module {
    display: none;
}

.formNotValid {
    display: none;
    color: red;
}

#register-form .steps.sign-in li {
    cursor: default;
}

#register-form .steps.sign-in li.active, .steps.sign-in li.done {
    cursor: pointer !important;
}

#register-form .btn {
    cursor: pointer;
}

#city_parent {
    position: absolute;
    padding-left: 5px;
    width: 62% !important;
}

#otherCountryText {
    display: none;
}

#birth, .tus_child_birth, #birth_check {
    visibility: hidden;
    height: 0 !important;
    border: 0 !important;
    position: absolute !important;
}

.page-template-tus-vclanitev .select2-search, .page-template-tus-klub-profil .select2-search {
    display: none;
}

#user-exists {
    display: none;
}

.first-step-check .fa-spinner {
    position: relative;
    top: -5px;
}

#add-kid:hover {
    cursor: pointer;
}

#note-for-step {
    display: none;
    text-align: left;
    max-width: 880px;
    margin: 0 auto 30px;
}

#note-for-step h3 {
    padding-top: 0;
}

.child {
    display: table;
    width: 100%;
}

.child-title {
    display: inline-block;
    width: 5%;
    float: left;
    margin: 8px 10px 0 0;
    font-size: 2.5rem;
    box-sizing: border-box;
    color: #494949;
    font-weight: 900;
}

.parent-delete-child {
    float: right;
}

.child_birthday {
    width: 63%;
    display: inline-block;
    float: left;
}

.section-tus-club-profile .child_birthday {
    width: 72%;
}

.section-tus-club-profile .child_sex_second {
    width: 15%;
}

.child_birthday .date-dropdowns .custom-select-dates + .select2 {
    width: 33.3333%!important;
    min-width: unset;
}

.child_birthday .date-dropdowns .custom-select-dates {
    display: none;
}

.child_sex_second {
    max-width: 20%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    position: relative;
    top: -3px;
}

.child_sex_second p {
    padding-left: 20px;
}

.delete-child {
    cursor: pointer;
    color: #494949;
}

.delete-child {
    font-size: 2.5rem;
    margin-top: 5px;
}

.parent-delete-child {
    width: 5%;
    margin-right: 5px;
}

.child:not(:first-child){
    padding-top: 15px;

}

.previous {
    cursor: pointer;
}

.article-checkout-thank-you.profile-success .checkout-thanks-wrapper {
    font-size: 1.4rem;
}

/*login*/
.login-email-module .form-row.links > p {
    clear: both;
    margin-bottom: 0;
    margin-top: 10px;
}

.login-email-module .form-row.links > a:first-child {
    margin-bottom: 10px;
}
.login-email-module .form-row.links > a:last-child {
    margin-top: 0;
}

/*datepicker registration*/
.date-dropdowns .custom-select-dates + .select2 {
    width: 33.33333% !important;
}

/*registration step 3*/
.module-with-gdpr .grid .col {
    width: 50%;
    max-width: 500px;
}

.grid .module-gdpr.col {
    max-width: 500px;
    margin-left: 80px;
    padding-top: 0;
}

.grid .module-gdpr.col h4 {
    padding-top: 0;
}


#resent-warning, #resent-success {
    display: none;
}

.createShList {
    margin-bottom: 10px;
}

.form-fullscreen-location-change #create-list, .form-fullscreen-shopping-list-change #create-list {
    width: unset;
}

:not(.form-fullscreen-shopping-list-change) #add-to-list, #create-list {
    width: 180px;
    height: 45px;
}

.ui-menu {
    border-color: #007930 !important;
}

.ui-menu .ui-menu-item {
    font-size: 1.4rem !important;
    font-family: Roboto,sans-serif !important;
    padding: 5px 10px !important;
    list-style-image: none !important;
}

.ui-menu .ui-menu-item:hover {
    border-color: #fff;
    background-color: #f3f3f3 !important;
}

.ui-menu .ui-state-active {
    margin: 0 !important;
}

.ui-menu .ui-state-active, .ui-menu .ui-menu-item:hover .ui-widget-content {
    background-color: #f3f3f3 !important;
    background: none !important;
    border: none !important;
}

.ui-menu .ui-menu-item .ui-widget-content {
    background: none !important;
    border: none !important;
}

.registration-links {
    max-width: 500px;
    margin: auto !important;
    display: block;
}

.registration-links.grid .col {
    width: 50%;
    padding: 0;
}

.reset-tk-num {
    color: #007930;
    font-size: 1.2rem;
    cursor: pointer;
}

.show-d-racun > span {
    margin-left: 25%;
}

.password-change > p {
    font-weight: 600;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1280px) {
    .grid .module-gdpr.col {
        padding-left: 20px;
        margin-left: 0;
        box-sizing: border-box;
    }
}

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

    .module-with-gdpr .grid .col{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .grid .module-gdpr.col {
        padding-left: 0;
        margin-top: 20px;
        position: relative;
    }
}

@media only screen and (max-width: 560px) {
    .checkout-thanks-wrapper {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .date-dropdowns .custom-select-dates + .select2 {
        width: 100% !important;
    }
}