/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.34
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.logged-in-user .menu-item-3239 .wpr-sub-icon {
    display: none;
}

.table_product_loop .shopengine-widget .products {
    grid-gap: 10px !important;
}

.table_product_loop .product img {
    /* margin-top: -13px; */
}

.table_product_loop .product-size {
    font-size: 13px;
    margin-bottom: 0px;
    min-height: 20px;
}

.table_product_loop .product_field {
    /* width: 100%; */
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}

.table_product_loop .product_field input::-webkit-outer-spin-button,
.table_product_loop .product_field input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.table_product_loop .product_field input[type=number] {

    -moz-appearance: textfield;
}

.shopengine-widget .shopengine-archive-products .products .product .price {
    padding-top: 5px;
    padding-bottom: 11px;
}

.table_product_loop .product_field .product_quantity_btn {
    background-color: #fff0;
    color: #333;
    border: 1px solid #333;
    margin-right: 5px;
}

.table_product_loop .product_field .minus {
    margin-right: 5px;
}

.table_product_loop .product_field .plus {
    margin-left: 5px;
}

.table_product_loop .product_field .quantity {
    padding-bottom: 0px !important;
}

.table_product_loop .product_field .quantity input {
    padding: 0px !important;
    width: 2rem;
}

.table_product_loop .product_field button {
    padding: 0px 7px;
}

.product-template-default .elementor-widget-wrap .woocommerce-product-gallery {
    width: 100% !important;
}

.shopengine_add_to_list_action:hover {
    background-color: transparent;
}

.table_product_loop .shopengine_comparison_add_to_list_action {
    display: none !important;
}

.shopengine-widget .wc-store-catalog-pdf-download {
    display: none;
}

.elementor-shortcode .aws-search-form {
    flex-direction: row-reverse;
}

.elementor-shortcode .aws-search-form .aws-wrapper {
    background-color: #f7f7f7;
    border: none !important;
}

.elementor-shortcode .aws-search-form .aws-search-btn {
    background-color: #f7f7f7;
    border: none !important;
}

.elementor-shortcode .aws-search-form .aws-wrapper input {
    border: none !important;
}

.fibo_search .elementor-shortcode {
    border: 1px solid;
    border-radius: 12px;
    overflow: hidden;
}

.wpr-animate-sub .e-child {
    gap: 5px !important;;
}

.table_product_loop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 12px;
}

.table_product_loop .product-column {
    /* border: 1px solid #000; */
    background-color: #ECECEC;
}

.table_product_loop .product-column:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.table_product_loop .product-column img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.table_product_loop .product-details {
    text-align: center;
}

.product_details_attribute {
    min-height: 24px;
}

.table_product_loop .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    color: #333333;
}

.table_product_loop .add_cart_button_container {
    display: flex;
    justify-content: center;
}

.table_product_loop .product-item {
    margin-bottom: 0px;
}

.table_product_loop .add_to_cart_button {
    padding: 2px 2px 2px 5px !important;
    margin: 0px 0px 15px 0px !important;
    border-radius: 4px 4px 4px 4px !important;
    text-align: left;
    color: #333333 !important;
    background: #FFFFFF !important;
}

.paginate_container {
    display: flex;
    justify-content: center;
}

.paginate_container a {
    padding: 5px 10px;
    color: #7e7e7e;
    border-bottom: 2px solid transparent;
}

.paginate_container span {
    padding: 5px 10px;
    color: #7e7e7e;
    border-bottom: 2px solid transparent;
}

.paginate_container .current {
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #000;
}

.awf-filter-container a {
    color: #000;
}

.product_category_name {
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #999;
    padding: 10px 0px 10px 0px;
}

.product_category_name a {
    color: #999;
}

.product_category_name:hover a {
    text-decoration: none;
    color: #F03D3F;
}

.table_product_loop .product-item a.button.added {
    display: block !important;
}

.table_product_loop .product-item a.button.added::after {
    display: none !important;
}

.table_product_loop .product-item a.button.added .cart-icon::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}

.search_product_table .type-product {

    display: flex !important;
    flex-wrap: wrap !important;
}

.search_product_table .product_field {
    width: 65%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding-right: 5px;
    align-items: flex-start;
}

