.DejavoWL-view-wishlist {
    font-weight: 700;
    cursor: pointer;
}

.DejavoWL-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2200;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.DejavoWL-popup * {
    box-sizing: border-box;
}

.DejavoWL-popup table {
    margin: 0;
}

.DejavoWL-popup-content-mid:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
}

.DejavoWL-popup-content-mid:after {
    display: block;
    content: '\f351';
    font-size: 25px;
    font-family: "dej-icon-rr";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    animation: Dejavo-spinner 1s linear infinite;
    opacity: 0;
    visibility: hidden;

}


.DejavoWL-loading .DejavoWL-popup-content {
    pointer-events: none;
}

.DejavoWL-loading .DejavoWL-popup-content-mid:before, .DejavoWL-loading .DejavoWL-popup-content-mid:after {
    opacity: 1;
    visibility: visible;
}

.DejavoWL-popup-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.DejavoWL-popup-content {
    width: 100%;
    max-width: 750px;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    overflow: hidden;
    border-radius: var(--dej-max-radius);
}

.DejavoWL-popup.DejavoWL-show {
    opacity: 1;
    visibility: visible;
}

.DejavoWL-show .DejavoWL-popup-content {
    top: 50%;
}

.DejavoWL-popup-content > div {
    align-self: stretch;
}

.DejavoWL-popup-content-top {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    margin: 0;
    position: relative;
    color: #fff;
    font-weight: 700;
    background-color: var(--dej-color1);
    padding: 0 20px 0 60px;
}
.DejavoWL-count-wrapper:before {
    content: '(';
}

.DejavoWL-count-wrapper:after {
    content: ')';
}

.DejavoWL-manage, .DejavoWL-empty {
    color: #fff;
    margin: 0 5px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

#DejavoWL_manage .DejavoWL-popup-content-mid {
    padding: 10px 0;
}

.DejavoWL-new-wishlist {
    display: flex;
    align-items: center;
}

#DejavoWL_wishlist_name {
    flex-grow: 1;
}

.DejavoWL-new-wishlist input {
    border-radius: 4px !important;
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 10px !important;
    margin: 0;
}

.DejavoWL-new-wishlist input[type="button"] {
    margin-left: 10px;
}

.DejavoWL-disable {
    opacity: .5;
    pointer-events: none;
}

.DejavoWL-popup-close {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    cursor: pointer;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    right: auto;
    left: 0;
}

.DejavoWL-popup-close:after {
    display: inline-block;
    float: right;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    content: '\f258';
    font-size: 20px;
    font-family: "dej-icon-rr";
    speak: none;
}



.DejavoWL-popup-content-mid {
    display: block;
    position: relative;
    min-height: 80px;
    flex: 1 1 auto;
    flex-grow: 1;

    overflow-x: hidden;
    overflow-y: auto;
}

