.swf_container {
    position: relative;
    text-align: right;
    display: inline-block;
    
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.swf_container .swf_add_to_favourites {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #262626;
    font-weight: bold;
    color: #262626;
    padding: 8px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.swf_container .swf_add_to_favourites:hover {
    background-color: #262626;
    color: #fff;
}

.swf_container .swf_message {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);

    display: none;

    background-color: #262626;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 100;
}

#swf_favourites_display > h2 {
    margin-bottom: 12px;
}

#swf_favourites_display .woocommerce-loop-product__title {
    margin-top:8px;
    font-size: 18px;
}

#swf_favourites_display .add_to_cart_button {
    margin-top: 8px;
        width: 100%;
    text-align: center;
}

#swf_favourites_display .products.row .product .woocommerce-LoopProduct-link {
    height: unset !important;
}

#swf_favourites_display .swf_remove_from_favourites {
    padding: 4px !important;
    height: 35.75px;
    width: 100%;
}
#swf_favourites_display .products.row .product {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#swf_favourites_display .products.row .product .woocommerce-LoopProduct-link {
    flex: 1;
}
/*# sourceMappingURL=swf_styles.css.map */