.search_product_table .type-product a {
    width: 100%;
}

.search_product_table .type-product .product_type_simple {
    width: 35%;
    display: flex !important;
}

.search_product_table .product_field .product_quantity_btn {
    background-color: #fff0;
    color: #333;
    border: 1px solid #333;
    margin-right: 5px;
}

.search_product_table .product_field .minus {
    margin-right: 5px;
}

.search_product_table .product_field .plus {
    margin-left: 5px;
}

.search_product_table .product_field .quantity {
    padding-bottom: 0px !important;
}

.search_product_table .product_field .quantity input {
    padding: 0px !important;
    width: 2rem;
}

.search_product_table .product_field button {
    padding: 0px 7px;
}

.search_product_table .product_type_simple:hover .cart-icon::before {
    color: #333;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.search_product_table .added .cart-icon::before {
    color: #333;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.search_product_table .button.added::after {

    color: #333;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.search_product_table .product-size {
    font-size: 13px;
    margin-bottom: 0px;
    min-height: 20px;
}

.search_product_table .added {
    background: #fff;
    width: auto;
}

.search_product_table .product .added {
    width: auto;

}

.search_product_table .product .added .cart-icon {
    padding: 0px;
    margin: 5px;

}

.product_data_tab {
    text-align: start;
}

.product_information {
    text-align: start;
}

.product_information .quantity input {
    padding: 7px !important;
}

.product_information .woocommerce-tabs .wc-tabs {
    display: none;
}

.table_product_loop .product-list {
    position: relative;
}

.table_product_loop .wishlist_container {
    position: absolute;
    position: absolute;
    top: 5px;
    left: 4px;
}

.search_product_table .product-list {
    position: relative;
}

.search_product_table .wishlist_container {
    position: absolute;
    position: absolute;
    top: 5px;
    left: 4px;
}

.search_product_table input::-webkit-outer-spin-button,
.search_product_table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.img_product {
    height: 200px;
}

.product_slider_item img {
    height: 350px;
    width: 100%;
    /*background-color: red;*/
}

@media (max-width: 1024px) {
    .table_product_loop {

        grid-template-columns: repeat(3, 1fr);

    }

    .table_product_loop .product-column img {
        height: 350px;
    }

    .product_slider_item img {
        height: 350px;

    }
}

@media (max-width: 767px) {
    .table_product_loop {
        grid-template-columns: repeat(2, 1fr);

    }

    .table_product_loop .product-column img {
        height: 320px;
    }

    .aws-container .aws-search-field {
        padding: 0px;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .product_slider_item img {
        height: 300px;

    }

    .table_product_loop .product-column img {
        height: 260px;
    }
}

@media (max-width: 340px) {
    .product_details_attribute {
        margin: 0px;
    }

    .table_product_loop .product-column img {
        height: 200px;
    }
}

/* product slider home page */
.product_slider_container {
    position: relative;
    overflow: hidden;
}

.product_slider {
    display: flex;
    /* overflow:hidden; */
    /* gap: 10px; */
    padding: 0px;
}

.product_slider_item {
    padding: 25px;
    list-style: none;
    min-width: 25%;
}


.button_view {
    cursor: pointer;
    padding: 3px;
    margin: 0px;
    color: #fff;
    background: rgba(2, 2, 2, .5);
    z-index: 1;
    visibility: hidden;

}

.product_slider_item:hover .button_view {
    visibility: visible;

}

.product_slider_popup {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: #0000006b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_slider_popup_item {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.product_slider_popup_content {
    z-index: 100;
    display: flex;
    justify-content: center;
    background: #fff;
}

.product_slider_popup_exit {
    background-color: #f7f7f7;
    color: #333;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
}

.slider-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    display: block;
}

.remove-slide {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.prev-slide,
.next-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: none;
    z-index: 10;
}

.prev-slide {
    left: 10px;
}

.next-slide {
    right: 10px;
}

@media (max-width: 600px) {
    .product_slider_popup_content {
        flex-direction: column;
    }
}

.product_slider_item {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    text-align: center;
}

.product_slider_image_container {
    position: relative;
}

