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

    /* preview button */
    .mobile-preview-button-cls {
        background-color: rgba(0,0,0, 0.5);
        border: 1px solid #fff;
        color: #ffffff;
        font-size: 16px;
        margin-top: -7px;
    }

    /* title */
    .custom-shop-page-product-title-cls {
        font-size: 1.4em;
        font-weight: 400;
        color: #ffffff;
        padding-top: 4px;
        padding-bottom: 1px;
        background-color: rgba(0,0,0, 0.3);
        width: 93%;
        margin: 5px auto 7px auto;
    }

    /* this is the select option button under each product */
    .woocommerce-page ul.products li.product .button{
        max-width: 150px !important;
        font-size: 12px !important;
        font-weight: normal !important;
        padding: 7px !important;
        background-color: rgba(255,255,255, 0.3) !important;
        color: #ffffff !important;
    }


}








