.productViewImagesContainer {
    width: 100%;
    position: relative
}

.productViewContainer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-right: 0%;
    margin-left: 0%;
    top: 0;
    margin-bottom: 15px;
    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
}

.figureBackground {
    bottom: 10px!important;
    right: 13px!important;
    width: 35px;
    height: 35px;
    border-radius: 30px
}

.removeWishlistProduct {
    bottom: 10px;
    height: 30px;
    width: 30px
}

.remove-WishlistProduct:hover {
    background-image: url(../../files/heart.svg);
    background-size: 55%
}

.secondImg {
    opacity: 0;
    position: absolute!important;
    left: 0;
    top: 0
}

.productViewContainer:hover .secondImg {
    opacity: 1
}

.productViewContainer:hover .firstImg {
    opacity: 0
}

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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: 75px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

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

.productViewName {
    position: relative;
    color: var(--base);
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px;
    height: 27px;
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: .5px;
    justify-content: flex-start
}

.productViewPrice {
    display: flex;
    position: relative;
    float: left;
    height: 15px;
    width: fit-content;
    overflow: hidden;
    color: var(--base);
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start
}

.badgeFile {
    position: absolute;
    top: 0;
    right: 12px;
    width: 21%;
    max-width: 70px
}

.oldPrice {
    position: relative;
    color: #58595b;
    font-weight: 100;
    margin-right: 10px
}

.oldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: #3C4C65
}

.bankPrice {
    position: relative;
    width: fit-content;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #ee3223;
    display: block;
    font-weight: 600;
    margin-left: 10px
}

.bankPriceRow {
    position: relative;
    width: 100%;
    float: right;
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
    justify-content: center
}

.bankPriceImg {
    position: relative;
    height: 25px;
    margin-right: 5px;
    width: auto!important
}

.transferImg {
    height: 20px
}

.bankPriceText {
    position: relative;
    float: left;
    font-weight: 500
}

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

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

.bankPriceText.bank1 {
    color: #1a5493
}

.bankPriceText.bank12 {
    color: #000
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        width:100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-bottom: 10px
    }

    .productViewTop {
        overflow: hidden;
        height: 85%
    }

    .productViewImage {
        height: auto
    }

    .productSlide .badgeFile {
        top: 0
    }

    .productViewName {
        font-size: 17px;
        margin-bottom: 7px;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
        height: auto
    }

    .slick-dotted .slick-slider {
        height: 400px;
        width: 100%
    }

    .mainImgProduct {
        max-height: 450px;
        object-fit: cover;
        object-position: center
    }

    .slider-nav {
        width: 0%!important
    }

    .slider-for {
        margin-left: 0;
        width: 100%
    }

    .productViewPrice {
        font-size: 15px;
        font-weight: 600;
        margin-left: 0;
        justify-content: flex-start;
        width: 100%;
        flex-direction: row;
        padding-bottom: 2px;
        line-height: 15px;
        text-align: left
    }

    .bankPrice {
        font-size: 15px
    }

    .productViewBottom {
        height: auto;
        min-height: 0
    }

    .transferImg {
        height: 20px;
        margin-right: 7px;
        width: auto!important;
        margin-left: 25px
    }

    .oldPrice {
        display: inline-flex;
        margin-right: 0
    }

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

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

.productViewImagesContainer {
    width: 100%;
    position: relative
}

.productViewContainer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-right: 0%;
    margin-left: 0%;
    top: 0;
    margin-bottom: 15px;
    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
}

.figureBackground {
    bottom: unset!important;
    right: 0px!important;
    width: 30px;
    float: left;
    height: 30px;
    position: relative;
    border-radius: 30px;
    margin-top: 10px
}

.remove-WishlistProduct {
    background-image: url(../../files/heartFilled3.svg) !important;
    background-size: 100% !important;
    height: 30px !important;
    width: 20px !important;
    float: right
}

.addWishlistProduct {
    height: 30px;
    width: 20px;
    background-size: 100%;
    float: right;
    background-image: url(../../files/heart3.svg)
}

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

.removeWishlistProduct {
    bottom: 35px;
    height: 30px;
    width: 30px;
    background-image: url(../../files/whishlistCross2.svg)
}

.remove-WishlistProduct:hover {
    background-image: url(../../files/heart3.svg);
    background-size: 100%
}

.secondImg {
    opacity: 0;
    position: absolute!important;
    left: 0;
    top: 0
}

.productViewContainer:hover .secondImg {
    opacity: 1
}

.productViewContainer:hover .firstImg {
    opacity: 0
}

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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: 75px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

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

.productViewName {
    position: relative;
    color: var(--base);
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    height: 27px;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    letter-spacing: .5px;
    justify-content: flex-start
}

.productViewPrice {
    display: flex;
    position: relative;
    float: left;
    height: 17px;
    line-height: 19px;
    width: fit-content;
    overflow: hidden;
    color: var(--base);
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start
}

.badgeFile {
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    max-width: 70px
}

.oldPrice {
    position: relative;
    color: #000;
    font-weight: 100;
    margin-right: 10px
}

.oldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: #000
}

.bankPrice {
    position: relative;
    width: fit-content;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #ee3223;
    display: block;
    font-weight: 600;
    margin-left: 10px;
}

.bankPriceRow {
    position: relative;
    width: 100%;
    float: right;
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
    justify-content: center;
}

.bankPriceImg {
    position: relative;
    height: 25px;
    margin-right: 5px;
    width: auto!important
}

.transferImg {
    height: 20px
}

.bankPriceText {
    position: relative;
    float: left;
    font-weight: 500
}

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

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

.bankPriceText.bank1 {
    color: #1a5493
}

.bankPriceText.bank12 {
    color: #000
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        width:100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-bottom: 10px
    }

    .productViewTop {
        overflow: hidden;
        height: 85%
    }

    .productViewImage {
        height: auto
    }

    .removeWishlistProduct {
        bottom: 22px!important;
        top: unset!important
    }

    .productSlide .badgeFile {
        top: 0
    }

    .productViewName {
        font-size: 17px;
        margin-bottom: 7px;
        margin-top: 15px;
        margin-left: 0;
        width: calc(100% - 30px);
        height: auto
    }

    .addWishlistProduct {
        background-image: url(../../files/heart3.svg)
    }

    .slick-dotted .slick-slider {
        height: 400px;
        width: 100%
    }

    .mainImgProduct {
        max-height: 450px;
        object-fit: cover;
        object-position: center
    }

    .slider-nav {
        width: 0%!important
    }

    .slider-for {
        margin-left: 0;
        width: 100%
    }

    .productViewPrice {
        font-size: 15px;
        font-weight: 600;
        margin-left: 0;
        justify-content: flex-start;
        width: 100%;
        flex-direction: row;
        padding-bottom: 2px;
        line-height: 15px;
        text-align: left
    }

    .bankPrice {
        font-size: 15px
    }

    .productViewBottom {
        height: auto;
        min-height: 0;
        width: 100%;
        margin: 0 auto
    }

    .transferImg {
        height: 20px;
        margin-right: 7px;
        width: auto!important;
        margin-left: 25px
    }

    .oldPrice {
        display: inline-flex;
        margin-right: 15px
    }
    .oldPrice:before {
        top: 5px;
    }

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

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