.product_slider_item_a {
    height: 255px;
    display: block;
    position: relative;
    z-index: 1;
}

.product_slider_item_galeria1,
.product_slider_item_galeria2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: auto;
}

.product_slider_item_galeria2 {
    opacity: 0;
}

.product_slider_item .product_slider_item_box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
}

.product_slider_item:hover .product_slider_item_galeria1 {
    opacity: 0;
}

.product_slider_item:hover .product_slider_item_galeria2 {
    opacity: 1;
}

.woocommerce-loop-product__title {
    margin-bottom: 3px;
}

.button_view,
.woocommerce-loop-product__title {
    position: relative;
    text-align: center;
    margin-top: 10px;

}

.carousel-control-prev {
    position: absolute;
    top: 230px;
    z-index: 1;
}

.carousel-control-next {
    position: absolute;
    top: 230px;
    right: 0px;
    z-index: 1;
}

.slider_button {
    color: #fff;
    background-color: var(--e-global-color-secondary);
    border: none;
    border-radius: 40%;
}

.slider_button:hover {
    color: #fff;
    background-color: var(--e-global-color-secondary);
    border: none;
    border-radius: 40%;
}

.slider_button:focus {
    color: #fff;
    background-color: var(--e-global-color-secondary);
    border: none;
    border-radius: 40%;

}

@media (max-width: 767px) {
    .product_slider_item {
        min-width: 50% !important;
    }
}

@media (max-width: 500px) {
    .product_slider_item {
        min-width: 100% !important;
    }
}

.product_slider_item_title {
    text-decoration: underline;
    text-decoration-color: #010101;
    margin-top: 15px;
    font-size: 15px;
    font-family: "Roboto";
    color: #010101;
}

.product_slider_item_category {
    margin-top: 15px;
    font-size: 13px;
    font-family: "Roboto";
    color: #7a7a7a;
}

.product_slider_item_price bdi {
    font-size: 16px;
    font-family: "Roboto";
    color: #101010;
    font-weight: 700;
}

.product_slider_item_price .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-family: "Roboto";
    color: #101010;
    font-weight: 700;
}

.product_slider_item_price span {
    font-family: "Roboto";
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.product_slider_item_content {
    border: 1px solid #E0E0E0;
}

.product_slider_item_title:hover {
    color: #F03D3F;
    text-decoration: none;
}

.landing_products .shopengine-single-product-item {
    overflow: hidden;
}

.landing_products .product-tag-sale-badge {
    width: fit-content;
    top: 18px !important;
    left: -50px !important;
    right: 0px !important;
    rotate: 315deg;
}

.landing_products .badge {
    width: 200px !important;
    padding: 5px !important;;

}

.product_galleri_container_product_page {
    position: relative;
    overflow: hidden;
}

.product_image_container {
    position: relative;
    overflow: hidden;
}

.product_galleri_container_product_page:hover .stock_badge_product_page {
    display: none !important;
}

.stock_badge_product_page {
    position: absolute;
    width: 100%;
    top: 30px;
    background: #f03d3f;
    rotate: 315deg;
    padding: 5px;
    color: #fff;
    left: -60px;
    z-index: 6;
}

@media (max-width: 768px) {
    .stock_badge_product_page {
        top: 75px;
        left: -110px;
    }
}

@media (max-width: 410px) {
    .stock_badge_product_page {
        top: 40px;
        left: -65px;
    }
}

.stock_badge_product_page_upsell {
    position: absolute;
    color: #fff;
    background: #f03d3f;
    rotate: 315deg;
    padding: 5px;
    top: 25px;
    width: 100%;
    z-index: 0;
    left: -75px;
    /*display:none;*/
}

.upsell_product {
    position: relative;
    overflow: hidden;
}


.table_product_loop .product {
    overflow: hidden;
}

.stock_badge_in_shop_item {
    position: absolute;
    rotate: 315deg;
    padding: 5px;
    top: 20px;
    width: 100%;
    left: -55px;
    background: #f03d3f;
    color: #fff;
    text-align: center;
}


@media (max-width: 767px) {

    .stock_badge_in_shop_item {
        left: -65px;
    }
}

@media (max-width: 500px) {

    .stock_badge_in_shop_item {
        left: -50px;
    }
}

.search .product-size {
    color: #333 !important;
}

#footer_text {
    color: #fff !important;
}

