.no-border {
    border: none;
}

.btn-custom {
    background-color: #db2d48;
    /* padding: 10px; */
    width: 20px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconfont {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.g-border {
    border: 1px solid green;
}

.no-border {
    border: 1px solid lightgrey !important;
    border-radius: 25px !important;
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
}

.g-border {
    border: 1px solid green;
    border-radius: 25px;
    padding: 10px;
}

.product-content-6 {
    background-color: #ffffffb8;
    padding: 5px 10px !important;
}

.product-content-5 {
    background-color: #ffffffb8;
    padding: 5px 10px !important;
}

.product-img-3 a {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.product-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-img-3 img:hover {
    transform: scale(1.05);
}

.best-selling-right .coustom-row-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem;
}

.best-selling-right .custom-col-style-3 {
    flex: 1 1 calc(33.333% - 1rem);
    display: flex;
    flex-direction: column;
}

.product-img-41 {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.product-img-41 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-selling-left .product-wrapper {
    height: calc(2 * 180px + 2rem);
}

.product-img-4a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-img-4a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}