﻿.wishlists .card {
    border: none;
}

    .wishlists .card img {
        border-radius: 24px;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
    }

.wishlists-detail .card img {
    height: 200px;
}

.wishlists .card .header-title {
    font-size: 16px;
    font-weight: 500;
}

.wishlists .card .card-text {
    font-size: 14px;
    color: var(--neutral-color-400);
}

.wishlists .card-body {
    padding-left: 0px;
}

.wishlists .btn-primary {
    font-size: 16px;
}

.wishlists a:hover {
    color: unset;
}

.wishlists-item {
    margin: 16px 0px;
}

    .wishlists-item img {
        height: 320px;
    }

.wishlist-setting {
    font-size: 16px;
}

.wishlist-setting-item-first i {
    margin-right: 16px;
}

#modal-wishlist-setting .wishlist-setting {
    padding: 0px 24px;
}

.wishlist-setting-item {
    padding: 24px 0px;
    cursor: pointer;
}

.divide {
    background: #DDDDDD;
    height: 0.5px;
}

.wishlists .col {
    position: relative;
}

.wishlists .modal-title {
    font-weight: 600;
}

.remove {
    display: none;
    color: black;
}

.wishlists-item:hover .remove {
    background-color: white;
    border: 1px solid;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: absolute;
    top: 30px;
    z-index: 99999;
    left: 30px;
}

.wishlists-item:not(:hover) .remove {
    display: none;
}

.remove:hover {
    display: block;
}

#btnCopyLink {
    display: flex;
    gap: 10px;
}

.icon-button {
    display: flex;
    gap: 10px;
}

.name {
    background-color: black;
    border: 1px solid white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: absolute;
    top: 290px;
    z-index: 99999;
    left: 260px;
    color: white;
    align-content: center;
}

.anh-ds-yeu-thich {
    aspect-ratio: 20 / 19;
}


@media only screen and (min-width: 768px) {
    .wishlists-detail .home-page-list-view {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 1024px) {
    .wishlists-detail .home-page-list-view {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 1280px) {
    .wishlists-detail .home-page-list-view {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}


#map {
    height: 100%;
    width: 100%;
}

#span-ten-ds-yeu-thich {
    font-size: 16px;
    font-weight: 500;
}