#footer_text a,
#footer_text a:link,
#footer_text a:visited,
#footer_text a:active,
#footer_text a:hover {
    color: #fff !important;
    text-decoration: none;

}

.landing_products ul li a {
    text-align: center
}

@media (max-width: 767px) {
    .woo-product-gallery-slider .slick-slider .slick-list {
        height: 500px !important;
    }

    .woo-product-gallery-slider .slick-initialized .draggable {
        height: 75px !important;
    }

    .zoomtoo-container img {
        /*         height:290px!important;
                object-fit:cover; */
        height: 500px !important;
        object-fit: contain;
        min-width: 100%;
    }
}

.little_br {
    display: none;
}

@media (max-width: 767px) {
    .little_br {
        display: block;
    }

    /*igazitás*/
    .elementor-element-021e1b6 .elementor-element-7f5b086 {
        overflow: hidden;
        min-width: 60px;
        max-height: 47px;
        margin-top: -6px;
        margin-left: -10px;
    }

    .elementor-element-021e1b6 .elementor-element-7f5b086 .elementor-widget-container {
        min-width: 60px;
    }

    .elementor-element-021e1b6 .elementor-element-7f5b086 .elementor-widget-container img {
        min-width: 60px;
    }

    .pvtfw_variant_table_block table.variant thead tr,
    .pvtfw_variant_table_block table.variant tbody tr {
        display: flex !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .pvtfw_variant_table_block table.variant th,
    .pvtfw_variant_table_block table.variant td {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 8px !important;
        box-sizing: border-box !important;
        flex: 0 0 auto !important;
    }

    /* First column: Thumbnail */
    .pvtfw_variant_table_block table.variant th:nth-child(1),
    .pvtfw_variant_table_block table.variant td:nth-child(1) {
        order: 1 !important;
        flex-basis: 20% !important;
        max-width: 20% !important;
        min-width: 20% !important;
    }

    /* Second column */
    .pvtfw_variant_table_block table.variant th:nth-child(2),
    .pvtfw_variant_table_block table.variant td:nth-child(2) {
        order: 5 !important;
        flex-basis: 130px !important;
        max-width: 20% !important;

    }

    /* Third column */
    .pvtfw_variant_table_block table.variant th:nth-child(3),
    .pvtfw_variant_table_block table.variant td:nth-child(3) {
        order: 2 !important;
        flex-basis: 20% !important;
        max-width: 20% !important;
        min-width: 95px !important;
    }

    /* Fourth column */
    .pvtfw_variant_table_block table.variant th:nth-child(4),
    .pvtfw_variant_table_block table.variant td:nth-child(4) {
        order: 3 !important;
        flex-basis: 20% !important;
        max-width: 20% !important;
        min-width: 90px !important;
    }

    /* Fifth column */
    .pvtfw_variant_table_block table.variant th:nth-child(5),
    .pvtfw_variant_table_block table.variant td:nth-child(5) {
        order: 4 !important;
        flex-basis: 20% !important;
        max-width: 20% !important;
        min-width: 100px !important;
    }

    /* Add to cart button size adjustment */
    .pvtfw_variant_table_block table.variant .pvtfw_variant_table_cart_btn {
        font-size: 10px;
    }

    .pvtfw_variant_table_block table.variant {
        min-width: 100% !important;
    }

    .pvtfw_variant_table_block .item img {
        width: 100px !important;
    }
}

.loop_item_releted .woocommerce table.shop_attributes td {
    border: none !important;

}

.loop_item_releted .woocommerce-product-attributes-item__label {
    display: none;
}

.loop_item_releted .woocommerce-product-attributes-item__value p {
    display: none;
}


.loop_item_releted .woocommerce-product-attributes-item__value p:has(a) {
    display: block;
    border: none;
}

.loop_item_releted .product-size {
    text-align: center;
}

.loop_item_releted table td,
.loop_item_releted table th {
    border: none !important;
}

.single-product .products.columns-4 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    scroll-snap-type: x mandatory;

}

