.elementor-39916 .elementor-element.elementor-element-5183b2ae{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}/* Start custom CSS for shortcode, class: .elementor-element-1ed6004c *//* =========================
   WOOSW Wishlist Modern UI
========================= */

.woosw-list {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 20px !important;
}

/* Remove ugly default borders */
.woosw-list td,
.woosw-list th {
    border: none !important;
    background: transparent !important;
}

/* Wishlist Row Card */
.woosw-list tbody tr {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    transition: 0.35s ease;
}

.woosw-list tbody tr:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.10);
}

/* Table Cell */
.woosw-list td {
    padding: 25px 20px !important;
    vertical-align: middle;
}

/* =========================
   REMOVE BUTTON
========================= */

.woosw-item--remove a {
    width: 38px;
    height: 38px;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111 !important;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woosw-item--remove a:hover {
    background: #111;
    color: #fff !important;
    transform: rotate(90deg);
}

/* =========================
   PRODUCT IMAGE
========================= */

.woosw-item--image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.woosw-item--image img:hover {
    transform: scale(1.05);
}

/* =========================
   PRODUCT TITLE
========================= */

.woosw-item--name a {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    line-height: 1.4;
    transition: 0.3s ease;
}

.woosw-item--name a:hover {
    color: #000;
}

/* =========================
   PRICE
========================= */

.woosw-item--price {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.woosw-item--price ins {
    text-decoration: none;
}

.woosw-item--price del {
    color: #999;
    margin-left: 10px;
    font-size: 14px;
}

/* =========================
   DATE
========================= */

.woosw-item--time {
    margin-top: 12px;
    font-size: 14px;
    color: #777;
}

/* =========================
   STOCK STATUS
========================= */

.woosw-item--stock {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

.stock.in-stock {
    color: #13b955;
}

.stock.out-of-stock {
    color: #ff3b30;
}

/* =========================
   BUTTON
========================= */

.elementor-39916 .elementor-element.elementor-element-1ed6004c .add_to_cart_button,
.elementor-39916 .elementor-element.elementor-element-1ed6004c a.button.product_type_simple
{
    background: #0e75ba !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
    padding: 11px 20px !important;
    border-radius: 5px !important;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .woosw-list,
    .woosw-list tbody,
    .woosw-list tr,
    .woosw-list td {
        display: block;
        width: 100%;
    }

    .woosw-list tbody tr {
        padding: 20px;
        margin-bottom: 20px;
    }

    .woosw-list td {
        text-align: center;
        padding: 10px 0 !important;
    }

    .woosw-item--image img {
        width: 140px;
        height: 140px;
    }

    .woosw-item--name a {
        font-size: 20px;
    }

    .woosw-item--add a.button {
        width: 100%;
    }
}/* End custom CSS */