.wishlists-page,
.wishlists-page .off-screen-nav__container {
    background: #f2f2f2;
}

.wishlists-page .main_wrapper {
    border-right: #f2f2f2;
    border-left: #f2f2f2;
    background: #f2f2f2;
}

.wishlists-page .main_wrapper {
    width: 100%;
    margin: 30px 0 0 0;
}

.wishlists-page .main {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
}

.wishlists-page .content_box {
    padding: 0;
}

.wishlists__title {
    margin: 0 0 8px 0;

    text-transform: uppercase;

    font-size: 24px;
}

.wishlists__items__container {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    flex-wrap: wrap;
}

.wishlists-item {
    display: flex;

    width: 100%;
    margin: 0 0 15px 0;

    background-color: #fff;
}

.wishlists-item__title {
    display: block;
    overflow: hidden;

    max-height: 32px;

    text-transform: uppercase;

    color: #333;

    font-weight: bold;
    line-height: 1;
}

.wishlists-item__count {
    color: #9aa2aa;

    font-weight: normal;
}

.wishlists-item__image {
    display: block;

    min-width: 80px;
    height: 80px;
    margin: 20px 15px;

    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
}

.wishlists-item__image-present-wishlist {
    display: block;

    min-width: 80px;
    height: 80px;
    margin: 20px 15px;

    background-image: url('/assets/website/svg/reservation_green.svg');
    background-repeat: no-repeat;
    background-position: -4px -16px;
    background-size: 88px;
}

.wishlists-item__description {
    width: 100%;
    margin: 20px 10px 9px 0;

    flex-grow: 1;
}

.wishlists-item__menu {
    display: flex;
    flex-direction: column;

    flex-shrink: 0;
}

.wishlists-item__menu__delete {
    width: 2.5em;
    height: 2.5em;

    cursor: pointer;

    background-image: url('/assets/website/svg/ic_delete.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    flex-shrink: 0;
    flex-grow: 0;
}

.wishlists-item__menu__delete:hover .tiptip {
    display: block;

    width: 62px;
}

.wishlists-page .wishlists-item__menu__delete > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlists-page .wishlists-item__menu__delete > .tiptip {
    left: -24px;
}

.wishlists-item__menu__edit {
    width: 2.5em;
    height: 2.5em;

    cursor: pointer;

    background-image: url('/assets/website/svg/v2/ic_edit_w.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px 60px;

    flex-shrink: 0;
    flex-grow: 0;
}

.wishlists-item__menu__edit:hover .tiptip {
    display: block;

    width: 105px;
}

.wishlists-page .wishlists-item__menu__edit > .tiptip:before {
    right: 13px;
    left: initial;
}

.wishlists-page .wishlists-item__menu__edit > .tiptip {
    left: -68px;
}

.wishlists-buttons {
    margin-top: -10px;
}

.input-title-wishlist-create-form::-webkit-input-placeholder {
    color:#ccc;
}

.recent-products__title {
    margin-top: 15px;
    margin-bottom: 8px;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 660px) {
    .wishlists-item {
        width: 48.5%;
    }
}

@media (min-width: 1020px) {
    .wishlists-page .main {
        width: 632px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .wishlists-page .wishlists-item__menu__delete > .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlists-page .wishlists-item__menu__delete > .tiptip {
        left: -10px;
    }

    .wishlists-page .wishlists-item__menu__edit > .tiptip:before {
        right: initial;
        left: 13px;
    }

    .wishlists-page .wishlists-item__menu__edit > .tiptip {
        left: -10px;
    }
}
