.productViewContainer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    /* margin-right: 1%; */
    border-radius: 15px;
    overflow: hidden;
    /* margin-left: 1%; */
    top: 0px;
    margin-bottom: 10px;
    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;
}

.bankIcon {
    position: absolute !important;
    max-width: 136px;
    max-height: 32px;
    right: 10px;
    top: 10px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
}

.productViewTopContainer {
    background-color: white;
    width: calc(100% - 26px);
    display: flex;
    position: relative;
    padding: 13px;
    height: 250px;
    /* border: 1px solid #DCDCDC; */
    align-items: center;
    overflow: hidden;
    /* border-radius: 15px; */
}

.productViewContainer.select {
    opacity: 0.5;
}

.productViewContainer.cloned {
    float: left !important;
    opacity: 0.5;
}

.productSlide .productViewContainer {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    height: auto;
}

.productSlide .productViewTop {
    box-shadow: none;
    /* height: 337px !important; */
    /* border-radius: 10px; */
}

.productSlide .productViewBottom {
    box-shadow: none;
    background-color: white;
    letter-spacing: 0px;
}

.secondImg {
    /*display:none !important;*/
    opacity: 0;
    position: absolute !important;
    left: 0px;
    top: 0px;
}

.productViewContainer:hover .secondImg {
    /*display: block !important;*/
    opacity: 1;
}

.productViewContainer:hover .firstImg {
    opacity: 0;
}

.productViewTop {
    overflow: visible;
    display: inline-block;
    position: relative;
    height: 100% !important;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    /* object-fit: cover; */
    vertical-align: middle;
    border-radius: 10px;
    background-size: contain;
    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;
    background-color: transparent;
    /* background-size: 80%; */
}

.productViewHoverImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    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;
    /* background-size: 80%; */
}

.productViewContainer:hover .productViewHoverImage {
    opacity: 1;
}

.productViewBottom {
    height: 100px;
    padding: 0px 13px;
    overflow: hidden;
    width: calc(100% - 26px);
    padding-bottom: 6px;
    display: block;
    position: relative;
    text-align: left;
    background-color: white;
}

.productViewImage {
    height: 100%;
    width: 100%;
}

.productViewName {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    width: calc(100% - 20px);
    float: left;
    margin-top: 10px;
    height: auto;
    line-height: 17px;
    text-align: left;
    text-transform: none;
    margin-left: 0px;
    text-indent: 0;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.productViewPrice {
    overflow: hidden;
    color: #000000;
    font-size: 15px;
    height: auto;
    position: relative;
    font-weight: bold;
    width: fit-content;
    float: left;
    line-height: 21px;
    text-align: left;
}

.badgeFile {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    max-height: 30px;
    max-width: 90px;
    background-color: pink;
    z-index: 9999;
    top: 8px;
    right: 8px;
}

.oldPrice {
    position: relative;
    color: #58595b;
    display: flex;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
    font-size: 15px;
    margin-right: 8px;
    font-weight: 100;
}

.brandName p {
    height: 15px;
    margin: 0;
    margin-right: 4px;
    text-transform: none;
    font-weight: normal;
    display: inline-block;
}

.brandName em {
    font-style: normal;
}

.productViewName.brandName {
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
    font-weight: 400;
    display: block;
    float: left !important;
    margin-left: 0px !important;
}

.oldPrice:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: #c41130;
}

.prices {
    position: absolute;
    width: fit-content;
    align-items: center;
    bottom: 25px;
    display: flex;
}

.bankPrice {
    position: relative;
    font-size: 15px;
    color: #e96d3c;
    display: flex;
    /* line-height: 25px; */
    float: left;
    width: auto;
    align-items: center;
    margin-left: 15px;
    font-weight: 600;
}

.bankPriceImg {
    position: relative;
    float: left;
    height: 21px;
    top: -1px;
    width: auto !important;
}

.bankPriceText {
    position: relative;
    float: left;
    height: auto;
    text-indent: 13px;
}

.wishListButton {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border: 1px solid #000000;
    cursor: pointer;
    background: #ffffff;
}

.wishListIcon {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 19px;
}

.wishListIconHover {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 19px;
    opacity: 0;
}

.wishListButton:hover .wishListIconHover,
.selected .wishListIconHover {
    opacity: 1;
}

.hoverContainer {
    display: none;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% - 26px);
    -moz-transition: bottom 0.2s ease-in-out;
    -webkit-transition: bottom 0.2 ease-in-out;
    -moz-transition: bottom 0.2 ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    bottom: -40px;
}

.viewMore {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--principal1);
    border: 1px solid var(--principal1);
    height: 35px;
    line-height: 35px;
    text-indent: 0;
    color: #ffffff;
    border-radius: 8px;
}

