.quick-view-shop{
    cursor: pointer;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #000000;
    width: 662px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

/* The Close Button */
.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: lighter;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body{
    width: 100%;
    display: flex;
    height: 100%;
	flex-direction: row-reverse;
}

.modal-product-img{
    width: 50%;
    text-align: center;
    align-self: start;
}

.modal-product-img img{
    width: 60%;
}

.modal-product-text{
    width: 46%;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .modal-content {
        width: 320px;
    }
    .modal-product-text{
        width: 100%;
        margin-top: 180px;
    }
    .modal-product-title span{
        font-size: 21pt;
    }
    .modal-product-title{
        font-size: 36pt;
    }
    .modal-content{
        padding: 10px !important;
    }
    .product-info > ul li{
        font-size: 18pt;
    }
    .product-info > ul li img{
        width: 21px;
        height: 20px;
    }
    #myModal a.add-to-cart{
        width: 45%;
        line-height: 32px;
    }
    .button-group .view-details{
        width: 45%;
        line-height: 32px;
    }
    .product-info > ul li > b{
        font-weight: 500;
    }
}