.DejavoWL-popup-content-mid-message {
    display: block;
    padding: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.DejavoWL-popup .DejavoWL-items {
    margin: 0;
    padding: 10px 0;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.DejavoWL-item {
    padding: 0 10px;
}

.DejavoWL-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px dashed #eeeeee;
}

.DejavoWL-item:first-child .DejavoWL-item-inner {
    border-top: none;
}

.DejavoWL-item-inner > div {
    margin-right: 10px;
}

.DejavoWL-item-inner > div:last-child {
    margin-right: 0;
}

.DejavoWL-item--info {
    flex-grow: 1;
}

.DejavoWL-item--remove {
    width: 14px;
    flex: 0 0 14px;
    font-size: 0;
}

.DejavoWL-item--remove span {
    display: inline-block;
    width: 14px;
    text-align: center;
    cursor: pointer;
}


.DejavoWL-item--remove span:before {
    display: inline-block;
    content: '\f258';
    font-size: 16px;
    font-family: "dej-icon-rr";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.DejavoWL-item--remove span:hover:before {
    color: #cc6055;
}

.DejavoWL-item--image {
    width: 80px;
    flex: 0 0 80px;
}

.DejavoWL-item--image img {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    border-radius: 6px;
}

.DejavoWL-item--name, .DejavoWL-item--name a {
    font-weight: 700;
    text-decoration: none;
}

.DejavoWL-item--price-increase {
    color: #ff6600;
}

.DejavoWL-item--price-decrease {
    color: #5fbd74;
}

 .DejavoWL-popup-content-bot {
    flex: 0 0 auto;
    padding: 20px;
    position: relative;
    color: #fff;
    font-size: 14px;
}

.DejavoWL-popup-content-bot-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.DejavoWL-popup-content-bot-inner a, .DejavoWL-popup-content-bot-inner span {
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid #222222;
    outline: none;
    cursor: pointer;
}

.DejavoWL-popup-content-bot .DejavoWL-notice {
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #5fbd74;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

 .DejavoWL-popup-content-bot .DejavoWL-notice.DejavoWL-notice-show {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

table.DejavoWL-items {
    margin: 0;
    padding: 0;
    width: 100%;
}

table.DejavoWL-items tr td {
    vertical-align: middle;
    padding: 10px;
}

table.DejavoWL-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.03);
}

table.DejavoWL-items tr:hover td {
    background-color: rgba(0, 0, 0, 0.05);
}

.DejavoWL-item--remove {
    vertical-align: middle;
    width: 16px;
}

.DejavoWL-item--remove span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}


.DejavoWL-item--remove span.DejavoWL-removing:before {
    animation: Dejavo-spinner 1s linear infinite;
}

.DejavoWL-item--remove span:hover:before {
    color: #cc6055;
}

.DejavoWL-item--image {
    width: 100px;
}

.DejavoWL-item--image img {
    width: 80px;
    height: auto;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.DejavoWL-item--name a {
    font-weight: 700;
}

.DejavoWL-item--add p, .DejavoWL-item--add .add_to_cart_inline {
    border: none;
    padding: 0;
    margin: 0;
}

.DejavoWL--actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.DejavoWL-copy {
    display: flex;
    align-items: center;
}

.DejavoWL-copy-url {
    margin-left: 0;
    margin-right: 10px;
}

.DejavoWL-share .DejavoWL-share-label, .DejavoWL-share a {
    display: inline-block;
    text-decoration: none !important;
    font-style: normal !important;
    margin-right: 0;
    margin-left: 10px;
}


.DejavoWL-menu-item-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
}

@media only screen and (max-width: 860px) {
    .DejavoWL--actions {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Notiny */

.notiny-container {
    z-index: 999999;
}

.notiny-theme-DejavoWL {
    padding: 10px;
    background-color: #ffffff;
    color: #222222;
    margin: 5px 0;
    min-height: 32px;
    max-width: 100vw;
    display: flex;
    align-items: center;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
}

.notiny-theme-DejavoWL .notiny-img {
    margin: 0;
    padding: 0;
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px;
}

.notiny-theme-DejavoWL .notiny-img img {
    width: 100%;
    height: auto;
    margin: 0;
}

.notiny-theme-DejavoWL .notiny-text {
    font-size: 14px;
    line-height: 1.4;
    flex-grow: 1;
}

.notiny-container-fluid-top .notiny-theme-DejavoWL, .notiny-container-fluid-bottom .notiny-theme-DejavoWL {
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.notiny-container-fluid-top {
    top: 10px !important;
}

.notiny-container-fluid-bottom {
    bottom: 10px !important;
}


.DejavoWL-item--stock p, .DejavoWL-item--time {
    font-size: 12px;
}
.DejavoWL-item--stock p.stock {
    gap: 4px;
    padding: 4px;
}

.DejavoWL-item--actions {
    min-width: 160px;
}
.DejavoWL-popup-content .DejavoWL-popup-content-bot, .DejavoWL-popup-content .DejavoWL-popup-content-mid {
    background-color: var(--white-color);
}
span.DejavoWL-count {
    padding-right: 3px;
}
.DejavoWL-actions {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}