/* ================================================================================================================ */
/* mobile-shop-page-style.css
/* Smartphones ----------- */
/* ================================================================================================================ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

    .product-type-variable {
        padding-bottom: 5px;
    }
    .astra-shop-thumbnail-wrap, .astra-shop-summary-wrap{
        display: inline-block;
        width: 50% !important;
        vertical-align: top;
    }
}