﻿body {
}

.product-name {
    font-size: 14px;
    line-height: 17px;
    height: 39px;
    text-align: left;
    color: #78838e;
}
.initial-product-image, .hover-product-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.hover-product-image {
    opacity: 0;
}

.shiftallproducts{
    margin-top:102px;
}

.card-body-content-inner4 {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    width: 268px;
}


.card-img-top4 {
    height: 200px;
    width: 261px;
    object-fit: cover;
    padding-top: 5px;
    padding-left: 5px;
}

.card-border {
    transition: transform 0.3s ease;
}

    .card-border:hover {
        transform: translateY(-5px); /* Adjust the value to control the elevation */
    }

.add-to-cart-btn {
    font-size: small;
    width:170px;
    background-color:aquamarine;
    color:black;
}

.advertise-image {
    height: 550px;
    width: 100%
}

.empty-wishlist{
    width:130px;
}
.clear-all-button {
    background-color: transparent; /* Red background */
    color: black; /* White text color */
    padding: 10px 20px; /* Adjust padding as needed */
    border: 1px solid gray; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}
.delete-wishlist-item{
    margin-left: -40px;
}

.item-count{
    margin-top:5px;
}

.wishlist-empty-msg{
    margin-left:20px;
}

.listingFilter {
    border-bottom: 1px solid #e7e7e7;
    top: 0;
    z-index: 4;
    background: #fff;
    padding-bottom: 8px;
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
}

.sorting {
    margin-top: 5px;
}

.pull-left {
    float: left !important;
}

.sorting strong {
    color: aquamarine;
    text-transform: uppercase;
    font-size: 14px;
}

.sortbyMap.active {
    border-bottom: 2px solid #e51153;
    font-weight: 700;
}

.sortbyMap {
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .empty-wishlist {
        width: 110px;
    }

}


.shiftallproducts3{
    margin-top:230px;
}