.productViewContainer {
    position: relative;
    float: left;
    width: 23%;
    height: auto;
    background: #fff;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 1%;
    top: 0;
    margin-bottom: 30px;
    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 {
    display: flex;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 8px;
    z-index: 2;
    float: right;
    overflow: hidden;
    color: #000;
    align-items: center
}

.addWishlistProduct {
    background-image: url(../../files/heartIcon.svg);
    height: 30px;
    width: 30px;
    top: 1px;
    position: relative
}

.productSlide .productViewContainer {
    width: 100%;
    min-height: 240px;
    height: auto !important;
    margin-top: 10px
}

.specDiv {
    width: fit-content;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px
}

.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
}

.productViewTopImg.secondImg {
    opacity: 0
}

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

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

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

.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
}

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

.productViewTopImg {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    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: 60px;
    height: 150px;
    overflow: hidden;
    width: 80%;
    margin: auto;
    text-align: center
}

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

.productViewName {
    position: relative;
    float: left;
    color: #58595b;
    font-size: 14px;
    margin-top: 15px;
    text-align: left;
    font-weight: 600;
    height: auto;
    line-height: 19px;
    display: flex;
    align-items: center;
    width: calc(100% - 5px)
}

.badgeFile {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 100%
}

.oldPrice {
    width: 100%;
    position: relative;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    margin-top: 8px;
    width: auto;
    float: left
}

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

.bankPrice {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    color: #56514e;
    line-height: 27px;
    display: inline-block;
    font-weight: 600;
    margin-top: 5px
}

.bankPriceRow {
    position: relative;
    width: 100%;
    height: 24px;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center
}

.bankPriceImg {
    top: 1px;
    position: relative;
    height: 16px;
    margin-right: 5px;
    width: auto;
}

.transferImg {
    height: 19px
}

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

.transferText {
    color: #7b7b7b
}

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

.bankPriceText.bank1 {
    color: #000
}

.bankPriceText.bank12 {
    color: #000
}

.imgSeparador {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        border: 1px solid #f3f3f3;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        width: calc(44% - 2px);
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 3%;
        margin-left: 3%;
        margin-bottom: 30px
    }

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

    .addWishlistProduct {
        background-size: 50%
    }

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

    .productViewImage {
        height: auto
    }

    .productSlide .badgeFile {
        top: 0
    }

    .productViewName {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        color: #000;
        width: 100%
    }

    .productViewPrice {
        font-size: 15px;
        position: relative;
        font-weight: 600;
        margin-left: 0;
        margin-top: 10px
    }

    .productViewBottom {
        width: 85%
    }

    .productSlide .productViewContainer {
        border: 1px solid #f3f3f3
    }

    .oldPriceContainer {
        float: left;
        width: 100%;
        height: 25px
    }

    .productSlide .figureBackground {
        right: -8px
    }
}

.productViewContainer {
    position: relative;
    float: left;
    width: 23%;
    height: auto;
    background: #fff;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 1%;
    top: 0;
    margin-bottom: 30px;
    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 !important;
    margin-top: 10px
}

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

.hoverImg {
    display: block;
    position: absolute;
    width: 88%;
    margin-left: 6%;
    height: calc(100% - 7px);
    top: 0;
    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: 0;
    color: #fff;
    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
}

.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: 430px !important;
    width: auto;
    max-height: 430px;
    margin: auto;
    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: 60px;
    height: 130px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    text-align: center
}

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

.productViewName {
    position: relative;
    float: left;
    color: #000;
    font-size: 14px;
    margin-top: 15px;
    text-align: left;
    font-weight: 600;
    height: auto;
    line-height: 19px;
    display: flex;
    align-items: center;
    width: calc(100% - 5px);
    text-transform: uppercase;
    justify-content: center
}

.productViewPrice {
    display: flex;
    position: relative;
    height: 26px;
    width: 100%;
    margin-top: 10px;
    float: left;
    overflow: hidden;
    color: #000;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    align-items: center;
    justify-content: center
}

.badgesContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px
}

.badgeFile {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 25%;
    max-width: 4rem
}

.oldPrice {
    width: 100%;
    position: relative;
    color: #818579;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    margin-top: 1px;
    width: auto;
    float: right;
    margin-right: 15px
}

.oldPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 53px;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    color: #818579
}

.bankPrice {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 27px;
    display: inline-block
}

.bankPriceRow {
    position: relative;
    width: 100%;
    height: 24px;
    overflow: hidden;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.transferImg {
    height: 19px
}

.bankPriceText {
    position: relative;
    float: left;
    font-weight: 700;
    text-align: le
}

.transferText {
    color: #7b7b7b
}

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

.bankPriceText.bank1 {
    color: #000
}

.bankPriceText.bank12 {
    color: #000
}

.productSlide .figureBackground {
    bottom: 29px
}

.bikiniMini {
    margin: 0 5px
}

@media screen and (max-width: 768px) {
    .productViewContainer {
        border: none;
        box-shadow: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px
    }

    .productViewTop {
        overflow: hidden;
        height: 440px !important;
        width: 100%
    }

    .addWishlistProduct {
        background-size: 60%
    }

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

    .productViewImage {
        height: auto
    }

    .productSlide .badgeFile {
        top: 15px;
        width: 50%;
        margin: inherit
    }

    .productViewName {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        padding: 0;
        min-height: 31px;
        color: #000;
        width: 100%
    }

    .productViewPrice {
        font-size: 14px;
        position: relative;
        font-weight: 400;
        margin-left: 0;
        height: 20px;
        display: flex;
        margin-top: 0
    }

    .productViewBottom {
        width: 100%;
        min-height: 50px;
        max-height: 105px;
        height: auto !important
    }

    .productSlide .productViewContainer {
        border: 0 solid #f3f3f3
    }

    .oldPriceContainer {
        float: left;
        width: auto;
        height: 25px
    }

    .productSlide .figureBackground {
        right: 4px;
        bottom: 30px;
        background: none
    }

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

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

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

    .bikiniMini {
        margin-right: 10px;
        width: fit-content;
        float: left
    }

    .bankPriceImg {
        height: 16px;
    }
}

@media screen and (min-width: 415px) and (max-width:768px) {
    .productViewBottom {
        height: 110px
    }
}

@media screen and (min-width: 770px) and (max-width:1100px) {
    .productViewTop {
        height: 220px !important
    }

    .productViewName {
        font-size: 12px
    }

    .badgesContainer {
        display: flex !important;
    }

}