.elementor-482 .elementor-element.elementor-element-28e9bdc9{--display:flex;--padding-top:50px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}.elementor-482 .elementor-element.elementor-element-401bd423{font-weight:bold;}/* Start custom CSS */.woocommerce .wishlist-title {
    margin-bottom: 10px;
    display: flex;
}
.product-thumbnail img {
    border-radius: 10px;
}
.wishlist_table thead tr th{
background: #3e3d3d;  
color: #fff;
}
span.nobr br {
    display: none;
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%;
    border-radius: 9px;
}
td.product-name {
    font-size: 16px;
}
.woocommerce table.shop_table {
    border: none !important;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
}
td.product-name a:hover {
    color: var(--e-global-color-46a31d3) !important;
}

.wishlist_table .product-add-to-cart a {
    font-weight: 400;
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
    background-color: #ff7f27;
    padding: 21px;
    border-radius: 7px;
    color: #fff;
    height: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40%;
      &:hover{
        background-color: var(--e-global-color-46a31d3) !important;
    }
}

@media (min-width: 768px) and (max-width: 1300px){
    .wishlist_table .product-add-to-cart a {
    width: 50%;
}
}

@media (max-width: 1000px){
    .wishlist_table.mobile {
    padding: 0px;
}
.additional-info-wrapper {
    display: flex;
    gap: 20px;
}
table.additional-info {
    width: 33%;
    padding: 10px !important;
}
.wishlist_table .product-add-to-cart a{
    width: 100%;
}
.additional-info-wrapper p {
    display: none;
}
i.fa.fa-trash {
    font-size: 25px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 100% / 0%) !important;
}
.wishlist_table.mobile li {
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: 10px;
}
}

@media (min-width: 768px) and (max-width: 1000px){
    .wishlist_table.mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.wishlist_table.mobile p{
     display: none !important;   
 }
}/* End custom CSS */