.elementor-733 .elementor-element.elementor-element-2168017b{--display:flex;}:root{--page-title-display:none;}body.elementor-page-733:not(.elementor-motion-effects-element-type-background), body.elementor-page-733 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFBEA;}/* Start custom CSS for text-editor, class: .elementor-element-478143cd *//* ==========================================
   GS Wishlist Theme
========================================== */

/* Heading */
.wishlist-title h2,
.wishlist-title h1,
.woocommerce h1{
    color:#d97706;
    font-weight:700;
}

/* Table Header */
.wishlist_table thead th{
    background:#fff8ef;
    color:#d97706;
    font-weight:700;
    border-color:#f4d2a8;
}

/* Product Name */
.wishlist_table .product-name a{
    color:#1f2937 !important;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.wishlist_table .product-name a:hover{
    color:#d97706 !important;
}

/* Price */
.wishlist_table .product-price,
.wishlist_table .product-price ins,
.wishlist_table .product-price .amount{
    color:#d97706 !important;
    font-weight:700;
}

/* Stock */
.wishlist_table .wishlist-in-stock,
.wishlist_table .stock{
    color:#2e7d32 !important;
    font-weight:600;
}

/* Empty Wishlist Text */
.wishlist_table tbody td,
.wishlist-empty,
.wishlist_table .wishlist-empty{
    color:#d97706;
    font-weight:600;
}

/* Table */
.wishlist_table{
    border:1px solid #f4d2a8;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(217,119,6,.08);
}/* End custom CSS */