/* ****************************************************************************************************************** */
/* desktop-shop-button-style.css */
/* ****************************************************************************************************************** */
/* Desktops and laptops ----------- */
@media only screen
and (min-device-width: 768px)
and (min-width: 768px)
and (orientation : landscape){

    /* this is the select option button under each product */
    .woocommerce-page ul.products li.product .button{
        max-width: 150px;
        font-size: 12px;
        font-weight: normal;
        padding: 7px !important;
    }


}