.ilh-wcwl-share ul {
    list-style-type: none;
    padding: 0px;
  }
.ilh-save-email-wl{
    padding: 8px 8px;
    min-width: 230px;
}
.ilhTableTd{
text-align: right !important;
}
.email-col-main-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.email-col-text-div {
    width:55%;
}

/* .email-col-inp-div {
    width: 37%;
    display: flex;
} */

.custom-blank-box {
    width: 96px;
}



/* Mobile View */
@media (max-width: 768px) {
    .email-col-main-div {
        flex-direction: column;
        align-items: stretch;
    }

    .email-col-text-div, .email-col-inp-div {
        width: 100%;
        margin-bottom: 10px;
    }

    .email-col-inp-div {
        justify-content: flex-start;
    }
}
 .ilh-wcwl-share li {
    display: inline-block;
    margin: 0 3px;
  }

  .ilh-wcwl-share li a{
    font-size: 30px;
  }

.ilh_wc_summary {
    margin-top:13px;
}
.cw-wishlist-h-w{
    font-size: 22px;
    margin-top: 32px;
}
.cw-wishlist-container{
    overflow: auto;
}
.ilh-cw-wishlist-header {
    position: relative;
    display: inline-block; /* Ensures the heart and count are grouped */
    margin-top: 30px;
}

.ilh-cw-wishlist-h-w {
    font-size: 24px; /* Adjust size as needed */
    color: #333; /* Change the color if needed */
}

.ilh-cw-wishlist-h-w-span {
    position: absolute;
    top: -12px; /* Adjust the vertical position */
    right: -14px; /* Adjust the horizontal position */
    background-color: #656a70; /* Background color for the count */
    color: #fff; /* Text color for the count */
    padding: 2px 4px;
    border-radius: 50%; /* Makes the count circular */
    font-size: 12px; /* Font size of the count */
    line-height: 1; /* Ensures proper alignment */
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure responsiveness */
@media only screen and (max-width: 550px) {
    .ilh-cw-wishlist-header {
        position: relative;
        display: inline-block; /* Ensures the heart and count are grouped */
        margin-top: 22px;
    }
    .ilh-cw-wishlist-h-w {
        font-size: 24px; /* Slightly smaller icon on smaller screens */
    }
    
    .ilh-cw-wishlist-h-w-span {
        top: -6px;
        right: -7px;
        font-size: 12px; /* Slightly smaller count on smaller screens */
        padding: 2px 4px;
    }
}

@media only screen and (max-width: 920px) {
    
    .ilh-cw-wishlist-h-w-span {
        top: -4px;
        right: -12px;
        font-size: 12px; /* Slightly smaller count on smaller screens */
        padding: 2px 4px;
    }
}

.entry-summary .woocommerce-breadcrumb{
    margin: 1px 0px 2em !important;
}


.cw-wishlist-icon {
    position: absolute;
    top: 17px;
    font-size: 22px;
    cursor: pointer;
    color: #181b20;
    z-index: 10;
    transition: color 0.3s;
}

.cw-ilh-h.far:hover{
    color: #ff6ca8;
}
.cw-wishlist-icon .fas.fa-heart {
    color: #ff6ca8;
}

.cw-wishlist-icon:hover {
    color: #181b20;
}

.cw-wishlist-table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
    min-width: 600px;
}

.cw-wishlist-table table, td, th {
    border: none !important;
}

.cw-wishlist-table th,
.cw-wishlist-table td {
    padding: 10px;
    text-align: left;
    
}

.cw-wishlist-table a{
    text-decoration: none !important;
}

.cw-wishlist-image img {
    max-width: 50px !important;
    height: auto;
}

.cw-wishlist-remove {
    color: #181b20;
    cursor: pointer;
}

.cw-wishlist-remove i {
    font-size: 18px;
}


.cw-wishlist-icon-detail {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px; /* Adjust the size of the icon as needed */
    color: #181b20; /* Set the color of the heart icon */
}

.cw-wishlist-spinner-detail {
    position: absolute;
    margin-left: 5px; /* Adjust spacing between heart icon and spinner */
    font-size: 18px;
    color: #181b20; /* Set the color of the spinner */
}

.woocommerce .product_title {
    margin-top: 0; /* Ensure the title is properly aligned */
}


/* cuatom table in responsive*/

/* .custom-pera-data{
    display: flex;
} */

.custom-pera-data .cw-wishlist-image, .cw-wishlist-name{
    padding: 10px;
}

.custom-pera-data .cw-wishlist-name a{
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
}

.next-custom-pera{
    display: flex;
    justify-content: end;
    align-items: center;
}

.next-custom-pera .cw-wishlist-stock-status, .cw-wishlist-remove{
    padding: 10px;
}


.stock-available {
    color: green;
}

.stock-unavailable {
    color: red;
}

.custom-Speichern{
    padding: 11px 9px 9px 13px;
    border: 1px solid black;
    min-width: 78px;
}
.custom-addtocart{ 
    width: 160px;
    text-align: center;
}
.ilh-thwidth-400{
    width: 650px;
}

.table-custom-sec{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 11px;
    margin-bottom: 7px;
}

.new-table-data{
    display: none;
}



.custom-email-box{
    width: 44%;
}

.custom-email-box form input{
    width: 49%;
    border-color: #d7d7d7 !important;
}

.custom-email-input{
    border-color: #b8b8b8 !important;
}

.custom-email-input-size{
    width: 400px;
}

.custom-input-pera{
    width: 796px;
}


@media screen and (min-width: 1200px) and (max-width: 1360px) { 
    .custom-Speichern{
        padding: 12px 9px 10px 13px;
        border: 1px solid black;
    }
 }
@media screen and (min-width: 1360px) and (max-width: 1700px) { 
    .custom-Speichern{
        padding: 13px 9px 9px 13px;
        border: 1px solid black;
    }
 }



@media screen and (min-width: 320px) and (max-width: 660px) { 

 .new-table-data{
    display: block;
 }

 .card-custom-pera{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
 }

 .custom-product-img img{
    max-width: 112px !important;
 }

 .cw-wishlist-remove i {
    font-size: 18px;
    color: #7e7e7e;
}

.cw-wishlist-remove {
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 3px 8px 0px 9px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px #858585;
}

.next-custom-pera{
    display: flex;
    justify-content: end;
    align-items: center;
}


 .table-custom-sec {
    display: block;
    width: 48%;
    padding: 10px 0px;
    box-shadow: 0px 0px 2px 0px #c1c1c1;
    margin-top: 2px;
    position: relative;
}

 .custom-wishlist-table{
    display: none;
 }

 .custom-add-button{
    text-align: center;
 }

 .custom-add-button a {
    padding: 3px 4px !important;
    background: #2f3135;
}


.custom-email-box form{
    display: flex !important;
    gap: 5px !important;
}

.custom-email-input-size{
    width: 100%;
}

}


