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

.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;
}
.quickView:hover {
    background: black;
    color: white;
}

.productSlide .productViewTop {
    box-shadow: none;
}

.productSlide .productViewBottom {
    box-shadow: none;
}

.secondImg {
    /*display:none !important;*/
    opacity: 0;
    position: absolute !important;
    left: 0px;
    top: 0px;
}

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

.productViewTop {
    overflow: hidden;
    display: block;
    border-radius: 15px;
    position: relative;
    height: auto;
    width: 100%;
    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;
    background-color: white;
}

.productViewTopImage {
    position: relative;
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    aspect-ratio: 680/990;
    object-position: center;
}

.productViewHoverImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    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;
    object-fit: cover;
    aspect-ratio: 680/900;
    object-position: center;
    opacity: 0;
    display: block;
}

.containImage .productViewTopImage,
.containImage .productViewHoverImage {
    object-fit: contain;
}

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

.productViewBottom {
    height: 90px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 6px;
    display: block;
    position: relative;
    text-align: left;
    /* background-color: white; */
}

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

.productViewName {
    color: var(--base);
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    width: 100%;
}

.productViewPrice {
    font-weight: 500;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
    height: auto;
    position: relative;
    font-weight: 500;
    width: fit-content;
    float: left;
    line-height: 21px;
    text-align: left;
}

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

.oldPrice {
    position: absolute;
    color: #58595b;
    left: 13px;
    margin-top: 61px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 100;
}

.brandName p {
    margin: 0;
    margin-right: 4px;
    text-transform: none;
    font-weight: normal;
    display: inline-block;
}

.brandName em {
    font-style: normal;
    font-weight: 100;
}

.productViewName.brandName {
    margin-top: 18px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #D2D2D2;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
}

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

.prices {
    position: relative;
    width: fit-content;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.bankPrice {
    position: relative;
    font-size: 16px;
    color: var(--base);
    display: flex;
    /* line-height: 25px; */
    float: left;
    gap: 4px;
    width: auto;
    align-items: center;
    margin-left: 9px;
    font-weight: 500;
    top: 0px;
}

.bankPriceImg {
    position: relative;
    float: left;
    height: 16px;
    top: -1px;
    width: auto !important;
}

.bankPriceText {
    position: relative;
    height: auto;
    color: #FF6200;
}

.wishListButton {
    position: absolute;
    width: 35px;
    bottom: 10px;
    right: 2px;
    border-radius: 26px;
    height: 35px;
    margin-right: 10px;
    cursor: pointer;
    background: #ffffff;
}

.wishListIcon {
    position: absolute;
    top: 9px;
    left: 11px;
    width: 13px;
}

.wishListIconHover {
    position: absolute;
    top: 6px;
    left: 10px;
    height: 24px;
    width: 14px;
    opacity: 0;
}

.mobileElement .wishListIcon,
.mobileElement .wishListIconHover {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 19px;
}

.wishListButton:hover .wishListIconHover,
.selected .wishListIconHover {
    opacity: 1;
}

.hoverContainer {
    display: none;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    -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: calc(100% - 48px);
    text-align: center;
    /* text-transform: capitalize; */
    background: var(--base);
    border: 1px solid var(--base);
    height: 34px;
    line-height: 34px;
    text-indent: 0;
    /* box-sizing: border-box; */
    color: #ffffff;
}

.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: transparent;
    border: 1px solid var(--base);
    color: var(--base);
}

.productViewContainer:hover .hoverContainer {
    bottom: 0px;
}

.productViewContainer:hover .prices,
.productViewContainer:hover .colorAmountDiv {
    /* display: none; */
}

.productViewContainer:hover .quickView {
    bottom: 10px;
}

.quickViewButton {
    line-height: 35px;
    width: fit-content;
    text-align: center;
    /* color: #fff; */
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: #4a4a4a;
    font-size: 14px;
}

.quickViewButton {
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 100%;
    height: 35px;
    background-color: transparent;
    /* color: black; */
    font-weight: 400;
}

.quickView {
    width: calc(100% - 30px - 30px - 10px);
    height: 35px;
    position: absolute;
    border-radius: 26px;
    left: 15px;
    bottom: 0;
    transition: all 0.2s;
    background: white;
    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;
}

.colorAmountDiv {
    position: relative;
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #9D9D9D;
}

@media screen and (max-width: 1200px) {
    .quickView {
        display: none;
    }
    .productViewContainer {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        /* aspect-ratio: 4/9; */
        /* margin-right: 1%; */
        /* margin-left: 1%; */
        margin-bottom: 10px;
        float: left;
    }
    .productViewTop {
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        /* aspect-ratio: 1/1 !important; */
    }
    .badgeFile {
        width: 28% !important;
        top: 0px;
        right: 0px;
    }
    .productViewImage {
        height: auto;
    }
    .productSlide .badgeFile {
        top: 8px;
    }
    .productViewName {
        position: relative;
        height: auto;
        font-size: 13px;
        line-height: 15px;
        margin-top: 3px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: left;
        padding-right: 0px;
        overflow: hidden;
        width: 100%;
    }
    .productViewPrice {
        font-size: 13px;
        font-weight: 600;
        margin-right: 5px;
        display: inline-block;
        width: fit-content;
        text-indent: 0px;
        float: left;
    }
    .sliderGroupContainer .productViewPrice {
        width: fit-content;
        min-width: fit-content;
    }
    .oldPrice {
        font-size: 11px;
        margin-top: 10px;
        left: 13px;
        bottom: 30px;
        width: fit-content;
    }
    .brandName {
        font-size: 10px;
        float: left;
        height: auto;
    }
    .brandName p {
        display: inline-block;
    }
    .prices {
        width: 100%;
        height: auto;
        overflow: visible;
        bottom: 0px;
        gap: 8px;
        float: left;
        margin-top: 6px;
        display: flex;
        position: relative;
        align-items: center;
    }
    .bankPrice {
        display: inline-block;
        right: auto;
        float: none;
        line-height: 10px;
        display: flex;
        font-size: 13px;
        height: auto;
        overflow: visible;
        top: -2px;
        align-items: center;
        margin-left: 0;
        vertical-align: bottom;
    }
    .bankPriceImg {
        float: left !important;
        height: 18px;
        top: 0px;
        margin-right: 0;
    }
    .bankPriceText {
        float: left !important;
        vertical-align: bottom;
        padding-top: 2px;
        font-size: 13px;
        text-indent: 5px;
        margin-top: unset !important;
    }
    .wishListButton {
        position: absolute;
        border: none;
        width: 30px;
        height: 30px;
        bottom: 5px;
        right: 7px;
        margin: 0;
        background-color: #ffffff91;
    }
    .wishListButton.mobileElement {
        top: unset !important;
    }
    .colorAmountDiv {
        float: left;
        margin-top: 5px;
        font-size: 13px;
    }
    .slick-slide .wishListIcon {
        top: 8px;
        left: 9px;
        width: 12px !important;
    }
    .slick-slide .wishListIconHover {
        top: 7px;
        left: 8px;
        width: 13px !important;
    }
    .hoverContainer {
        display: none;
    }
    .productViewContainer:hover .hoverContainer {
        display: none;
    }
    .productViewContainer:hover .prices,
    .productViewContainer:hover .colorAmountDiv {
        display: flex;
    }
    .productViewBottom {
        height: fit-content;
        min-height: 83px;
    }
}

@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%;
    }
}