.figureBackground {
    display: flex;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 12px;
    right: 12px;
    z-index: 1;
    border-radius: 60px;
}

.addWishlistProduct {
    height: 30px;
    width: 30px;
}

.remove-WishlistProduct {
    height: 30px;
    width: 30px;
}

.productViewTopImg.secondImg {
    opacity: 0;
}

.productViewContainer:hover .productViewTopImg.secondImg {
    opacity: 1;
}

.productViewContainer:hover .productViewTopImg.firstImg {
    opacity: 0;
}


.hoverImg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(0 0 0 / 10%);
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    z-index: 1;
}

.productViewContainer:hover .hoverImg {
    opacity: 1;
}

.buyContainer {
    background-color: #124194;
    width: 60%;
    position: absolute;
    height: 42px;
    line-height: 42px;
    margin-top: 55%;
    left: calc((100% - 60%) / 2);
    border-radius: 0px;
    color: white;
}

.buyContainer:hover {
    background-color: #335fae;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}

.buyText {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}

.productViewImage {
    height: 100%;
    width: 100%;
}

.transferImg {
    height: 19px;
}

.transferText {
    margin-left: 8px;
    color: #7b7b7b;
}

.bankPriceText.bank4 {
    margin-top: 3px;
    color: #e5221c;
}

.productViewContainer {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: white;
    cursor: pointer;
    top: 0px;
    margin-bottom: 3rem;
    transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -webkit-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
}

.productSlide .productViewContainer {
    width: 100%;
    min-height: 217px;
    height: auto;
}

.productSlide .buyText {
    font-size: 12px;
}

.hoverImg {
    display: block;
    position: absolute;
    width: 88%;
    margin-left: 6%;
    height: calc(100% - 7px);
    top: 0px;
    opacity: 0;
    background: rgb(0 0 0 / 10%);
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    z-index: 1;
}

.productViewContainer:hover .hoverImg {
    opacity: 1;
}

.buyContainer {
    background-color: #124194;
    width: 78%;
    position: absolute;
    height: 42px;
    line-height: 42px;
    margin-top: 60%;
    left: calc((100% - 78%) / 2);
    border-radius: 0px;
    color: white;
    display: none;
}

.buyContainer:hover {
    background-color: #335fae;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}

.buyText {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}

.hoverImgNoStock {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

.buyContainerNoStock {
    background-image: url(../../files/no-stock.png);
    background-size: contain;
    height: 50px;
    background-repeat: no-repeat;
    width: 50%;
    max-width: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.productViewTop {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.productSlide {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.productViewTopImg {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition-property: opacity;
    transition-duration: 0.3s;
}

.productViewBottom {
    height: auto;
    min-height: 7rem;
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: center;
    color: var(--black);
    position: relative;
    margin-top: 0.8rem;
}

.bankPriceRow:last-of-type {
    /* display: none; */
}

.productViewImage {
    height: 100%;
    width: 100%;
}

.productViewName {
    position: relative;
    font-size: 18px;
    text-align: left;
    height: auto;
    line-height: 1.8rem;
    width: 100%;
    margin-block-end: 0em;
    margin-bottom: 1rem;
    /* font-weight: 600; */
}

.productViewPrice {
    display: flex;
    position: relative;
    width: fit-content;
    float: left;
    overflow: hidden;
    font-size: 1.5rem;
    text-align: left;
    align-items: center;
    /* font-weight: 600; */
    margin-right: 0.5rem;
    line-height: 1.9rem;
}
.badgeFileContainer{
    display: flex;
    flex-direction: column;
    top: 14px;
    position: absolute;
    left: 12px;
    width: calc(100% - 14px);
}
.badgeFile {
    position: relative;
    max-width: 8rem;
    margin-bottom: 10px;
}

.oldPrice {
    position: relative;
    color: var(--black);
    /* font-weight: 600; */
    text-align: left;
    width: auto;
    float: right;
    margin-right: 1rem;
}

.oldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 100%;
    right: 0px;
    border-top: 2px solid;
    border-color: inherit;
    color: var(--green);
}

.bankPrice {
    position: relative;
    width: fit-content;
    height: 1.9rem;
    overflow: visible;
    font-size: 18px;
    display: flex;
    /* font-weight: 600; */
    float: left;
    flex-direction: column;
}

.bankPriceRow {
    position: relative;
    width: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    height: 1.9rem;
}

.bankPriceImg {
    position: relative;
    height: 23px;
    margin-right: 5px;
    display: block;
    top: -1px;
}

.bankPriceImg object {
    height: 100%;
}

.productBasicInfo .bankPriceImg {
    margin-right: 10px;
}

.transferImg {
    height: 19px;
}

.bankPriceText {
    position: relative;
    float: left;
    /* font-weight: 600; */
    display: block;
    line-height: 1.9rem;
}

.transferText {
    margin-left: 8px;
    color: #7b7b7b;
}

.bankPriceText.bank4 {
    margin-top: 3px;
    color: #e5221c;
}

.bankPriceText.bank1 {
    color: var(--orange);
}

.bankPriceText.bank12 {
    color: black;
}

.productViewPrice span {
    font-weight: 600;
    font-style: italic;
    text-transform: lowercase;
}

.addWishlistProduct path {
    fill: var(--green);
}

@media screen and (max-width: 768px) {
    .badgeFile {
        width: 25%;
    }

    .addWishlistProduct {
        background-size: 60%;
    }

    .addWishlistProduct:hover {
        background-image: url(../../files/heart.svg);
    }

    .remove-WishlistProduct {
        background-size: 50%;
    }

    .productViewImage {
        height: auto;
    }

    .figureBackground {
        bottom: 10px;
        right: 14px;
    }

    .remove-WishlistProduct:hover {
        background-image: url(../../files/heartFilled.svg);
    }

    .buyText {
        font-size: 9px !important;
    }

    .buyContainer {
        width: 88%;
        left: calc((100% - 88%) / 2);
    }

    .productViewPrice span {
        font-size: 13px;
    }
}