[styles-root] .ccp-user-wishlist-add-popup {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
    color: #000;
    font-family: "ConradBasis", "Helvetica Neue", Arial, sans-serif;
    vertical-align: baseline;
}

.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}

.v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.ccp-user-spa-popup .v--modal {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    border-radius: unset;
}

.v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
}

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

.v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
}

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}

[styles-root] .popupContent {
    border: 2px solid #777777;
    padding: 15px;
    background: #fff;
    position: relative;
}

[styles-root] .popupContent:after {
    clear: both;
    content: "";
    display: block;
}

[styles-root] .popupContent .buttonWrapper {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
}

[styles-root] .headerContent {
    min-height: 35px;
    padding-right: 35px;
}

[styles-root] .headerContent:after {
    clear: both;
    content: "";
    display: block;
}

[styles-root] .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5625;
}

[styles-root] .subtitle {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
}

[styles-root] .ccp-user-form-field-wrapper {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
    color: #000;
    font-family: "ConradBasis", "Helvetica Neue", Arial, sans-serif;
    vertical-align: baseline;
}

[styles-root] hr {
    border: 0;
    height: 2px;
    background: #d9dfe4;
    margin: 1rem 0;
}

[styles-root] .buttonWrapper .closeButton {
    width: 50px;
    height: 50px;
    background: #777777;
    border-radius: unset;
}

[styles-root] .ccp-user-form-field-wrapper .label-wrapper {
    height: 1.5625em;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5625;
    white-space: nowrap;
    overflow: hidden;
}

[styles-root] .ccp-user-form-field-wrapper.type-default .label-wrapper {
    color: #3b4454;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper {
    position: relative;
    width: 100%;
}

[styles-root] .ccp-user-form-field-wrapper .description-wrapper {
    height: 1.5625em;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
    white-space: nowrap;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper .input {
    width: 100%;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper .input.dropdown,
[styles-root] .ccp-user-form-field-wrapper .input-wrapper .input.textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper .input.dropdown {
    cursor: pointer;
}

[styles-root] .ccp-user-form-field-wrapper.type-default .input-wrapper .input {
    border-color: #b4c0cb;
    background: #eaedef;
    color: #000;
}

[styles-root] .ccp-user-form-field-wrapper.height-50 .input-wrapper .input {
    height: 50px;
    padding: 0 17px;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper .input .option {
    border-radius: 15px;
    color: #000;
    background-color: #eaedef;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper .hook {
    position: absolute;
    pointer-events: none;
    display: none;
}

[styles-root] .ccp-user-form-field-wrapper.height-50 .input-wrapper .hook {
    -webkit-transform: scale(0.625);
    transform: scale(0.625);
    top: 8px;
    right: 16px;
}

[styles-root] .ccp-user-form-field-wrapper.height-50 .input-wrapper .hook.with-flyout {
    right: 48px;
}

[styles-root] .ccp-user-form-field-wrapper .input-wrapper .arrow {
    position: absolute;
    pointer-events: none;
}

[styles-root] .ccp-user-form-field-wrapper.height-50 .input-wrapper .arrow {
    -webkit-transform: scale(0.725);
    transform: scale(0.725);
    top: 8px;
    right: 16px;
}

[styles-root] .button-row:after {
    content: " ";
    display: block;
    clear: both;
}

[styles-root] .button-row .button {
    display: block;
    padding: 0;
    line-height: 120%;
    text-align: left;
    background: transparent;
    cursor: default;
    width: 49.2957746479%;
    float: left;
    margin-right: 1.4084507042%;
}

[styles-root] .button-row .button:last-of-type {
    float: right;
    margin-right: 0;
}

[styles-root] .ccp-user-button {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
    color: #000;
    font-family: "ConradBasis", "Helvetica Neue", Arial, sans-serif;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid red;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

[styles-root] .height-medium {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5625;
    height: 50px;
    line-height: 48px;
}

[styles-root] .color-grey {
    background-color: #d9dfe4;
    border-color: #d9dfe4;
    color: #3b4454;
}

[styles-root] .color-grey:hover {
    background: #b4c0cb;
    border-color: #b4c0cb;
}

[styles-root] .color-conradBlue {
    background-color: #777777;
    border-color: #777777;
    color: #fff;
}

[styles-root] .color-conradBlue:hover {
    background: #0081bc;
    border-color: #0081bc;
}

[styles-root] .ccp-user-button.with-text {
    width: 100%;
}

[styles-root] .color-grey2 {
    background-color: #d9dfe4;
    border-color: #d9dfe4;
    color: #000;
}

[styles-root] .color-yellow {
    background-color: #ff0;
    border-color: #ff0;
    color: #000;
}

[styles-root] .color-yellow[disabled] {
    background: #ffff70;
    border-color: #ffff70;
    color: #b4c0cb;
}

@media (min-width: 767px) {
    [styles-root] .ccp-user-wishlist-add-popup {
        font-size: 14px;
        font-weight: normal;
    }

    [styles-root] .popupContent {
        padding: 30px;
    }

    [styles-root] .headerContent {
        min-height: 20px;
        padding-right: 20px;
    }

    [styles-root] .title {
        font-size: 20px;
        font-weight: 300;
    }

    [styles-root] .subtitle {
        font-size: 14px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper {
        font-size: 14px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper .label-wrapper {
        font-size: 12px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper .input-wrapper .input {
        font-size: 14px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper .input-wrapper .hook {
        display: block;
    }

    [styles-root] .ccp-user-form-field-wrapper .description-wrapper {
        font-size: 14px;
        font-weight: normal;
    }
}

@media (min-width: 1024px) {
    [styles-root] .title {
        font-size: 22px;
        font-weight: 300;
    }

    [styles-root] .subtitle {
        font-size: 16px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper {
        font-size: 16px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper .label-wrapper {
        font-size: 13px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper .input-wrapper .input {
        font-size: 16px;
        font-weight: normal;
    }

    [styles-root] .ccp-user-form-field-wrapper .description-wrapper {
        font-size: 16px;
        font-weight: normal;
    }
}