﻿.add-to-wishlist-button:before {
    content: "";
    background-image: url(/Themes/Avenue/Content/images/svg/heart.svg) !important;
    width: 40px;
    height: 40px;
    position: inherit;
    background-position: center center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.add-to-wishlist-button.added-to-wishlist:before {
    background-image: url(/Themes/Avenue/Content/images/svg/heart_filed.svg) !important;
}

.item-box .buttons .wrap .product-box-add-to-cart-button.added-to-cart {
    background-color: #557b19;
    border-color: #557b19;
}

.box.block-1-3 .element,
.box.block-3-1 .element {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

    .box.block-1 .element p a.btn-primary,
    .box.block-1-3 .element p a.btn-primary,
    .box.block-2 .element p a.btn-primary,
    .box.block-3 .element p a.btn-primary,
    .box.block-3-1 .element p a.btn-primary,
    .box.block-4 .element p a.btn-primary {
        background-color: var(--primary);
        color: #fff;
        display: inline-block;
        font-family: var(--b-font-family);
        font-weight: var(--fw-medium);
        font-size: var(--fs-md);
        min-width: 130px;
        outline: 1px solid transparent;
        padding: 12px 24px;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease;
    }

.box.block-1 .element p a.btn-primary:hover,
.box.block-1-3 .element p a.btn-primary:hover,
.box.block-2 .element p a.btn-primary:hover,
.box.block-3 .element p a.btn-primary:hover,
.box.block-3-1 .element p a.btn-primary:hover,
.box.block-4 .element p a.btn-primary:hover {
    outline-color: var(--primary);
}

    .box.block-1 .element p a.btn-outline,
    .box.block-1-3 .element p a.btn-outline,
    .box.block-2 .element p a.btn-outline,
    .box.block-3 .element p a.btn-outline,
    .box.block-3-1 .element p a.btn-outline,
    .box.block-4 .element p a.btn-outline {
        color: #222;
        outline: 1px solid #222 !important;
        display: inline-block;
        font-family: var(--b-font-family);
        font-weight: var(--fw-medium);
        font-size: var(--fs-md);
        min-width: 130px;
        outline: 1px solid #fff;
        padding: 10px 24px;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease;
    }

.box.block-1 .element p a.btn-outline:hover,
.box.block-1-3 .element p a.btn-outline:hover,
.box.block-2 .element p a.btn-outline:hover,
.box.block-3 .element p a.btn-outline:hover,
.box.block-3-1 .element p a.btn-outline:hover,
.box.block-4 .element p a.btn-outline:hover {
    color: #fff !important;
    background-color: #000;
    outline-color: #fff !important;
}