.single-product .woolentorducts-columns-4 ul.products li.product {
    margin-right: 15px !important;
}

.single-product .products.columns-4::-webkit-scrollbar {
    display: none;
    /* hide scrollbar */
}

.single-product .products.columns-4 li {

    /* size of each product card */
    flex: 0 0 auto;
    scroll-snap-align: start;
}

/* Buttons */
.single-product .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    border-radius: 50%;
}

.single-product .carousel-btn {
    display: none;
}

.single-product .carousel-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Wrap container for positioning */

.single-product .carousel-wrapper {
    position: relative;
    width: 100%;


}

.single-product .carousel-wrapper .columns-4 {
    flex-flow: nowrap !important;
}

.single-product section.related .product_field {

    display: flex;
    justify-content: center;
    align-items: stretch;
}

.single-product section.related .product_field .product_quantity_btn {
    background-color: #fff0;
    color: #333;
    border: 1px solid #333;
    margin-right: 5px;
    padding: 0px;
    width: 35px;
}

.single-product section.related .product_field .minus {
    margin-right: 5px;
}

.single-product section.related .product_field .plus {
    margin-left: 5px;
}


.single-product .carousel-dots {
    display: none;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
}

.single-product .carousel-dots button {
    width: 10px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.single-product .carousel-dots button.active {
    background: #333;
}

@media (max-width: 1024px) {
    .single-product .carousel-btn {
        display: flex;
    }

    .single-product .products.columns-4 li {
        min-width: 250px;

    }

    .single-product .carousel-btn.prev {
        left: -30px;
    }

    .single-product .carousel-btn.next {
        right: -30px;
    }

    .single-product .carousel-wrapper .columns-4 {
        gap: 20px !important;
    }

    .single-product .woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product {
        margin-bottom: 0;
        width: 50% !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .single-product .woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product {
        width: 100% !important;

    }

    .single-product .slick-initialized .slick-arrow {
        z-index: 3;
    }

    .single-product .slick-next:before {
        margin-left: -30px;
    }

    .single-product .slick-prev:before {
        margin-right: -30px;
    }
}


.single-product .products li.product a img {
    display: none !important;
}

.single-product .products li.product a .image_large {
    display: block !important;
    max-height: 280px;
    object-fit: cover
}


.category_title {
    font-family: "Roboto", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF !important;

}

@media (max-width: 767px) {
    .category_title {
        text-align: center;
        font-size: 32px;
    }

}

.wp-singular .elementor-lightbox-prevent-close, .wp-singular .dialog-close-button {
    display: none !important;
}

.wp-singular .fancybox-button--play, .wp-singular .fancybox-button--thumbs {
    display: none;
}

.wp-singular .fancybox-button {
    width: 50px;
    height: 50px;
}

.wp-singular .fancybox-button {
    color: #fff;
}

.product_mega_menu .elementor-heading-title a {
    color: #000;
}

.product-type-simple .shopengine-wishlist-container {
    position: absolute;
    z-index: 9;
}

.shopengine_add_to_list_action {
    border: none;
}

.shopengine-quickview-trigger {
    border: none !important;
}

.product-template-default .upsell_product .shopengine-wishlist {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}

/* Desktop Styles */
.shopengine-wishlist-custom {
    width: 100%;
    border-collapse: collapse;
}

.shopengine-wishlist-custom td,
.shopengine-wishlist-custom th {
    padding: 12px;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.wishlist-qty-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.shopengine-wishlist-custom .product-remove {
    cursor: pointer;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    /* Hide the original table headers */
    .shopengine-wishlist-custom thead {
        display: none;
    }

    .shopengine-wishlist-custom,
    .shopengine-wishlist-custom tbody,
    .shopengine-wishlist-custom tr,
    .shopengine-wishlist-custom td {
        display: block;
        width: 100%;
    }

    .shopengine-wishlist-custom tr {
        margin-bottom: 20px;
        padding: 10px;
    }

    .shopengine-wishlist-custom td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .shopengine-wishlist-custom td::before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        color: #666;
    }

    .shopengine-wishlist-custom .product-remove {
        text-align: right;
        font-size: 25px;

    }

    .wishlist-item-flex {
        justify-content: flex-end;
    }
}