/* General */

.wrapper #navbar {
    height: 82px;
}

.main-container.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.alert {
    margin: 20px auto;
    width: 90%;
}

.messages__wrapper {
    margin-top: 0 !important;
}

.footer,
.ajax-trigger-wrap,
.hide-store-options,
.hide-services,
.confirmation-button,
.page-header,
.appointment-heading,
.banner-heading {
    display: none !important;
}

.path-edit-appointment-time .appointment-heading {
    display:block!important;
}

.path-edit-appointment-time .appointment-heading button {
    display: none !important;
}

body .main-container {
    width: 100%;
    padding-top: 82px !important;
}

body {
    background-color: #f0f0f0 !important;
}

.path-categories .confirmation-button {
    display: block !important;
}

/* -------------- */


/* General Colors */

.select_service .active-store .appointment-item {
    border-color: #F1E4D1;
}

.personlig_shopper_dame .appointment-item {
    border-color: #D5BAC9;
}

.gave_shopper .appointment-item {
    border-color: #D2CE9A;
}

.beauty_services .appointment-item {
    border-color: #F26B78;
}

.beauty_shopper .appointment-item {
    border-color: #F59D9D;
}

.lingeri_shopper .appointment-item {
    border-color: #F4D3E4;
}

.personlig_shopper_herre .appointment-item {
    border-color: #B3C9E6;
}

.select_service .appointment-item:not(.active-store) .appointment-item {
    border: none;
}

/* -------------- */

/* Banner Image */

body.path-frontpage .main-container.appointment-book {
    padding-top: 82px !important;
}

.appointment-content-wrap {
    padding-bottom: 37px;
}

.appointment-content {
    max-width: 634px;
    margin: 0 auto;
}

.appointment-content-title {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background-color: #F1E4D1;
    color: #000000;
    width: 100vw;
    margin-left: 0;
    font-family: 'Graphik';
    font-size: 20px;
    flex-direction: column;
    margin-bottom: 22px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.appointment-content-title h2 {
    font-family: 'Graphik-Light';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #fff;
}

.appointment-content-title h2 span:last-child {
    font-family: 'Graphik-Light-Italic';
}

/* -------------- */



/* Appointment General */
.service-sub-title {
    opacity: 1;
    color: rgba(57, 57, 57, 1);
    font-family: "Graphik-Light";
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 18px;
}

.shopper-wrap .service-sub-title {
    margin-bottom: 29px;
}

.category-title {
    color: rgba(57, 57, 57, 1);
    font-family: "Graphik-Light";
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}


.category-title span:last-child {
    font-family: "Graphik";
    font-weight: 400;
}

.appointment-item {
    position: relative !important;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 7px !important;
    margin-top: 0 !important;
    border-left: 14px solid transparent;
}

.home-list-div>div:last-of-type .appointment-item {
    margin-bottom: 0 !important;
}

.active-store .appointment-item,
.active-cat .appointment-item,
.active.appointment-item {
    border-style: solid;
    border-width: 2px 2px 2px 14px;
}

.appointment-item input {
    margin: 0 !important;
}

.appointment-item label {
    min-height: 60px !important;
    display:flex;
    align-items: center;
    font-family: "Graphik-Light";
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.active-store label,
.active-cat label,
.active.appointment-item label {
    font-family: "Graphik-Medium";
    font-weight: 500;
}

.appointment-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.select_service {
    margin-bottom: 30px;
}

.confirmation-button button,
.submit-btn button {
    height: 45px;
    width: 100%;
    background-color: #FBFBFB !important;
    color: #C0C0C0 !important;
    font-family: "Graphik-Medium";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 37px;
    border: none !important;
    pointer-events: none;
}

.submit-btn.confirm-btn .button,
.confirmation-button button.confirm-btn {
    pointer-events: all;
    background-color: #fff !important;
    color: rgba(51, 51, 51, 1) !important;
}

.confirmation-button {
    display: none;
}

/* Appointment Footer */
.appointment-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.appointment-footer-logo {
    max-width: 86px;
}

/* Appointment Sub Catergory */
.appt-category-service {
    position: relative !important;
    height: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: rgba(51, 51, 51, 1);
    border-bottom: 2px solid #fff;
}

.appt-category-service:first-of-type {
    border-top: 2px solid #fff;
}

.appt-category-service input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    margin: 0 !important;
}

.appt-category-service label {
    font-family: "Graphik";
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    margin: 0 !important;
}

#service-name-wrapper {
    padding-bottom: 19px;
    border-bottom: 2px solid #fff;
}

#service-name-wrapper .appointment-item:last-of-type {
    margin-bottom: 0;
}

.appt-category-service:after {
    content: '';
    background-image: url(../../images/chevron-arrow.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    transition: all 0.3s;
}

.appt-category-service.active-appt-service:after {
    transition-delay: 550ms;
    transform: translateY(-50%) rotate(90deg);
}

.service_type_selection_tab {
    position: relative;
    top: -2px;
}

.appointment-services-category-form #service-name-wrapper .appointment-item .service-details {
    display: none;
    font-size: 14px;
    padding: 0 20px 20px;
    max-width: 450px;
    width: 100%;
    color: rgba(57, 57, 57, 1);
    font-size: 16px;
    font-family: "Graphik-Light";
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.7;
}

.appointment-services-category-form #service-name-wrapper .appointment-item.active .service-details {
    display: block !important;
}
  
.appointment-services-category-form #service-name-wrapper .appointment-item .service-details p {
    font-family: "Graphik-Light";
}

/* Responsive */
  
@media (max-width:767px) {
    body.path-frontpage .main-container {
        padding-top: 0 !important;
    }

    .appointment-content-title {
        margin-bottom: 20px;
    }

    .category-title {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.2;
        margin-bottom: 22px;
    }

    .appt-category-service {
        height: 50px !important;
        justify-content: flex-start;
    }

    .appt-category-service:after {
        width: 14px;
        height: 14px;
    }

    .appt-category-service label {
        font-size: 16px;
        margin-left: 14px !important;
    }

    .service-sub-title {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.2;
        margin-bottom: 22px;
    }

    .appointment-item {
        margin-bottom: 8px !important;
        margin-top: 0 !important;
        border-left: 14px solid transparent;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .appointment-item label {
        min-height: 45px !important;
        font-size: 16px;
        margin: 0 0 0 18px !important;
    }

    .appointment-services-category-form #service-name-wrapper .appointment-item .service-details {
        font-size: 14px;
    }

    .appointment-content {
        padding: 0 25px;
    }

    .confirmation-button button,
    .submit-btn button {
        margin-top: 43px;
    }
    
    .appointment-footer-logo {
        max-width: 82px;
    }
}