.elementor-106774 .elementor-element.elementor-element-60a34884{--display:flex;}/* Start custom CSS */.commercekit-wishlist-list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    row-gap: 40px;
}

.cgkit-wishlist-product {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    gap: 10px;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}

.woocommerce-loop-product__title {
    font-size: 20px !important;
    min-height: 4em;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 50%;
}

.stamped-product-reviews-badge {
    display:none;
}

.add_to_cart_button {
    text-transform: uppercase;
    font-weight: 500;
    background-color: #111;
    padding: 10px 20px;
    color: white !important;
    text-decoration: none !important;
    width: 80%;
    align-self: center;
    box-sizing: border-box;
}

.add_to_cart_button:hover {
    background-color: #da2128;
}

.commercekit-wishlist.mini {
    position: relative;
    align-self: flex-end;
    left: 15px;
    top: 15px;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
    opacity: 0.5;
}

.commercekit-remove-wishlist2.wsl-remove:before {
    width: 20px;
    height: 20px;
}

.price {
    color:#000;
}/* End custom CSS */