.remove-review-modal {
    width: 400px !important;
    }
    .remove-review-modal .modal-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .remove-review-modal .modal-footer .btn {
        font-size: 1rem;
    }
    .fs-5 {
        font-size: 1.25rem !important;
    }
    .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }


.pl-15px {
    padding-left: 15px;
}
.w-140 {
    width: 140px;
}
.min-width-100 {
    min-width: 100% !important;
}
.wishlist-img-h-300 {
    height: 300px;
    object-fit: contain;
    background-color: rgba(252, 252, 252, 1);
}
.br-top-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.line-through {
    text-decoration: line-through;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.bg-very-light {
    background: rgba(252, 252, 252, 1);
}






/* copied css */
.w-card {
    border-width: 0;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
}
.card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}
.card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Open Sans", sans-serif;
}
.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0.0625rem solid #e7eaf3;
}
.card-header-title {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
    font-family: "Open Sans", sans-serif;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Open Sans", sans-serif;
}
.max-w-15rem {
    max-width: 7rem;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}
.fs-16 {
    font-size: 16px !important;
}
/* copied css end */









@media only screen and (max-width:767px) {
    .wishlist-adddate, .wishlist-buttons {
        flex-direction: row;
    }
    .modal {
        /* left: 30% !important; */
    }
}