.preOrderBadge {
    width: 70px;
    height: 25px;
    position: absolute;
    float: left;
    text-align: center;
    margin-top: 2vw;
    margin-left: 2%;
    background: white;
    color: black;
    border: 1px solid black;
    z-index: 1;
    line-height: 25px;
    font-size: 12px;
}

.viewMore:hover {
    background: white;
    color: var(--principal1);
}

.productViewContainer:hover .hoverContainer {
    bottom: 13px;
}

.productViewContainer:hover .prices {
    display: none;
}

.productViewContainer:hover .quickView {
    bottom: 0px;
}

.quickViewButton {
    line-height: 35px;
    width: fit-content;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: #4a4a4a;
    font-size: 13px;
}

.quickViewButton {
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 100%;
    height: 35px;
    background-color: transparent;
    color: black;
}

.quickView {
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    /* background-image: url(/files/quickViewImage.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    bottom: -40px;
    transition: bottom 0.2s ease-in-out;
}

.quickView:hover {
    /* background: #221E1E; */
}

.quickView:hover .quickViewButton {
    /* background-image: url(/files/quickViewImageHover.svg); */
    text-decoration: underline;
}

.quickViewText {
    display: none;
    position: absolute;
    background: #221E1E;
    border-radius: 3px;
    right: 40px;
    width: 90px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    top: 5px;
}

.quickViewText::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 106%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #221E1E;
}

.quickView:hover .quickViewText {
    display: block;
}

@media screen and (max-width: 1200px) {
    .quickView {
        display: none;
    }
    .productViewContainer {
        height: auto;
        /* overflow: hidden; */
        text-align: center;
        /* float: left; */
        width: calc(100% - 2px);
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
    .oldPrice:before {
        top: 4px;
    }
    .productViewTop {
        overflow: hidden;
        /* width: 100%; */
        margin-top: 0px;
    }
    .badgeFile {
        /* width: 28% !important; */
        top: 5px;
        right: 5px;
        max-height: 22pxs;
        max-width: 75px;
    }
    .productViewImage {
        height: auto;
    }
    .productSlide .badgeFile {
        top: 8px;
    }
    .productViewName {
        position: relative;
        height: auto;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
        margin-left: 0px;
        /* float: none; */
        padding-right: 0px;
        overflow: hidden;
        width: 100%;
    }
    .productViewPrice {
        font-size: 11px;
        font-weight: 600;
        margin-right: 5px;
        display: inline-block;
        width: 38%;
        text-indent: 0px;
        float: left;
    }
    .sliderGroupContainer .productViewPrice {
        width: 36%;
    }
    .oldPrice {
        font-size: 11px;
        /* margin-top: 10px; */
        /* left: 13px; */
        /* bottom: 30px; */
        width: fit-content;
    }
    .brandName {
        font-size: 13px;
        float: left;
        height: auto;
    }
    .brandName p {
        display: inline-block;
    }
    .prices {
        width: 100%;
        height: auto;
        overflow: hidden;
        bottom: 7px;
    }
    .bankPrice {
        display: inline-block;
        right: auto;
        float: none;
        font-size: 13px;
        height: auto;
        overflow: hidden;
        align-items: center;
        margin-left: 0;
        vertical-align: bottom;
    }
    .bankPriceImg {
        float: left !important;
        height: 17px;
        top: 0px;
        margin-right: 0;
    }
    .bankPriceText {
        float: left !important;
        vertical-align: bottom;
        font-size: 11px;
        text-indent: 5px;
        margin-top: 4px !important;
    }
    .wishListButton {
        border: none;
        width: 25px;
        height: 25px;
        z-index: 1;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
        background-color: #ffffff6e;
    }
    .wishListIcon {
        top: 6px;
        left: 5px;
        width: 15px;
    }
    .wishListIconHover {
        top: 6px;
        left: 5px;
        width: 15px;
    }
    .hoverContainer {
        display: none;
    }
    .productViewContainer:hover .hoverContainer {
        display: none;
    }
    .productViewContainer:hover .prices {
        display: flex;
    }
    .productViewBottom {
        height: 100px;
    }
    .productViewTopContainer {
        height: 220px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .productViewPrice {
        text-indent: 0;
    }
    .productViewName {
        width: 100%;
        padding-right: 0px;
        margin-left: 0px;
    }
    .viewMore {
        font-size: 12px;
    }
    .prices {
        width: 44%;
    }
}

@media screen and (max-width: 768px) {
    .productViewTopContainer {
        height: 290px;
    }
    img.bankIcon {
        max-width: 70%;
        max-height: 25px;
    }
}