.product-modal-content .product-default a{
   white-space: normal;
}
.modal-backdrop.fade.show {
    opacity: .5;
}
.product-modal-content.modal-content {
    border-radius: 15px;
}
.product-modal-content .product-default:hover .product-action a, .product-modal-content  .product-default:hover .product-action a.btn-icon-wish {
    right: -40px;
    left: 26.5%;
    opacity: 1;
}
.product-default a.title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.product-modal-content .btn-close{
    border: none;
    right: 0;
    background: #fff;
    left: 95%;
    position: relative;
    top: 0px;
    cursor: pointer;
}
@media (min-width: 576px){

    .product-modal-content .modal-body {
        max-height: calc(100vh - 100px);
    }
    .product-modal-content .btn-close{
        border: none;
        right: 0;
        background: #fff;
        left: 100%;
        position: relative;
        top: -10px;
        cursor: pointer;
    }
}
