@media only screen and (max-width: 640px) { 
    #widget-override .simple-store .main-store-content .simple-store-content .product-details {
        margin:0;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .image-container .image-display .click-to-enlarge {
        display:none;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .image-container {
        width:100%;
        float:none;
        margin:0;
        max-width: none;
        max-height: none;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .image-container .image-display {
        padding:10px;     
        border-radius: 5px;
        max-width: none;
        max-height: none;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .image-container .image-display img {
        width:100%;
        max-width: none;
        max-height: none;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .image-container .related-products {
        border-bottom:1px solid;
        height: auto;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .image-container .related-products .related-product {
        width: 23%;
        margin:0 1%;
        height:auto;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .details-container {
        margin-top:20px;
    }

    #widget-override .simple-store .main-store-content .simple-store-content .product-details .details-container p {
        text-align: justify;
    }

    #widget-override #continue-shopping-window {
        width:90% !important;
        left:5% !important;
    }

    #widget-override #continue-shopping-window .continue-header {
        border-radius:10px 10px 0px 0px;
    }

    #widget-override #continue-shopping-window #continue-shopping-button,    
    #widget-override #continue-shopping-window #go-to-cart-button {
        float:none;
        display:block;
        margin:5px auto;
        width: 90%;
    }
}